index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
rdma
/
rw.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-07
RDMA/uverbs: Check ODP in ib_check_mr_access() as well
Jason Gunthorpe
4
-17
/
+12
2020-12-07
RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()
Jason Gunthorpe
1
-4
/
+6
2020-12-02
RDMA/efa: Use dma_set_mask_and_coherent() to simplify code
Gal Pressman
1
-9
/
+2
2020-12-02
RDMA/hns: Refactor process of setting extended sge
Weihang Li
1
-32
/
+28
2020-12-02
RDMA/hns: Bugfix for calculation of extended sge
Yangyang Li
1
-1
/
+6
2020-12-02
RDMA/hns: Fix 0-length sge calculation error
Lang Cheng
1
-14
/
+10
2020-12-02
RDMA/i40iw: Remove push code from i40iw
Shiraz Saleem
8
-224
/
+18
2020-11-30
Linux 5.10-rc6
v5.10-rc6
Linus Torvalds
1
-1
/
+1
2020-11-27
sock: set sk_err to ee_errno on dequeue from errq
Willem de Bruijn
1
-1
/
+1
2020-11-27
mptcp: fix NULL ptr dereference on bad MPJ
Paolo Abeni
1
-3
/
+2
2020-11-27
net: openvswitch: fix TTL decrement action netlink message format
Eelco Chaudron
3
-23
/
+60
2020-11-27
perf probe: Change function definition check due to broken DWARF
Masami Hiramatsu
2
-4
/
+19
2020-11-27
perf probe: Fix to die_entrypc() returns error correctly
Masami Hiramatsu
1
-0
/
+8
2020-11-27
perf stat: Use proper cpu for shadow stats
Namhyung Kim
1
-4
/
+1
2020-11-27
perf record: Synthesize cgroup events only if needed
Namhyung Kim
1
-0
/
+3
2020-11-27
perf diff: Fix error return value in __cmd_diff()
Zhen Lei
1
-1
/
+3
2020-11-27
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
1
-6
/
+9
2020-11-27
RDMA/hns: Add support for QP stash
Lang Cheng
2
-61
/
+75
2020-11-27
RDMA/hns: Add support for CQ stash
Lang Cheng
4
-16
/
+37
2020-11-27
RDMA/hns: Create QP with selected QPN for bank load balance
Yangyang Li
2
-19
/
+96
2020-11-27
x86/mce: Do not overwrite no_way_out if mce_end() fails
Gabriele Paoloni
1
-2
/
+4
2020-11-27
kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PT
Vitaly Kuznetsov
1
-1
/
+1
2020-11-27
RDMA/restrack: Support all QP types
Leon Romanovsky
5
-29
/
+25
2020-11-27
RDMA/core: Allow drivers to disable restrack DB
Leon Romanovsky
5
-4
/
+41
2020-11-27
RDMA/core: Track device memory MRs
Leon Romanovsky
1
-0
/
+4
2020-11-27
KVM: x86: Fix split-irqchip vs interrupt injection window request
Paolo Bonzini
3
-9
/
+12
2020-11-27
KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint
Paolo Bonzini
2
-51
/
+34
2020-11-27
usb: typec: stusb160x: fix power-opmode property with typec-power-opmode
Amelie Delaunay
1
-1
/
+1
2020-11-27
printk: finalize records with trailing newlines
John Ogness
1
-2
/
+2
2020-11-27
can: af_can: can_rx_unregister(): remove WARN() statement from list operation...
Oliver Hartkopp
1
-2
/
+5
2020-11-27
can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0
Pankaj Sharma
1
-0
/
+2
2020-11-27
can: m_can: fix nominal bitiming tseg2 min for version >= 3.1
Marc Kleine-Budde
1
-1
/
+1
2020-11-27
can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_i...
Marc Kleine-Budde
1
-1
/
+1
2020-11-26
RDMA/mlx5: Use PCI device for dma mappings
Parav Pandit
1
-9
/
+11
2020-11-26
RDMA/mlx5: Silence the overflow warning while building offset mask
Leon Romanovsky
1
-1
/
+1
2020-11-26
RDMA/mlx5: Check for ERR_PTR from uverbs_zalloc()
Jason Gunthorpe
1
-1
/
+1
2020-11-26
RDMA/hns: Add UD support for HIP09
Weihang Li
4
-12
/
+37
2020-11-26
RDMA/hns: Simplify process of filling UD SQ WQE
Weihang Li
2
-69
/
+43
2020-11-26
RDMA/hns: Remove the portn field in UD SQ WQE
Weihang Li
2
-5
/
+0
2020-11-26
RDMA/hns: Avoid setting loopback indicator when smac is same as dmac
Weihang Li
1
-9
/
+0
2020-11-26
RDMA/hns: Fix missing fields in address vector
Weihang Li
1
-4
/
+6
2020-11-26
RDMA/hns: Only record vlan info for HIP08
Weihang Li
3
-33
/
+33
2020-11-26
mm: memcg: relayout structure mem_cgroup to avoid cache interference
Feng Tang
1
-14
/
+14
2020-11-26
RDMA/mlx4: Enable querying AH for XRC QP types
Avihai Horon
1
-1
/
+3
2020-11-26
RDMA/mlx5: Enable querying AH for XRC QP types
Avihai Horon
1
-1
/
+3
2020-11-26
io_uring: fix files grab/cancel race
Pavel Begunkov
1
-16
/
+15
2020-11-26
RDMA/hns: Bugfix for memory window mtpt configuration
Yixian Liu
1
-0
/
+1
2020-11-26
RDMA/hns: Fix retry_cnt and rnr_cnt when querying QP
Wenpeng Liang
1
-4
/
+4
2020-11-26
RDMA/hns: Fix wrong field of SRQ number the device supports
Wenpeng Liang
1
-1
/
+1
2020-11-26
iommu/vt-d: Don't read VCCAP register unless it exists
David Woodhouse
2
-3
/
+4
[next]