summaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
AgeCommit message (Expand)Author
2011-02-19genirq: Rremove redundant checkThomas Gleixner
2011-02-19genirq: Simplify affinity related codeThomas Gleixner
2011-02-19genirq: Namespace cleanupThomas Gleixner
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2011-02-19genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner
2011-02-11Merge branch 'irq/for-mips' into irq/coreThomas Gleixner
2011-02-11genirq: Call bus_lock/unlock functions in setup_irq()David Daney
2011-02-08Merge branch 'irq/for-xen' into irq/coreThomas Gleixner
2011-02-08genirq: Add IRQF_FORCE_RESUMEThomas Gleixner
2011-01-31genirq: Fix affinity notifier falloutThomas Gleixner
2011-01-22genirq: Add IRQ affinity notifiersBen Hutchings
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro
2010-10-22genirq: Warn if enable_irq is called before irq is set upThomas Gleixner
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell
2010-06-09genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner
2010-05-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr
2010-04-13genirq: Remove IRQF_DISABLED from core codeThomas Gleixner
2010-04-13genirq: Introduce request_any_context_irq()Marc Zyngier
2010-03-31genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner
2010-03-24genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner
2010-03-10genirq: Prevent oneshot irq thread raceThomas Gleixner
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-12-08Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds
2009-09-11Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner
2009-08-17genirq: Support nested threaded irq handlingThomas Gleixner
2009-08-17genirq: Add buslock supportThomas Gleixner
2009-08-17genirq: Add oneshot supportThomas Gleixner
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds
2009-07-22genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner
2009-06-20Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-05-12genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt
2009-04-28irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu
2009-04-23genirq: do not execute DEBUG_SHIRQ when irq setup failedLuis Henriques
2009-04-14x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar