index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-12
RDMA/core: Introduce ib_device_ops
Kamal Heib
1
-0
/
+98
2018-12-12
RDMA/uverbs: Optimize clearing of extra bytes in response
Leon Romanovsky
1
-6
/
+8
2018-12-12
Merge tag 'v4.20-rc6' into rdma.git for-next
Jason Gunthorpe
2
-16
/
+10
2018-12-11
IB/core: Add new IB rates
Michael Guralnik
1
-0
/
+12
2018-12-08
RDMA/core: Validate port number in query_pkey verb
Yuval Shaia
1
-0
/
+3
2018-12-04
IB/core: Enable getting an object type from a given uobject
Yishai Hadas
2
-5
/
+1
2018-12-04
IB/core: Introduce UVERBS_IDR_ANY_OBJECT
Yishai Hadas
3
-13
/
+39
2018-12-03
RDMA/nldev: Export to user space number of contexts
Leon Romanovsky
1
-0
/
+1
2018-12-03
RDMA/uverbs: Annotate alloc/deallloc paths with context tracking
Leon Romanovsky
2
-0
/
+5
2018-12-03
RDMA/restrack: Track ucontext
Leon Romanovsky
1
-0
/
+5
2018-12-03
RDMA/uverbs: Use only attrs for the write() handler signature
Jason Gunthorpe
4
-128
/
+54
2018-12-03
RDMA/uverbs: Do not check the input length on create_cq/qp paths
Jason Gunthorpe
1
-29
/
+9
2018-12-03
RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()
Jason Gunthorpe
1
-40
/
+63
2018-12-03
RDMA/uverbs: Add a simple iterator interface for reading the command
Jason Gunthorpe
1
-48
/
+65
2018-12-03
RDMA/uverbs: Simplify ib_uverbs_ex_query_device
Jason Gunthorpe
1
-60
/
+4
2018-12-03
RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QP
Jason Gunthorpe
1
-1
/
+8
2018-12-03
RDMA/uverbs: Use uverbs_request() and core for write_ex handlers
Jason Gunthorpe
1
-139
/
+46
2018-12-03
RDMA/uverbs: Use uverbs_request() for request copying
Jason Gunthorpe
1
-64
/
+135
2018-12-03
RDMA/uverbs: Use uverbs_response() for remaining response copying
Jason Gunthorpe
1
-81
/
+52
2018-12-03
RDMA/uverbs: Get rid of the 'callback' scheme in the compat path
Jason Gunthorpe
1
-80
/
+40
2018-12-03
RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex
Jason Gunthorpe
2
-46
/
+30
2018-12-03
RDMA/uverbs: Remove out_len checks that are now done by the core
Jason Gunthorpe
1
-50
/
+0
2018-11-30
RDMA/uverbs: fix ptr_ret.cocci warnings
kbuild test robot
1
-5
/
+1
2018-11-27
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()
Jason Gunthorpe
4
-5
/
+9
2018-11-27
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write
Jason Gunthorpe
2
-73
/
+46
2018-11-27
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex
Jason Gunthorpe
4
-91
/
+71
2018-11-27
RDMA/uverbs: Prohibit write() calls with too small buffers
Jason Gunthorpe
1
-4
/
+28
2018-11-27
RDMA/uverbs: Add structure size info to write commands
Jason Gunthorpe
3
-106
/
+310
2018-11-27
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
8
-23
/
+17
2018-11-27
RDMA/uverbs: Make write() handlers return 0 on success
Jason Gunthorpe
5
-181
/
+131
2018-11-27
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
5
-165
/
+173
2018-11-27
IB/umem: Set correct address to the invalidation function
Artemy Kovalyov
1
-14
/
+6
2018-11-22
RDMA/core: Sync unregistration with netlink commands
Parav Pandit
3
-14
/
+33
2018-11-22
RDMA/cma: Move cma module specific functions to cma_priv.h
Parav Pandit
3
-29
/
+31
2018-11-22
RDMA/uverbs: Check for NULL driver methods for every write call
Jason Gunthorpe
2
-101
/
+162
2018-11-22
RDMA/uverbs: Make all the method functions in uverbs_cmd static
Jason Gunthorpe
2
-197
/
+133
2018-11-22
RDMA/uverbs: Convert the write interface to use uverbs_api
Jason Gunthorpe
5
-117
/
+165
2018-11-22
RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_api
Jason Gunthorpe
2
-2
/
+150
2018-11-22
RDMA/uverbs: Require all objects to have a driver destroy function
Jason Gunthorpe
8
-15
/
+62
2018-11-22
RDMA/uverbs: Add helpers to mark uapi functions as unsupported
Jason Gunthorpe
3
-18
/
+165
2018-11-22
RDMA/uverbs: Factor out the add/get pattern into a helper
Jason Gunthorpe
1
-30
/
+44
2018-11-22
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
Jason Gunthorpe
4
-85
/
+108
2018-11-22
IB/core: Make function ib_fmr_pool_unmap return void
Yuval Shaia
1
-3
/
+1
2018-11-22
RDMA/core: Add GIDs while changing MAC addr only for registered ndev
Parav Pandit
1
-2
/
+4
2018-11-12
IB/mlx5: Improve ODP debugging messages
Moni Shoua
1
-2
/
+12
2018-10-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
31
-1093
/
+1678
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+9
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+6
2018-10-17
IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
Logan Gunthorpe
1
-2
/
+9
2018-10-17
RDMA/core: Fix comment for hw stats init for port == 0
Parav Pandit
1
-3
/
+3
[next]