summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-0823-195/+322
|\
| *---------. Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier2013-05-0826-192/+315
| |\ \ \ \ \ \
| | | | | | | * SRPT: Fix odd use of WARN_ON()Grant Grundler2013-04-161-1/+1
| | | | | | * | IB/qib: Correct qib_verbs_register_sysfs() error handlingMike Marciniszyn2013-04-162-2/+7
| | | | | | * | IB/ipath: Correct ipath_verbs_register_sysfs() error handlingMike Marciniszyn2013-04-161-9/+10
| | | | | | |/
| | | | | * | mlx4_core: Expose a few helpers to fill DMFS HW strucuturesHadar Hen Zion2013-04-242-27/+70
| | | | | * | mlx4_core: Directly expose fields of DMFS HW rule control segmentHadar Hen Zion2013-04-242-8/+10
| | | | | * | mlx4_core: Change a few DMFS fields names to match firmare specHadar Hen Zion2013-04-242-7/+7
| | | | | * | mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion2013-04-244-25/+25
| | | | | * | mlx4_core: Move DMFS HW structs to common header fileHadar Hen Zion2013-04-242-79/+79
| | | | | * | IB/mlx4: Set link type for RAW PACKET QPs in the QP contextEli Cohen2013-04-241-0/+4
| | | | | * | IB/mlx4: Disable VLAN stripping for RAW PACKET QPsDotan Barak2013-04-241-0/+2
| | | | | * | mlx4_core: Reduce warning message for SRQ_LIMIT event to debug levelJack Morgenstein2013-04-241-2/+2
| | | | | * | IB/mlx4: Fetch XRC SRQ in the CQ polling codeShlomo Pongratz2013-04-161-0/+21
| | | | | * | mlx4_core: Implement SRQ object lookup from srqnShlomo Pongratz2013-04-162-0/+17
| | | | | * | IB/core: Verify that QP handler is valid before dispatching eventsShlomo Pongratz2013-04-161-1/+2
| | | | | |/
| | | | * | RDMA/iwcm: Don't touch cmid after dropping referenceSteve Wise2013-04-241-0/+2
| | | | * | RDMA: Rename random32() to prandom_u32()Akinobu Mita2013-04-164-6/+6
| | | | * | RDMA/cxgb3: Fix uninitialized variableCong Ding2013-04-161-1/+1
| | | | |/
| | | * | IB/iser: Add support for iser CM REQ additional infoOr Gerlitz2013-05-012-0/+16
| | | * | IB/iser: Return error to upper layers on EAGAIN registration failuresOr Gerlitz2013-05-011-1/+2
| | | * | IB/iser: Move informational messages from error to info levelRoi Dayan2013-05-013-25/+34
| | | * | IB/iser: Add module versionRoi Dayan2013-05-012-5/+4
| | | |/
| | * | IPoIB: Fix ipoib_hard_header() return valueDoug Ledford2013-04-161-1/+1
| | |/
| * | RDMA/cxgb4: Fix SQ allocation when on-chip SQ is disabledThadeu Lima de Souza Cascardo2013-04-161-12/+13
| |/
* | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-086-12/+17
|\ \
| * | arm64: Treat the bitops index argument as an 'int'Catalin Marinas2013-05-081-5/+5
| * | arm64: Ignore the 'write' ESR flag on cache maintenance faultsCatalin Marinas2013-05-081-1/+2
| * | arm64: dts: fix #address-cells for foundation-v8Mark Rutland2013-05-081-1/+1
| * | arm64: vexpress: Add support for poweroff/restartCatalin Marinas2013-05-083-5/+8
| * | arm64: Enable support for the ARM GIC interrupt controllerCatalin Marinas2013-05-081-0/+1
| * | Merge branch 'gic' into HEADCatalin Marinas2013-05-0839-194/+99
| |\ \
* | \ \ Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-05-0820-691/+1676
|\ \ \ \
| * | | | f2fs: cover free_nid management with spin_lockJaegeuk Kim2013-05-081-16/+18
| * | | | f2fs: optimize scan_nat_page()Haicheng Li2013-05-081-5/+9
| * | | | f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li2013-05-081-6/+4
| * | | | f2fs: bugfix for alloc_nid_failed()Haicheng Li2013-05-081-2/+6
| * | | | f2fs: recover when journal contains deleted filesChris Fries2013-05-081-2/+6
| * | | | f2fs: continue to mount after failing recoveryChris Fries2013-05-081-4/+3
| * | | | f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim2013-05-083-2/+26
| * | | | f2fs: modify the number of issued pages to merge IOsJaegeuk Kim2013-04-303-5/+14
| * | | | f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as d...Haicheng Li2013-04-303-3/+0
| * | | | f2fs: fix inconsistent using of NM_WOUT_THRESHOLDHaicheng Li2013-04-301-1/+1
| * | | | f2fs: check truncation of mapping after lock_pageJaegeuk Kim2013-04-294-7/+39
| * | | | f2fs: enhance alloc_nid and build_free_nids flowsJaegeuk Kim2013-04-292-47/+37
| * | | | f2fs: add a tracepoint on f2fs_new_inodeJaegeuk Kim2013-04-292-1/+9
| * | | | f2fs: check nid == 0 in add_free_nidJaegeuk Kim2013-04-261-4/+4
| * | | | f2fs: add REQ_META about metadata requests for submitNamjae Jeon2013-04-261-0/+3
| * | | | f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim2013-04-267-10/+36
| * | | | f2fs: avoid frequent background GCJaegeuk Kim2013-04-262-6/+9
OpenPOWER on IntegriCloud