index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
/
user_sdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-20
IB/hfi1: Fix another case where pq is left on waitlist
Mike Marciniszyn
1
-4
/
+0
2020-04-08
IB/hfi1: Ensure pq is not left on waitlist
Mike Marciniszyn
1
-3
/
+22
2020-02-19
IB/hfi1: Close window for pq and request coliding
Mike Marciniszyn
1
-5
/
+12
2019-06-11
IB/hfi1: Close PSM sdma_progress sleep window
Mike Marciniszyn
1
-8
/
+4
2019-02-06
IB/hfi1: Prioritize the sending of ACK packets
Kaike Wan
1
-2
/
+4
2019-02-06
IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbs
Kaike Wan
1
-1
/
+2
2018-12-07
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-10-01
IB/hfi1: Prepare resource waits for dual leg
Dennis Dalessandro
1
-6
/
+8
2018-09-21
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-16
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-29
IB/hif1: Remove static tracing from SDMA hot path
Michael J. Ruhl
1
-14
/
+17
2017-08-29
IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.h
Harish Chegondi
1
-168
/
+0
2017-08-29
IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.h
Harish Chegondi
1
-1
/
+1
2017-08-29
IB/hfi1: Remove duplicate definitions of num_user_pages() function
Harish Chegondi
1
-15
/
+3
2017-08-29
IB/hfi1: Fix the bail out code in pin_vector_pages() function
Harish Chegondi
1
-7
/
+10
2017-08-29
IB/hfi1: Clean up pin_vector_pages() function
Harish Chegondi
1
-34
/
+45
2017-08-29
IB/hfi1: Clean up user_sdma_send_pkts() function
Harish Chegondi
1
-59
/
+82
2017-08-29
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-05
IB/hfi1: Clean up on context initialization failure
Michael J. Ruhl
1
-31
/
+30
2017-05-05
IB/hfi1: Remove atomic operations for SDMA_REQ_HAVE_AHG bit
Sebastian Sanchez
1
-14
/
+8
2017-05-05
IB/hfi1: Use filedata rather than filepointer
Michael J. Ruhl
1
-8
/
+6
2017-05-05
IB/hfi1: Name function prototype parameters
Michael J. Ruhl
1
-29
/
+33
2017-05-05
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-16
IB/hfi1: Remove incorrect IS_ERR check
Dennis Dalessandro
1
-1
/
+1
[next]