aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
AgeCommit message (Expand)Author
2009-02-06MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16irq: introduce nr_irqsYinghai Lu
2008-10-16Merge branch 'linus' into genirqIngo Molnar
2008-10-02genirq: record trigger typeDavid Brownell
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL
2008-08-22genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar
2008-08-05genirq: better warning on irqchip->set_type() failureDavid Brownell
2008-07-30Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar
2008-07-26Use WARN() in kernel/irq/manage.cArjan van de Ven
2008-07-26Merge branch 'x86/x2apic' into x86/coreIngo Molnar
2008-07-25kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven
2008-07-25Merge branch 'linus' into x86/x2apicIngo Molnar
2008-07-24generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König
2008-07-23set_irq_wake: fix return code and wake status trackingUwe Kleine-König
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar
2008-07-12x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha
2008-07-10genirq: remove extraneous checks in manage.cThomas Gleixner
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day
2008-01-30genirq: stackdump after the "Trying to free already-free IRQ" messageIngo Molnar
2007-10-23Fix synchronize_irq races with IRQ handlerHerbert Xu
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse
2007-08-31request_irq: fix DEBUG_SHIRQ handlingJarek Poplawski
2007-08-22free_irq(): fix DEBUG_SHIRQ handlingAndrew Morton
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish
2007-02-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner
2007-02-12[PATCH] kernel: shut up the IRQ mismatch messagesAlan Cox
2007-02-12[PATCH] Debug shared irqsDavid Woodhouse
2007-02-11[PATCH] sort the devres mess outAl Viro
2007-02-09devres: device resource managementTejun Heo
2007-01-23Clear spurious irq stat information when adding irq handlerLinus Torvalds
2006-11-14[PATCH] setup_irq(): better mismatch debuggingAndrew Morton
2006-10-05IRQ: Typedef the IRQ handler function typeDavid Howells
2006-07-31[PATCH] genirq: {en,dis}able_irq_wake() need refcounting tooDavid Brownell
2006-07-03[PATCH] lockdep: coreIngo Molnar
2006-07-02[PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner