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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-06
Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"
Bart Van Assche
1
-5
/
+1
2019-11-06
RDMA/qedr: Remove unsupported modify_port callback
Kamal Heib
3
-9
/
+0
2019-11-06
RDMA/ocrdma: Remove unsupported modify_port callback
Kamal Heib
3
-9
/
+0
2019-11-06
RDMA/hns: Remove unsupported modify_port callback
Kamal Heib
1
-7
/
+0
2019-11-06
RDMA/core: Fix return code when modify_port isn't supported
Kamal Heib
1
-1
/
+5
2019-11-06
RDMA/qedr: Add iWARP doorbell recovery support
Michal Kalderon
2
-6
/
+43
2019-11-06
RDMA/qedr: Add doorbell overflow recovery support
Michal Kalderon
3
-50
/
+300
2019-11-06
RDMA/qedr: Use the common mmap API
Michal Kalderon
4
-121
/
+98
2019-11-06
RDMA/siw: Use the common mmap_xa helpers
Michal Kalderon
4
-102
/
+114
2019-11-06
RDMA/efa: Use the common mmap_xa helpers
Michal Kalderon
3
-194
/
+153
2019-11-06
RDMA: Connect between the mmap entry and the umap_priv structure
Michal Kalderon
8
-34
/
+70
2019-11-06
RDMA/core: Create mmap database and cookie helper functions
Michal Kalderon
5
-0
/
+275
2019-11-05
RDMA/core: Move core content from ib_uverbs to ib_core
Michal Kalderon
4
-72
/
+86
2019-10-31
IB/mlx5: Test write combining support
Michael Guralnik
4
-3
/
+223
2019-10-31
RDMA/mlx5: Return proper error value
Leon Romanovsky
1
-1
/
+1
2019-10-29
RDMA/hns: Fix build error again
Arnd Bergmann
2
-5
/
+20
2019-10-28
Merge branch 'odp_rework' into rdma.git for-next
Jason Gunthorpe
11
-663
/
+624
2019-10-28
RDMA/odp: Remove broken debugging call to invalidate_range
Jason Gunthorpe
1
-19
/
+19
2019-10-28
RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroy
Jason Gunthorpe
3
-59
/
+88
2019-10-28
RDMA/mlx5: Do not store implicit children in the odp_mkeys xarray
Jason Gunthorpe
1
-30
/
+6
2019-10-28
RDMA/mlx5: Rework implicit ODP destroy
Jason Gunthorpe
5
-66
/
+120
2019-10-28
RDMA/mlx5: Avoid double lookups on the pagefault path
Jason Gunthorpe
1
-106
/
+80
2019-10-28
RDMA/mlx5: Reduce locking in implicit_mr_get_data()
Jason Gunthorpe
1
-12
/
+26
2019-10-28
RDMA/mlx5: Use an xarray for the children of an implicit ODP
Jason Gunthorpe
3
-149
/
+67
2019-10-28
RDMA/mlx5: Split implicit handling from pagefault_mr
Jason Gunthorpe
1
-49
/
+76
2019-10-28
RDMA/mlx5: Set the HW IOVA of the child MRs to their place in the tree
Jason Gunthorpe
1
-2
/
+3
2019-10-28
RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that call it
Jason Gunthorpe
1
-77
/
+74
2019-10-28
RDMA/mlx5: Rework implicit_mr_get_data
Jason Gunthorpe
1
-54
/
+69
2019-10-28
RDMA/mlx5: Delete struct mlx5_priv->mkey_table
Jason Gunthorpe
4
-44
/
+1
2019-10-28
RDMA/mlx5: Use a dedicated mkey xarray for ODP
Jason Gunthorpe
5
-73
/
+83
2019-10-28
RDMA/mlx5: Split sig_err MR data into its own xarray
Jason Gunthorpe
4
-17
/
+28
2019-10-28
RDMA/mlx5: Use SRCU properly in ODP prefetch
Jason Gunthorpe
1
-141
/
+121
2019-10-28
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
939
-7831
/
+8788
2019-10-28
RDMA/vmw_pvrdma: Use resource ids from physical device if available
Bryan Tan
3
-29
/
+106
2019-10-28
RDMA/core: Set DMA parameters correctly
Bart Van Assche
1
-2
/
+14
2019-10-28
RDMA/siw: Increase DMA max_segment_size parameter
Bart Van Assche
2
-0
/
+4
2019-10-28
RDMA/rxe: Increase DMA max_segment_size parameter
Bart Van Assche
2
-0
/
+4
2019-10-28
RDMA/core: Fix ib_dma_max_seg_size()
Bart Van Assche
1
-3
/
+1
2019-10-28
RDMA/siw: Fix post_recv QP state locking
Bernard Metzler
1
-1
/
+0
2019-10-28
RDMA/iw_cxgb4: Report correct port speed/width
Potnuri Bharat Teja
1
-3
/
+4
2019-10-28
RDMA/qedr: Fix memory leak in user qp and mr
Michal Kalderon
1
-2
/
+10
2019-10-28
RDMA/qedr: Fix synchronization methods and memory leaks in qedr
Michal Kalderon
3
-75
/
+158
2019-10-28
RDMA/qedr: Fix qpids xarray api used
Michal Kalderon
3
-4
/
+4
2019-10-28
RDMA/qedr: Fix srqs xarray initialization
Michal Kalderon
1
-0
/
+1
2019-10-28
rdma: Remove nes ABI header
Jason Gunthorpe
1
-115
/
+0
2019-10-28
RDMA/hns: Fix memory leak on 'context' on error return path
Colin Ian King
1
-4
/
+8
2019-10-28
RDMA/hns: Bugfix for qpc/cqc timer configuration
Yangyang Li
1
-2
/
+2
2019-10-28
RDMA/hns: Fix to support 64K page for srq
Lijun Ou
1
-2
/
+2
2019-10-28
RDMA/srpt: Fix TPG creation
Bart Van Assche
2
-29
/
+73
2019-10-28
RDMA/hns: Delete BITS_PER_BYTE redefinition
Leon Romanovsky
1
-2
/
+0
[next]