summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | genirq: Add missing break in __irq_set_trigger()Thomas Gleixner2011-02-211-0/+1
| * | | | | | | | | | | | | | genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu2011-02-211-7/+8
| * | | | | | | | | | | | | | genirq: Fix misplaced status update in irq_disable()Thomas Gleixner2011-02-211-1/+1
| * | | | | | | | | | | | | | genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner2011-02-191-9/+19
| * | | | | | | | | | | | | | genirq; Add fasteoi irq_chip quirkThomas Gleixner2011-02-191-1/+8
| * | | | | | | | | | | | | | genirq: Add preflow handler supportThomas Gleixner2011-02-192-0/+14
| * | | | | | | | | | | | | | genirq: Consolidate set_chip_handler functionsThomas Gleixner2011-02-191-12/+4
| * | | | | | | | | | | | | | genirq: Use irq_get/put functionsThomas Gleixner2011-02-192-117/+57
| * | | | | | | | | | | | | | genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner2011-02-192-0/+48
| * | | | | | | | | | | | | | genirq: Remove real old transition functionsThomas Gleixner2011-02-194-34/+5
| * | | | | | | | | | | | | | genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner2011-02-192-0/+5
| * | | | | | | | | | | | | | genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner2011-02-191-1/+3
| * | | | | | | | | | | | | | genirq: Move wakeup state to irq_dataThomas Gleixner2011-02-193-5/+3
| * | | | | | | | | | | | | | genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner2011-02-193-5/+17
| * | | | | | | | | | | | | | genirq: Cleanup irq.hThomas Gleixner2011-02-191-16/+0
| * | | | | | | | | | | | | | genirq: Force wrapped access to desc->status in core codeThomas Gleixner2011-02-193-5/+8
| * | | | | | | | | | | | | | genirq: Wrap the remaning IRQ_* flagsThomas Gleixner2011-02-195-12/+70
| * | | | | | | | | | | | | | genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner2011-02-194-19/+62
| * | | | | | | | | | | | | | genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner2011-02-194-4/+24
| * | | | | | | | | | | | | | genirq: Reuse existing can set affinty checkThomas Gleixner2011-02-192-4/+3
| * | | | | | | | | | | | | | genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner2011-02-196-14/+69
| * | | | | | | | | | | | | | genirq: Move debug code to separate headerThomas Gleixner2011-02-192-44/+44
| * | | | | | | | | | | | | | genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner2011-02-192-3/+3
| * | | | | | | | | | | | | | genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner2011-02-193-11/+3
| * | | | | | | | | | | | | | genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner2011-02-196-6/+34
| * | | | | | | | | | | | | | genirq: Move IRQ_WAKEUP to coreThomas Gleixner2011-02-194-3/+7
| * | | | | | | | | | | | | | genirq: Move IRQ_SUSPENDED to coreThomas Gleixner2011-02-193-7/+9
| * | | | | | | | | | | | | | genirq: Move IRQ_MASKED to coreThomas Gleixner2011-02-196-12/+40
| * | | | | | | | | | | | | | genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-1910-16/+39
| * | | | | | | | | | | | | | genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-198-23/+55
| * | | | | | | | | | | | | | genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner2011-02-196-17/+26
| * | | | | | | | | | | | | | genirq: Move IRQ_ONESHOT to coreThomas Gleixner2011-02-193-5/+7
| * | | | | | | | | | | | | | genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-198-21/+52
| * | | | | | | | | | | | | | genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner2011-02-193-4/+6
| * | | | | | | | | | | | | | genirq: Use modify_status for set_irq_nested_threadThomas Gleixner2011-02-191-28/+0
| * | | | | | | | | | | | | | genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner2011-02-193-9/+11
| * | | | | | | | | | | | | | genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner2011-02-193-20/+27
| * | | | | | | | | | | | | | genirq: Protect tglx from tripping over his own feetThomas Gleixner2011-02-193-2/+11
| * | | | | | | | | | | | | | genirq: Add internal state field to irq_descThomas Gleixner2011-02-191-0/+6
| * | | | | | | | | | | | | | genirq: Fixup core code namespace falloutThomas Gleixner2011-02-192-4/+4
| * | | | | | | | | | | | | | genirq: Implement generic irq_show_interrupts()Thomas Gleixner2011-02-192-0/+66
| * | | | | | | | | | | | | | genirq: Simplify handle_irq_event()Thomas Gleixner2011-02-191-13/+6
| * | | | | | | | | | | | | | genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner2011-02-191-12/+9
| * | | | | | | | | | | | | | genirq: Use handle_perpcu_event() in handle_percpu_irq()Thomas Gleixner2011-02-191-8/+6
| * | | | | | | | | | | | | | genirq: Use handle_irq_event() in handle_edge_irq()Thomas Gleixner2011-02-191-14/+2
| * | | | | | | | | | | | | | genirq: Use handle_irq_event() in handle_fasteoi_irq()Thomas Gleixner2011-02-191-17/+2
| * | | | | | | | | | | | | | genirq: Use handle_irq_event() in handle_level_irq()Thomas Gleixner2011-02-191-14/+2
| * | | | | | | | | | | | | | genirq: Use handle_irq_event() in handle_simple_irq()Thomas Gleixner2011-02-191-13/+2
| * | | | | | | | | | | | | | genirq: Implement handle_irq_event()Thomas Gleixner2011-02-192-8/+42
| * | | | | | | | | | | | | | genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()Thomas Gleixner2011-02-191-1/+1