| Commit message (Expand) | Author | Age | Files | Lines |
* | irqdomain/debugfs: Use PAs to generate fwnode names | Marc Zyngier | 2019-08-07 | 1 | -3/+3 |
* | soc: ti: Add MSI domain bus support for Interrupt Aggregator | Lokesh Vutla | 2019-05-01 | 1 | -0/+1 |
* | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2019-03-08 | 1 | -0/+5 |
|\ |
|
| * | genirq: introduce irq_domain_translate_twocell | Brian Masney | 2019-02-13 | 1 | -0/+5 |
* | | irqdomain: Allow the default irq domain to be retrieved | Marc Zyngier | 2019-02-21 | 1 | -0/+1 |
|/ |
|
* | genirq/core: Introduce struct irq_affinity_desc | Dou Liyang | 2018-12-19 | 1 | -2/+4 |
* | irqchip/irq-mvebu-sei: Add new driver for Marvell SEI | Miquel Raynal | 2018-10-02 | 1 | -0/+1 |
* | irqdomain: Let irq_find_host default to DOMAIN_BUS_WIRED | Marc Zyngier | 2018-05-13 | 1 | -1/+7 |
* | genirq/irqdomain: Rename early argument of irq_domain_activate_irq() | Thomas Gleixner | 2017-12-29 | 1 | -1/+1 |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-11-13 | 1 | -9/+11 |
|\ |
|
| * | irqdomain: Update the comments of fwnode field of irq_domain structure | Dou Liyang | 2017-11-02 | 1 | -2/+2 |
| * | irqdomain: Move revmap_trees_mutex to struct irq_domain | Masahiro Yamada | 2017-10-19 | 1 | -0/+2 |
| * | genirq/irqdomain: Propagate early activation | Thomas Gleixner | 2017-09-25 | 1 | -1/+1 |
| * | genirq/irqdomain: Allow irq_domain_activate_irq() to fail | Thomas Gleixner | 2017-09-25 | 1 | -1/+1 |
| * | genirq/irqdomain: Update irq_domain_ops.activate() signature | Thomas Gleixner | 2017-09-25 | 1 | -1/+1 |
| * | genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHY | Thomas Gleixner | 2017-09-25 | 1 | -4/+0 |
| * | irqdomain/debugfs: Provide domain specific debug callback | Thomas Gleixner | 2017-09-25 | 1 | -1/+5 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-09-05 | 1 | -1/+3 |
|\ |
|
| * | device property: Get rid of struct fwnode_handle type field | Sakari Ailus | 2017-07-22 | 1 | -1/+3 |
* | | irqdomain: Add irq_domain_{push,pop}_irq() functions | David Daney | 2017-08-18 | 1 | -0/+3 |
|/ |
|
* | genirq/irqdomain: Remove auto-recursive hierarchy support | Marc Zyngier | 2017-06-22 | 1 | -6/+3 |
* | genirq/irqdomain: Add irq_domain_update_bus_token helper | Marc Zyngier | 2017-06-22 | 1 | -0/+3 |
* | genirq/debugfs: Add proper debugfs interface | Thomas Gleixner | 2017-06-22 | 1 | -0/+4 |
* | genirq/irqdomain: Add map counter | Thomas Gleixner | 2017-06-22 | 1 | -0/+2 |
* | genirq: Allow fwnode to carry name information only | Thomas Gleixner | 2017-06-22 | 1 | -1/+30 |
* | irqdomain: Add empty irq_domain_check_msi_remap | Mian Yousaf Kaukab | 2017-03-06 | 1 | -0/+4 |
* | irqdomain: irq_domain_check_msi_remap | Eric Auger | 2017-01-23 | 1 | -0/+1 |
* | irqdomain: Add irq domain MSI and MSI_REMAP flags | Eric Auger | 2017-01-23 | 1 | -0/+35 |
* | Merge branch 'irq/for-block' into irq/core | Thomas Gleixner | 2016-07-04 | 1 | -3/+6 |
|\ |
|
| * | genirq: Add affinity hint to irq allocation | Thomas Gleixner | 2016-07-04 | 1 | -3/+6 |
* | | irqdomain: Don't set type when mapping an IRQ | Jon Hunter | 2016-06-13 | 1 | -0/+3 |
|/ |
|
* | irqdomain: Allow domain matching on irq_fwspec | Marc Zyngier | 2016-05-02 | 1 | -1/+14 |
* | genirq: Add error code reporting to irq_{reserve,destroy}_ipi | Matt Redfearn | 2016-05-02 | 1 | -3/+2 |
* | genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroy | Matt Redfearn | 2016-05-02 | 1 | -1/+1 |
* | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-03-17 | 1 | -0/+1 |
|\ |
|
| * | irqdomain: Added domain bus token DOMAIN_BUS_FSL_MC_MSI | J. German Rivera | 2016-02-07 | 1 | -0/+1 |
* | | genirq: Add a new generic IPI reservation code to irq core | Qais Yousef | 2016-02-25 | 1 | -0/+5 |
* | | genirq: Make irq_domain_alloc_descs() non static | Qais Yousef | 2016-02-25 | 1 | -0/+2 |
* | | genirq: Add DOMAIN_BUS_IPI | Qais Yousef | 2016-02-25 | 1 | -0/+1 |
* | | genirq: Add new IPI irqdomain flags | Qais Yousef | 2016-02-25 | 1 | -0/+37 |
|/ |
|
* | irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED token | Marc Zyngier | 2016-01-26 | 1 | -0/+1 |
* | Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 2015-12-29 | 1 | -0/+10 |
|\ |
|
| * | irqdomain: Introduce is_fwnode_irqchip helper | Suravee Suthikulpanit | 2015-12-21 | 1 | -0/+5 |
| * | acpi: pci: Setup MSI domain for ACPI based pci devices | Suravee Suthikulpanit | 2015-12-21 | 1 | -0/+5 |
* | | irqdomain: Make irq_domain_alloc_irqs_recursive available | Marc Zyngier | 2015-12-16 | 1 | -0/+3 |
|/ |
|
* | irqdomain: Documentation updates | Marc Zyngier | 2015-10-13 | 1 | -13/+10 |
* | irqdomain: Introduce irq_domain_create_hierarchy | Marc Zyngier | 2015-10-13 | 1 | -2/+15 |
* | irqdomain: Add a fwnode_handle allocator | Marc Zyngier | 2015-10-13 | 1 | -0/+2 |
* | irqdomain: Introduce irq_domain_create_{linear, tree} | Marc Zyngier | 2015-10-13 | 1 | -6/+25 |