summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
...
| * genirq/MSI: Relax msi_domain_alloc() to support parentless MSI irqdomainsLiu Jiang2016-01-141-3/+5
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-115-14/+109
|\ \
| * \ Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2015-12-291-1/+1
| |\ \
| | * | irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit2015-12-211-1/+1
| | |/
| * | genirq/msi: Export functions to allow MSI domains in modulesJake Oshins2015-12-202-0/+5
| * | Merge branch 'irq/wire-msi-bridge' of git://git.kernel.org/pub/scm/linux/kern...Thomas Gleixner2015-12-192-6/+58
| |\ \
| | * | genirq/msi: Add msi_domain_populate_irqsMarc Zyngier2015-12-161-0/+40
| | * | genirq/msi: Make the .prepare callback reusableMarc Zyngier2015-12-161-3/+15
| | * | irqdomain: Make irq_domain_alloc_irqs_recursive availableMarc Zyngier2015-12-161-3/+3
| | |/
| * | genirq: Free irq_desc with rcuThomas Gleixner2015-12-141-3/+16
| * | genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni2015-12-081-0/+25
| * | genirq: Delay incrementing interrupt count if it's disabled/pendingSudeep Holla2015-11-161-4/+4
| |/
* / genirq: Prevent chip buslock deadlockThomas Gleixner2015-12-141-3/+3
|/
*-. Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds2015-11-153-2/+8
|\ \
| * | genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko2015-11-103-2/+8
| |/
* | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-1/+1
|\ \
| * \ Merge branch 'pm-sleep'Rafael J. Wysocki2015-11-021-1/+1
| |\ \
| | * \ Merge back earlier 'pm-sleep' material for v4.4.Rafael J. Wysocki2015-10-121-1/+1
| | |\ \
| | | * | PM / sleep: Report interrupt that caused system wakeupAlexandra Yates2015-09-161-1/+1
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas2015-10-221-1/+1
| |\ \ \ \ \
| | * | | | | genirq: Make the cpuhotplug migration code less noisyThomas Gleixner2015-10-221-1/+1
| * | | | | | Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas2015-10-093-0/+87
| |\| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-3/+6
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-203-8/+19
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard2015-09-291-0/+2
| * | | | | | genirq: Fix the documentation of request_percpu_irqMaxime Ripard2015-09-291-3/+4
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-0311-120/+426
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2015-10-131-4/+4
| * | | | | | irqdomain: Introduce irq_domain_create_hierarchyMarc Zyngier2015-10-131-6/+6
| * | | | | | irqdomain: Add a fwnode_handle allocatorMarc Zyngier2015-10-131-0/+51
| * | | | | | irqdomain: Introduce irq_domain_create_{linear, tree}Marc Zyngier2015-10-131-5/+6
| * | | | | | irqdomain: Introduce irq_create_fwspec_mappingMarc Zyngier2015-10-131-15/+15
| * | | | | | irqdomain: Introduce a firmware-specific IRQ specifier structureMarc Zyngier2015-10-131-11/+48
| * | | | | | irqdomain: Allow irq domain lookup by fwnodeMarc Zyngier2015-10-131-9/+7
| * | | | | | irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier2015-10-131-1/+5
| * | | | | | irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-9/+21
| * | | | | | Merge branch 'linus' into irq/coreThomas Gleixner2015-10-132-3/+18
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner2015-10-113-0/+22
| * | | | | | genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=nFeng Wu2015-10-091-31/+31
| * | | | | | genirq: Allow migration of chained interrupts by installing default actionMika Westerberg2015-10-093-1/+20
| * | | | | | Merge branch 'irq/for-arm' into irq/coreThomas Gleixner2015-10-013-0/+87
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang2015-10-013-0/+87
| | | |/ / / | | |/| | |
| * | | | | genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie2015-09-223-6/+5
| * | | | | genirq: Handle force threading of irqs with primary and thread handlerThomas Gleixner2015-09-221-41/+117
| |/ / / /
* | / / / genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier2015-10-161-5/+1
| |/ / / |/| | |
* | | | genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann2015-10-091-1/+0
* | | | genirq: Export handle_bad_irqArnd Bergmann2015-10-091-0/+1
| |/ / |/| |
* | | genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-011-2/+17
|/ /
* | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-164-22/+13