aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-11IB/ehca: Deprecate driver, move to staging, schedule deletionDoug Ledford1-870/+0
2012-08-20infiniband: ehca: Fix compiler warningsPaul E. McKenney1-4/+4
2012-08-20infiniband: ehca: Fix while->do-while conversion typoPaul E. McKenney1-1/+1
2012-08-13infiniband: Ehca: Use hotplug thread infrastructureThomas Gleixner1-161/+89
2012-02-25IB/ehca: Use kthread_create_on_node()Eric Dumazet1-1/+2
2010-05-27ehca: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2010-02-12IB/ehca: Do not turn off irqs in tasklet contextAlexander Schmidt1-3/+2
2009-10-03this_cpu: Straight transformationsChristoph Lameter1-2/+1
2009-05-13infiniband: Remove void castsJack Stone1-5/+4
2009-01-16IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell1-9/+9
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-11-11IB/ehca: Remove reference to special QP in case of port activation failureStefan Roscher1-16/+28
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+4
2008-07-22IB/ehca: Filter PATH_MIG events if QP was never armedJoachim Fenkes1-0/+4
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar1-2/+7
2008-07-14IB/ehca: In case of lost interrupts, trigger EOI to reenable interruptsStefan Roscher1-2/+7
2008-05-23infiniband: use performance variant for_each_cpu_mask_nrMike Travis1-2/+2
2008-05-07IB/ehca: Wait for async events to finish before destroying QPStefan Roscher1-0/+4
2008-04-23IB/ehca: Move high-volume debug output to higher debug levelsJoachim Fenkes1-1/+1
2008-02-04IB/ehca: Update sma_attr also in case of disruptive config changeJoachim Fenkes1-0/+2
2008-01-25IB/ehca: Add "port connection autodetect mode"Hoang-Nam Nguyen1-5/+21
2008-01-25IB/ehca: Forward event client-reregister-required to registered clientsHoang-Nam Nguyen1-0/+12
2007-10-09IB/ehca: Misc cpuinit section annotations and #ifdef cleanupsSatyam Sharma1-18/+11
2007-10-09IB/ehca: Path migration supportJoachim Fenkes1-2/+2
2007-08-31IB/ehca: SRQ fixes to enable IPoIB CMJoachim Fenkes1-17/+31
2007-07-31in-string typos of "error"Eddy L O Jansson1-1/+1
2007-07-20IB/ehca: Generate async event when SRQ limit reachedHoang-Nam Nguyen1-14/+28
2007-07-17IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen1-28/+28
2007-07-09IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive eventsJoachim Fenkes1-31/+58
2007-07-09IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes1-11/+8
2007-07-09IB/ehca: Refactor sync between completions and destroy_cq using atomic_tJoachim Fenkes1-19/+17
2007-05-14IB/ehca: Remove _irqsave, move #ifdefJoachim Fenkes1-4/+3
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+6
2007-03-22IB/ehca: Make scaling code work without CPU hotplugJoachim Fenkes1-0/+8
2007-03-01IB/ehca: Fix sync between completion handler and destroy cqHoang-Nam Nguyen1-20/+39
2007-02-16IB/ehca: Allow en/disabling scaling code via module parameterHoang-Nam Nguyen1-26/+21
2007-02-16IB/ehca: Fix race condition/locking issues in scaling codeHoang-Nam Nguyen1-35/+33
2007-02-16IB/ehca: Rework irq handlerHoang-Nam Nguyen1-80/+136
2007-02-10IB/ehca: Fix memleak on module unloadingAkinobu Mita1-0/+2
2007-01-22IB/ehca: Fix mismatched spin_unlock in irq handlerHoang-Nam Nguyen1-1/+2
2007-01-09IB/ehca: Use proper GFP_ flags for get_zeroed_page()Hoang-Nam Nguyen1-1/+1
2006-11-09IB/ehca: Assure 4K alignment for firmware control blocksHoang-Nam Nguyen1-9/+8
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-22IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick1-0/+762