index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
file_ops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2023-11-02
1
-1
/
+1
|
\
|
*
IB: Use capital "OR" for multiple licenses in SPDX
Krzysztof Kozlowski
2023-09-11
1
-1
/
+1
*
|
infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
David Howells
2023-09-25
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2023-04-29
1
-1
/
+1
|
\
|
*
IB/hfi1: Remove trace newlines
Dean Luick
2023-04-09
1
-1
/
+1
*
|
IB/hfi1: check for user backed iterator, not specific iterator type
Jens Axboe
2023-03-30
1
-5
/
+2
*
|
iov_iter: add iter_iovec() helper
Jens Axboe
2023-03-30
1
-1
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2023-02-24
1
-24
/
+57
|
\
|
*
IB/hfi1: Use dma_mmap_coherent for matching buffers
Dean Luick
2023-01-10
1
-24
/
+57
*
|
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-2
/
+2
|
\
\
|
*
|
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
1
-2
/
+2
|
|
/
*
/
IB/hfi1: Restore allocated resources on failed copyout
Dean Luick
2023-01-22
1
-2
/
+5
|
/
*
IB: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-21
1
-1
/
+1
*
RDMA/hfi1: fix potential memory leak in setup_base_ctxt()
Jianglei Nie
2022-07-19
1
-1
/
+3
*
RDMA/hfi1: Consolidate software versions
Dennis Dalessandro
2022-05-24
1
-1
/
+1
*
RDMA/hfi1: Prevent panic when SDMA is disabled
Douglas Miller
2022-05-24
1
-0
/
+2
*
RDMA/hfi1: Convert to SPDX identifier
Cai Huoqing
2021-08-25
1
-43
/
+2
*
RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcount
Xiyu Yang
2021-07-30
1
-3
/
+3
*
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
2021-06-21
1
-3
/
+3
*
RDMA/hw/hfi1/file_ops: Fix' manage_rcvq()'s 'arg' param
Lee Jones
2021-01-22
1
-1
/
+1
*
IB/hfi1: Ensure correct mm is used at all times
Dennis Dalessandro
2020-11-25
1
-3
/
+1
*
IB/hfi1: Remove module parameter for KDETH qpns
Gary Leshner
2020-05-21
1
-2
/
+2
*
IB/hfi1: Remove kobj from hfi1_devdata
Kaike Wan
2020-03-18
1
-3
/
+1
*
IB/hfi1: Close window for pq and request coliding
Mike Marciniszyn
2020-02-11
1
-20
/
+32
*
IB/hfi1: Add accessor API routines to access context members
Mike Marciniszyn
2020-01-03
1
-6
/
+6
*
RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcv
Jason Gunthorpe
2019-11-23
1
-1
/
+1
*
IB/hfi1: Remove overly conservative VM_EXEC flag check
Michael J. Ruhl
2019-01-21
1
-1
/
+1
*
IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()
Michael J. Ruhl
2018-09-01
1
-8
/
+3
*
IB/hfi1: Rework the IRQ API to be more flexible
Michael J. Ruhl
2018-09-01
1
-0
/
+7
*
IB/hfi1: Set in_use_ctxts bits for user ctxts only
Michael J. Ruhl
2018-07-03
1
-0
/
+4
*
IB/hfi1: Remove rcvhdrq_size
Mike Marciniszyn
2018-06-22
1
-3
/
+3
*
IB/hfi1: Fix user context tail allocation for DMA_RTAIL
Mike Marciniszyn
2018-06-04
1
-1
/
+1
*
IB/hfi1: Reorder incorrect send context disable
Michael J. Ruhl
2018-05-09
1
-1
/
+1
*
infiniband: hw: hfi1: Change return type to vm_fault_t
Souptick Joarder
2018-04-27
1
-2
/
+2
*
treewide: remove large struct-pass-by-value from tracepoint arguments
Alexei Starovoitov
2018-03-28
1
-1
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-4
/
+4
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-02-06
1
-3
/
+1
|
\
|
*
IB/hfi1: Fix for potential refcount leak in hfi1_open_file()
Alex Estrin
2018-02-01
1
-3
/
+1
*
|
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-9
/
+9
|
\
\
|
|
/
|
/
|
|
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-9
/
+9
*
|
IB/hfi1: Prevent a NULL dereference
Dan Carpenter
2018-01-10
1
-2
/
+2
|
/
*
Merge branch 'for-next-early' into for-next
Doug Ledford
2017-10-18
1
-206
/
+280
|
\
|
*
IB/hfi1: Remove set-but-not-used variables
Bart Van Assche
2017-10-14
1
-3
/
+1
|
*
IB/hfi1: Refactor reset_ctxt() IOCTL
Michael J. Ruhl
2017-09-29
1
-56
/
+66
|
*
IB/hfi1: Refactor get_user() IOCTLs
Michael J. Ruhl
2017-09-29
1
-40
/
+34
|
*
IB/hfi1: Refactor hfi_user_exp_rcv_invalid() IOCTLs
Michael J. Ruhl
2017-09-29
1
-14
/
+40
|
*
IB/hfi1: Refactor hfi_user_exp_rcv_clear() IOCTLs
Michael J. Ruhl
2017-09-29
1
-12
/
+37
|
*
IB/hfi1: Refactor hfi_user_exp_rcv_setup() IOCTL
Michael J. Ruhl
2017-09-29
1
-21
/
+45
|
*
IB/hfi1: Refactor get_base_info
Michael J. Ruhl
2017-09-29
1
-12
/
+12
|
*
IB/hfi1: Fix parenthesis alignment issues
Michael J. Ruhl
2017-09-29
1
-12
/
+12
[next]