index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
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
2026-03-02
drm/xe/configfs: Free ctx_restore_mid_bb in release
Shuicheng Lin
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-29
drm/xe/configfs: Fix is_bound() pci_dev lifetime
Shuicheng Lin
2025-10-27
drm/xe: Fix spelling and typos across Xe driver files
Sanjay Yadav
2025-10-24
drm/xe/configfs: Drop MAX_GT_TYPE_CHARS constant
Matt Roper
2025-10-14
drm/xe/configfs: Add attribute to disable GT types
Matt Roper
2025-10-07
drm/xe/pf: Add max_vfs configfs attribute to control PF mode
Michal Wajdeczko
2025-09-24
drm/xe/configfs: Improve doc for ctx_restore* attributes
Lucas De Marchi
2025-09-24
drm/xe/configfs: Fix engine class parsing
Lucas De Marchi
2025-09-19
drm/xe: Fix build with CONFIG_MODULES=n
Lucas De Marchi
2025-09-18
drm/xe/configfs: Add mid context restore bb
Lucas De Marchi
2025-09-18
drm/xe/lrc: Allow to add user commands mid context switch
Lucas De Marchi
2025-09-18
drm/xe/configfs: Add post context restore bb
Lucas De Marchi
2025-09-18
drm/xe/lrc: Allow to add user commands on context switch
Lucas De Marchi
2025-09-18
drm/xe/configfs: Allow to select by class only
Lucas De Marchi
2025-09-18
drm/xe/configfs: Extract function to parse engine
Lucas De Marchi
2025-09-12
drm/xe/configfs: Fix documentation warning
Lucas De Marchi
2025-09-08
drm/xe/configfs: Use config_group_put()
Lucas De Marchi
2025-09-04
drm/xe/configfs: Don't expose survivability_mode if not applicable
Michal Wajdeczko
2025-09-04
drm/xe/configfs: Prepare to filter-out configfs attributes
Michal Wajdeczko
2025-08-27
drm/xe/configfs: Block runtime attribute changes
Lucas De Marchi
2025-08-22
drm/xe/configfs: Dump custom settings when binding
Lucas De Marchi
2025-08-22
drm/xe/configfs: Minor fixes to documentation
Lucas De Marchi
2025-08-22
drm/xe/configfs: Improve documentation steps
Lucas De Marchi
2025-08-22
drm/xe/configfs: Use tree-like output in documentation
Lucas De Marchi
2025-08-22
drm/xe/configfs: Use guard() for dev->lock
Lucas De Marchi
2025-08-22
drm/xe/configfs: Allow to enable PSMI
Lucas De Marchi
2025-08-22
drm/xe/configfs: Simplify kernel doc
Lucas De Marchi
2025-08-05
drm/xe/configfs: Allow adding configurations for future VFs
Michal Wajdeczko
2025-08-05
drm/xe/configfs: Only allow configurations for supported devices
Michal Wajdeczko
2025-08-05
drm/xe/configfs: Keep default device config settings together
Michal Wajdeczko
2025-08-05
drm/xe/configfs: Reintroduce struct xe_config_device
Michal Wajdeczko
2025-08-05
drm/xe/configfs: Rename configfs_find_group() helper
Michal Wajdeczko
2025-08-05
drm/xe/configfs: Rename struct xe_config_device
Michal Wajdeczko
2025-08-05
drm/xe/configfs: Drop redundant init() error message
Michal Wajdeczko
2025-08-05
drm/xe/configfs: Destroy xe_configfs.su_mutex on exit/error
Michal Wajdeczko
2025-07-25
drm/xe/configfs: Use pci_name() for lookup
Michal Wajdeczko
2025-07-25
drm/xe/configfs: Enforce canonical device names
Michal Wajdeczko
2025-07-25
drm/xe/configfs: Fix pci_dev reference leak
Michal Wajdeczko
2025-06-02
drm/xe/configfs: Add attribute to disable engines
Lucas De Marchi
2025-06-02
drm/xe: Allow to disable engines
Lucas De Marchi
2025-04-08
drm/xe: Enable configfs support for survivability mode
Riana Tauro
2025-04-08
drm/xe: Add configfs to enable survivability mode
Riana Tauro