summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot-2/+16
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl-0/+3
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij-5/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior-16/+36
2011-06-03genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior-4/+5
2011-05-26irq: Remove smp_affinity_list when unregister irq procYinghai Lu-0/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis-4/+50
2011-05-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+401
2011-05-18irq: Export functions to allow modular irq driversJonathan Cameron-0/+5
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner-0/+15
2011-05-18genirq: Remove pointless ifdefsThomas Gleixner-3/+1
2011-05-02genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven-1/+1
2011-05-02genirq: Make generic irq chip depend on CONFIG_GENERIC_IRQ_CHIPThomas Gleixner-1/+5
2011-04-23genirq: Add chip suspend and resume callbacksThomas Gleixner-0/+93
2011-04-23genirq: Implement a generic interrupt chipThomas Gleixner-0/+262
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt-1/+21
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-...Linus Torvalds-0/+1
2011-04-02genirq: Fix cpumask leak in __setup_irq()Xiaotian Feng-0/+1
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner-3/+0
2011-03-29genirq: Fix misnamed label in handle_edge_eoi_irqThomas Gleixner-1/+1
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner-10/+0
2011-03-29genirq: Remove compat codeThomas Gleixner-276/+24
2011-03-29alpha: Use generic show_interrupts()Thomas Gleixner-2/+6
2011-03-29genirq: Fix harmless typoThomas Gleixner-1/+1
2011-03-29genirq; Fix cleanup falloutThomas Gleixner-8/+10
2011-03-28genirq: Fix typo and remove unused variableThomas Gleixner-2/+1
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap-1/+1
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner-12/+0
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner-0/+49
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner-57/+49
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney-18/+30
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner-4/+6
2011-03-27genirq: Add chip hooks for taking CPUs on/off line.David Daney-0/+58
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner-2/+4
2011-03-27genirq: Reserve the irq when calling irq_set_chip()David Daney-0/+6
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner-1/+18
2011-03-23genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner-14/+0
2011-03-17genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter-1/+1
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