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
/
kfd_events.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-08
drm/amdkfd: Document and fix GTT BO kmap API
Felix Kuehling
1
-3
/
+2
2022-04-25
drm/amdkfd: Ignore bogus signals from MEC efficiently
Felix Kuehling
1
-4
/
+18
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-12
drm/amdkfd: Asynchronously free events
Felix Kuehling
1
-2
/
+1
2022-04-07
drm/amdkfd: Improve concurrency of event handling
Felix Kuehling
1
-42
/
+77
2022-03-25
drm/amdkfd: Check for potential null return of kmalloc_array()
QintaoShen
1
-0
/
+2
2022-02-14
drm/amdkfd: update SPDX license header
Rajneesh Bhardwaj
1
-1
/
+2
2022-02-07
drm/amdkfd: CRIU implement gpu_id remapping
David Yat Sin
1
-8
/
+37
2022-02-07
drm/amdkfd: CRIU checkpoint and restore events
David Yat Sin
1
-28
/
+244
2021-11-17
drm/amdkfd: convert misc checks to IP version checking
Graham Sider
1
-2
/
+4
2021-05-19
drm/amdkfd: fix a resource leakage issue
Dennis Li
1
-0
/
+2
2021-05-19
drm/amdkfd: refine the poison data consumption handling
Dennis Li
1
-0
/
+39
2020-09-17
drm, iommu: Change type of pasid to u32
Fenghua Yu
1
-4
/
+4
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-03-10
drm/amdkfd: Use pr_debug to print the message of reaching event limit
Yong Zhao
1
-1
/
+1
2019-11-13
drm/amdkfd: Simplify the mmap offset related bit operations
Yong Zhao
1
-1
/
+0
2019-10-03
drm/amdkfd: Use hex print format for pasid
Yong Zhao
1
-6
/
+6
2019-09-16
drm/amdkfd: add renoir type for the workaround of iommu v2 (v2)
Huang Rui
1
-1
/
+2
2019-05-24
drm/amdkfd: Cosmetic cleanup
Kent Russell
1
-1
/
+1
2019-03-19
drm/amdkfd: add RAS ECC event support (v3)
Eric Huang
1
-1
/
+17
2018-07-13
drm/amdkfd: Optimize out some duplicated code in kfd_signal_iommu_event()
Yong Zhao
1
-15
/
+11
2018-07-13
drm/amdkfd: Workaround to accommodate Raven too many PPR issue
Yong Zhao
1
-5
/
+16
2018-07-11
drm/amdkfd: Implement GPU reset handlers in KFD
Shaoyun Liu
1
-0
/
+27
2018-07-11
drm/amdkfd: Handle VM faults in KFD
shaoyunl
1
-0
/
+37
2018-07-11
drm/amdkfd: send SIGSEGV to process upon KFD_EVENT_TYPE_MEMORY
Moses Reuben
1
-0
/
+7
2018-05-01
drm/amdkfd: Fix signal handling performance again
Felix Kuehling
1
-1
/
+1
2018-04-10
drm/amdkfd: Clean up KFD_MMAP_ offset handling
Harish Kasiviswanathan
1
-1
/
+1
2018-03-15
drm/amdkfd: Kmap event page for dGPUs
Felix Kuehling
1
-2
/
+29
2017-12-08
drm/amdkfd: Centralize IOMMUv2 code and make it conditional
Felix Kuehling
1
-0
/
+3
2017-11-27
drm/amdkfd: Use ref count to prevent kfd_process destruction
Felix Kuehling
1
-7
/
+7
2017-10-27
drm/amdkfd: Make event limit dependent on user mode mapping size
Felix Kuehling
1
-6
/
+19
2017-10-27
drm/amdkfd: Use IH context ID for signal lookup
Felix Kuehling
1
-13
/
+60
2017-10-27
drm/amdkfd: Simplify event ID and signal slot management
Felix Kuehling
1
-160
/
+70
2017-10-27
drm/amdkfd: Simplify events page allocator
Felix Kuehling
1
-129
/
+68
2017-10-27
drm/amdkfd: Use wait_queue_t to implement event waiting
Felix Kuehling
1
-37
/
+22
2017-10-27
drm/amdkfd: remove redundant kfd_event_waiter.input_index
Felix Kuehling
1
-6
/
+3
2017-10-27
drm/amdkfd: Fix event destruction with pending waiters
Felix Kuehling
1
-26
/
+46
2017-10-27
drm/amdkfd: Clean up kfd_wait_on_events
Felix Kuehling
1
-41
/
+30
2017-10-27
drm/amdkfd: Fix scheduler race in kfd_wait_on_events sleep loop
Sean Keely
1
-1
/
+12
2017-10-27
drm/amdkfd: Short cut for kfd_wait_on_events without waiting
Sean Keely
1
-4
/
+39
2017-10-27
drm/amdkfd: Don't dereference kfd_process.mm
Felix Kuehling
1
-4
/
+15
2017-09-20
drm/amdkfd: Print event limit messages only once per process
Felix Kuehling
1
-1
/
+4
2017-08-15
drm/amdkfd: Change x==NULL/false references to !x
Kent Russell
1
-3
/
+3
2017-08-15
drm/amdkfd: Consolidate and clean up log commands
Kent Russell
1
-13
/
+9
2017-08-15
drm/amdkfd: Clean up KFD style errors and warnings v2
Kent Russell
1
-2
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-01-16
drm/amdkfd: fix improper return value on error
Pan Bian
1
-1
/
+3
2016-05-01
amdkfd: Use the canonical form in branch predicates
Edward O'Callaghan
1
-2
/
+2
2015-06-06
drm/amdkfd: add debug print to kfd_events.c
Oded Gabbay
1
-0
/
+4
[next]