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-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
1
-7
/
+26
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2018-08-16
Merge tag 'v4.18' into rdma.git for-next
Jason Gunthorpe
2
-21
/
+79
2018-08-15
IB/core: Change filter function return type from int to bool
Parav Pandit
2
-31
/
+43
2018-08-15
IB/core: Update GID entries for netdevice whose mac address changes
Parav Pandit
1
-6
/
+7
2018-08-15
IB/core: Add default GIDs of the bond master netdev
Parav Pandit
1
-29
/
+59
2018-08-15
IB/core: Consider adding default GIDs of bond device
Parav Pandit
1
-1
/
+23
2018-08-15
IB/core: Delete lower netdevice default GID entries in bonding scenario
Parav Pandit
1
-9
/
+62
2018-08-15
IB/core: Avoid confusing del_netdev_default_ips
Parav Pandit
1
-13
/
+10
2018-08-15
IB/core: Add comment for change upper netevent handling
Parav Pandit
1
-16
/
+39
2018-08-14
IB/ucm: Fix compiling ucm.c
Jason Gunthorpe
1
-5
/
+5
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2018-08-13
IB/uverbs: Do not check for device disassociation during ioctl
Jason Gunthorpe
1
-28
/
+13
2018-08-13
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Jason Gunthorpe
6
-742
/
+2
2018-08-13
IB/uverbs: Use uverbs_api to unmarshal ioctl commands
Jason Gunthorpe
3
-269
/
+210
2018-08-13
IB/uverbs: Use uverbs_alloc for allocations
Jason Gunthorpe
1
-12
/
+8
2018-08-13
IB/uverbs: Add a simple allocator to uverbs_attr_bundle
Jason Gunthorpe
1
-20
/
+89
2018-08-11
IB/uverbs: Remove the ib_uverbs_attr pointer from each attr
Jason Gunthorpe
2
-35
/
+64
2018-08-11
IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle
Jason Gunthorpe
1
-55
/
+57
2018-08-11
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
Jason Gunthorpe
3
-51
/
+57
2018-08-11
IB/uverbs: Build the specs into a radix tree at runtime
Jason Gunthorpe
5
-3
/
+408
2018-08-11
IB/uverbs: Have the core code create the uverbs_root_spec
Jason Gunthorpe
3
-20
/
+33
2018-08-10
IB/uverbs: Fix reading of 32 bit flags
Jason Gunthorpe
1
-1
/
+1
2018-08-07
IB/ucm: Initialize sgid request GID attribute pointer
Parav Pandit
1
-4
/
+1
2018-08-01
IB/uverbs: Allow all DESTROY commands to succeed after disassociate
Jason Gunthorpe
3
-14
/
+62
2018-08-01
IB/uverbs: Do not block disassociate during write()
Jason Gunthorpe
2
-12
/
+11
2018-08-01
IB/uverbs: Do not pass struct ib_device to the ioctl methods
Jason Gunthorpe
7
-63
/
+51
2018-08-01
IB/uverbs: Do not pass struct ib_device to the write based methods
Jason Gunthorpe
3
-83
/
+80
2018-08-01
IB/uverbs: Lower the test for ongoing disassociation
Jason Gunthorpe
1
-0
/
+11
2018-08-01
IB/uverbs: Allow uobject allocation to work concurrently with disassociate
Jason Gunthorpe
1
-11
/
+26
2018-08-01
IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate
Jason Gunthorpe
3
-23
/
+57
2018-08-01
IB/uverbs: Convert 'bool exclusive' into an enum
Jason Gunthorpe
1
-37
/
+57
2018-08-01
IB/uverbs: Consolidate uobject destruction
Jason Gunthorpe
1
-129
/
+122
2018-08-01
IB/uverbs: Make the write path destroy methods use the same flow as ioctl
Jason Gunthorpe
2
-86
/
+44
2018-08-01
IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methods
Jason Gunthorpe
3
-22
/
+32
2018-07-31
RDMA/core: Prefix _ib to IB/RoCE specific functions
Parav Pandit
1
-18
/
+19
2018-07-31
RDMA/core: Simplify gid type check in cma_acquire_dev()
Parav Pandit
1
-9
/
+3
2018-07-31
RDMA/core: Avoid holding lock while initializing fields on stack
Parav Pandit
1
-22
/
+14
2018-07-31
RDMA/core: Return bool instead of int
Parav Pandit
1
-10
/
+13
2018-07-31
RDMA/cma: Get rid of 1 bit boolean
Parav Pandit
1
-2
/
+2
2018-07-31
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
Parav Pandit
1
-24
/
+31
2018-07-31
RDMA/core: Constify dst_addr argument
Parav Pandit
2
-9
/
+9
2018-07-31
RDMA/cma: Simplify rdma_resolve_addr() error flow
Parav Pandit
1
-10
/
+4
2018-07-31
RDMA/cma: Initialize resource type in __rdma_create_id()
Parav Pandit
1
-1
/
+1
2018-07-31
RDMA/core: Check for verbs callbacks before using them
Kamal Heib
2
-1
/
+5
2018-07-31
RDMA/core: Remove {create,destroy}_ah from mandatory verbs
Kamal Heib
1
-2
/
+0
2018-07-31
IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
Jason Gunthorpe
4
-15
/
+69
2018-07-31
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
1
-3
/
+6
2018-07-26
RDMA/cma: Do not ignore net namespace for unbound cm_id
Parav Pandit
1
-3
/
+10
2018-07-26
RDMA/cma: Consider netdevice for RoCE ports
Parav Pandit
1
-3
/
+2
[next]