diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-05-07 10:04:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-05-07 10:04:33 -0400 |
commit | 8cb7c15b32545f9e7c4f72ffa357353109967a7a (patch) | |
tree | 6397e8ce66f185391a988c756c6514cd0ceb5492 /MAINTAINERS | |
parent | 0e1dc4274828f64fcb56fc7b950acdc5ff7a395f (diff) | |
parent | b6b2bbe65b2117afd9766faa7cffea4d8f681455 (diff) |
Merge tag 'for-linus' of git://github.com/dledford/linux
Pull infiniband updates from Doug Ledford:
"Minor updates for 4.1-rc
Most of the changes are fairly small and well confined. The iWARP
address reporting changes are the only ones that are a medium size. I
had these queued up prior to rc1, but due to the shuffle in
maintainers, they did not get submitted when I expected. My apologies
for that. I feel comfortable with them however due to the testing
they've received, so I left them in this submission"
* tag 'for-linus' of git://github.com/dledford/linux:
MAINTAINERS: Update InfiniBand subsystem maintainer
MAINTAINERS: add include/rdma/ to InfiniBand subsystem
IPoIB/CM: Fix indentation level
iw_cxgb4: Remove negative advice dmesg warnings
IB/core: Fix unaligned accesses
IB/core: change rdma_gid2ip into void function as it always return zero
IB/qib: use arch_phys_wc_add()
IB/qib: add acounting for MTRR
IB/core: dma unmap optimizations
IB/core: dma map/unmap locking optimizations
RDMA/cxgb4: Report the actual address of the remote connecting peer
RDMA/nes: Report the actual address of the remote connecting peer
RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the connecting peer to its clients
iw_cxgb4: enforce qp/cq id requirements
iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQs
iw_cxgb4: 32b platform fixes
iw_cxgb4: Cleanup register defines/MACROS
RDMA/CMA: Canonize IPv4 on IPV6 sockets properly
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b399b34a2496..19395134063d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5042,17 +5042,19 @@ S: Orphan | |||
5042 | F: drivers/video/fbdev/imsttfb.c | 5042 | F: drivers/video/fbdev/imsttfb.c |
5043 | 5043 | ||
5044 | INFINIBAND SUBSYSTEM | 5044 | INFINIBAND SUBSYSTEM |
5045 | M: Roland Dreier <roland@kernel.org> | 5045 | M: Doug Ledford <dledford@redhat.com> |
5046 | M: Sean Hefty <sean.hefty@intel.com> | 5046 | M: Sean Hefty <sean.hefty@intel.com> |
5047 | M: Hal Rosenstock <hal.rosenstock@gmail.com> | 5047 | M: Hal Rosenstock <hal.rosenstock@gmail.com> |
5048 | L: linux-rdma@vger.kernel.org | 5048 | L: linux-rdma@vger.kernel.org |
5049 | W: http://www.openfabrics.org/ | 5049 | W: http://www.openfabrics.org/ |
5050 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | 5050 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
5051 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git | 5051 | T: git git://github.com/dledford/linux.git |
5052 | S: Supported | 5052 | S: Supported |
5053 | F: Documentation/infiniband/ | 5053 | F: Documentation/infiniband/ |
5054 | F: drivers/infiniband/ | 5054 | F: drivers/infiniband/ |
5055 | F: include/uapi/linux/if_infiniband.h | 5055 | F: include/uapi/linux/if_infiniband.h |
5056 | F: include/uapi/rdma/ | ||
5057 | F: include/rdma/ | ||
5056 | 5058 | ||
5057 | INOTIFY | 5059 | INOTIFY |
5058 | M: John McCutchan <john@johnmccutchan.com> | 5060 | M: John McCutchan <john@johnmccutchan.com> |