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
/
core
/
umem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
1
-18
/
+9
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
1
-2
/
+1
2019-11-14
dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flag
Christoph Hellwig
1
-7
/
+2
2019-09-25
mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
akpm@linux-foundation.org
1
-4
/
+1
2019-08-22
RDMA/odp: remove ib_ucontext from ib_umem
Jason Gunthorpe
1
-2
/
+2
2019-08-21
RDMA/odp: Provide ib_umem_odp_release() to undo the allocs
Jason Gunthorpe
1
-16
/
+4
2019-08-21
RDMA/odp: Split creating a umem_odp from ib_umem_get
Jason Gunthorpe
1
-25
/
+5
2019-08-20
RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLB
Jason Gunthorpe
1
-6
/
+1
2019-06-20
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
1
-0
/
+3
2019-05-28
RDMA: Convert put_page() to put_user_page*()
John Hubbard
1
-3
/
+4
2019-05-21
RDMA/umem: Move page_shift from ib_umem to ib_odp_umem
Jason Gunthorpe
1
-2
/
+1
2019-05-14
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
1
-2
/
+3
2019-05-06
RDMA/umem: Remove hugetlb flag
Shiraz Saleem
1
-25
/
+1
2019-05-06
RDMA/umem: Add API to find best driver supported page size in an MR
Shiraz Saleem
1
-0
/
+51
2019-05-02
RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()
Shiraz Saleem
1
-6
/
+10
2019-04-08
RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()
Shiraz Saleem
1
-2
/
+2
2019-04-08
RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs
Shiraz Saleem
1
-20
/
+81
2019-03-26
IB/core: Ensure an invalidate_range callback on ODP MR
Ira Weiny
1
-0
/
+5
2019-02-15
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
1
-3
/
+7
2019-02-07
drivers/IB,core: reduce scope of mmap_sem
Davidlohr Bueso
1
-39
/
+2
2019-02-07
mm: make mm->pinned_vm an atomic64 counter
Davidlohr Bueso
1
-6
/
+6
2019-01-11
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
1
-2
/
+7
2018-09-27
RDMA/core: Acquire and release mmap_sem on page range
Parav Pandit
1
-2
/
+5
2018-09-26
RDMA/umem: Fix potential addition overflow
Doug Ledford
1
-3
/
+5
2018-09-26
RDMA/umem: Minor optimizations
Doug Ledford
1
-8
/
+7
2018-09-21
RDMA/umem: Get rid of struct ib_umem.odp_data
Jason Gunthorpe
1
-4
/
+4
2018-09-21
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem
Jason Gunthorpe
1
-14
/
+22
2018-09-21
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
Jason Gunthorpe
1
-1
/
+1
2018-09-20
RDMA/umem: Do not use current->tgid to track the mm_struct
Jason Gunthorpe
1
-41
/
+36
2018-07-13
RDMA/umem: Refactor exit paths in ib_umem_get
Leon Romanovsky
1
-24
/
+20
2018-07-13
RDMA/umem: Don't hold mmap_sem for too long
Leon Romanovsky
1
-10
/
+14
2018-06-26
RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()
Leon Romanovsky
1
-1
/
+1
2018-05-28
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Jason Gunthorpe
1
-16
/
+2
2018-05-28
IB/core: Make testing MR flags for writability a static inline function
Jack Morgenstein
1
-10
/
+1
2018-05-16
IB/umem: Use the correct mm during ib_umem_release
Lidong Chen
1
-6
/
+1
2018-05-16
IB/core: Remove redundant return
Yuval Shaia
1
-2
/
+0
2017-12-19
IB/umem: Fix use of npages/nmap fields
Artemy Kovalyov
1
-1
/
+1
2017-11-30
IB/core: disable memory registration of filesystem-dax vmas
Dan Williams
1
-1
/
+1
2017-06-02
RDMA/core: not to set page dirty bit if it's already set.
Qing Huang
1
-1
/
+1
2017-04-25
IB/umem: Add support to huge ODP
Artemy Kovalyov
1
-1
/
+1
2017-04-25
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
1
-9
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-3
/
+0
2017-02-14
IB/umem: Update on demand page (ODP) support
Artemy Kovalyov
1
-3
/
+0
2017-01-24
IB/umem: Release pid in error and ODP flow
Kenneth Lee
1
-0
/
+2
2016-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-1
/
+1
2016-12-14
IB/core: fix unmap_sg argument
Sebastian Ott
1
-1
/
+1
2016-11-17
IB/core: Avoid unsigned int overflow in sg_alloc_table
Mark Bloch
1
-1
/
+1
2016-10-19
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+5
[next]