summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds5-312/+273
2019-08-21RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe2-10/+9
2019-08-21RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe3-118/+54
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua3-7/+6
2019-08-21RDMA/odp: Use kvcalloc for the dma_list and page_listJason Gunthorpe1-8/+8
2019-08-21RDMA/odp: Check for overflow when computing the umem_odp endJason Gunthorpe1-6/+19
2019-08-21RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe2-16/+7
2019-08-21RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe2-43/+54
2019-08-21RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe1-6/+74
2019-08-21RMDA/odp: Consolidate umem_odp initializationJason Gunthorpe1-114/+86
2019-08-21RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe1-24/+30
2019-08-21RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe1-19/+21
2019-08-21RDMA/odp: Use the common interval tree library instead of genericJason Gunthorpe1-54/+18
2019-08-20RDMA/cma: fix null-ptr-deref Read in cma_cleanupzhengbin1-1/+5
2019-08-20RDMA/restrack: Rewrite PID namespace check to be reliableLeon Romanovsky2-10/+8
2019-08-20RDMA/counters: Properly implement PID checksLeon Romanovsky1-5/+3
2019-08-20IB/core: Fix NULL pointer dereference when bind QP to counterIdo Kalir1-1/+1
2019-08-20RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe1-6/+1
2019-08-12RDMA/core: Fix error code in stat_get_doit_qp()Dan Carpenter1-2/+6
2019-08-07RDMA/counter: Prevent QP counter binding if counters unsupportedMark Zhang1-0/+6
2019-08-07IB/mlx5: Fix implicit MR release flowYishai Hadas1-4/+0
2019-08-01IB/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein1-10/+10
2019-08-01RDMA/restrack: Track driver QP types in resource trackerGal Pressman1-1/+4
2019-08-01RDMA/devices: Remove the lock around remove_client_contextJason Gunthorpe1-21/+27
2019-08-01RDMA/devices: Do not deadlock during client removalJason Gunthorpe1-13/+41
2019-08-01IB/core: Add mitigation for Spectre V1Luck, Tony1-1/+5
2019-07-25IB/counters: Always initialize the port counter objectParav Pandit1-4/+4
2019-07-25IB/core: Fix querying total rdma statsParav Pandit1-0/+3
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds23-1749/+2117
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko1-1/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2019-07-11RDMA/core: Fix -Wunused-const-variable warningsQian Cai1-0/+13
2019-07-09RDMA/core: Fix race when resolving IP addressDag Moxnes1-1/+1
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2019-07-08IB/core: Work on the caller socket net namespace in nldev_newlink()Parav Pandit1-1/+1
2019-07-08RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlinkYamin Friedman3-0/+24
2019-07-08RDMA/core: Provide RDMA DIM support for ULPsYamin Friedman1-0/+45
2019-07-05RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang2-1/+103
2019-07-05RDMA/nldev: Allow get counter mode through RDMA netlinkMark Zhang2-1/+78
2019-07-05RDMA/nldev: Allow counter manual mode configration through RDMA netlinkMark Zhang1-13/+98
2019-07-05RDMA/counter: Allow manual mode configuration supportMark Zhang1-3/+216
2019-07-05RDMA/core: Get sum value of all counters when perform a sysfs stat readMark Zhang2-3/+96
2019-07-05RDMA/netlink: Implement counter dumpit calbackMark Zhang3-1/+240
2019-07-05RDMA/nldev: Allow counter auto mode configration through RDMA netlinkMark Zhang1-0/+78
2019-07-05RDMA/counter: Add "auto" configuration mode supportMark Zhang3-0/+233
2019-07-05RDMA/counter: Add set/clear per-port auto mode supportMark Zhang3-1/+80
2019-07-05RDMA/restrack: Make is_visible_in_pid_ns() as an APIMark Zhang3-13/+16
2019-07-05RDMA/restrack: Add an API to attach a task to a resourceMark Zhang2-0/+16
2019-07-05RDMA/restrack: Introduce statistic counterMark Zhang1-5/+17
2019-07-04RDMA/uverbs: remove redundant assignment to variable retColin Ian King1-1/+1