summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2012-06-04Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi...Linus Torvalds-30/+33
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-35/+33
2012-05-31kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton-6/+8
2012-05-24Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-18/+88
2012-05-24genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu-28/+27
2012-05-24genirq: Add IRQS_PENDING for nested and simple irqNing Jiang-2/+6
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov-35/+33
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds-6/+0
2012-05-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-19/+45
2012-05-21irq: Remove irq_chip->release()Richard Weinberger-6/+0
2012-05-19irqdomain: Document size parameter of irq_domain_add_linear()Mark Brown-0/+1
2012-05-19irqdomain: trivial pr_fmt conversion.Paul Mundt-15/+17
2012-05-19irqdomain: Make irq_domain_simple_map() static.Paul Mundt-2/+2
2012-05-19irqdomain: Export remaining public API symbols.Paul Mundt-0/+10
2012-05-19irqdomain: Support removal of IRQ domains.Paul Mundt-2/+59
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina-0/+2
2012-05-04genirq: Do not consider disabled wakeup irqsThomas Gleixner-1/+6
2012-05-04genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner-3/+8
2012-04-23irq: hide debug macros so they don't collide with others.Paul Gortmaker-19/+19
2012-04-19genirq: Be more informative on irq type mismatchThomas Gleixner-15/+10
2012-04-19genirq: Reject bogus threaded irq requestsThomas Gleixner-0/+21
2012-04-12irq_domain: fix type mismatch in debugfs output formatGrant Likely-1/+2
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely-24/+9
2012-04-11irqdomain: Fix debugfs formattingGrant Likely-3/+3
2012-04-10irq_domain: correct the debugfs file nameMika Westerberg-1/+1
2012-04-10irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().David Daney-3/+4
2012-03-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+30
2012-03-30genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu-3/+7
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-3/+2
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely-4/+14
2012-03-29genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava-1/+8
2012-03-29genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev-5/+5
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev-6/+10
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-112/+716
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+2
2012-03-16genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner-10/+4
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv-28/+44
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner-19/+75
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar-6/+38
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev-13/+2
2012-03-09genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev-4/+2
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev-8/+11
2012-03-09genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev-1/+1
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner-6/+38
2012-03-06genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King-2/+1
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar-13/+37
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely-0/+12
2012-02-16irq_domain: constify irq_domain_opsGrant Likely-16/+15
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely-10/+55
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely-8/+2