index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
pcmcia
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-27
RDMA/mlx5: Don't keep umrable 'page_shift' in cache entries
Aharon Landau
3
-5
/
+1
2023-01-27
RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray
Bob Pearson
3
-302
/
+254
2023-01-26
RDMA/rxe: Cleanup page variables in rxe_mr.c
Bob Pearson
2
-20
/
+22
2023-01-26
RDMA-rxe: Isolate mr code from atomic_write_reply()
Bob Pearson
3
-42
/
+59
2023-01-26
RDMA-rxe: Isolate mr code from atomic_reply()
Bob Pearson
4
-100
/
+105
2023-01-26
RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
Bob Pearson
3
-36
/
+38
2023-01-26
RDMA/rxe: Cleanup mr_check_range
Bob Pearson
1
-3
/
+1
2023-01-26
RDMA/irdma: Split CQ handler into irdma_reg_user_mr_type_cq
Zhu Yanjun
1
-29
/
+40
2023-01-26
RDMA/irdma: Split QP handler into irdma_reg_user_mr_type_qp
Zhu Yanjun
1
-14
/
+33
2023-01-26
RDMA/irdma: Split mr alloc and free into new functions
Zhu Yanjun
1
-28
/
+46
2023-01-26
RDMA/irdma: Split MEM handler into irdma_reg_user_mr_type_mem
Zhu Yanjun
1
-32
/
+50
2023-01-15
RDMA/erdma: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-2
/
+2
2023-01-15
RDMA/mlx5: Print error syndrome in case of fatal QP errors
Patrisious Haddad
3
-3
/
+48
2023-01-15
RDMA/mlx: Calling qp event handler in workqueue context
Mark Zhang
10
-78
/
+202
2023-01-15
net/mlx5: Introduce CQE error syndrome
Patrisious Haddad
1
-5
/
+42
2023-01-15
RDMA/cxgb4: Replace 0-length arrays with flexible arrays
Kees Cook
1
-20
/
+6
2023-01-10
IB/hfi1: Use dma_mmap_coherent for matching buffers
Dean Luick
1
-24
/
+57
2023-01-10
IB/hfi1: Update RMT size calculation
Dean Luick
1
-27
/
+32
2023-01-10
IB/hfi1: Split IB counter allocation
Dean Luick
1
-49
/
+32
2023-01-10
IB/hfi1: Improve TID validity checking
Dean Luick
1
-8
/
+8
2023-01-10
IB/hfi1: Consolidate the creation of user TIDs
Dean Luick
2
-7
/
+6
2023-01-10
IB/hfi1: Assign npages earlier
Dean Luick
1
-7
/
+2
2023-01-10
IB/hfi1: Remove redundant pageidx variable
Dean Luick
1
-13
/
+9
2023-01-10
RDMA/cma: Refactor the inbound/outbound path records process flow
Mark Zhang
6
-133
/
+75
2023-01-10
RDMA/core: Refactor rdma_bind_addr
Patrisious Haddad
1
-123
/
+130
2023-01-09
RDMA/hns: Support cqe inline in user space
Luoyouming
5
-1
/
+23
2023-01-09
RDMA/hns: Add compatibility handling for only support userspace rq inline
Luoyouming
5
-11
/
+31
2023-01-09
RDMA/hns: Remove rq inline in kernel
Luoyouming
3
-147
/
+0
2023-01-08
Linux 6.2-rc3
v6.2-rc3
Linus Torvalds
1
-1
/
+1
2023-01-06
tpm: Allow system suspend to continue when TPM suspend fails
Jason A. Donenfeld
1
-1
/
+3
2023-01-06
hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
Linus Torvalds
1
-5
/
+10
2023-01-06
usb: dwc3: gadget: Ignore End Transfer delay on teardown
Thinh Nguyen
1
-1
/
+4
2023-01-06
usb: dwc3: xilinx: include linux/gpio/consumer.h
Arnd Bergmann
1
-0
/
+1
2023-01-06
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-01-06
udf: Fix extension of the last extent in the file
Jan Kara
1
-1
/
+1
2023-01-06
usb: fotg210-udc: fix error return code in fotg210_udc_probe()
Yang Yingliang
1
-0
/
+2
2023-01-05
riscv: uaccess: fix type of 0 variable on error in get_user()
Ben Dooks
1
-1
/
+1
2023-01-05
riscv, kprobes: Stricter c.jr/c.jalr decoding
Björn Töpel
1
-2
/
+2
2023-01-05
lib/scatterlist: Fix to merge contiguous pages into the last SG properly
Yishai Hadas
1
-1
/
+1
2023-01-05
block: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-01-05
io_uring: fix CQ waiting timeout handling
Pavel Begunkov
1
-3
/
+3
2023-01-05
powerpc/vmlinux.lds: Don't discard .comment
Michael Ellerman
1
-1
/
+1
2023-01-05
powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
Michael Ellerman
1
-1
/
+4
2023-01-05
powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
Michael Ellerman
1
-0
/
+1
2023-01-05
fbdev: omapfb: avoid stack overflow warning
Arnd Bergmann
1
-10
/
+18
2023-01-05
caif: fix memory leak in cfctrl_linkup_request()
Zhengchao Shao
1
-1
/
+5
2023-01-05
kbuild: readd -w option when vmlinux.o or Module.symver is missing
Masahiro Yamada
1
-4
/
+5
2023-01-05
kbuild: fix single *.ko build
Masahiro Yamada
1
-1
/
+1
2023-01-05
cifs: fix interface count calculation during refresh
Shyam Prasad N
1
-1
/
+2
2023-01-05
cifs: refcount only the selected iface during interface update
Shyam Prasad N
1
-1
/
+2
[next]