index
:
kernel/linux.git
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-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+5
2026-02-21
Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+0
2026-02-19
drm/amdkfd: Check for NULL return values
Andrew Martin
1
-3
/
+0
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-6
/
+0
2026-02-03
drm/amd: kill the outdated "Only the pthreads threading model is supported" c...
Oleg Nesterov
1
-10
/
+0
2026-01-18
Merge tag 'amd-drm-next-6.20-2026-01-16' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-2
/
+12
2026-01-15
Merge tag 'amd-drm-next-6.20-2026-01-09' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-73
/
+174
2026-01-14
drm/amdkfd: Add domain parameter to alloc kernel BO
Philip Yang
1
-1
/
+1
2026-01-14
drm/amdkfd: kfd driver supports hot unplug/replug amdgpu devices
Xiaogang Chen
1
-1
/
+11
2026-01-06
drm/amdkfd: Fix signal_eviction_fence() bool return value
Srinivasan Shanmugam
1
-1
/
+1
2026-01-06
drm/amdkfd: Fix a couple of spelling mistakes
Colin Ian King
1
-1
/
+1
2025-12-11
drm/amdkfd: Enable per-process XNACK for GFX 12.1.0
Mukul Joshi
1
-1
/
+2
2025-12-08
amdkfd: introduce new ioctl AMDKFD_IOC_CREATE_PROCESS
Zhu Lingshan
1
-2
/
+1
2025-12-08
drm/amdkfd: Add interrupt handling for GFX 12.1.0
Mukul Joshi
1
-1
/
+2
2025-12-08
amdkfd: introduce new helper kfd_lookup_process_by_id
Zhu Lingshan
1
-0
/
+21
2025-12-08
amdkfd: process pointer of a HIQ should be NULL
Zhu Lingshan
1
-18
/
+0
2025-12-08
amdkfd: identify a secondary kfd process by its id
Zhu Lingshan
1
-3
/
+75
2025-12-08
amdkfd: destroy kfd secondary contexts through fd close
Zhu Lingshan
1
-18
/
+23
2025-12-08
amdkfd: Introduce kfd_create_process_sysfs as a separate function
Zhu Lingshan
1
-25
/
+41
2025-12-08
amdkfd: find_process_by_mm always return the primary context
Zhu Lingshan
1
-1
/
+1
2025-12-08
amdkfd: mark the first kfd_process as the primary one
Zhu Lingshan
1
-8
/
+12
2025-12-04
amd/amdkfd: Use dma_fence_check_and_signal()
Philipp Stanner
1
-3
/
+3
2025-10-28
drm/amd: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-1
/
+0
2025-10-28
drm/amdkfd: Dequeue user queues when process mm released
Philip Yang
1
-3
/
+8
2025-09-25
amd/amdkfd: enhance kfd process check in switch partition
Yifan Zhang
1
-0
/
+4
2025-06-18
drm/amdkfd: allow compute partition mode switch with cgroup exclusions
Jonathan Kim
1
-1
/
+1
2025-05-01
drm/amdkfd: add pasid debugfs entries
Eric Huang
1
-0
/
+3
2025-04-12
drm/amdkfd: add smi events for process start and end
Eric Huang
1
-0
/
+4
2025-02-28
drm/amdkfd: Fix mode1 reset crash issue
Philip Yang
1
-0
/
+17
2025-02-28
drm/amdkfd: KFD release_work possible circular locking
Philip Yang
1
-8
/
+8
2025-02-19
drm/amdkfd: Fix error handling for missing PASID in 'kfd_process_device_init_vm'
Srinivasan Shanmugam
1
-0
/
+1
2025-02-13
drm/amdkfd: Fix pasid value leak
Xiaogang Chen
1
-4
/
+1
2025-02-13
drm/amdkfd: Have kfd driver use same PASID values from graphic driver
Xiaogang Chen
1
-49
/
+66
2025-01-06
drm/amdkfd: wq_release signals dma_fence only when available
Zhu Lingshan
1
-1
/
+2
2024-12-10
drm/amdkfd: add gc 9.5.0 support on kfd
Alex Sierra
1
-2
/
+3
2024-12-10
drm/amdkfd: pause autosuspend when creating pdd
Jesse.zhang@amd.com
1
-21
/
+2
2024-11-11
drm/amdkfd: change kfd process kref count at creation
Xiaogang Chen
1
-8
/
+6
2024-11-08
drm/amdkfd: Fix wrong usage of INIT_WORK()
Yuan Can
1
-2
/
+3
2024-11-04
drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occu...
Srinivasan Shanmugam
1
-3
/
+6
2024-10-15
drm/amdkfd: Accounting pdd vram_usage for svm
Philip Yang
1
-2
/
+2
2024-10-07
drm/amdkfd: Fix an eviction fence leak
Lang Yu
1
-2
/
+5
2024-09-25
drm/amdkfd: Fix CU occupancy for GFX 9.4.3
Mukul Joshi
1
-3
/
+17
2024-09-25
drm/amdkfd: Update logic for CU occupancy calculations
Mukul Joshi
1
-1
/
+13
2024-08-06
drm/amdkfd: support per-queue reset on gfx9
Jonathan Kim
1
-0
/
+2
2024-07-24
drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
Philip Yang
1
-1
/
+1
2024-07-01
drm/amdkfd: Use device based logging for errors
Lijo Lazar
1
-9
/
+15
2024-05-02
drm/amdgpu: Add gfx v9_4_4 ip block
Hawking Zhang
1
-1
/
+2
2024-04-30
drm/amdkfd: Flush the process wq before creating a kfd_process
Lancelot SIX
1
-0
/
+8
[next]