| Commit message (Expand) | Author | Age | Files | Lines |
* | genirq: Update stale comment for __irq_domain_add | Punit Agrawal | 2016-09-05 | 1 | -4/+2 |
* | irqdomain: Mask irq type in irq_domain_xlate_onetwocell() | Sebastian Frias | 2016-09-02 | 1 | -1/+4 |
* | irqdomain: Fix irq_domain_alloc_irqs_recursive() error handling | Alexander Popov | 2016-07-11 | 1 | -2/+4 |
* | Merge branch 'irq/for-block' into irq/core | Thomas Gleixner | 2016-07-04 | 1 | -8/+14 |
|\ |
|
| * | genirq: Add affinity hint to irq allocation | Thomas Gleixner | 2016-07-04 | 1 | -8/+14 |
* | | irqdomain: Fix disposal of mappings for interrupt hierarchies | Jon Hunter | 2016-06-23 | 1 | -2/+6 |
* | | irqdomain: Don't set type when mapping an IRQ | Jon Hunter | 2016-06-13 | 1 | -5/+18 |
* | | irqdomain: Fix handling of type settings for existing mappings | Jon Hunter | 2016-06-13 | 1 | -5/+32 |
|/ |
|
* | 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 |
* | | irqdomain: Allow domain matching on irq_fwspec | Marc Zyngier | 2016-05-02 | 1 | -9/+10 |
|/ |
|
* | genirq: Export IRQ functions for module use | Quan Nguyen | 2016-03-10 | 1 | -0/+5 |
* | genirq: Make irq_domain_alloc_descs() non static | Qais Yousef | 2016-02-25 | 1 | -4/+2 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-31 | 1 | -3/+8 |
|\ |
|
| * | irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED token | Marc Zyngier | 2016-01-26 | 1 | -3/+8 |
* | | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-21 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | irqdomain: Export irq_domain_set_info() for module use | Keith Busch | 2016-01-15 | 1 | -0/+1 |
* | | 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 | 1 | -0/+4 |
* | | irqdomain: Make irq_domain_alloc_irqs_recursive available | Marc Zyngier | 2015-12-16 | 1 | -3/+3 |
|/ |
|
* | irqdomain: Introduce irq_domain_create_hierarchy | Marc Zyngier | 2015-10-13 | 1 | -6/+6 |
* | irqdomain: Add a fwnode_handle allocator | Marc Zyngier | 2015-10-13 | 1 | -0/+51 |
* | irqdomain: Introduce irq_domain_create_{linear, tree} | Marc Zyngier | 2015-10-13 | 1 | -5/+6 |
* | irqdomain: Introduce irq_create_fwspec_mapping | Marc Zyngier | 2015-10-13 | 1 | -15/+15 |
* | irqdomain: Introduce a firmware-specific IRQ specifier structure | Marc Zyngier | 2015-10-13 | 1 | -11/+48 |
* | irqdomain: Allow irq domain lookup by fwnode | Marc Zyngier | 2015-10-13 | 1 | -9/+7 |
* | irqdomain: Convert irqdomain-%3Eof_node to fwnode | Marc Zyngier | 2015-10-13 | 1 | -1/+5 |
* | irqdomain: Use irq_domain_get_of_node() instead of direct field access | Marc Zyngier | 2015-10-13 | 1 | -9/+21 |
* | genirq: Move field 'node' from irq_data into irq_common_data | Jiang Liu | 2015-09-16 | 1 | -1/+0 |
* | genirq/irqdomain: Allow irq domain aliasing | Marc Zyngier | 2015-07-30 | 1 | -5/+13 |
* | Merge branch 'irq/for-x86' into irq/core | Thomas Gleixner | 2015-06-20 | 1 | -1/+3 |
|\ |
|
| * | genirq: Introduce helper function irq_data_get_node() | Jiang Liu | 2015-06-12 | 1 | -1/+2 |
| * | genirq: Introduce struct irq_common_data to host shared irq data | Jiang Liu | 2015-06-12 | 1 | -0/+1 |
* | | irqdomain: Add non-hierarchy helper irq_domain_set_info | Stefan Agner | 2015-05-18 | 1 | -0/+21 |
|/ |
|
* | irqdomain: Introduce helper function irq_domain_add_hierarchy() | Jiang Liu | 2014-11-23 | 1 | -0/+36 |
* | irqdomain: Implement a method to automatically call parent domains alloc/free | Jiang Liu | 2014-11-23 | 1 | -2/+80 |
* | genirq: Introduce helper irq_domain_set_info() to reduce duplicated code | Jiang Liu | 2014-11-23 | 1 | -0/+21 |
* | irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF | Yingjoe Chen | 2014-11-23 | 1 | -9/+18 |
* | irqdomain: Introduce new interfaces to support hierarchy irqdomains | Jiang Liu | 2014-11-23 | 1 | -16/+399 |
* | genirq: Export irq_domain_disassociate() to architecture interrupt drivers | Jiang Liu | 2014-06-21 | 1 | -1/+1 |
* | genirq: Improve documentation to match current implementation | Jiang Liu | 2014-05-27 | 1 | -3/+3 |
* | genirq: Include missing header file in irqdomain.c | Rashika Kheria | 2014-02-27 | 1 | -0/+1 |
* | of/irq: simplify args to irq_create_of_mapping | Grant Likely | 2013-10-24 | 1 | -7/+6 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-07-13 | 1 | -12/+0 |
|\ |
|
| * | irqdomain: Remove temporary MIPS workaround code | Grant Likely | 2013-06-18 | 1 | -12/+0 |
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-07-06 | 1 | -397/+182 |
|\ \ |
|
| * | | irq: fix checkpatch error | Kefeng Wang | 2013-06-24 | 1 | -5/+3 |
| * | | irqdomain: make irq_linear_revmap() a fast path again | Grant Likely | 2013-06-24 | 1 | -26/+8 |