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
/
amdkfd
/
kfd_kernel_queue.c
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-01-29
drm/amdkfd: Adjust parameter of allocate_mqd
Lang Yu
-1
/
+1
2026-01-05
drm/amdkfd: update outdated comment
Julia Lawall
-1
/
+1
2025-12-08
amdkfd: remove test_kq
Zhu Lingshan
-31
/
+0
2025-12-08
amdkfd: process pointer of a HIQ should be NULL
Zhu Lingshan
-1
/
+0
2025-12-08
amdkfd: remove DIQ support
Zhu Lingshan
-28
/
+1
2025-08-27
drm/amdkfd: Allow device error to be logged
Sunday Clement
-5
/
+2
2024-11-21
drm/amdkfd: Use the correct wptr size
Lijo Lazar
-1
/
+1
2024-11-20
drm/amdkfd: make sure ring buffer is flushed before update wptr
Victor Zhao
-0
/
+5
2024-07-01
drm/amdkfd: Use device based logging for errors
Lijo Lazar
-10
/
+11
2024-06-14
drm/amdgpu/kfd: remove is_hws_hang and is_resetting
Yunxiang Li
-4
/
+7
2024-02-26
drm/amdkfd: Skip packet submission on fatal error
Lijo Lazar
-1
/
+7
2023-06-09
drm/amdkfd: Introduce kfd_node struct (v5)
Mukul Joshi
-9
/
+9
2022-02-14
drm/amdkfd: update SPDX license header
Rajneesh Bhardwaj
-1
/
+2
2021-12-01
drm/amdkfd: add kfd_device_info_init function
Graham Sider
-3
/
+3
2021-11-17
drm/amdkfd: replace asic_family with asic_type
Graham Sider
-1
/
+1
2021-10-28
drm/amdkfd: Remove cu mask from struct queue_properties(v2)
Lang Yu
-1
/
+0
2020-04-28
drm/amdkfd: Enable over-subscription with >1 GWS queue
Joseph Greathouse
-0
/
+1
2020-01-07
drm/amdkfd: Avoid hanging hardware in stop_cpsch
Felix Kuehling
-4
/
+4
2019-12-05
drm/amdkfd: Eliminate unnecessary kernel queue function pointers
Yong Zhao
-16
/
+14
2019-11-19
drm/amdkfd: Eliminate ops_asic_specific in kernel queue
Yong Zhao
-37
/
+26
2019-11-19
drm/amdkfd: Merge CIK kernel queue functions into VI
Yong Zhao
-5
/
+2
2019-11-13
drm/amdkfd: Use kernel queue v9 functions for v10
Yong Zhao
-3
/
+1
2019-10-03
drm/amdkfd: use navi12 specific family id for navi12 code path
shaoyunl
-0
/
+1
2019-09-16
drm/amdkfd: init kernel queue for renoir
Huang Rui
-0
/
+1
2019-09-16
drm/amdkfd: Support Navi14 in KFD
Yong Zhao
-0
/
+1
2019-07-18
amd/amdkfd: Add ASIC ARCTURUS to kfd
Yong Zhao
-0
/
+1
2019-06-21
drm/amdkfd: Add navi10 support to amdkfd. (v3)
Philip Cox
-0
/
+3
2019-06-11
drm/amdkfd: Separate mqd allocation and initialization
Oak Zeng
-7
/
+9
2019-05-24
drm/amdkfd: Add VegaM support
Kent Russell
-0
/
+1
2019-05-24
drm/amdkfd: Init mqd managers in device queue manager init
Oak Zeng
-4
/
+2
2019-05-24
drm/amdkfd: Introduce DIQ type mqd manager
Oak Zeng
-0
/
+3
2018-11-19
drm/amdkfd: Added Vega12 and Polaris12 for KFD.
Gang Ba
-0
/
+2
2018-09-26
drm/amdkfd: Vega20 bring up on amdkfd side
Shaoyun Liu
-0
/
+1
2018-07-14
drm/amdkfd: Add CU-masking ioctl to KFD
Felix Kuehling
-0
/
+1
2018-07-11
drm/amdkfd: Replace mqd with mqd_mgr as the variable name for mqd_manager
Yong Zhao
-8
/
+9
2018-04-08
drm/amdkfd: Add 64-bit doorbell and wptr support to kernel queue
Felix Kuehling
-6
/
+19
2018-04-10
drm/amdkfd: Fix kernel queue rollback_packet
Felix Kuehling
-1
/
+1
2018-04-10
drm/amdkfd: Fix goto usage
Felix Kuehling
-6
/
+8
2018-01-04
drm/amdkfd: Add dGPU support to kernel_queue_init
Felix Kuehling
-0
/
+5
2017-11-06
drm/amdkfd: Hardware DWORD size is 4 bytes
Felix Kuehling
-1
/
+1
2017-09-20
drm/amdkfd: Reuse CHIP_* from amdgpu v2
Yong Zhao
-6
/
+12
2017-09-20
drm/amdkfd: Adjust dequeue latencies and timeouts
Felix Kuehling
-1
/
+1
2017-09-20
drm/amdkfd: Fix kernel-queue wrapping bugs
Yong Zhao
-3
/
+15
2017-09-20
drm/amdkfd: Fix incorrect destroy_mqd parameter
Felix Kuehling
-1
/
+1
2017-09-02
drm/amdkfd: pass queue's mqd when destroying mqd
Oded Gabbay
-1
/
+1
2017-08-15
drm/amd: Update MEC HQD loading code for KFD
Felix Kuehling
-1
/
+2
2017-08-15
drm/amdkfd: Handle remaining BUG_ONs more gracefully v2
Felix Kuehling
-5
/
+15
2017-08-15
drm/amdkfd: Remove BUG_ONs for NULL pointer arguments
Felix Kuehling
-16
/
+0
[next]