index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
cxgb4
/
mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-17
RDMA: Clean MW allocation and free flows
Leon Romanovsky
1
-21
/
+11
2020-09-11
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
1
-1
/
+1
2020-09-09
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
Jason Gunthorpe
1
-3
/
+3
2020-07-07
IB/uverbs: Set IOVA on IB MR in uverbs layer
Yishai Hadas
1
-1
/
+0
2020-07-07
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
1
-1
/
+1
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
1
-1
/
+1
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
1
-1
/
+1
2019-10-04
RDMA/cxgb4: Do not dma memory off of the stack
Greg KH
1
-11
/
+17
2019-06-20
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
1
-2
/
+1
2019-05-27
RDMA/cxgb4: Use sizeof() notation
Leon Romanovsky
1
-2
/
+3
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
1
-4
/
+3
2019-03-28
RDMA/cxbg: Use correct sizing on buffers holding page DMA addresses
Shiraz Saleem
1
-1
/
+1
2019-03-25
cxgb4: Convert mmidr to XArray
Matthew Wilcox
1
-8
/
+8
2019-03-04
cxgb4: kfree mhp after the debug print
Shaobo He
1
-1
/
+1
2019-02-12
RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGL
Shiraz, Saleem
1
-19
/
+13
2019-01-11
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
1
-1
/
+1
2018-06-26
iw_cxgb4: correctly enforce the max reg_mr depth
Steve Wise
1
-1
/
+1
2018-05-09
iw_cxgb4: Fix an error handling path in 'c4iw_get_dma_mr()'
Christophe Jaillet
1
-2
/
+2
2018-03-08
iw_cxgb4: initialize ib_mr fields for user mrs
Steve Wise
1
-0
/
+3
2017-09-29
iw_cxgb4: add referencing to wait objects
Steve Wise
1
-18
/
+20
2017-09-29
iw_cxgb4: allocate wait object for each memory object
Steve Wise
1
-89
/
+139
2017-09-27
iw_cxgb4: Remove __func__ parameter from pr_debug()
Bharat Potnuri
1
-13
/
+13
2017-08-16
iw_cxgb4: fix misuse of integer variable
Steve Wise
1
-1
/
+1
2017-06-20
net: introduce __skb_put_[zero, data, u8]
yuan linyu
1
-4
/
+2
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-2
/
+2
2017-04-25
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
1
-2
/
+2
2017-04-25
iw_cxgb4: Use dsgl by default
Ganesh Goudar
1
-3
/
+3
2017-04-20
cxgb4: Convert PDBG to pr_debug
Joe Perches
1
-14
/
+14
2017-04-20
cxgb4: Use more common logging style
Joe Perches
1
-4
/
+2
2016-11-17
iw_cxgb4: invalidate the mr when posting a read_w_inv wr
Steve Wise
1
-0
/
+12
2016-10-07
iw_cxgb4: add fast-path for small REG_MR operations
Steve Wise
1
-1
/
+1
2016-08-02
RDMA/iw_cxgb4: Use kfree_skb instead of kfree
Hariprasad S
1
-11
/
+15
2016-06-23
RDMA/iw_cxgb4: Low resource fixes for Memory registration
Hariprasad S
1
-37
/
+74
2016-05-14
Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...
Doug Ledford
1
-2
/
+3
2016-05-14
RDMA/iw_cxgb4: set the correct FID value in DSGL commands
Hariprasad S
1
-2
/
+3
2016-05-13
IB/core: Enhance ib_map_mr_sg()
Bart Van Assche
1
-1
/
+1
2016-05-13
IB/core: Add passing an offset into the SG to ib_map_mr_sg
Christoph Hellwig
1
-4
/
+3
2016-03-16
Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6
Doug Ledford
1
-3
/
+5
2016-03-01
IB/core: Add vendor's specific data to alloc mw
Matan Barak
1
-1
/
+3
2016-03-01
iw_cxgb4: Max fastreg depth depends on DSGL support
Hariprasad S
1
-3
/
+5
2015-12-23
IB: remove the write-only usecnt field from struct ib_mr
Christoph Hellwig
1
-3
/
+0
2015-12-23
IB: remove support for phys MRs
Christoph Hellwig
1
-248
/
+0
2015-10-29
iw_cxgb4: Remove old FRWR API
Sagi Grimberg
1
-45
/
+0
2015-10-29
iw_cxgb4: Support the new memory registration API
Sagi Grimberg
1
-0
/
+38
2015-10-21
RDMA/cxgb4: re-fix 32-bit build warning
Arnd Bergmann
1
-1
/
+1
2015-08-31
iw_cxgb4: Support ib_alloc_mr verb
Sagi Grimberg
1
-3
/
+9
2015-05-05
iw_cxgb4: 32b platform fixes
Hariprasad S
1
-3
/
+3
2015-04-16
cxgb4: drop __GFP_NOFAIL allocation
Michal Hocko
1
-1
/
+1
2015-01-16
iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.h
Hariprasad Shenai
1
-9
/
+9
2015-01-13
iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...
Hariprasad Shenai
1
-2
/
+2
[next]