| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Thomas Gleixner | 2016-06-03 | 1 | -6/+2 |
|\ |
|
| * | radix-tree: introduce radix_tree_empty | Matthew Wilcox | 2016-05-20 | 1 | -6/+1 |
| * | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-05-17 | 1 | -0/+1 |
| |\ |
|
| | * | irqdomain: Export irq_domain_free_irqs_common | Axel Lin | 2016-03-31 | 1 | -0/+1 |
* | | | genirq: Fix missing return value in irq_destroy_ipi() | Matt Redfearn | 2016-05-24 | 1 | -1/+1 |
|/ / |
|
* | | genirq: Ensure IRQ descriptor is valid when setting-up the IRQ | Jon Hunter | 2016-05-11 | 1 | -1/+1 |
* | | genirq: Allow the affinity of a percpu interrupt to be set/retrieved | Marc Zyngier | 2016-05-02 | 1 | -1/+25 |
* | | irqdomain: Allow domain matching on irq_fwspec | Marc Zyngier | 2016-05-02 | 1 | -9/+10 |
* | | genirq: Add error code reporting to irq_{reserve,destroy}_ipi | Matt Redfearn | 2016-05-02 | 1 | -14/+17 |
* | | genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroy | Matt Redfearn | 2016-05-02 | 1 | -4/+14 |
* | | genirq: Dont allow affinity mask to be updated on IPIs | Matt Redfearn | 2016-04-21 | 1 | -0/+1 |
|/ |
|
* | kernel/...: convert pr_warning to pr_warn | Joe Perches | 2016-03-22 | 1 | -2/+2 |
* | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-16 | 1 | -1/+8 |
|\ |
|
| * | x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected" | Chen Fan | 2016-03-09 | 1 | -1/+8 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-15 | 11 | -19/+371 |
|\ \ |
|
| * | | genirq: Export IRQ functions for module use | Quan Nguyen | 2016-03-10 | 2 | -0/+9 |
| * | | genirq: Implement ipi_send_mask/single() | Qais Yousef | 2016-02-25 | 1 | -1/+156 |
| * | | genirq: Add a new function to get IPI reverse mapping | Qais Yousef | 2016-02-25 | 1 | -0/+34 |
| * | | genirq: Add a new generic IPI reservation code to irq core | Qais Yousef | 2016-02-25 | 2 | -0/+138 |
| * | | genirq: Make irq_domain_alloc_descs() non static | Qais Yousef | 2016-02-25 | 1 | -4/+2 |
| * | | genirq: Add GENERIC_IRQ_IPI Kconfig symbol | Qais Yousef | 2016-02-25 | 1 | -0/+4 |
| * | | genirq: Use a common macro to go through the actions list | Daniel Lezcano | 2016-02-15 | 5 | -13/+10 |
| * | | genirq: Add default affinity mask command line option | Thomas Gleixner | 2016-02-08 | 1 | -2/+19 |
| |/ |
|
* | | Merge commit 'fixes.2015.02.23a' into core/rcu | Ingo Molnar | 2016-03-15 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | irq: Privatize irq_common_data::state_use_accessors | Boqun Feng | 2016-02-23 | 1 | -0/+4 |
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-31 | 2 | -5/+11 |
|\ \
| |/
|/| |
|
| * | irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED token | Marc Zyngier | 2016-01-26 | 1 | -3/+8 |
| * | genirq: Validate action before dereferencing it in handle_irq_event_percpu() | Thomas Gleixner | 2016-01-14 | 1 | -2/+3 |
* | | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-21 | 2 | -3/+6 |
|\ \
| |/
|/| |
|
| * | irqdomain: Export irq_domain_set_info() for module use | Keith Busch | 2016-01-15 | 1 | -0/+1 |
| * | genirq/MSI: Relax msi_domain_alloc() to support parentless MSI irqdomains | Liu Jiang | 2016-01-14 | 1 | -3/+5 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-01-11 | 5 | -14/+109 |
|\ \ |
|
| * \ | Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 2015-12-29 | 1 | -1/+1 |
| |\ \ |
|
| | * | | irqdomain: Introduce is_fwnode_irqchip helper | Suravee Suthikulpanit | 2015-12-21 | 1 | -1/+1 |
| | |/ |
|
| * | | genirq/msi: Export functions to allow MSI domains in modules | Jake Oshins | 2015-12-20 | 2 | -0/+5 |
| * | | Merge branch 'irq/wire-msi-bridge' of git://git.kernel.org/pub/scm/linux/kern... | Thomas Gleixner | 2015-12-19 | 2 | -6/+58 |
| |\ \ |
|
| | * | | genirq/msi: Add msi_domain_populate_irqs | Marc Zyngier | 2015-12-16 | 1 | -0/+40 |
| | * | | genirq/msi: Make the .prepare callback reusable | Marc Zyngier | 2015-12-16 | 1 | -3/+15 |
| | * | | irqdomain: Make irq_domain_alloc_irqs_recursive available | Marc Zyngier | 2015-12-16 | 1 | -3/+3 |
| | |/ |
|
| * | | genirq: Free irq_desc with rcu | Thomas Gleixner | 2015-12-14 | 1 | -3/+16 |
| * | | genirq: Implement irq_percpu_is_enabled() | Thomas Petazzoni | 2015-12-08 | 1 | -0/+25 |
| * | | genirq: Delay incrementing interrupt count if it's disabled/pending | Sudeep Holla | 2015-11-16 | 1 | -4/+4 |
| |/ |
|
* | | genirq: Prevent chip buslock deadlock | Thomas Gleixner | 2015-12-14 | 1 | -3/+3 |
|/ |
|
*-. | Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://... | Linus Torvalds | 2015-11-15 | 3 | -2/+8 |
|\ \ |
|
| * | | genirq/PM: Restore system wake up from chained interrupts | Grygorii Strashko | 2015-11-10 | 3 | -2/+8 |
| |/ |
|
* | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-11-04 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2015-11-02 | 1 | -1/+1 |
| |\ \ |
|
| | * \ | Merge back earlier 'pm-sleep' material for v4.4. | Rafael J. Wysocki | 2015-10-12 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | PM / sleep: Report interrupt that caused system wakeup | Alexandra Yates | 2015-09-16 | 1 | -1/+1 |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-11-04 | 1 | -1/+1 |
|\ \ \ \ \ |
|