Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c7cdba31ed8b87526db978976392802d3f93110c
/
drivers
/
infiniband
/
core
da19a10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
bd6bf7c
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
2e2d6f0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
50b7d22
IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
by Logan Gunthorpe
· 6 years ago
76d865b
RDMA/core: Fix comment for hw stats init for port == 0
by Parav Pandit
· 6 years ago
548cb4f
RDMA/core: Refactor ib_register_device() function
by Parav Pandit
· 6 years ago
67fecaf
RDMA/core: Fix unwinding flow in case of error to register device
by Parav Pandit
· 6 years ago
551d315
RDMA/umad: Use kernel API to allocate umad indexes
by Leon Romanovsky
· 6 years ago
90f6e41
RDMA/uverbs: Use kernel API to allocate uverbs indexes
by Leon Romanovsky
· 6 years ago
7d65cbf
RDMA/core: Increase total number of RDMA ports across all devices
by Leon Romanovsky
· 6 years ago
1ae4cfa
RDMA/core: Rename ports_parent to ports_kobj
by Parav Pandit
· 6 years ago
0f6ef65
RDMA/core: Do not expose unsupported counters
by Parav Pandit
· 6 years ago
05d940d
RDMA/nldev: Allow IB device rename through RDMA netlink
by Leon Romanovsky
· 6 years ago
d21943d
RDMA/core: Implement IB device rename function
by Leon Romanovsky
· 6 years ago
dbace11
RDMA/core: Annotate timeout as unsigned long
by Leon Romanovsky
· 6 years ago
9549c2b
RDMA/core: Align multiple functions to kernel coding style
by Leon Romanovsky
· 6 years ago
d6f9125
RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route()
by Leon Romanovsky
· 6 years ago
a3671a4
RDMA/ucma: Fix Spectre v1 vulnerability
by Gustavo A. R. Silva
· 6 years ago
0295e39
IB/ucm: Fix Spectre v1 vulnerability
by Gustavo A. R. Silva
· 6 years ago
e54b6a3
RDMA/cm: Respect returned status of cm_init_av_by_path
by Leon Romanovsky
· 6 years ago
fe9bc16
RDMA/restrack: Protect from reentry to resource return path
by Leon Romanovsky
· 6 years ago
59bfc59
Merge branch 'for-rc' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
5d6b0cb
RDMA/netdev: Fix netlink support in IPoIB
by Denis Drozdov
· 6 years ago
f6a8a19
RDMA/netdev: Hoist alloc_netdev_mqs out of the driver
by Denis Drozdov
· 6 years ago
ed7a01f
RDMA/restrack: Release task struct which was hold by CM_ID object
by Leon Romanovsky
· 6 years ago
2165fc2
RDMA/restrack: Consolidate task name updates in one place
by Leon Romanovsky
· 6 years ago
363ad35
RDMA/restrack: Un-inline set task implementation
by Leon Romanovsky
· 6 years ago
fe33507
RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcu
by Parav Pandit
· 6 years ago
3871673
RDMA/netlink: Simplify netlink listener existence check
by Leon Romanovsky
· 6 years ago
d31131b
RDMA: Remove unused parameter from ib_modify_qp_is_ok()
by Kamal Heib
· 6 years ago
e73798f
RDMA/uverbs: Fix RCU annotation for radix slot deference
by Jason Gunthorpe
· 6 years ago
41ab1cb
RDMA/cma: Introduce and use cma_ib_acquire_dev()
by Parav Pandit
· 6 years ago
ff11c6c
RDMA/cma: Introduce and use cma_acquire_dev_by_src_ip()
by Parav Pandit
· 6 years ago
78fb282
RDMA/cma: Allow accepting requests for multi port rdma device
by Parav Pandit
· 6 years ago
3994586
RDMA/core: Acquire and release mmap_sem on page range
by Parav Pandit
· 6 years ago
c8b53d0
IB/sa: simplify return code logic for ib_nl_send_msg()
by Alex Estrin
· 6 years ago
896de00
RDMA/core: Use dev_name instead of ibdev->name
by Jason Gunthorpe
· 6 years ago
43c7c85
RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->name
by Jason Gunthorpe
· 6 years ago
e349f85
RDMA: Fully setup the device name in ib_register_device
by Jason Gunthorpe
· 6 years ago
c6ce580
RDMA/umem: Fix potential addition overflow
by Doug Ledford
· 6 years ago
3312d1c6
RDMA/umem: Minor optimizations
by Doug Ledford
· 6 years ago
5c5702e
RDMA/core: Set right entry state before releasing reference
by Parav Pandit
· 6 years ago
a9360ab
IB/uverbs: Free uapi on destroy
by Mark Bloch
· 6 years ago
2a3ccfd
RDMA/uverbs: Get rid of ucontext->tgid
by Jason Gunthorpe
· 6 years ago
56ac9dd
RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction path
by Jason Gunthorpe
· 6 years ago
be7a57b
RDMA/umem: Handle a half-complete start/end sequence
by Jason Gunthorpe
· 6 years ago
ca748c3
RDMA/umem: Get rid of per_mm->notifier_count
by Jason Gunthorpe
· 6 years ago
f27a0d5
RDMA/umem: Use umem->owning_mm inside ODP
by Jason Gunthorpe
· 6 years ago
c9990ab
RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm
by Jason Gunthorpe
· 6 years ago
597ecc5
RDMA/umem: Get rid of struct ib_umem.odp_data
by Jason Gunthorpe
· 6 years ago
41b4deea
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem
by Jason Gunthorpe
· 6 years ago
b5231b0
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
by Jason Gunthorpe
· 6 years ago
4eeed36
RDMA/uverbs: Fix validity check for modify QP
by Majd Dibbiny
· 6 years ago
d4b4dd1b
RDMA/umem: Do not use current->tgid to track the mm_struct
by Jason Gunthorpe
· 6 years ago
ce92db1c
RDMA/ucontext: Get rid of the old disassociate flow
by Jason Gunthorpe
· 6 years ago
5f9794d
RDMA/ucontext: Add a core API for mmaping driver IO memory
by Jason Gunthorpe
· 6 years ago
0099103
RDMA/uverbs: Fix error unwind in ib_uverbs_add_one
by Jason Gunthorpe
· 6 years ago
0965cc9
RDMA/core: Properly return the error code of rdma_set_src_addr_rcu
by YueHaibing
· 6 years ago
6ebce44
RDMA/uverbs: Remove is_closed from ib_uverbs_file
by Jason Gunthorpe
· 6 years ago
5fe23f2
ucma: fix a use-after-free in ucma_resolve_ip()
by Cong Wang
· 6 years ago
0e9d2c1
RDMA/core: Consider net ns of gid attribute for RoCE
by Parav Pandit
· 6 years ago
d6b1764
RDMA/core: Introduce rdma_read_gid_attr_ndev_rcu() to check GID attribute
by Parav Pandit
· 6 years ago
6aaecd3
RDMA/core: Simplify roce_resolve_route_from_path()
by Parav Pandit
· 6 years ago
c31d4b2
RDMA/core: Protect against changing dst->dev during destination resolve
by Parav Pandit
· 6 years ago
307edde8
RDMA/core: Refer to network type instead of device type
by Parav Pandit
· 6 years ago
783793b
RDMA/core: Use common code flow for IPv4/6 for addr resolve
by Parav Pandit
· 6 years ago
77addc5
RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addr
by Parav Pandit
· 6 years ago
a362ea1
RDMA/core: Introduce and use rdma_set_src_addr() between IPv4 and IPv6
by Parav Pandit
· 6 years ago
89c5691
RDMA/core: Let protocol specific function typecast sockaddr structure
by Parav Pandit
· 6 years ago
f89b7df
RDMA/core: Avoid unnecessary sa_family overwrite
by Parav Pandit
· 6 years ago
caf1e3a
RDMA/core Introduce and use rdma_find_ndev_for_src_ip_rcu
by Parav Pandit
· 6 years ago
67e3816
RDMA/uverbs: Atomically flush and mark closed the comp event queue
by Steve Wise
· 6 years ago
fa76d24
RDMA/mlx5: Add flow actions support to raw create flow
by Mark Bloch
· 6 years ago
86e1d46
RDMA/uverbs: Move flow resources initialization
by Mark Bloch
· 6 years ago
70cd20a
IB/uverbs: Add IDRs array attribute type to ioctl() interface
by Guy Levi
· 6 years ago
2739935
RDMA/core: Assign device ifindex before publishing the device
by Parav Pandit
· 6 years ago
c715a39
RDMA/core: Follow correct unregister order between sysfs and cgroup
by Parav Pandit
· 6 years ago
50704e0
RDMA/umem: Restore lockdep check while downgrading lock
by Leon Romanovsky
· 6 years ago
e1f540c
RDMA/core: Define client_data_lock as rwlock instead of spinlock
by Parav Pandit
· 6 years ago
2d65f49
RDMA/core: Use simpler spin lock irq API from blocking context
by Parav Pandit
· 6 years ago
4512acd
RDMA/core: Remove context entries from list while unregistering device
by Parav Pandit
· 6 years ago
f7b65d9
RDMA/core: Use simplified list_for_each
by Parav Pandit
· 6 years ago
93688dd
RDMA/core: No need to protect kfree with spin lock and semaphore
by Parav Pandit
· 6 years ago
722c7b2
RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()
by Parav Pandit
· 6 years ago
f9d08f1e
RDMA/core: Rate limit MAD error messages
by Parav Pandit
· 6 years ago
798bba0
RDMA/core: Fail early if unsupported QP is provided
by Parav Pandit
· 6 years ago
954a8e3
RDMA/cma: Protect cma dev list with lock
by Parav Pandit
· 6 years ago
2c910cb
Merge branch 'uverbs_dev_cleanups' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
b53b1c0
RDMA/uverbs: Use device.groups to initialize device attributes
by Parav Pandit
· 6 years ago
c5c4d92
RDMA/uverbs: Use cdev_device_add() instead of cdev_add()
by Parav Pandit
· 6 years ago
adee9f3
RDMA/core: Depend on device_add() to add device attributes
by Parav Pandit
· 6 years ago
08e74be
RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()
by Parav Pandit
· 6 years ago
627212c
RDMA/core: Replace open-coded variant of get_device
by Parav Pandit
· 6 years ago
6ceb633
RDMA/uverbs: Declare closing variable as boolean
by Leon Romanovsky
· 6 years ago
f794809
IB/core: Add an unbound WQ type to the new CQ API
by Jack Morgenstein
· 6 years ago
841eefc
RDMA/uverbs: Add generic function to fill in flow action object
by Mark Bloch
· 6 years ago
0953fff
RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs language
by Mark Bloch
· 6 years ago
e4ff3d2
IB/core: Release object lock if destroy failed
by Artemy Kovalyov
· 6 years ago
0d23ba6
RDMA/ucma: check fd type in ucma_migrate_id()
by Jann Horn
· 6 years ago
93065ac
mm, oom: distinguish blockable mode for mmu notifiers
by Michal Hocko
· 6 years ago
Next »