index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-30
drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size
Donet Tom
1
-3
/
+4
2026-03-30
drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KB
Donet Tom
1
-2
/
+2
2026-03-30
drm/amd: Fix MQD and control stack alignment for non-4K
Donet Tom
1
-8
/
+15
2026-03-30
drm/amdkfd: Align expected_queue_size to PAGE_SIZE
Donet Tom
1
-2
/
+2
2026-03-24
drm/amdkfd: Fix NULL pointer check order in kfd_ioctl_create_process
Srinivasan Shanmugam
1
-3
/
+3
2026-03-11
drm/amdkfd: Unreserve bo if queue update failed
Philip Yang
1
-0
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-6
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
21
-41
/
+41
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
21
-47
/
+49
2026-02-20
Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
12
-28
/
+52
2026-02-19
drm/amdkfd: Check for NULL return values
Andrew Martin
3
-7
/
+13
2026-02-19
drm/amdkfd: Disable MQD queue priority
Andrew Martin
7
-7
/
+7
2026-02-12
drm/amdkfd: Fix APU to use GTT, not VRAM for MQD
Siwei He
1
-0
/
+3
2026-02-12
drm/amdkfd: Fix watch_id bounds checking in debug address watch v2
Srinivasan Shanmugam
1
-8
/
+12
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-6
/
+0
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
33
-1091
/
+3730
2026-02-05
drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
Sunday Clement
1
-0
/
+6
2026-02-03
drm/amdgpu: Ignored various return code
Andrew Martin
2
-6
/
+11
2026-02-03
drm/amd: kill the outdated "Only the pthreads threading model is supported" checks
Oleg Nesterov
1
-10
/
+0
2026-01-29
Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2026-01-29
drm/amdkfd: Use AMDGPU_MQD_SIZE_ALIGN in gfx11+ kfd mqd manager
Lang Yu
4
-47
/
+17
2026-01-29
drm/amdkfd: Adjust parameter of allocate_mqd
Lang Yu
11
-15
/
+24
2026-01-28
drm/amdkfd: gfx12.1 trap handler instruction fixup for VOP3PX
Jay Cornwall
2
-101
/
+121
2026-01-27
drm/amdkfd: add extended capabilities to device snapshot
Jonathan Kim
1
-0
/
+1
2026-01-26
mm/zone_device: reinitialize large zone device private folios
Matthew Brost
1
-1
/
+1
2026-01-21
drm/amdkfd: simplify svm_range_unmap_from_gpus()
Yury Norov
1
-4
/
+1
2026-01-21
drm/amdkfd: Do not include VGPR MSBs in saved PC during save
Lancelot Six
2
-4
/
+4
2026-01-21
drm/amdkfd: gfx12.1 trap handler support for expert scheduling mode
Jay Cornwall
2
-189
/
+218
2026-01-21
drm/amdkfd: gfx12.1 cluster barrier context save workaround
Jay Cornwall
2
-20
/
+47
2026-01-21
drm/amdkfd: Fix scalar load ordering in gfx12.1 trap handler
Jay Cornwall
2
-5
/
+5
2026-01-21
drm/amdkfd: Sync trap handler binary with source
Jay Cornwall
2
-896
/
+825
2026-01-20
drm/amdkfd: fix gfx11 restrictions on debugging cooperative launch
Jonathan Kim
1
-2
/
+1
2026-01-20
drm/amdkfd: fix gfx11 restrictions on debugging cooperative launch
Jonathan Kim
1
-2
/
+1
2026-01-20
drm/amdkfd: Move gfx9.4.3 and gfx 9.5 MQD to HBM
Philip Yang
1
-1
/
+22
2026-01-19
Merge tag 'amd-drm-next-6.20-2026-01-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
15
-64
/
+213
2026-01-15
Merge tag 'amd-drm-next-6.20-2026-01-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
26
-583
/
+3063
2026-01-14
drm/amdkfd: No need to suspend whole MES to evict process
Harish Kasiviswanathan
1
-11
/
+1
2026-01-14
drm/amdkfd: fix a memory leak in device_queue_manager_init()
Haoxiang Li
1
-8
/
+11
2026-01-14
drm/amdkfd: Add domain parameter to alloc kernel BO
Philip Yang
9
-30
/
+36
2026-01-14
drm/amdkfd: No need to suspend whole MES to evict process
Harish Kasiviswanathan
1
-11
/
+1
2026-01-14
drm/amdkfd: Switch to using GC VERSION to decide LDS/Scratch base
Lang Yu
1
-2
/
+2
2026-01-14
drm/amdkfd: kfd driver supports hot unplug/replug amdgpu devices
Xiaogang Chen
5
-2
/
+139
2026-01-14
drm/amdkfd: Fix GART PTE for non-4K pagesize in svm_migrate_gart_map()
Donet Tom
1
-1
/
+1
2026-01-14
drm/amdkfd: Fix SVM map/unmap address conversion for non-4k page sizes
Donet Tom
1
-8
/
+21
2026-01-14
drm/amdkfd: Relax size checking during queue buffer get
Donet Tom
1
-3
/
+3
2026-01-10
drm/amdkfd: fix a memory leak in device_queue_manager_init()
Haoxiang Li
1
-8
/
+11
2026-01-05
drm/amdkfd: update outdated comment
Julia Lawall
1
-1
/
+1
2026-01-05
drm/amdkfd: Apply VGPR bank state fixup on gfx12.1 trap exit
Jay Cornwall
2
-415
/
+706
2026-01-05
drm/amdkfd: Fix VGPR bank state save in gfx12.1 trap handler
Jay Cornwall
2
-2
/
+3
[next]