aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-20irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring1-1/+5
2011-09-12genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven1-1/+1
2011-08-23Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds1-1/+0
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-18/+40
2011-07-28Merge branch 'imx/dt' into next/dtArnd Bergmann1-1/+1
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior2-16/+37
2011-07-28irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior1-0/+1
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely1-0/+58
2011-07-28irq: add irq_domain translation infrastructureGrant Likely3-0/+127
2011-07-26genirq: Fix wrong bit operationjhbird.choi@samsung.com1-2/+2
2011-07-25devres: fix possible use after freeMaxin B John1-1/+1
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-2/+16
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl1-0/+3
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown1-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij1-5/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior3-16/+36
2011-06-03genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior1-4/+5
2011-05-26irq: Remove smp_affinity_list when unregister irq procYinghai Lu1-0/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis1-4/+50
2011-05-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-4/+401
2011-05-18irq: Export functions to allow modular irq driversJonathan Cameron2-0/+5
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner1-0/+15
2011-05-18genirq: Remove pointless ifdefsThomas Gleixner1-3/+1
2011-05-02genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven1-1/+1
2011-05-02genirq: Make generic irq chip depend on CONFIG_GENERIC_IRQ_CHIPThomas Gleixner2-1/+5
2011-04-23genirq: Add chip suspend and resume callbacksThomas Gleixner1-0/+93
2011-04-23genirq: Implement a generic interrupt chipThomas Gleixner2-0/+262
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt4-1/+21
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-04-02genirq: Fix cpumask leak in __setup_irq()Xiaotian Feng1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-3/+0
2011-03-29genirq: Fix misnamed label in handle_edge_eoi_irqThomas Gleixner1-1/+1
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner1-10/+0
2011-03-29genirq: Remove compat codeThomas Gleixner12-276/+24
2011-03-29alpha: Use generic show_interrupts()Thomas Gleixner1-2/+6
2011-03-29genirq: Fix harmless typoThomas Gleixner1-1/+1
2011-03-29genirq; Fix cleanup falloutThomas Gleixner2-8/+10
2011-03-28genirq: Fix typo and remove unused variableThomas Gleixner2-2/+1
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap1-1/+1
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner1-12/+0
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner2-0/+49
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner8-57/+49
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney1-18/+30
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner1-4/+6
2011-03-27genirq: Add chip hooks for taking CPUs on/off line.David Daney1-0/+58
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner2-2/+4
2011-03-27genirq: Reserve the irq when calling irq_set_chip()David Daney1-0/+6
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner2-1/+18