index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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
2022-06-08
drm/amdkfd:Fix fw version for 10.3.6
Jesse Zhang
1
-1
/
+3
2022-06-03
drm/amdkfd: Fix partial migration bugs
Philip Yang
2
-4
/
+4
2022-06-03
drm/amdkfd: Add GC 10.3.6 and 10.3.7 KFD definitions
Mario Limonciello
2
-0
/
+16
2022-06-01
drm/amdkfd: Use mmget_not_zero in MMU notifier
Philip Yang
1
-0
/
+3
2022-05-26
drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLE
Christian König
1
-1
/
+1
2022-05-26
drm/amdkfd: Add gfx11 trap handler
Jay Cornwall
3
-31
/
+507
2022-05-26
drm/amdkfd: port cwsr trap handler from dkms branch
Eric Huang
3
-1492
/
+1588
2022-05-26
drm/amdkfd: simplify cpu hive assignment
Jonathan Kim
1
-16
/
+6
2022-05-19
Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...
Dave Airlie
16
-61
/
+1473
2022-05-16
drm/amdkfd: Fix static checker warning on MES queue type
Graham Sider
1
-3
/
+4
2022-05-10
drm/amdkfd: Update event_interrupt_isr_v11 return
Graham Sider
1
-4
/
+5
2022-05-06
drm/amdkfd: Return true/false (not 1/0) from bool functions
Yang Li
1
-3
/
+3
2022-05-06
drm/amdkfd: add GC 11.0.1 KFD support
Huang Rui
2
-0
/
+8
2022-05-06
Merge tag 'amd-drm-next-5.19-2022-04-29' of https://gitlab.freedesktop.org/ag...
Dave Airlie
11
-68
/
+138
2022-05-05
drm/amdkfd: add asic support for GC 11.0.2
Eric Huang
2
-0
/
+6
2022-05-05
drm/amdkfd: add asic support for SDMA 6.0.2
Eric Huang
1
-0
/
+2
2022-05-04
drm/amdkfd: Add KFD support for soc21 v3
Mukul Joshi
16
-61
/
+1383
2022-05-04
drm/amdkfd: add helper to generate cache info from gfx config
Alex Deucher
1
-0
/
+72
2022-04-28
drm/amdkfd: Fix circular lock dependency warning
Mukul Joshi
5
-11
/
+8
2022-04-28
drm/amdkfd: Fix updating IO links during device removal
Mukul Joshi
1
-5
/
+5
2022-04-28
drm/amdkfd: Use non-atomic bitmap functions when possible
Christophe JAILLET
1
-11
/
+5
2022-04-28
drm/amdkfd: Use bitmap_zalloc() when applicable
Christophe JAILLET
1
-9
/
+3
2022-04-28
Merge tag 'amd-drm-next-5.19-2022-04-22' of https://gitlab.freedesktop.org/ag...
Dave Airlie
4
-58
/
+53
2022-04-28
Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...
Dave Airlie
10
-120
/
+254
2022-04-26
drm/amdkfd: Update mapping if range attributes changed
Philip Yang
1
-14
/
+32
2022-04-26
drm/amdkfd: Add SVM range mapped_to_gpu flag
Philip Yang
2
-1
/
+17
2022-04-25
drm/amdkfd: Ignore bogus signals from MEC efficiently
Felix Kuehling
4
-7
/
+60
2022-04-22
drm/amdkfd: use kvcalloc() instead of kvmalloc() in kfd_migrate
Yang Wang
2
-10
/
+8
2022-04-21
Revert "drm/amdkfd: only allow heavy-weight TLB flush on some ASICs for SVM too"
Lang Yu
1
-3
/
+1
2022-04-21
drm/amdkfd: CRIU add support for GWS queues
David Yat Sin
2
-4
/
+8
2022-04-21
drm/amdkfd: Fix GWS queue count
David Yat Sin
1
-46
/
+37
2022-04-19
drm/amdkfd: only allow heavy-weight TLB flush on some ASICs for SVM too
Lang Yu
1
-1
/
+3
2022-04-19
drm/amdkfd: move kfd_flush_tlb_after_unmap into kfd_priv.h
Lang Yu
2
-8
/
+8
2022-04-14
drm/amdkfd: fix race condition in kfd_wait_on_events
Felix Kuehling
1
-21
/
+5
2022-04-14
drm/amdkfd: potential NULL dereference in kfd_set/reset_event()
Dan Carpenter
1
-2
/
+12
2022-04-13
drm/amdkfd: Cleanup IO links during KFD device removal
Mukul Joshi
3
-11
/
+78
2022-04-13
drm/amdkfd: shrink bitmap size in struct svm_validate_context
Lang Yu
1
-1
/
+1
2022-04-12
drm/amdkfd: Asynchronously free events
Felix Kuehling
2
-2
/
+3
2022-04-12
Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2022-04-11
drm/amdkfd: Handle drain retry fault race with XNACK mode change
Philip Yang
1
-5
/
+6
2022-04-07
drm/amdkfd: Improve concurrency of event handling
Felix Kuehling
3
-43
/
+88
2022-04-07
Merge tag 'amd-drm-fixes-5.18-2022-04-06' of https://gitlab.freedesktop.org/a...
Dave Airlie
1
-9
/
+15
2022-04-07
Merge tag 'amd-drm-next-5.18-2022-03-25' of https://gitlab.freedesktop.org/ag...
Dave Airlie
2
-9
/
+7
2022-04-06
drm/amdkfd: Create file descriptor after client is added to smi_clients list
Lee Jones
1
-9
/
+15
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-1
/
+1
2022-04-06
drm/amdkfd: Add missing NULL check in svm_range_map_to_gpu
Philip Yang
1
-1
/
+1
2022-04-05
drm/amdgpu: fix TLB flushing during eviction
Christian König
1
-9
/
+9
2022-03-31
drm/amdkfd: Create file descriptor after client is added to smi_clients list
Lee Jones
1
-9
/
+15
2022-03-31
drm/amdkfd: Use atomic64_t type for pdd->tlb_seq
Philip Yang
2
-4
/
+8
2022-03-25
drm/amdgpu: remove table_freed param from the VM code
Christian König
1
-3
/
+2
[next]