summaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAgeFilesLines
...
* genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner2011-02-191-17/+27
* genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner2011-02-191-4/+7
* genirq: Reuse existing can set affinty checkThomas Gleixner2011-02-191-2/+2
* genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner2011-02-191-6/+10
* genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner2011-02-191-2/+2
* genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner2011-02-191-6/+3
* genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_WAKEUP to coreThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_SUSPENDED to coreThomas Gleixner2011-02-191-4/+4
* genirq: Move IRQ_MASKED to coreThomas Gleixner2011-02-191-2/+3
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-2/+3
* genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_ONESHOT to coreThomas Gleixner2011-02-191-4/+4
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-8/+9
* genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner2011-02-191-5/+4
* genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner2011-02-191-1/+2
* genirq: Fixup core code namespace falloutThomas Gleixner2011-02-191-1/+1
* genirq: Consolidate IRQ_DISABLEDThomas Gleixner2011-02-191-6/+3
* genirq: Remove default magicThomas Gleixner2011-02-191-2/+2
* genirq: Consolidate disable/enableThomas Gleixner2011-02-191-1/+1
* genirq: Consolidate startup/shutdown of interruptsThomas Gleixner2011-02-191-9/+5
* genirq: Remove bogus conditionalThomas Gleixner2011-02-191-4/+1
* genirq: Remove redundant thread affinity settingThomas Gleixner2011-02-191-2/+0
* 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
OpenPOWER on IntegriCloud