index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_amdkfd_gpuvm.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-04
drm/amdgpu: Fix use-after-free race in VM acquire
Alysa Liu
-1
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-6
/
+6
2026-02-20
Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-6
/
+13
2026-02-12
drm/amdgpu: lock both VM and BO in amdgpu_gem_object_open
Christian König
-6
/
+13
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-4
/
+9
2026-02-03
drm/amdgpu: Fix double deletion of validate_list
Harish Kasiviswanathan
-7
/
+7
2026-02-03
drm/amdgpu: Fix double deletion of validate_list
Harish Kasiviswanathan
-7
/
+7
2026-02-03
drm/amdgpu: don't abuse current->group_leader
Oleg Nesterov
-1
/
+1
2026-01-14
drm/amdkfd: Add domain parameter to alloc kernel BO
Philip Yang
-1
/
+1
2026-01-05
drm/amdgpu: update outdated comment
Julia Lawall
-1
/
+2
2025-12-08
amdkfd: record kfd context id in amdkfd_fence
Zhu Lingshan
-2
/
+2
2025-12-08
amdkfd: record kfd context id into kfd process_info
Zhu Lingshan
-0
/
+4
2025-11-04
drm/amdkfd: Don't clear PT after process killed
Philip Yang
-0
/
+4
2025-10-20
drm/amdgpu: Fix vram_usage underflow
Alysa Liu
-3
/
+1
2025-10-13
drm/amdgpu: update the functions to use amdgpu version of hmm
Sunil Khatri
-3
/
+3
2025-10-13
drm/amdgpu: clean up amdgpu hmm range functions
Sunil Khatri
-9
/
+9
2025-10-13
drm/amdgpu: use user provided hmm_range buffer in amdgpu_ttm_tt_get_user_pages
Sunil Khatri
-2
/
+14
2025-10-13
drm/amdgpu: use atomic functions with memory barriers for vm fault info
Gui-Dong Han
-3
/
+2
2025-10-07
drm/amdkfd: Fix kfd process ref leaking when userptr unmapping
Philip Yang
-2
/
+7
2025-09-23
drm/amdgpu: use hmm_pfns instead of array of pages
Sunil Khatri
-3
/
+7
2025-09-05
amd/amdkfd: correct mem limit calculation for small APUs
Yifan Zhang
-12
/
+32
2025-08-15
drm/amdgpu: fix nullptr err of vm_handle_moved
Heng Zhou
-1
/
+14
2025-08-04
drm/amdgpu: rework how PTE flags are generated v3
Christian König
-3
/
+4
2025-05-07
amd/amdkfd: Trigger segfault for early userptr unmmapping
Shane Xiao
-0
/
+12
2025-03-21
drm/amdgpu: use GFP_NOWAIT for memory allocations
Christian König
-4
/
+4
2025-03-05
drm/amdkfd: remove unnecessary cpu domain validation
James Zhu
-6
/
+0
2025-02-21
drm/amdgpu: remove all KFD fences from the BO on release
Christian König
-30
/
+22
2025-02-12
drm/amdkfd: Fix pasid value leak
Xiaogang Chen
-21
/
+0
2025-02-12
drm/amdkfd: add a new flag to manage where VRAM allocations go
Alex Deucher
-8
/
+8
2025-02-12
drm/amdkfd: Have kfd driver use same PASID values from graphic driver
Xiaogang Chen
-21
/
+0
2024-12-18
drm/amdgpu: Failed to check various return code
Andrew Martin
-7
/
+7
2024-10-22
drm/amdkfd: Not restore userptr buffer if kfd process has been removed
Xiaogang Chen
-4
/
+7
2024-10-07
drm/amdkfd: Fix an eviction fence leak
Lang Yu
-2
/
+2
2024-09-18
drm/amdgpu: remove amdgpu_pin_restricted()
Christian König
-1
/
+1
2024-09-10
drm/amdgpu: fix a race in kfd_mem_export_dmabuf()
Al Viro
-9
/
+3
2024-07-23
drm/amdkfd: Ensure user queue buffers residency
Philip Yang
-2
/
+12
2024-07-23
drm/amdkfd: Refactor queue wptr_bo GART mapping
Philip Yang
-2
/
+3
2024-07-23
drm/amdkfd: kfd_bo_mapped_dev support partition
Philip Yang
-2
/
+3
2024-06-05
drm/amdgpu: Estimate RAS reservation when report capacity v2
Hawking Zhang
-2
/
+7
2024-05-29
drm/amdkfd: simplify APU VRAM handling
Alex Deucher
-8
/
+8
2024-05-17
drm/kfd: Correct pinned buffer handling at kfd restore and validate process
Xiaogang Chen
-4
/
+5
2024-05-13
drm/amdkfd: Remove arbitrary timeout for hmm_range_fault
Philip Yang
-1
/
+4
2024-05-08
drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs
Lang Yu
-9
/
+11
2024-05-02
drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms
Lang Yu
-1
/
+2
2024-04-30
drm/amdkfd: Evict BO itself for contiguous allocation
Philip Yang
-1
/
+18
2024-04-30
drm/amdgpu: Support contiguous VRAM allocation
Philip Yang
-0
/
+4
2024-04-26
drm/amdgpu: Fix VRAM memory accounting
Mukul Joshi
-1
/
+1
2024-04-18
drm/amdkfd: make sure VM is ready for updating operations
Lang Yu
-14
/
+20
[next]