Age | Commit message (Expand) | Author | Files | Lines |
2007-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 45 | -1397/+1544 |
2007-10-11 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2 | -2/+0 |
2007-10-11 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -1/+2 |
2007-10-10 | IB/mthca: Mark error paths as unlikely() in post_srq_recv functions | Eli Cohen | 1 | -4/+4 |
2007-10-10 | IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages. | Dave Olson | 1 | -3/+4 |
2007-10-10 | IB/ipath: Remove redundant link state checks | Ralph Campbell | 1 | -6/+0 |
2007-10-10 | IB/ipath: Fix IB_EVENT_PORT_ERR event | Ralph Campbell | 5 | -12/+31 |
2007-10-10 | IB/ipath: Better handling of unexpected GPIO interrupts | Michael Albaugh | 1 | -4/+6 |
2007-10-10 | IB/ipath: Maintain active time on all chips | Michael Albaugh | 1 | -11/+6 |
2007-10-10 | IB/ipath: Fix QHT7040 serial number check | Dave Olson | 1 | -29/+15 |
2007-10-10 | IB/ipath: Indicate a couple of chip bugs to userspace | Arthur Jones | 3 | -3/+7 |
2007-10-10 | IB/ipath: iba6110 rev4 no longer needs recv header overrun workaround | Arthur Jones | 1 | -2/+4 |
2007-10-10 | IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_close | Arthur Jones | 3 | -51/+57 |
2007-10-10 | IB/ipath: Remove duplicate copy of LMC | Ralph Campbell | 4 | -26/+29 |
2007-10-10 | IB/ipath: Add ability to set the LMC via the sysfs debugging interface | Ralph Campbell | 1 | -1/+39 |
2007-10-10 | IB/ipath: Optimize completion queue entry insertion and polling | Ralph Campbell | 2 | -47/+53 |
2007-10-10 | IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHED | Ralph Campbell | 3 | -5/+29 |
2007-10-10 | IB/ipath: Generate flush CQE when QP is in error state | Ralph Campbell | 1 | -2/+20 |
2007-10-10 | IB/ipath: Remove redundant code | Ralph Campbell | 1 | -5/+0 |
2007-10-10 | IB/ipath: Future proof eeprom checksum code (contents reading) | Dave Olson | 1 | -2/+8 |
2007-10-10 | IB/ipath: UC RDMA WRITE with IMMEDIATE doesn't send the immediate | Ralph Campbell | 1 | -10/+11 |
2007-10-10 | IB/ipath: Correctly describe workaround for TID write chip bug | Dave Olson | 1 | -5/+8 |
2007-10-10 | IB/ipath: Remove unneeded code for ipathfs | Ralph Campbell | 1 | -187/+0 |
2007-10-10 | IB/ipath: Verify host bus bandwidth to chip will not limit performance | Dave Olson | 1 | -0/+86 |
2007-10-10 | IB/ipath: Change UD to queue work requests like RC & UC | Ralph Campbell | 7 | -611/+494 |
2007-10-10 | IB/ipath: Performance optimization for CPU differences | Ralph Campbell | 4 | -35/+53 |
2007-10-10 | IB/ipath: iba6110 rev4 GPIO counters support | Arthur Jones | 2 | -2/+10 |
2007-10-10 | IB/ehca: Fix clipping of device limits to INT_MAX | Roland Dreier | 1 | -16/+16 |
2007-10-10 | IB/mthca: Use mmiowb() to avoid firmware commands getting jumbled up | Roland Dreier | 1 | -0/+6 |
2007-10-10 | IB/mthca: Increase max number of QPs per multicast group to 56 | Roland Dreier | 1 | -1/+1 |
2007-10-10 | IB/mlx4: Implement FMRs | Jack Morgenstein | 3 | -0/+114 |
2007-10-10 | mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW command | Jack Morgenstein | 1 | -4/+3 |
2007-10-10 | IB/ehca: Return srq_attr->max_sge in ehca_query_srq() | Joachim Fenkes | 1 | -0/+1 |
2007-10-10 | IB/ehca: Adjust 64-bit alignment of create QP response for userspace | Hoang-Nam Nguyen | 1 | -0/+1 |
2007-10-10 | IB/ehca: Fix mem leak of firmware ctrlblock in ehca_create_srq() | Hoang-Nam Nguyen | 1 | -0/+2 |
2007-10-10 | IB/mlx4: Display misc device information under /sys/class/infiniband/ | Jack Morgenstein | 1 | -0/+45 |
2007-10-10 | IB/ehca: Misc cpuinit section annotations and #ifdef cleanups | Satyam Sharma | 1 | -18/+11 |
2007-10-10 | IB/ehca: Only use MR large pages for hugetlb regions | Joachim Fenkes | 1 | -10/+15 |
2007-10-10 | IB/ehca: Fix large page HW cap defines | Hoang-Nam Nguyen | 1 | -4/+4 |
2007-10-10 | IB/ehca: Bump version number and change its format | Joachim Fenkes | 1 | -2/+4 |
2007-10-10 | IB/ehca: Replace get_paca()->paca_index by the more portable raw_smp_processo... | Joachim Fenkes | 1 | -7/+7 |
2007-10-10 | IB/ehca: Serialize MR alloc and MR free hvCalls | Joachim Fenkes | 1 | -7/+21 |
2007-10-10 | IB/ehca: Path migration support | Joachim Fenkes | 2 | -26/+68 |
2007-10-10 | IB/ehca: Add check for max #SGE to create_qp() | Joachim Fenkes | 1 | -1/+13 |
2007-10-10 | IB/ehca: ehca_gen_warn() should always print | Joachim Fenkes | 1 | -6/+3 |
2007-10-10 | IB/ehca: Print return codes as signed decimal integers | Joachim Fenkes | 10 | -101/+100 |
2007-10-10 | IB/ehca: Refactor hvcall tracing | Joachim Fenkes | 1 | -33/+24 |
2007-10-10 | IB/ehca: Use remap_4k_pfn() to map firmware contexts to user space | Hoang-Nam Nguyen | 4 | -4/+10 |
2007-10-10 | IB/ehca: Support more than 4k QPs for userspace and kernelspace | Stefan Roscher | 4 | -15/+25 |
2007-10-10 | IB/ehca: Small QP userspace support | Stefan Roscher | 2 | -4/+4 |