index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+50
2019-04-29
rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE use
Linus Torvalds
1
-1
/
+1
2019-04-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-3
/
+50
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
4
-28
/
+28
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-4
/
+5
2019-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2019-04-24
RDMA/ucontext: Fix regression with disassociate
Jason Gunthorpe
2
-3
/
+50
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
1
-0
/
+3
2019-04-08
ipv4: Prepare rtable for IPv6 gateway
David Ahern
1
-1
/
+1
2019-03-29
ipv6: Move ipv6 stubs to a separate header file
David Ahern
1
-1
/
+1
2019-03-11
Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2
-43
/
+14
2019-03-06
RDMA/umem: Revert broken 'off by one' fix
John Hubbard
1
-3
/
+6
2019-03-04
RDMA/umem: minor bug fix in error handling path
John Hubbard
1
-3
/
+6
2019-02-25
RDMA/uverbs: Don't do double free of allocated PD
Leon Romanovsky
1
-0
/
+1
2019-02-22
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
3
-17
/
+17
2019-02-22
RDMA/core: Fix a WARN() message
Dan Carpenter
1
-3
/
+1
2019-02-21
IB/core: Abort page fault handler silently during owning process exit
Moni Shoua
1
-1
/
+1
2019-02-21
RDMA/uverbs: Store PR pointer before it is overwritten
Leon Romanovsky
1
-1
/
+1
2019-02-19
RDMA/core: Verify that memory window type is legal
Noa Osherovich
1
-0
/
+5
2019-02-19
RDMA/iwcm: Fix string truncation error
Leon Romanovsky
1
-3
/
+3
2019-02-19
RDMA/core: Cosmetic change - move member initialization to correct block
Yuval Shaia
1
-8
/
+7
2019-02-19
RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support
Steve Wise
1
-0
/
+122
2019-02-19
RDMA/rxe: Close a race after ib_register_device
Jason Gunthorpe
1
-0
/
+9
2019-02-19
RDMA/rxe: Add ib_device_get_by_name() and use it in rxe
Jason Gunthorpe
1
-0
/
+28
2019-02-19
RDMA/device: Provide APIs from the core code to help unregistration
Jason Gunthorpe
1
-36
/
+206
2019-02-19
RDMA/device: Add ib_device_get_by_netdev()
Jason Gunthorpe
1
-12
/
+107
2019-02-19
RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdev
Jason Gunthorpe
5
-38
/
+164
2019-02-19
RDMA/cache: Move the cache per-port data into the main ib_port_data
Jason Gunthorpe
1
-58
/
+31
2019-02-19
RDMA/device: Consolidate ib_device per_port data into one place
Jason Gunthorpe
3
-63
/
+35
2019-02-19
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
8
-42
/
+37
2019-02-19
RDMA/nldev: Don't expose number of not-visible entries
Leon Romanovsky
1
-5
/
+2
2019-02-19
RDMA/nldev: Connect QP number to .doit callback
Leon Romanovsky
2
-1
/
+11
2019-02-19
RDMA/nldev: Provide parent IDs for PD, MR and QP objects
Leon Romanovsky
1
-0
/
+18
2019-02-19
RDMA/nldev: Share with user-space object IDs
Leon Romanovsky
1
-0
/
+20
2019-02-19
RDMA/restrack: Prepare restrack_root to addition of extra fields per-type
Leon Romanovsky
3
-78
/
+43
2019-02-18
RDMA/restrack: Hide restrack DB from IB/core
Leon Romanovsky
4
-34
/
+111
2019-02-18
RDMA/restrack: Reduce scope of synchronization lock while updating DB
Leon Romanovsky
1
-2
/
+0
2019-02-18
RDMA/nldev: Add resource tracker doit callback
Leon Romanovsky
1
-61
/
+129
2019-02-18
RDMA/restrack: Translate from ID to restrack object
Leon Romanovsky
1
-0
/
+25
2019-02-18
RDMA/restrack: Convert internal DB from hash to XArray
Leon Romanovsky
2
-38
/
+78
2019-02-15
RDMA/core: Move device addition deletion to device.c
Parav Pandit
3
-13
/
+14
2019-02-15
RDMA/core: Introduce and use ib_setup_port_attrs()
Parav Pandit
1
-29
/
+35
2019-02-15
RDMA/core: Use simpler device_del() instead of device_unregister()
Parav Pandit
2
-5
/
+3
2019-02-15
RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cq
Jason Gunthorpe
1
-2
/
+1
2019-02-15
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
5
-28
/
+44
2019-02-14
RDMA/iwpm: Remove set but not used variable 'msg_seq'
YueHaibing
1
-2
/
+0
2019-02-08
RDMA/devices: Re-organize device.c locking
Jason Gunthorpe
1
-140
/
+221
2019-02-08
RDMA/devices: Use xarray to store the client_data
Jason Gunthorpe
1
-178
/
+170
2019-02-08
RDMA/devices: Use xarray to store the clients
Jason Gunthorpe
1
-5
/
+45
2019-02-08
RDMA/device: Use an ida instead of a free page in alloc_name
Jason Gunthorpe
1
-11
/
+17
[next]