aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAge
* genirq: Provide compat handling for chip->set_wake()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->set_type()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->unmask()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner2010-10-04
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-04
* irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell2010-07-29
* genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner2010-06-09
* genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2010-05-03
* genirq: Remove IRQF_DISABLED from core codeThomas Gleixner2010-04-13
* genirq: Introduce request_any_context_irq()Marc Zyngier2010-04-13
* genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner2010-03-31
* genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner2010-03-24
* genirq: Prevent oneshot irq thread raceThomas Gleixner2010-03-10
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-14
*-. Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2009-12-08
|\ \
| | * genirq: do not execute DEBUG_SHIRQ when irq setup failedLuis Henriques2009-04-23
* | | Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-11
|\ \ \ | |/ / |/| |
| * | genirq: Support nested threaded irq handlingThomas Gleixner2009-08-17
| * | genirq: Add buslock supportThomas Gleixner2009-08-17
| * | genirq: Add oneshot supportThomas Gleixner2009-08-17
* | | genirq: Wake up irq thread after action has been installedThomas Gleixner2009-08-18
|/ /
* | genirq: prevent wakeup of freed irq threadLinus Torvalds2009-08-13
* | genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont2009-07-22
* | genirq: Delegate irq affinity setting to the irq threadThomas Gleixner2009-07-21
* | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-20
|\ \
| * | genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt2009-05-12
* | | irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu2009-04-28
|/ /
* | x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh2009-04-14
* | Merge branch 'linus' into irq/threadedIngo Molnar2009-04-05
|\|
| * PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki2009-03-30
| * Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-27
| |\
| | * Merge branch 'linus' into core/percpuIngo Molnar2009-01-30
| | |\
* | | | genirq: threaded irq handlers review fixupsThomas Gleixner2009-03-24
* | | | genirq: add threaded interrupt handler supportThomas Gleixner2009-03-24
* | | | Merge branch 'cpus4096' into irq/threadedThomas Gleixner2009-03-23
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-01-28
| |\| | | | |/ | |/|
| | * cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-11
| | |
| \ \
*-. | | Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-16
|\ \| |
| * | | genirq: use kzalloc instead of explicit zero initializationThomas Gleixner2009-03-13
| * | | genirq: remove redundant if conditionThomas Gleixner2009-03-13
| * | | irq: export remove_irq() and setup_irq() symbolsMagnus Damm2009-03-12
| * | | irq: match remove_irq() args with setup_irq()Magnus Damm2009-03-12
| * | | irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm2009-03-12
| * | | Merge branch 'linus' into irq/genirqIngo Molnar2009-03-02
| |\| |
| * | | irq: name 'p' variables a bit betterIngo Molnar2009-02-17
| * | | irq: further clean up the free_irq() code flowIngo Molnar2009-02-17
| * | | irq: refactor and clean up the free_irq() code flowIngo Molnar2009-02-15