index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_process.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
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-02-20
Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-02-19
drm/amdkfd: Check for NULL return values
Andrew Martin
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-02-03
drm/amd: kill the outdated "Only the pthreads threading model is supported" c...
Oleg Nesterov
2026-01-19
Merge tag 'amd-drm-next-6.20-2026-01-16' of https://gitlab.freedesktop.org/ag...
Dave Airlie
2026-01-15
Merge tag 'amd-drm-next-6.20-2026-01-09' of https://gitlab.freedesktop.org/ag...
Dave Airlie
2026-01-14
drm/amdkfd: Add domain parameter to alloc kernel BO
Philip Yang
2026-01-14
drm/amdkfd: kfd driver supports hot unplug/replug amdgpu devices
Xiaogang Chen
2026-01-05
drm/amdkfd: Fix signal_eviction_fence() bool return value
Srinivasan Shanmugam
2026-01-05
drm/amdkfd: Fix a couple of spelling mistakes
Colin Ian King
2025-12-10
drm/amdkfd: Enable per-process XNACK for GFX 12.1.0
Mukul Joshi
2025-12-08
amdkfd: introduce new ioctl AMDKFD_IOC_CREATE_PROCESS
Zhu Lingshan
2025-12-08
drm/amdkfd: Add interrupt handling for GFX 12.1.0
Mukul Joshi
2025-12-08
amdkfd: introduce new helper kfd_lookup_process_by_id
Zhu Lingshan
2025-12-08
amdkfd: process pointer of a HIQ should be NULL
Zhu Lingshan
2025-12-08
amdkfd: identify a secondary kfd process by its id
Zhu Lingshan
2025-12-08
amdkfd: destroy kfd secondary contexts through fd close
Zhu Lingshan
2025-12-08
amdkfd: Introduce kfd_create_process_sysfs as a separate function
Zhu Lingshan
2025-12-08
amdkfd: find_process_by_mm always return the primary context
Zhu Lingshan
2025-12-08
amdkfd: mark the first kfd_process as the primary one
Zhu Lingshan
2025-12-04
amd/amdkfd: Use dma_fence_check_and_signal()
Philipp Stanner
2025-10-28
drm/amd: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2025-10-28
drm/amdkfd: Dequeue user queues when process mm released
Philip Yang
2025-09-25
amd/amdkfd: enhance kfd process check in switch partition
Yifan Zhang
2025-06-18
drm/amdkfd: allow compute partition mode switch with cgroup exclusions
Jonathan Kim
2025-04-30
drm/amdkfd: add pasid debugfs entries
Eric Huang
2025-04-11
drm/amdkfd: add smi events for process start and end
Eric Huang
2025-02-27
drm/amdkfd: Fix mode1 reset crash issue
Philip Yang
2025-02-27
drm/amdkfd: KFD release_work possible circular locking
Philip Yang
2025-02-19
drm/amdkfd: Fix error handling for missing PASID in 'kfd_process_device_init_vm'
Srinivasan Shanmugam
2025-02-12
drm/amdkfd: Fix pasid value leak
Xiaogang Chen
2025-02-12
drm/amdkfd: Have kfd driver use same PASID values from graphic driver
Xiaogang Chen
2025-01-06
drm/amdkfd: wq_release signals dma_fence only when available
Zhu Lingshan
2024-12-10
drm/amdkfd: add gc 9.5.0 support on kfd
Alex Sierra
2024-12-10
drm/amdkfd: pause autosuspend when creating pdd
Jesse.zhang@amd.com
2024-11-11
drm/amdkfd: change kfd process kref count at creation
Xiaogang Chen
2024-11-08
drm/amdkfd: Fix wrong usage of INIT_WORK()
Yuan Can
2024-11-04
drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occu...
Srinivasan Shanmugam
2024-10-15
drm/amdkfd: Accounting pdd vram_usage for svm
Philip Yang
2024-10-07
drm/amdkfd: Fix an eviction fence leak
Lang Yu
2024-09-25
drm/amdkfd: Fix CU occupancy for GFX 9.4.3
Mukul Joshi
2024-09-25
drm/amdkfd: Update logic for CU occupancy calculations
Mukul Joshi
2024-08-06
drm/amdkfd: support per-queue reset on gfx9
Jonathan Kim
2024-07-23
drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
Philip Yang
2024-07-01
drm/amdkfd: Use device based logging for errors
Lijo Lazar
2024-05-02
drm/amdgpu: Add gfx v9_4_4 ip block
Hawking Zhang
2024-04-30
drm/amdkfd: Flush the process wq before creating a kfd_process
Lancelot SIX
[next]