index
:
pub/scm/linux/kernel/git/shli/linux.git
master
Shaohua Li's fork of linux.git
Shaohua Li
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_configfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-10
drm/xe/configfs: Add enable_multi_queue attribute
Shuicheng Lin
1
-0
/
+65
2026-03-03
Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
1
-1
/
+64
2026-02-26
drm/xe/configfs: Free ctx_restore_mid_bb in release
Shuicheng Lin
1
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-03
drm/xe/configfs: Add sriov.admin_only_pf attribute
Michal Wajdeczko
1
-0
/
+61
2026-02-03
drm/xe/configfs: Always return consistent max_vfs value
Michal Wajdeczko
1
-1
/
+2
2026-01-29
drm/xe/configfs: Fix is_bound() pci_dev lifetime
Shuicheng Lin
1
-2
/
+1
2026-01-28
drm/xe/configfs: Fix is_bound() pci_dev lifetime
Shuicheng Lin
1
-2
/
+1
2025-10-27
drm/xe: Fix spelling and typos across Xe driver files
Sanjay Yadav
1
-1
/
+1
2025-10-24
drm/xe/configfs: Drop MAX_GT_TYPE_CHARS constant
Matt Roper
1
-2
/
+1
2025-10-14
drm/xe/configfs: Add attribute to disable GT types
Matt Roper
1
-0
/
+143
2025-10-07
drm/xe/pf: Add max_vfs configfs attribute to control PF mode
Michal Wajdeczko
1
-0
/
+139
2025-09-24
drm/xe/configfs: Improve doc for ctx_restore* attributes
Lucas De Marchi
1
-3
/
+16
2025-09-24
drm/xe/configfs: Fix engine class parsing
Lucas De Marchi
1
-2
/
+2
2025-09-19
drm/xe: Fix build with CONFIG_MODULES=n
Lucas De Marchi
1
-1
/
+1
2025-09-18
drm/xe/configfs: Add mid context restore bb
Lucas De Marchi
1
-4
/
+42
2025-09-18
drm/xe/lrc: Allow to add user commands mid context switch
Lucas De Marchi
1
-0
/
+15
2025-09-18
drm/xe/configfs: Add post context restore bb
Lucas De Marchi
1
-2
/
+278
2025-09-18
drm/xe/lrc: Allow to add user commands on context switch
Lucas De Marchi
1
-0
/
+13
2025-09-18
drm/xe/configfs: Allow to select by class only
Lucas De Marchi
1
-15
/
+35
2025-09-18
drm/xe/configfs: Extract function to parse engine
Lucas De Marchi
1
-11
/
+21
2025-09-12
drm/xe/configfs: Fix documentation warning
Lucas De Marchi
1
-2
/
+2
2025-09-08
drm/xe/configfs: Use config_group_put()
Lucas De Marchi
1
-1
/
+1
2025-09-04
drm/xe/configfs: Don't expose survivability_mode if not applicable
Michal Wajdeczko
1
-18
/
+6
2025-09-04
drm/xe/configfs: Prepare to filter-out configfs attributes
Michal Wajdeczko
1
-2
/
+18
2025-08-27
drm/xe/configfs: Block runtime attribute changes
Lucas De Marchi
1
-0
/
+41
2025-08-22
drm/xe/configfs: Dump custom settings when binding
Lucas De Marchi
1
-0
/
+39
2025-08-22
drm/xe/configfs: Minor fixes to documentation
Lucas De Marchi
1
-4
/
+5
2025-08-22
drm/xe/configfs: Improve documentation steps
Lucas De Marchi
1
-4
/
+16
2025-08-22
drm/xe/configfs: Use tree-like output in documentation
Lucas De Marchi
1
-2
/
+10
2025-08-22
drm/xe/configfs: Use guard() for dev->lock
Lucas De Marchi
1
-8
/
+5
2025-08-22
drm/xe/configfs: Allow to enable PSMI
Lucas De Marchi
1
-4
/
+62
2025-08-22
drm/xe/configfs: Simplify kernel doc
Lucas De Marchi
1
-12
/
+3
2025-08-05
drm/xe/configfs: Allow adding configurations for future VFs
Michal Wajdeczko
1
-3
/
+30
2025-08-05
drm/xe/configfs: Only allow configurations for supported devices
Michal Wajdeczko
1
-0
/
+19
2025-08-05
drm/xe/configfs: Keep default device config settings together
Michal Wajdeczko
1
-4
/
+13
2025-08-05
drm/xe/configfs: Reintroduce struct xe_config_device
Michal Wajdeczko
1
-10
/
+17
2025-08-05
drm/xe/configfs: Rename configfs_find_group() helper
Michal Wajdeczko
1
-7
/
+7
2025-08-05
drm/xe/configfs: Rename struct xe_config_device
Michal Wajdeczko
1
-14
/
+14
2025-08-05
drm/xe/configfs: Drop redundant init() error message
Michal Wajdeczko
1
-4
/
+1
2025-08-05
drm/xe/configfs: Destroy xe_configfs.su_mutex on exit/error
Michal Wajdeczko
1
-1
/
+2
2025-07-25
drm/xe/configfs: Use pci_name() for lookup
Michal Wajdeczko
1
-5
/
+1
2025-07-25
drm/xe/configfs: Enforce canonical device names
Michal Wajdeczko
1
-1
/
+8
2025-07-25
drm/xe/configfs: Fix pci_dev reference leak
Michal Wajdeczko
1
-1
/
+2
2025-06-02
drm/xe/configfs: Add attribute to disable engines
Lucas De Marchi
1
-2
/
+147
2025-06-02
drm/xe: Allow to disable engines
Lucas De Marchi
1
-0
/
+15
2025-04-08
drm/xe: Enable configfs support for survivability mode
Riana Tauro
1
-0
/
+62
2025-04-08
drm/xe: Add configfs to enable survivability mode
Riana Tauro
1
-0
/
+188