index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
/
user_sdma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
2018-10-16
1
-1
/
+1
|
\
|
*
IB/hfi1: Invalid user input can result in crash
Michael J. Ruhl
2018-09-20
1
-1
/
+1
*
|
IB/hfi1: Prepare resource waits for dual leg
Dennis Dalessandro
2018-09-30
1
-6
/
+8
*
|
IB/hfi1: Missing return value in error path for user sdma
Michael J. Ruhl
2018-09-11
1
-1
/
+3
*
|
IB/hfi1: Right size user_sdma sequence numbers and related variables
Michael J. Ruhl
2018-09-11
1
-4
/
+4
*
|
IB/hfi1: Remove race conditions in user_sdma send path
Michael J. Ruhl
2018-09-11
1
-14
/
+10
*
|
IB/hfi1: Eliminate races in the SDMA send error path
Michael J. Ruhl
2018-09-11
1
-48
/
+39
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2017-11-15
1
-37
/
+55
|
\
|
*
IB/hfi1: Remove unnecessary if check
Jan Sokolowski
2017-11-13
1
-15
/
+15
|
*
IB/hfi1: Remove the debug trace message in pin_sdma_pages()
Harish Chegondi
2017-09-27
1
-3
/
+1
|
*
IB/hfi1: Convert the macro AHG_HEADER_SET into an inline function
Harish Chegondi
2017-09-27
1
-19
/
+39
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-4
/
+4
|
/
*
IB/hif1: Remove static tracing from SDMA hot path
Michael J. Ruhl
2017-08-28
1
-14
/
+17
*
IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.h
Harish Chegondi
2017-08-28
1
-168
/
+0
*
IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.h
Harish Chegondi
2017-08-28
1
-1
/
+1
*
IB/hfi1: Remove duplicate definitions of num_user_pages() function
Harish Chegondi
2017-08-28
1
-15
/
+3
*
IB/hfi1: Fix the bail out code in pin_vector_pages() function
Harish Chegondi
2017-08-28
1
-7
/
+10
*
IB/hfi1: Clean up pin_vector_pages() function
Harish Chegondi
2017-08-28
1
-34
/
+45
*
IB/hfi1: Clean up user_sdma_send_pkts() function
Harish Chegondi
2017-08-28
1
-59
/
+82
*
IB/hfi1: Improve local kmem_cache_alloc performance
Michael J. Ruhl
2017-08-28
1
-8
/
+1
*
IB/hfi1: Enhance PIO/SDMA send for 16B
Don Hiatt
2017-08-22
1
-2
/
+5
*
IB/hfi1: Only set fd pointer when base context is completely initialized
Michael J. Ruhl
2017-07-31
1
-2
/
+2
*
IB/hfi1: Remove unused user context data members
Michael J. Ruhl
2017-07-31
1
-11
/
+0
*
IB/hfi1: Serve the most starved iowait entry first
Kaike Wan
2017-07-31
1
-3
/
+5
*
IB/hfi1: Create common expected receive verbs/PSM code
Mike Marciniszyn
2017-06-27
1
-38
/
+0
*
IB/hfi1: Remove atomic SDMA_REQ_HAS_ERROR bit operation
Sebastian Sanchez
2017-06-27
1
-15
/
+7
*
IB/hfi1: Remove atomic SDMA_REQ_SEND_DONE bit operation
Sebastian Sanchez
2017-06-27
1
-7
/
+7
*
IB/hfi1: Optimize cachelines for user SDMA request structure
Sebastian Sanchez
2017-06-27
1
-48
/
+58
*
IB/hfi1: Don't remove RB entry when not needed.
Sebastian Sanchez
2017-06-27
1
-7
/
+16
*
IB/hfi1: Remove unnecessary initialization from tx request
Sebastian Sanchez
2017-06-27
1
-1
/
+11
*
IB/hfi1: Clean up on context initialization failure
Michael J. Ruhl
2017-05-04
1
-31
/
+30
*
IB/hfi1: Remove atomic operations for SDMA_REQ_HAVE_AHG bit
Sebastian Sanchez
2017-05-04
1
-14
/
+8
*
IB/hfi1: Use filedata rather than filepointer
Michael J. Ruhl
2017-05-04
1
-8
/
+6
*
IB/hfi1: Name function prototype parameters
Michael J. Ruhl
2017-05-04
1
-29
/
+33
*
IB/hfi1: Get rid of divide when setting the tx request header
Sebastian Sanchez
2017-05-04
1
-17
/
+17
*
IB/hfi1: Coding style improvement (make sizeof use safer)
Markus Elfring
2017-04-20
1
-1
/
+3
*
IB/hfi1: Remove intermediate var in hfi1_user_sdma_alloc_queues()
Markus Elfring
2017-04-20
1
-3
/
+2
*
IB/hfi1: Use kcalloc() in hfi1_user_sdma_alloc_queues()
Markus Elfring
2017-04-20
1
-4
/
+6
*
IB/hfi1: Race hazard avoidance in user SDMA driver
Michael J. Ruhl
2017-04-05
1
-1
/
+2
*
IB/hfi1: Code reuse with memdup_copy
Michael J. Ruhl
2017-02-19
1
-9
/
+8
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2016-12-15
1
-17
/
+43
|
\
|
*
IB/hfi1: Disable header suppression for short packets
Jakub Pawlak
2016-12-11
1
-17
/
+43
*
|
IB/hfi1: Remove incorrect IS_ERR check
Dennis Dalessandro
2016-11-15
1
-1
/
+1
|
/
*
IB/hfi1: Add sysfs interface for affinity setup
Tadeusz Struk
2016-10-02
1
-6
/
+3
*
IB/hfi1: Fix the count of user packets submitted to an SDMA engine
Harish Chegondi
2016-10-02
1
-18
/
+13
*
IB/hfi1: Fix AHG KDETH Intr shift
Jubin John
2016-09-02
1
-1
/
+4
*
IB/hfi1: Remove unneeded mm argument in remove function
Dean Luick
2016-08-02
1
-3
/
+2
*
IB/hfi1: Consistently call ops->remove outside spinlock
Dean Luick
2016-08-02
1
-17
/
+5
*
IB/hfi1: Use evict mmu rb operation
Dean Luick
2016-08-02
1
-70
/
+46
*
IB/hfi1: Make the cache handler own its rb tree root
Dean Luick
2016-08-02
1
-13
/
+13
[next]