aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAgeFilesLines
...
* genirq: Do not copy affinity before setThomas Gleixner2011-02-191-13/+34
* genirq: Always apply cpu online maskThomas Gleixner2011-02-191-6/+6
* genirq: Rremove redundant checkThomas Gleixner2011-02-191-1/+2
* genirq: Simplify affinity related codeThomas Gleixner2011-02-191-23/+41
* genirq: Namespace cleanupThomas Gleixner2011-02-191-3/+3
* genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner2011-02-191-0/+2
* Merge branch 'irq/urgent' into irq/coreThomas Gleixner2011-02-191-1/+1
|\
| * genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner2011-02-191-1/+1
* | Merge branch 'irq/for-mips' into irq/coreThomas Gleixner2011-02-111-1/+6
|\ \
| * | genirq: Call bus_lock/unlock functions in setup_irq()David Daney2011-02-111-1/+6
| |/
* | Merge branch 'irq/for-xen' into irq/coreThomas Gleixner2011-02-081-1/+10
|\ \
| * | genirq: Add IRQF_FORCE_RESUMEThomas Gleixner2011-02-081-1/+10
| |/
* | genirq: Fix affinity notifier falloutThomas Gleixner2011-01-311-1/+1
* | genirq: Add IRQ affinity notifiersBen Hutchings2011-01-221-0/+82
|/
* sched: Constify function scope static struct sched_param usagePeter Zijlstra2011-01-071-1/+1
* Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar2010-11-181-0/+4
|\
| * genirq: Warn if enable_irq is called before irq is set upThomas Gleixner2010-10-221-0/+4
* | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-231-1/+3
|/
* genirq: Provide compat handling for chip->set_wake()Thomas Gleixner2010-10-041-2/+2
* genirq: Provide compat handling for chip->set_type()Thomas Gleixner2010-10-041-5/+5
* genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner2010-10-041-5/+6
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-041-1/+1
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-041-4/+4
* genirq: Provide compat handling for chip->unmask()Thomas Gleixner2010-10-041-1/+1
* genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner2010-10-041-11/+11
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-041-27/+27
* irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell2010-07-291-1/+1
* genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner2010-06-091-0/+3
* genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2010-05-031-0/+22
* genirq: Remove IRQF_DISABLED from core codeThomas Gleixner2010-04-131-30/+0
* genirq: Introduce request_any_context_irq()Marc Zyngier2010-04-131-0/+37
* genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner2010-03-311-0/+10
* genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner2010-03-241-0/+4
* genirq: Prevent oneshot irq thread raceThomas Gleixner2010-03-101-0/+18
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-25/+25
*-. Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2009-12-081-1/+1
|\ \
| | * genirq: do not execute DEBUG_SHIRQ when irq setup failedLuis Henriques2009-04-231-1/+1
* | | Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-8/+94
|\ \ \ | |/ / |/| |
| * | genirq: Support nested threaded irq handlingThomas Gleixner2009-08-171-3/+31
| * | genirq: Add buslock supportThomas Gleixner2009-08-171-1/+18
| * | genirq: Add oneshot supportThomas Gleixner2009-08-171-4/+45
* | | genirq: Wake up irq thread after action has been installedThomas Gleixner2009-08-181-2/+8
|/ /
* | genirq: prevent wakeup of freed irq threadLinus Torvalds2009-08-131-10/+7
* | genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont2009-07-221-0/+5
* | genirq: Delegate irq affinity setting to the irq threadThomas Gleixner2009-07-211-6/+44
* | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-1/+1
|\ \
| * | genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt2009-05-121-1/+1
* | | irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu2009-04-281-6/+11
|/ /
* | x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh2009-04-141-3/+2
* | Merge branch 'linus' into irq/threadedIngo Molnar2009-04-061-7/+24
|\ \ | |/