Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
41f57cfde186dba6e357f9db25eafbed017e4487
/
drivers
/
infiniband
/
core
8fdd401
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 5 years ago
f1f6a7d
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
by John Hubbard
· 5 years ago
dfa0a4f
IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
by John Hubbard
· 5 years ago
4789fcd
IB/umem: use get_user_pages_fast() to pin DMA pages
by John Hubbard
· 5 years ago
8889f6f
RDMA/core: Make the entire API tree static
by Jason Gunthorpe
· 5 years ago
b4fb4cc
RDMA/cma: Fix unbalanced cm_id reference count during address resolve
by Parav Pandit
· 5 years ago
36798d5
RDMA/umem: Fix ib_umem_find_best_pgsz()
by Artemy Kovalyov
· 5 years ago
13e0af1
RDMA/cm: Remove CM message structs
by Jason Gunthorpe
· 5 years ago
4ca662a
RDMA/cm: Use IBA functions for complex structure members
by Jason Gunthorpe
· 5 years ago
91b60a7
RDMA/cm: Use IBA functions for simple structure members
by Jason Gunthorpe
· 5 years ago
01adb7f
RDMA/cm: Use IBA functions for swapping get/set acessors
by Jason Gunthorpe
· 5 years ago
b6bbee6
RDMA/cm: Use IBA functions for simple get/set acessors
by Jason Gunthorpe
· 5 years ago
d05d4ac
RDMA/cm: Add SET/GET implementations to hide IBA wire format
by Leon Romanovsky
· 5 years ago
792a7c1
RDMA/cm: Add accessors for CM_REQ transport_type
by Jason Gunthorpe
· 5 years ago
6b3712c
RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fence
by Jason Gunthorpe
· 5 years ago
e8b3a42
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
by Jason Gunthorpe
· 5 years ago
8116469
RDMA/core: Add the core support field to METHOD_GET_CONTEXT
by Michael Guralnik
· 5 years ago
a112341
RDMA/uverbs: Add ioctl command to get a device context
by Jason Gunthorpe
· 5 years ago
da57db2
RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() path
by Jason Gunthorpe
· 5 years ago
d680e88
RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOC
by Jason Gunthorpe
· 5 years ago
87d8069f
IB/core: Add interface to advise_mr for kernel users
by Moni Shoua
· 5 years ago
33006bd
IB/core: Introduce ib_reg_user_mr
by Moni Shoua
· 5 years ago
c320e52
IB: Allow calls to ib_umem_get from kernel ULPs
by Moni Shoua
· 5 years ago
5c55cfd
RDMA/core: Use READ_ONCE for ib_ufile.async_file
by Jason Gunthorpe
· 5 years ago
3e032c0
RDMA/core: Make ib_uverbs_async_event_file into a uobject
by Jason Gunthorpe
· 5 years ago
39e83af
RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobject
by Jason Gunthorpe
· 5 years ago
817d657
RDMA/core: Simplify type usage for ib_uverbs_async_handler()
by Jason Gunthorpe
· 5 years ago
e04dd13
RDMA/core: Do not erase the type of ib_wq.uobject
by Jason Gunthorpe
· 5 years ago
9fbe334
RDMA/core: Do not erase the type of ib_srq.uobject
by Jason Gunthorpe
· 5 years ago
620d3f8
RDMA/core: Do not erase the type of ib_qp.uobject
by Jason Gunthorpe
· 5 years ago
5bd48c1
RDMA/core: Do not erase the type of ib_cq.uobject
by Jason Gunthorpe
· 5 years ago
4ec1dcf
RDMA/core: Make ib_ucq_object use ib_uevent_object
by Jason Gunthorpe
· 5 years ago
849e149
RDMA/core: Do not allow alloc_commit to fail
by Jason Gunthorpe
· 5 years ago
f7c8416
RDMA/core: Simplify destruction of FD uobjects
by Jason Gunthorpe
· 5 years ago
6898d1c6
RDMA/mlx5: Use RCU and direct refcounts to keep memory alive
by Jason Gunthorpe
· 5 years ago
8bdf9dd
RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_class
by Jason Gunthorpe
· 5 years ago
1e123d9
RDMA/core: Remove err in iw_query_port
by Guoqing Jiang
· 5 years ago
14e23bd
RDMA/core: Fix locking in ib_uverbs_event_read
by Jason Gunthorpe
· 5 years ago
74f75cd
IB/core: Fix build failure without hugepages
by Arnd Bergmann
· 5 years ago
40adf68
IB/core: Rename event_handler_lock to qp_open_list_lock
by Parav Pandit
· 5 years ago
17e1064
IB/core: Cut down single member ib_cache structure
by Parav Pandit
· 5 years ago
6b57cea
IB/core: Let IB core distribute cache update events
by Parav Pandit
· 5 years ago
622db5b
RDMA/core: Add trace points to follow MR allocation
by Chuck Lever
· 5 years ago
3e5901c
RDMA/core: Trace points for diagnosing completion queue issues
by Chuck Lever
· 5 years ago
ed999f8
RDMA/cma: Add trace points in RDMA Connection Manager
by Chuck Lever
· 5 years ago
ad9efa0
RDMA/cm: Delete unused CM ARP functions
by Leon Romanovsky
· 5 years ago
017d8ea
RDMA/cm: Delete unused CM LAP functions
by Leon Romanovsky
· 5 years ago
9ff1b64
IB/core: Fix ODP with IB_ACCESS_HUGETLB handling
by Yishai Hadas
· 5 years ago
d07de8b
IB/core: Fix ODP get user pages flow
by Yishai Hadas
· 5 years ago
4d6e8a0
RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()
by Danit Goldberg
· 5 years ago
a242c36
RDMA/netlink: Do not always generate an ACK for some netlink operations
by Håkon Bugge
· 5 years ago
7a763d1
IB/core: Introduce rdma_user_mmap_entry_insert_range() API
by Yishai Hadas
· 5 years ago
33df2f1
RDMA/counter: Prevent auto-binding a QP which are not tracked with res
by Mark Zhang
· 5 years ago
44a7b67
RDMA/cma: add missed unregister_pernet_subsys in init failure
by Chuhong Yuan
· 5 years ago
6c8991f
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
by Sabrina Dubroca
· 5 years ago
0da5221
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
aa32f11
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 5 years ago
d768869
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 5 years ago
3694e41
Merge branch 'ib-guids' into rdma.git for-next
by Jason Gunthorpe
· 5 years ago
f25a546
RDMA/odp: Use mmu_interval_notifier_insert()
by Jason Gunthorpe
· 5 years ago
bfcb3c5d
IB/core: Add interfaces to get VF node and port GUIDs
by Danit Goldberg
· 5 years ago
0acc637
RDMA/cm: Use refcount_t type for refcount variable
by Danit Goldberg
· 5 years ago
e1ee1e6
RDMA/cma: Use ACK timeout for RoCE packetLifeTime
by Dag Moxnes
· 5 years ago
72b894b
IB/umem: remove the dmasync argument to ib_umem_get
by Christoph Hellwig
· 5 years ago
7283fff
dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flag
by Christoph Hellwig
· 5 years ago
e26e7b8
RDMA: Change MAD processing function to remove extra casting and parameter
by Leon Romanovsky
· 5 years ago
be4a8d4
RDMA/mad: Allocate zeroed MAD buffer
by Leon Romanovsky
· 5 years ago
8a80cf9
RDMA/mad: Delete never implemented functions
by Leon Romanovsky
· 5 years ago
55bfe90
RDMA/core: Fix return code when modify_port isn't supported
by Kamal Heib
· 5 years ago
c043ff2
RDMA: Connect between the mmap entry and the umap_priv structure
by Michal Kalderon
· 5 years ago
3411f9f
RDMA/core: Create mmap database and cookie helper functions
by Michal Kalderon
· 5 years ago
b86deba
RDMA/core: Move core content from ib_uverbs to ib_core
by Michal Kalderon
· 5 years ago
bb3dba3
Merge branch 'odp_rework' into rdma.git for-next
by Jason Gunthorpe
· 5 years ago
46870b2
RDMA/odp: Remove broken debugging call to invalidate_range
by Jason Gunthorpe
· 5 years ago
0363133
Merge tag 'v5.4-rc5' into rdma.git for-next
by Jason Gunthorpe
· 5 years ago
c912126
RDMA/core: Set DMA parameters correctly
by Bart Van Assche
· 5 years ago
24f5214
RDMA/cm: Update copyright together with SPDX tag
by Leon Romanovsky
· 5 years ago
a916051
RDMA/cm: Use specific keyword to check define
by Leon Romanovsky
· 5 years ago
8d62510
RDMA/cm: Delete unused cm_is_active_peer function
by Leon Romanovsky
· 5 years ago
549af00
IB/core: Avoid deadlock during netlink message handling
by Parav Pandit
· 5 years ago
a15542b
RDMA/nldev: Skip counter if port doesn't match
by Mark Zhang
· 5 years ago
ac71ffc
RDMA/core: Check that process is still alive before sending it to the users
by Leon Romanovsky
· 5 years ago
cf7e93c
RDMA/restrack: Remove PID namespace support
by Leon Romanovsky
· 5 years ago
1832f2d
compat_ioctl: move more drivers to compat_ptr_ioctl
by Arnd Bergmann
· 6 years ago
c4c8aff5
IB/core: Do not notify GID change event of an unregistered device
by Parav Pandit
· 5 years ago
a29e101
RDMA/uverbs: Add a check for uverbs_attr_get to uverbs_copy_to_struct_or_zero
by Chuhong Yuan
· 5 years ago
d3bd939
IB/cma: Honor traffic class from lower netdevice for RoCE
by Parav Pandit
· 5 years ago
4061ff7
RDMA/nldev: Provide MR statistics
by Erez Alfasi
· 5 years ago
e1b95ae
RDMA/mlx5: Return ODP type per MR
by Erez Alfasi
· 5 years ago
fb91069
RDMA/nldev: Allow different fill function per resource
by Erez Alfasi
· 5 years ago
a9018ad
RDMA/uverbs: Prevent potential underflow
by Dan Carpenter
· 5 years ago
d6537c1
infiniband: fix core/ kernel-doc notation
by rd.dunlab@gmail.com
· 5 years ago
094c88f
infiniband: fix core/verbs.c kernel-doc notation
by rd.dunlab@gmail.com
· 5 years ago
526f2c5
infiniband: fix core/ipwm_util.h kernel-doc warnings
by rd.dunlab@gmail.com
· 5 years ago
a2aca4d
Merge branch 'mlx5-rd-sgl' into rdma.git for-next
by Jason Gunthorpe
· 5 years ago
00bd143
RDMA/rw: Support threshold for registration vs scattering to local pages
by Yamin Friedman
· 5 years ago
777a8b3
IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
by Parav Pandit
· 5 years ago
54102dd
RDMA/iwcm: move iw_rem_ref() calls out of spinlock
by Krishnamraju Eraparaju
· 5 years ago
9dc775e
RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()
by Jason Gunthorpe
· 5 years ago
1cbe866
IB/core: Fix wrong iterating on ports
by Mohamad Heib
· 5 years ago
Next »