summaryrefslogtreecommitdiffstats
path: root/ipc/ipcns_notifier.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-25genirq: Add IRQF_NO_THREADThomas Gleixner1-1/+3
2011-02-25genirq: Allow shared oneshot interruptsThomas Gleixner1-6/+4
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner4-19/+115
2011-02-25genirq: Make warning in handle_percpu_event usefulThomas Gleixner1-1/+2
2011-02-22genirq: Streamline kernel/irq/KconfigJan Beulich1-10/+10
2011-02-22genirq: Use the correct variable for note_interruptThomas Gleixner1-7/+9
2011-02-21genirq: Add missing break in __irq_set_trigger()Thomas Gleixner1-0/+1
2011-02-21genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu1-7/+8
2011-02-21genirq: Fix misplaced status update in irq_disable()Thomas Gleixner1-1/+1
2011-02-19genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner2-9/+23
2011-02-19genirq; Add fasteoi irq_chip quirkThomas Gleixner2-2/+11
2011-02-19genirq: Add preflow handler supportThomas Gleixner4-1/+30
2011-02-19genirq: Consolidate set_chip_handler functionsThomas Gleixner2-24/+43
2011-02-19genirq: Use irq_get/put functionsThomas Gleixner2-117/+57
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner2-0/+48
2011-02-19genirq: Remove real old transition functionsThomas Gleixner4-34/+5
2011-02-19genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner3-0/+11
2011-02-19genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner2-1/+11
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner4-5/+11
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner4-5/+26
2011-02-19genirq: Add flags to irq_chipThomas Gleixner1-0/+3
2011-02-19genirq: Cleanup irq.hThomas Gleixner2-49/+62
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner3-5/+8
2011-02-19genirq: Wrap the remaning IRQ_* flagsThomas Gleixner5-12/+70
2011-02-19genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner5-20/+87
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner5-5/+32
2011-02-19genirq: Reuse existing can set affinty checkThomas Gleixner2-4/+3
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner7-15/+84
2011-02-19genirq: Move debug code to separate headerThomas Gleixner2-44/+44
2011-02-19genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner2-3/+3
2011-02-19genirq: Make CHECK_IRQ_PER_CPU an inline and deprecate itThomas Gleixner1-2/+6
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner4-16/+3
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner7-8/+52
2011-02-19genirq: Add state field to irq_dataThomas Gleixner2-0/+4
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner4-3/+7
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner4-9/+9
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner7-13/+41
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner11-17/+40
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner9-25/+57
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner7-21/+31
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner4-6/+7
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner9-22/+57
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner4-5/+6
2011-02-19genirq: Use modify_status for set_irq_nested_threadThomas Gleixner2-31/+13
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner4-10/+11
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner4-21/+27
2011-02-19genirq: Protect tglx from tripping over his own feetThomas Gleixner3-2/+11
2011-02-19genirq: Add internal state field to irq_descThomas Gleixner2-1/+8
2011-02-19genirq: Fixup core code namespace falloutThomas Gleixner2-4/+4
2011-02-19genirq: Implement generic irq_show_interrupts()Thomas Gleixner3-0/+67