summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2011-05-02genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-...Linus Torvalds
2011-04-02genirq: Fix cpumask leak in __setup_irq()Xiaotian Feng
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner
2011-03-29genirq: Fix misnamed label in handle_edge_eoi_irqThomas Gleixner
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner
2011-03-29genirq: Remove compat codeThomas Gleixner
2011-03-29alpha: Use generic show_interrupts()Thomas Gleixner
2011-03-29genirq: Fix harmless typoThomas Gleixner
2011-03-29genirq; Fix cleanup falloutThomas Gleixner
2011-03-28genirq: Fix typo and remove unused variableThomas Gleixner
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner
2011-03-27genirq: Add chip hooks for taking CPUs on/off line.David Daney
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner
2011-03-27genirq: Reserve the irq when calling irq_set_chip()David Daney
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner
2011-03-23genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner
2011-03-17genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter
2011-03-17genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner
2011-03-12genirq: Add chip flag to force mask on suspendThomas Gleixner
2011-03-08genirq: Add comments to Kconfig switchesThomas Gleixner
2011-03-02genirq: Fixup fasteoi handler for oneshot modeThomas Gleixner
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner
2011-02-25genirq: Allow shared oneshot interruptsThomas Gleixner
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner
2011-02-25genirq: Make warning in handle_percpu_event usefulThomas Gleixner
2011-02-22genirq: Streamline kernel/irq/KconfigJan Beulich
2011-02-22genirq: Use the correct variable for note_interruptThomas Gleixner
2011-02-21genirq: Add missing break in __irq_set_trigger()Thomas Gleixner
2011-02-21genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu
2011-02-21genirq: Fix misplaced status update in irq_disable()Thomas Gleixner
2011-02-19genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner
2011-02-19genirq; Add fasteoi irq_chip quirkThomas Gleixner
2011-02-19genirq: Add preflow handler supportThomas Gleixner
2011-02-19genirq: Consolidate set_chip_handler functionsThomas Gleixner
2011-02-19genirq: Use irq_get/put functionsThomas Gleixner
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner
2011-02-19genirq: Remove real old transition functionsThomas Gleixner
2011-02-19genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner
2011-02-19genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner
2011-02-19genirq: Cleanup irq.hThomas Gleixner
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner