index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_chardev.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
drm/amdkfd: Change svm_range_get_info return type
Andrey Vatoropin
1
-3
/
+1
2025-03-07
drm/amdkfd: Add support for more per-process flag
Harish Kasiviswanathan
1
-1
/
+2
2025-02-27
drm/amdkfd: clamp queue size to minimum
David Yat Sin
1
-0
/
+10
2025-02-12
drm/amdkfd: Have kfd driver use same PASID values from graphic driver
Xiaogang Chen
1
-12
/
+13
2024-10-15
drm/amdkfd: Accounting pdd vram_usage for svm
Philip Yang
1
-3
/
+3
2024-10-01
drm/amdkfd: Remove an unused parameter in queue creation
Lang Yu
1
-1
/
+1
2024-09-10
drm/amdkfd: CRIU fixes
Al Viro
1
-18
/
+46
2024-08-13
drm/amdkfd: Handle queue destroy buffer access race
Philip Yang
1
-0
/
+1
2024-07-25
drm/amdkfd: allow users to target recommended SDMA engines
Jonathan Kim
1
-0
/
+16
2024-07-23
drm/amdkfd: Ensure user queue buffers residency
Philip Yang
1
-2
/
+1
2024-07-23
drm/amdkfd: Refactor queue wptr_bo GART mapping
Philip Yang
1
-47
/
+9
2024-07-23
drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
Philip Yang
1
-1
/
+1
2024-07-23
drm/amdkfd: kfd_bo_mapped_dev support partition
Philip Yang
1
-1
/
+1
2024-06-05
drm/amdkfd: remove logically dead code
Jesse Zhang
1
-5
/
+0
2024-05-08
drm/amdkfd: don't allow mapping the MMIO HDP page with large pages
Alex Deucher
1
-2
/
+5
2024-04-26
drm/amdkfd: Enforce queue BO's adev
Harish Kasiviswanathan
1
-0
/
+5
2024-04-12
amdkfd: use calloc instead of kzalloc to avoid integer overflow
Dave Airlie
1
-2
/
+2
2024-03-27
drm/amdkfd: Check cgroup when returning DMABuf info
Mukul Joshi
1
-2
/
+2
2024-03-06
drm/amdkfd: make kfd_class constant
Ricardo B. Marliere
1
-10
/
+11
2024-02-28
amd/amdkfd: remove unused parameter
Eric Huang
1
-1
/
+1
2024-02-22
drm/amdkfd: fix process reference drop on debug ioctl
Jonathan Kim
1
-0
/
+1
2024-01-31
drm/amdkfd: reserve the BO before validating it
Lang Yu
1
-1
/
+3
2023-12-13
drm/amdkfd: Import DMABufs for interop through DRM
Felix Kuehling
1
-11
/
+4
2023-12-13
drm/amdkfd: Export DMABufs from KFD using GEM handles
Felix Kuehling
1
-2
/
+2
2023-09-26
drm/amdkfd: Move dma unmapping after TLB flush
Philip Yang
1
-8
/
+12
2023-09-11
drm/amdgpu: Merge debug module parameters
André Almeida
1
-1
/
+1
2023-08-11
drm/amdkfd: drop IOMMUv2 support
Alex Deucher
1
-3
/
+0
2023-08-07
drm/amdgpu: use doorbell mgr for kfd process doorbells
Shashank Sharma
1
-9
/
+10
2023-07-27
drm/amdkfd: fix and enable ttmp setup for gfx11
Jonathan Kim
1
-1
/
+12
2023-07-27
drm/amdgpu: Checkpoint and Restore VRAM BOs without VA
Ramesh Errabolu
1
-2
/
+6
2023-07-25
drm/amdkfd: enable cooperative groups for gfx11
Jonathan Kim
1
-1
/
+2
2023-07-07
drm/amdkfd: Access gpuvm_export_dmabuf() API to get Dmabuf
Ramesh Errabolu
1
-6
/
+5
2023-06-15
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-40
/
+420
2023-06-09
drm/amdkfd: potential error pointer dereference in ioctl
Dan Carpenter
1
-2
/
+2
2023-06-09
drm/amdkfd: bump kfd ioctl minor version for debug api availability
Jonathan Kim
1
-1
/
+0
2023-06-09
drm/amdkfd: add debug device snapshot operation
Jonathan Kim
1
-2
/
+5
2023-06-09
drm/amdkfd: add debug queue snapshot operation
Jonathan Kim
1
-0
/
+6
2023-06-09
drm/amdkfd: add debug query exception info operation
Jonathan Kim
1
-0
/
+7
2023-06-09
drm/amdkfd: add debug query event operation
Jonathan Kim
1
-0
/
+6
2023-06-09
drm/amdkfd: add debug set flags operation
Jonathan Kim
1
-0
/
+2
2023-06-09
drm/amdkfd: add debug set and clear address watch points operation
Jonathan Kim
1
-0
/
+24
2023-06-09
drm/amdkfd: add debug suspend and resume process queues operation
Jonathan Kim
1
-0
/
+11
2023-06-09
drm/amdkfd: add debug wave launch mode operation
Jonathan Kim
1
-0
/
+3
2023-06-09
drm/amdkfd: add debug wave launch override operation
Jonathan Kim
1
-0
/
+7
2023-06-09
drm/amdkfd: add debug set exceptions enabled operation
Jonathan Kim
1
-0
/
+3
2023-06-09
drm/amdkfd: add runtime enable operation
Jonathan Kim
1
-1
/
+142
2023-06-09
drm/amdkfd: add send exception operation
Jonathan Kim
1
-0
/
+5
2023-06-09
drm/amdkfd: apply trap workaround for gfx11
Jonathan Kim
1
-2
/
+0
2023-06-09
drm/amdkfd: add per process hw trap enable and disable functions
Jonathan Kim
1
-0
/
+5
2023-06-09
drm/amdkfd: prepare per-process debug enable and disable
Jonathan Kim
1
-2
/
+100
[next]