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
/
infiniband
/
hw
/
hfi1
/
user_sdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-11
IB/hfi1: Close PSM sdma_progress sleep window
Mike Marciniszyn
1
-8
/
+4
2019-02-05
IB/hfi1: Prioritize the sending of ACK packets
Kaike Wan
1
-2
/
+4
2019-02-05
IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbs
Kaike Wan
1
-1
/
+2
2018-12-06
IB/hfi1: Reduce lock contention on iowait_lock for sdma and pio
Mike Marciniszyn
1
-3
/
+2
2018-10-16
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2018-09-30
IB/hfi1: Prepare resource waits for dual leg
Dennis Dalessandro
1
-6
/
+8
2018-09-20
IB/hfi1: Invalid user input can result in crash
Michael J. Ruhl
1
-1
/
+1
2018-09-11
IB/hfi1: Missing return value in error path for user sdma
Michael J. Ruhl
1
-1
/
+3
2018-09-11
IB/hfi1: Right size user_sdma sequence numbers and related variables
Michael J. Ruhl
1
-4
/
+4
2018-09-11
IB/hfi1: Remove race conditions in user_sdma send path
Michael J. Ruhl
1
-14
/
+10
2018-09-11
IB/hfi1: Eliminate races in the SDMA send error path
Michael J. Ruhl
1
-48
/
+39
2017-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-37
/
+55
2017-11-13
IB/hfi1: Remove unnecessary if check
Jan Sokolowski
1
-15
/
+15
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-4
/
+4
2017-09-27
IB/hfi1: Remove the debug trace message in pin_sdma_pages()
Harish Chegondi
1
-3
/
+1
2017-09-27
IB/hfi1: Convert the macro AHG_HEADER_SET into an inline function
Harish Chegondi
1
-19
/
+39
2017-08-28
IB/hif1: Remove static tracing from SDMA hot path
Michael J. Ruhl
1
-14
/
+17
2017-08-28
IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.h
Harish Chegondi
1
-168
/
+0
2017-08-28
IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.h
Harish Chegondi
1
-1
/
+1
2017-08-28
IB/hfi1: Remove duplicate definitions of num_user_pages() function
Harish Chegondi
1
-15
/
+3
2017-08-28
IB/hfi1: Fix the bail out code in pin_vector_pages() function
Harish Chegondi
1
-7
/
+10
2017-08-28
IB/hfi1: Clean up pin_vector_pages() function
Harish Chegondi
1
-34
/
+45
2017-08-28
IB/hfi1: Clean up user_sdma_send_pkts() function
Harish Chegondi
1
-59
/
+82
2017-08-28
IB/hfi1: Improve local kmem_cache_alloc performance
Michael J. Ruhl
1
-8
/
+1
2017-08-22
IB/hfi1: Enhance PIO/SDMA send for 16B
Don Hiatt
1
-2
/
+5
2017-07-31
IB/hfi1: Only set fd pointer when base context is completely initialized
Michael J. Ruhl
1
-2
/
+2
2017-07-31
IB/hfi1: Remove unused user context data members
Michael J. Ruhl
1
-11
/
+0
2017-07-31
IB/hfi1: Serve the most starved iowait entry first
Kaike Wan
1
-3
/
+5
2017-06-27
IB/hfi1: Create common expected receive verbs/PSM code
Mike Marciniszyn
1
-38
/
+0
2017-06-27
IB/hfi1: Remove atomic SDMA_REQ_HAS_ERROR bit operation
Sebastian Sanchez
1
-15
/
+7
2017-06-27
IB/hfi1: Remove atomic SDMA_REQ_SEND_DONE bit operation
Sebastian Sanchez
1
-7
/
+7
2017-06-27
IB/hfi1: Optimize cachelines for user SDMA request structure
Sebastian Sanchez
1
-48
/
+58
2017-06-27
IB/hfi1: Don't remove RB entry when not needed.
Sebastian Sanchez
1
-7
/
+16
2017-06-27
IB/hfi1: Remove unnecessary initialization from tx request
Sebastian Sanchez
1
-1
/
+11
2017-05-04
IB/hfi1: Clean up on context initialization failure
Michael J. Ruhl
1
-31
/
+30
2017-05-04
IB/hfi1: Remove atomic operations for SDMA_REQ_HAVE_AHG bit
Sebastian Sanchez
1
-14
/
+8
2017-05-04
IB/hfi1: Use filedata rather than filepointer
Michael J. Ruhl
1
-8
/
+6
2017-05-04
IB/hfi1: Name function prototype parameters
Michael J. Ruhl
1
-29
/
+33
2017-05-04
IB/hfi1: Get rid of divide when setting the tx request header
Sebastian Sanchez
1
-17
/
+17
2017-04-20
IB/hfi1: Coding style improvement (make sizeof use safer)
Markus Elfring
1
-1
/
+3
2017-04-20
IB/hfi1: Remove intermediate var in hfi1_user_sdma_alloc_queues()
Markus Elfring
1
-3
/
+2
2017-04-20
IB/hfi1: Use kcalloc() in hfi1_user_sdma_alloc_queues()
Markus Elfring
1
-4
/
+6
2017-04-05
IB/hfi1: Race hazard avoidance in user SDMA driver
Michael J. Ruhl
1
-1
/
+2
2017-02-19
IB/hfi1: Code reuse with memdup_copy
Michael J. Ruhl
1
-9
/
+8
2016-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-17
/
+43
2016-12-11
IB/hfi1: Disable header suppression for short packets
Jakub Pawlak
1
-17
/
+43
2016-11-15
IB/hfi1: Remove incorrect IS_ERR check
Dennis Dalessandro
1
-1
/
+1
2016-10-02
IB/hfi1: Add sysfs interface for affinity setup
Tadeusz Struk
1
-6
/
+3
2016-10-02
IB/hfi1: Fix the count of user packets submitted to an SDMA engine
Harish Chegondi
1
-18
/
+13
2016-09-02
IB/hfi1: Fix AHG KDETH Intr shift
Jubin John
1
-1
/
+4
[next]