index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
/
rxe_pool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
RDMA/rxe: fix xa_alloc_cycle() error return value check again
Dongliang Mu
1
-2
/
+2
2022-05-09
RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()
Bob Pearson
1
-0
/
+1
2022-05-09
RDMA/rxe: Add rxe_srq_cleanup()
Bob Pearson
1
-0
/
+1
2022-05-05
RDMA/rxe: Optimize the mr pool struct
Zhu Yanjun
1
-6
/
+3
2022-03-16
RDMA/rxe: Replace red-black trees by xarrays
Bob Pearson
1
-159
/
+62
2022-03-16
RDMA/rxe: Shorten pool names in rxe_pool.c
Bob Pearson
1
-8
/
+8
2022-03-16
RDMA/rxe: Move max_elem into rxe_type_info
Bob Pearson
1
-3
/
+11
2022-03-16
RDMA/rxe: Replace obj by elem in declaration
Bob Pearson
1
-1
/
+1
2022-03-16
RDMA/rxe: Delete _locked() APIs for pool objects
Bob Pearson
1
-59
/
+8
2022-03-16
RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
Bob Pearson
1
-9
/
+12
2022-02-16
RDMA/rxe: Remove mcg from rxe pools
Bob Pearson
1
-9
/
+0
2022-02-16
RDMA/rxe: Remove key'ed object support
Bob Pearson
1
-126
/
+0
2022-02-16
RDMA/rxe: Use kzmalloc/kfree for mca
Bob Pearson
1
-5
/
+0
2022-02-16
RDMA/rxe: Revert changes from irqsave to bh locks
Bob Pearson
1
-12
/
+18
2022-01-28
RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elem
Bob Pearson
1
-5
/
+5
2021-11-19
RDMA/rxe: Remove some #defines from rxe_pool.h
Bob Pearson
1
-0
/
+2
2021-11-19
RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.c
Bob Pearson
1
-1
/
+0
2021-11-19
RDMA/rxe: Save object pointer in pool element
Bob Pearson
1
-13
/
+17
2021-11-19
RDMA/rxe: Copy setup parameters into rxe_pool
Bob Pearson
1
-32
/
+24
2021-11-19
RDMA/rxe: Cleanup rxe_pool_entry
Bob Pearson
1
-36
/
+36
2021-11-19
RDMA/rxe: Replace irqsave locks with bh locks
Bob Pearson
1
-18
/
+12
2021-10-28
RDMA/rxe: Make rxe_type_info static const
Joe Perches
1
-10
/
+18
2021-10-28
RDMA/rxe: Use 'bitmap_zalloc()' when applicable
Christophe JAILLET
1
-6
/
+2
2021-10-28
RDMA/rxe: Save a few bytes from struct rxe_pool
Christophe JAILLET
1
-1
/
+0
2021-10-12
RDMA/rxe: Change AH objects to indexed
Bob Pearson
1
-1
/
+3
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
1
-1
/
+1
2021-06-17
RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
Bob Pearson
1
-0
/
+1
2021-06-17
RDMA/rxe: Return errors for add index and key
Bob Pearson
1
-16
/
+28
2021-03-30
RDMA/rxe: Split MEM into MR and MW
Bob Pearson
1
-8
/
+6
2021-01-28
RDMA/rxe: Replace missing rxe_pool_get_index_locked
Bob Pearson
1
-7
/
+14
2021-01-28
RDMA/rxe: Remove unneeded pool->state
Bob Pearson
1
-37
/
+1
2021-01-28
RDMA/rxe: Remove references to ib_device and pool
Bob Pearson
1
-40
/
+2
2021-01-28
RDMA/rxe: Remove RXE_POOL_ATOMIC
Bob Pearson
1
-5
/
+1
2021-01-28
RDMA/rxe: Fix misleading comments and names
Bob Pearson
1
-11
/
+11
2021-01-28
RDMA/rxe: Fix bug in rxe_alloc()
Bob Pearson
1
-6
/
+35
2021-01-12
RDMA/rxe: Add unlocked versions of pool APIs
Bob Pearson
1
-20
/
+62
2021-01-12
RDMA/rxe: Make add/drop key/index APIs type safe
Bob Pearson
1
-9
/
+5
2021-01-12
RDMA/rxe: Make pool lookup and alloc APIs type safe
Bob Pearson
1
-17
/
+38
2021-01-12
RDMA/rxe: Add elem_offset field to rxe_type_info
Bob Pearson
1
-0
/
+10
2021-01-12
RDMA/rxe: Let pools support both keys and indices
Bob Pearson
1
-36
/
+37
2021-01-12
RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flag
Bob Pearson
1
-1
/
+1
2020-08-31
RDMA/rxe: Address an issue with hardened user copy
Bob Pearson
1
-58
/
+2
2020-08-31
RDMA/rxe: Add SPDX hdrs to rxe source files
Bob Pearson
1
-28
/
+1
2019-06-11
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
1
-0
/
+1
2019-04-08
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
1
-1
/
+1
2019-04-08
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
1
-1
/
+1
2019-02-23
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
1
-0
/
+1
2019-02-20
RDMA/rxe: Use driver_unregister and new unregistration API
Jason Gunthorpe
1
-10
/
+14
2019-02-09
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
1
-11
/
+49
2018-12-11
IB/rxe: Fix incorrect cache cleanup in error flow
Yuval Shaia
1
-12
/
+14
[next]