summaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner1-6/+3
2011-02-19genirq: Remove default magicThomas Gleixner1-2/+2
2011-02-19genirq: Consolidate disable/enableThomas Gleixner1-1/+1
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner1-9/+5
2011-02-19genirq: Remove bogus conditionalThomas Gleixner1-4/+1
2011-02-19genirq: Remove redundant thread affinity settingThomas Gleixner1-2/+0
2011-02-19genirq: Do not copy affinity before setThomas Gleixner1-13/+34
2011-02-19genirq: Always apply cpu online maskThomas Gleixner1-6/+6
2011-02-19genirq: Rremove redundant checkThomas Gleixner1-1/+2
2011-02-19genirq: Simplify affinity related codeThomas Gleixner1-23/+41
2011-02-19genirq: Namespace cleanupThomas Gleixner1-3/+3
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner1-0/+2
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner1-1/+1
2011-02-19genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-02-11Merge branch 'irq/for-mips' into irq/coreThomas Gleixner1-1/+6
2011-02-11genirq: Call bus_lock/unlock functions in setup_irq()David Daney1-1/+6
2011-02-08Merge branch 'irq/for-xen' into irq/coreThomas Gleixner1-1/+10
2011-02-08genirq: Add IRQF_FORCE_RESUMEThomas Gleixner1-1/+10
2011-01-31genirq: Fix affinity notifier falloutThomas Gleixner1-1/+1
2011-01-22genirq: Add IRQ affinity notifiersBen Hutchings1-0/+82
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra1-1/+1
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar1-0/+4
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro1-1/+3
2010-10-22genirq: Warn if enable_irq is called before irq is set upThomas Gleixner1-0/+4
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner1-2/+2
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner1-5/+5
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner1-5/+6
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner1-1/+1
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner1-4/+4
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner1-1/+1
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner1-11/+11
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-27/+27
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell1-1/+1
2010-06-09genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner1-0/+3
2010-05-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr1-0/+22
2010-04-13genirq: Remove IRQF_DISABLED from core codeThomas Gleixner1-30/+0
2010-04-13genirq: Introduce request_any_context_irq()Marc Zyngier1-0/+37
2010-03-31genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner1-0/+10
2010-03-24genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner1-0/+4
2010-03-10genirq: Prevent oneshot irq thread raceThomas Gleixner1-0/+18
2009-12-15genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-25/+25
2009-12-09Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds1-1/+1
2009-09-12Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+94
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner1-2/+8
2009-08-17genirq: Support nested threaded irq handlingThomas Gleixner1-3/+31
2009-08-17genirq: Add buslock supportThomas Gleixner1-1/+18
2009-08-17genirq: Add oneshot supportThomas Gleixner1-4/+45
2009-08-14genirq: prevent wakeup of freed irq threadLinus Torvalds1-10/+7
2009-07-23genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont1-0/+5
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner1-6/+44