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