index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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
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-16
RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
Bob Pearson
1
-0
/
+1
2021-06-16
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-22
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
1
-0
/
+1
2019-02-19
RDMA/rxe: Use driver_unregister and new unregistration API
Jason Gunthorpe
1
-10
/
+14
2019-02-08
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
2018-12-06
IB/rxe: Make function rxe_pool_cleanup return void
Yuval Shaia
1
-3
/
+1
2018-08-30
IB/rxe: Avoid NULL check when search is successful
Parav Pandit
1
-4
/
+3
2018-08-30
IB/rxe: Change pool state enums to capital letters
Parav Pandit
1
-6
/
+6
2018-08-30
IB/rxe: Replace spinlock with rwlock
Parav Pandit
1
-18
/
+18
2017-10-09
IB/rxe: put the pool on allocation failure
Doug Ledford
1
-7
/
+9
2017-10-09
IB/rxe: check for allocation failure on elem
Colin Ian King
1
-0
/
+2
2017-07-24
IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'
Kamal Heib
1
-1
/
+1
2017-01-10
IB/rxe: Add a runtime check in alloc_index()
Bart Van Assche
1
-0
/
+1
2017-01-10
IB/rxe: Remove superfluous casts
Bart Van Assche
1
-2
/
+2
2017-01-10
IB/rxe: Remove an unused function
Bart Van Assche
1
-7
/
+0
2017-01-10
IB/rxe: Constify the pool name
Bart Van Assche
1
-1
/
+1
2016-12-03
IB/rxe: Remove and fix debug prints after allocation failure
Leon Romanovsky
1
-1
/
+0
2016-08-04
Soft RoCE driver
Moni Shoua
1
-0
/
+502