index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-17
RDMA: Convert RWQ table logic to ib_core allocation scheme
Leon Romanovsky
13
-106
/
+80
2020-09-17
RDMA: Clean MW allocation and free flows
Leon Romanovsky
16
-106
/
+78
2020-09-17
RDMA/cma: Fix use after free race in roce multicast join
Jason Gunthorpe
1
-108
/
+88
2020-09-17
RDMA/cma: Consolidate the destruction of a cma_multicast in one place
Jason Gunthorpe
1
-32
/
+31
2020-09-17
RDMA/cma: Remove dead code for kernel rdmacm multicast
Jason Gunthorpe
1
-15
/
+4
2020-09-17
RDMA/cma: Combine cma_ndev_work with cma_work
Jason Gunthorpe
1
-31
/
+7
2020-09-17
RDMA/cma: Remove cma_comp()
Jason Gunthorpe
1
-20
/
+7
2020-09-17
RDMA/cma: Fix locking for the RDMA_CM_LISTEN state
Jason Gunthorpe
1
-18
/
+18
2020-09-17
RDMA/cma: Make the locking for automatic state transition more clear
Jason Gunthorpe
1
-22
/
+45
2020-09-17
RDMA/cma: Fix locking for the RDMA_CM_CONNECT state
Jason Gunthorpe
1
-14
/
+30
2020-09-16
RDMA/ipoib: Convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-46
/
+4
2020-09-16
RDMA/i40iw: Avoid typecast from void to pci_dev
Parav Pandit
5
-7
/
+8
2020-09-16
RDMA/qedr: Add support for user mode XRC-SRQ's
Yuval Basson
4
-92
/
+254
2020-09-11
RDMA/qedr: Fix function prototype parameters alignment
Michal Kalderon
1
-2
/
+2
2020-09-11
RDMA/qedr: Fix inline size returned for iWARP
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix iWARP active mtu display
Michal Kalderon
2
-1
/
+9
2020-09-11
qede: Notify qedr when mtu has changed
Michal Kalderon
3
-2
/
+23
2020-09-11
RDMA/qedr: Fix return code if accept is called on a destroyed qp
Michal Kalderon
1
-2
/
+4
2020-09-11
RDMA/qedr: Fix use of uninitialized field
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix doorbell setting
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix qp structure memory leak
Michal Kalderon
1
-0
/
+2
2020-09-11
RDMA/core: Added missing WR and WC opcodes
Bob Pearson
2
-7
/
+20
2020-09-11
RDMA/ocrdma: Remove fbo from MR
Jason Gunthorpe
3
-4
/
+3
2020-09-11
RDMA/qedr: Remove fbo and zbva from the MR
Jason Gunthorpe
3
-16
/
+2
2020-09-11
RDMA/mlx4: Use ib_umem_num_dma_blocks()
Jason Gunthorpe
6
-21
/
+6
2020-09-11
RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
3
-4
/
+6
2020-09-11
RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
1
-12
/
+5
2020-09-11
RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencoding
Jason Gunthorpe
1
-30
/
+19
2020-09-11
RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()
Jason Gunthorpe
1
-46
/
+24
2020-09-11
RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
1
-4
/
+3
2020-09-11
RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-coding
Jason Gunthorpe
1
-25
/
+16
2020-09-11
RDMA/i40iw: Use ib_umem_num_dma_pages()
Jason Gunthorpe
1
-9
/
+1
2020-09-11
RDMA/efa: Use ib_umem_num_dma_pages()
Jason Gunthorpe
1
-3
/
+3
2020-09-11
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
6
-9
/
+23
2020-09-09
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
Jason Gunthorpe
4
-15
/
+13
2020-09-09
RDMA/umem: Add rdma_umem_for_each_dma_block()
Jason Gunthorpe
6
-7
/
+25
2020-09-09
RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()
Jason Gunthorpe
2
-27
/
+8
2020-09-09
RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()
Jason Gunthorpe
1
-0
/
+6
2020-09-09
RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundary
Jason Gunthorpe
1
-2
/
+7
2020-09-09
RDMA: Make counters destroy symmetrical
Leon Romanovsky
3
-3
/
+6
2020-09-09
RDMA: Restore ability to return error for destroy WQ
Leon Romanovsky
9
-18
/
+27
2020-09-09
RDMA: Change XRCD destroy return value
Leon Romanovsky
5
-7
/
+12
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
31
-37
/
+66
2020-09-09
RDMA/core: Delete function indirection for alloc/free kernel CQ
Leon Romanovsky
2
-71
/
+18
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
27
-48
/
+59
2020-09-09
RDMA/mlx5: Issue FW command to destroy SRQ on reentry
Leon Romanovsky
1
-3
/
+12
2020-09-09
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
22
-38
/
+46
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
29
-42
/
+56
2020-09-09
RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init
Md Haris Iqbal
2
-3
/
+80
2020-09-09
RDMA/hns: Avoid unncessary initialization
Lijun Ou
6
-24
/
+24
[next]