summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2011-03-17genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner-1/+2
2011-03-12genirq: Add chip flag to force mask on suspendThomas Gleixner-4/+18
2011-03-08genirq: Add comments to Kconfig switchesThomas Gleixner-0/+10
2011-03-02genirq: Fixup fasteoi handler for oneshot modeThomas Gleixner-0/+4
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner-4/+68
2011-02-25genirq: Allow shared oneshot interruptsThomas Gleixner-6/+4
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner-19/+111
2011-02-25genirq: Make warning in handle_percpu_event usefulThomas Gleixner-1/+2
2011-02-22genirq: Streamline kernel/irq/KconfigJan Beulich-10/+10
2011-02-22genirq: Use the correct variable for note_interruptThomas Gleixner-7/+9
2011-02-21genirq: Add missing break in __irq_set_trigger()Thomas Gleixner-0/+1
2011-02-21genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu-7/+8
2011-02-21genirq: Fix misplaced status update in irq_disable()Thomas Gleixner-1/+1
2011-02-19genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner-9/+19
2011-02-19genirq; Add fasteoi irq_chip quirkThomas Gleixner-1/+8
2011-02-19genirq: Add preflow handler supportThomas Gleixner-0/+14
2011-02-19genirq: Consolidate set_chip_handler functionsThomas Gleixner-12/+4
2011-02-19genirq: Use irq_get/put functionsThomas Gleixner-117/+57
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner-0/+48
2011-02-19genirq: Remove real old transition functionsThomas Gleixner-34/+5
2011-02-19genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner-0/+5
2011-02-19genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner-1/+3
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner-5/+3
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner-5/+17
2011-02-19genirq: Cleanup irq.hThomas Gleixner-16/+0
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner-5/+8
2011-02-19genirq: Wrap the remaning IRQ_* flagsThomas Gleixner-12/+70
2011-02-19genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner-19/+62
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner-4/+24
2011-02-19genirq: Reuse existing can set affinty checkThomas Gleixner-4/+3
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner-14/+69
2011-02-19genirq: Move debug code to separate headerThomas Gleixner-44/+44
2011-02-19genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner-3/+3
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner-11/+3
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner-6/+34
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner-3/+7
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner-7/+9
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner-12/+40
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner-16/+39
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner-23/+55
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner-17/+26
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner-5/+7
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner-21/+52
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner-4/+6
2011-02-19genirq: Use modify_status for set_irq_nested_threadThomas Gleixner-28/+0
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner-9/+11
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner-20/+27
2011-02-19genirq: Protect tglx from tripping over his own feetThomas Gleixner-2/+11
2011-02-19genirq: Add internal state field to irq_descThomas Gleixner-0/+6
2011-02-19genirq: Fixup core code namespace falloutThomas Gleixner-4/+4