aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-22/+41
2010-08-05Merge branches 'cxgb3', 'cxgb4', 'ehca', 'ipath', 'misc', 'nes', 'qib' and 'srp' into for-nextRoland Dreier7-22/+41
2010-08-05IB/ehca: Drop unnecessary NULL testJulia Lawall1-5/+0
2010-08-04IB/ehca: Init irq tasklet before irq can happenAlexander Schmidt1-4/+4
2010-08-04IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin1-1/+1
2010-07-21IB/ehca: Catch failing ioremap()Alexander Schmidt3-11/+34
2010-07-19IB/ehca: Fix bitmask handling for lock_hcallsAlexander Schmidt1-1/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina2-10/+12
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-27ehca: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-3/+4
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-5/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo9-0/+17
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-3/+3
2010-02-19IB/ehca: Require in_wc in process_mad()Alexander Schmidt1-1/+1
2010-02-12IB/ehca: Allow access for ib_query_qp()Alexander Schmidt1-3/+1
2010-02-12IB/ehca: Do not turn off irqs in tasklet contextAlexander Schmidt1-3/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack2-3/+3
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-40/+39
2009-12-09IB/ehca: Fix error paths in post_send and post_recvFrank Zago1-36/+31
2009-12-09IB/ehca: Rework destroy_eq()Alexander Schmidt3-4/+8
2009-10-03this_cpu: Straight transformationsChristoph Lameter1-2/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-05IB/ehca: Fix CQE flags reportingJoachim Fenkes1-1/+5
2009-09-05IB/ehca: Construct MAD redirect replies from request MADJoachim Fenkes1-6/+41
2009-09-05IB/ehca: Make port autodetect mode the defaultAlexander Schmidt1-4/+4
2009-06-23IB/ehca: Bump version numberAlexander Schmidt1-1/+1
2009-06-22IB/ehca: Ensure that guid_entry index is not negativeRoel Kluin1-1/+1
2009-06-22IB/ehca: Tolerate dynamic memory operations before driver loadHannes Hering3-17/+522
2009-06-15infiniband: ehca: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-4/+4
2009-06-14Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier9-102/+89
2009-06-03IB/ehca: Remove superfluous bitmasks from QP control blockJoachim Fenkes2-41/+5
2009-05-13infiniband: Remove void castsJack Stone1-5/+4
2009-05-13IB/ehca: Increment version numberStefan Roscher1-1/+1
2009-05-13IB/ehca: Remove unnecessary memory operations for userspace queue pairsStefan Roscher5-50/+65
2009-05-13IB/ehca: Fall back to vmalloc() for big allocationsStefan Roscher1-4/+13
2009-05-13IB/ehca: Replace vmalloc() with kmalloc() for queue allocationAnton Blanchard1-3/+3
2009-01-17IB: Remove __constant_{endian} usesHarvey Harrison1-4/+4
2009-01-16IB/ehca: Use consistent types for ehca_plpar_hcall9()Stephen Rothwell1-13/+13
2009-01-16IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell12-130/+130
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2009-01-07IB/ehca: spin_lock_irqsave() takes an unsigned longStephen Rothwell1-1/+1
2008-12-30cpumask: use new cpumask API in drivers/infiniband/hw/ehcaRusty Russell1-5/+5
2008-12-30cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.cRusty Russell1-4/+3
2008-12-21IB/ehca: Remove redundant test of vpageJulia Lawall1-1/+1
2008-12-05IB/ehca: Replace modulus operations in flush error completion pathStefan Roscher3-13/+19