aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | | | genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_WAKEUP to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_SUSPENDED to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_MASKED to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_ONESHOT to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Use modify_status for set_irq_nested_threadThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Protect tglx from tripping over his own feetThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Add internal state field to irq_descThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Fixup core code namespace falloutThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Implement generic irq_show_interrupts()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Simplify handle_irq_event()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Use handle_perpcu_event() in handle_percpu_irq()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Use handle_irq_event() in handle_edge_irq()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Use handle_irq_event() in handle_fasteoi_irq()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Use handle_irq_event() in handle_level_irq()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Use handle_irq_event() in handle_simple_irq()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Implement handle_irq_event()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Consolidate IRQ_DISABLEDThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Remove default magicThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Consolidate disable/enableThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Consolidate startup/shutdown of interruptsThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Remove bogus conditionalThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Move irq thread flags to coreThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Mark polled irqs and defer the real handlerThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: spurious: Run only one poller at a timeThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Do not poll disabled, percpu and timer interruptsThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Fixup poll handlingThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Warn when handler enables interruptsThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Plug race in report_bad_irq()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Remove redundant thread affinity settingThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Do not copy affinity before setThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Always apply cpu online maskThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Rremove redundant checkThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Simplify affinity related codeThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Namespace cleanupThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | genirq: Make nr_irqs runtime expandableThomas Gleixner2011-02-19
| | * | | | | | | | | | | | | | | | Merge branch 'irq/urgent' into irq/coreThomas Gleixner2011-02-19
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'irq/for-mips' into irq/coreThomas Gleixner2011-02-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | genirq: Call bus_lock/unlock functions in setup_irq()David Daney2011-02-10
| | * | | | | | | | | | | | | | | | | | genirq: Remove dead codeThomas Gleixner2011-02-08