genirq: Respect NUMA node affinity in setup_irq_irq affinity()
[linux-flexiantxendom0-3.2.10.git] / kernel / irq / manage.c
2012-03-29 Prarit Bhargavagenirq: Respect NUMA node affinity in setup_irq_irq...
2012-03-29 Alexander Gordeevgenirq: Get rid of unneeded force parameter in irq_fina...
2012-03-16 Thomas Gleixnergenirq: Remove paranoid warnons and bogus fixups
2012-03-14 Ido Yarivgenirq: Flush the irq thread on synchronization
2012-03-13 Thomas GleixnerMerge branch 'linus' into irq/core
2012-03-09 Alexander Gordeevgenirq: Get rid of unnecessary IRQTF_DIED flag
2012-03-09 Alexander Gordeevgenirq: No need to check IRQTF_DIED before stopping...
2012-03-09 Alexander Gordeevgenirq: Get rid of unnecessary irqaction field in task_...
2012-03-09 Alexander Gordeevgenirq: Fix incorrect check for forced IRQ thread handler
2012-03-07 Thomas Gleixnergenirq: Clear action->thread_mask if IRQ_ONESHOT is...
2012-02-15 Thomas Gleixnergenirq: Handle pending irqs in irq_startup()
2012-01-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-12-02 Ido Yarivgenirq: Fix race condition when stopping the irq thread
2011-11-17 Marc Zyngiergenirq: Don't allow per cpu interrupts to be suspended
2011-11-13 Jiri KosinaMerge branch 'master' into for-next
2011-10-29 Javi Merinoirq: Fix comment typo ist->is
2011-10-04 Thomas Gleixnergenirq: Fix fatfinered fixup really
2011-10-03 Marc Zyngiergenirq: percpu: allow interrupt type to be set at enabl...
2011-10-03 Marc Zyngiergenirq: Add support for per-cpu dev_id interrupts
2011-09-12 Santosh Shilimkargenirq: Add IRQCHIP_SKIP_SET_WAKE flag
2011-08-23 Linus TorvaldsRevert "irq: Always set IRQF_ONESHOT if no primary...
2011-07-28 Sebastian Andrzej... irq: Track the owner of irq descriptor
2011-07-28 Sebastian Andrzej... irq: Always set IRQF_ONESHOT if no primary handler...
2011-06-10 Jesper Juhlgenirq: Prevent potential NULL dereference in irq_set_i...
2011-06-03 Sebastian Andrzej... irq: Handle spurios irq detection for threaded irqs
2011-04-23 Paul Mundtgenirq: Support per-IRQ thread disabling.
2011-04-02 Xiaotian Fenggenirq: Fix cpumask leak in __setup_irq()
2011-03-29 Thomas Gleixnergenirq: Remove compat code
2011-03-29 Thomas Gleixnergenirq: Fix harmless typo
2011-03-28 Thomas Gleixnergenirq; Fix cleanup fallout
2011-03-28 Randy Dunlapgenirq: Fix new kernel-doc warnings
2011-03-28 Thomas Gleixnergenirq: Move INPROGRESS, MASKED and DISABLED state...
2011-03-27 David Daneygenirq: Split irq_set_affinity() so it can be called...
2011-03-17 Dan Carpentergenirq: Fix incorrect unlock in __setup_irq()
2011-03-15 David S. MillerMerge branch 'irq/numa' of git://git./linux/kernel...
2011-03-15 Linus TorvaldsMerge branches 'stable/irq.rework' and 'stable/pcifront...
2011-03-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-02-26 Thomas Gleixnergenirq: Provide forced interrupt threading
2011-02-25 Thomas Gleixnergenirq: Allow shared oneshot interrupts
2011-02-25 Thomas Gleixnergenirq: Prepare the handling of shared oneshot interrupts
2011-02-21 Thomas Gleixnergenirq: Add missing break in __irq_set_trigger()
2011-02-19 Thomas Gleixnergenirq: Use irq_get/put functions
2011-02-19 Thomas Gleixnergenirq: Remove real old transition functions
2011-02-19 Thomas Gleixnergenirq: Move wakeup state to irq_data
2011-02-19 Thomas Gleixnergenirq: Add IRQCHIP_SET_TYPE_MASKED flag
2011-02-19 Thomas Gleixnergenirq: Wrap the remaning IRQ_* flags
2011-02-19 Thomas Gleixnergenirq: Mirror irq trigger type bits in irq_data.state
2011-02-19 Thomas Gleixnergenirq: Move IRQ_AFFINITY_SET to core
2011-02-19 Thomas Gleixnergenirq: Reuse existing can set affinty check
2011-02-19 Thomas Gleixnergenirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in...
2011-02-19 Thomas Gleixnergenirq: Remove CHECK_IRQ_PER_CPU from core code
2011-02-19 Thomas Gleixnergenirq: Remove CONFIG_IRQ_PER_CPU
2011-02-19 Thomas Gleixnergenirq: Add IRQ_MOVE_PENDING to irq_data.state
2011-02-19 Thomas Gleixnergenirq: Move IRQ_WAKEUP to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_SUSPENDED to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_MASKED to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_PENDING flag to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_DISABLED to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_REPLAY and IRQ_WAITING to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_ONESHOT to core
2011-02-19 Thomas Gleixnergenirq: Add IRQ_INPROGRESS to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_SPURIOUS_DISABLED to core state
2011-02-19 Thomas Gleixnergenirq: Move IRQ_AUTODETECT to internal state
2011-02-19 Thomas Gleixnergenirq: Fixup core code namespace fallout
2011-02-19 Thomas Gleixnergenirq: Consolidate IRQ_DISABLED
2011-02-19 Thomas Gleixnergenirq: Remove default magic
2011-02-19 Thomas Gleixnergenirq: Consolidate disable/enable
2011-02-19 Thomas Gleixnergenirq: Consolidate startup/shutdown of interrupts
2011-02-19 Thomas Gleixnergenirq: Remove bogus conditional
2011-02-19 Thomas Gleixnergenirq: Remove redundant thread affinity setting
2011-02-19 Thomas Gleixnergenirq: Do not copy affinity before set
2011-02-19 Thomas Gleixnergenirq: Always apply cpu online mask
2011-02-19 Thomas Gleixnergenirq: Rremove redundant check
2011-02-19 Thomas Gleixnergenirq: Simplify affinity related code
2011-02-19 Thomas Gleixnergenirq: Namespace cleanup
2011-02-19 Thomas Gleixnergenirq: Add missing buslock to set_irq_type(), set_irq_...
2011-02-19 Thomas GleixnerMerge branch 'irq/urgent' into irq/core
2011-02-19 Thomas Gleixnergenirq: Disable the SHIRQ_DEBUG call in request_threade...
2011-02-10 Thomas GleixnerMerge branch 'irq/for-mips' into irq/core
2011-02-10 David Daneygenirq: Call bus_lock/unlock functions in setup_irq()
2011-02-08 Thomas GleixnerMerge branch 'irq/for-xen' into irq/core
2011-02-08 Thomas Gleixnergenirq: Add IRQF_FORCE_RESUME
2011-01-31 Thomas Gleixnergenirq: Fix affinity notifier fallout
2011-01-22 Ben Hutchingsgenirq: Add IRQ affinity notifiers
2011-01-07 Peter Zijlstrasched: Constify function scope static struct sched_para...
2010-11-18 Ingo MolnarMerge commit 'v2.6.37-rc2' into sched/core
2010-10-23 KOSAKI Motohirosched: Make sched_param argument static in sched_setsch...
2010-10-22 Thomas Gleixnergenirq: Warn if enable_irq is called before irq is...
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->set_wake()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->set_type()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->set_affinity()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->startup()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->disable(...
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->unmask()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for bus_lock/bus_sync_u...
2010-10-04 Thomas Gleixnergenirq: Convert core code to irq_data
2010-07-29 Ian Campbellirq: Add new IRQ flag IRQF_NO_SUSPEND
2010-06-09 Thomas Gleixnergenirq: Deal with desc->set_type() changing desc->chip
2010-05-03 Peter P Waskiewicz Jrgenirq: Add CPU mask affinity hint
2010-04-13 Thomas Gleixnergenirq: Remove IRQF_DISABLED from core code
next