aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-15/+23
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com1-1/+2
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu1-3/+0
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-8/+8
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu1-16/+27
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu1-1/+1
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-15/+20
2008-10-16irq: introduce nr_irqsYinghai Lu1-8/+8
2008-10-16Merge branch 'linus' into genirqIngo Molnar1-1/+8
2008-10-02genirq: record trigger typeDavid Brownell1-3/+18
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar1-39/+72
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL1-4/+1
2008-08-22genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov1-7/+10
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar1-1/+2
2008-08-05genirq: better warning on irqchip->set_type() failureDavid Brownell1-1/+2
2008-07-30Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar1-2/+1
2008-07-26Use WARN() in kernel/irq/manage.cArjan van de Ven1-2/+1
2008-07-26Merge branch 'x86/x2apic' into x86/coreIngo Molnar1-1/+8
2008-07-25kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven1-3/+1
2008-07-25Merge branch 'linus' into x86/x2apicIngo Molnar1-34/+69
2008-07-24generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König1-22/+42
2008-07-23set_irq_wake: fix return code and wake status trackingUwe Kleine-König1-12/+27
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar1-5/+28
2008-07-12x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha1-1/+8
2008-07-10genirq: remove extraneous checks in manage.cThomas Gleixner1-3/+2
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky1-2/+26
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner1-17/+32
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day1-0/+1
2008-01-30genirq: stackdump after the "Trying to free already-free IRQ" messageIngo Molnar1-0/+3
2007-10-23Fix synchronize_irq races with IRQ handlerHerbert Xu1-2/+18
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse1-16/+15
2007-08-31request_irq: fix DEBUG_SHIRQ handlingJarek Poplawski1-7/+4
2007-08-22free_irq(): fix DEBUG_SHIRQ handlingAndrew Morton1-0/+2
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish1-4/+6
2007-02-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner1-0/+40
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner1-0/+4
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-12[PATCH] kernel: shut up the IRQ mismatch messagesAlan Cox1-0/+2
2007-02-12[PATCH] Debug shared irqsDavid Woodhouse1-0/+33
2007-02-11[PATCH] sort the devres mess outAl Viro1-86/+0
2007-02-09devres: device resource managementTejun Heo1-0/+86
2007-01-23Clear spurious irq stat information when adding irq handlerLinus Torvalds1-0/+3
2006-11-14[PATCH] setup_irq(): better mismatch debuggingAndrew Morton1-2/+7
2006-10-05IRQ: Typedef the IRQ handler function typeDavid Howells1-3/+1
2006-07-31[PATCH] genirq: {en,dis}able_irq_wake() need refcounting tooDavid Brownell1-2/+26
2006-07-03[PATCH] lockdep: coreIngo Molnar1-0/+6
2006-07-02[PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner1-2/+2
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner1-19/+19
2006-07-01[PATCH] IRQ: warning message cleanupBjorn Helgaas1-6/+7
2006-07-01[PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flagsBjorn Helgaas1-1/+2