1. 8658be1 Merge branch 'irq/for-block' into irq/core by Thomas Gleixner · 8 years ago
  2. 06ee6d5 genirq: Add affinity hint to irq allocation by Thomas Gleixner · 8 years ago
  3. 1e2a7d7 irqdomain: Don't set type when mapping an IRQ by Jon Hunter · 8 years ago
  4. 651e8b5 irqdomain: Allow domain matching on irq_fwspec by Marc Zyngier · 8 years ago
  5. 7cec18a genirq: Add error code reporting to irq_{reserve,destroy}_ipi by Matt Redfearn · 8 years ago
  6. 01292ce genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroy by Matt Redfearn · 8 years ago
  7. 9dffdb3 Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  8. d17bf24 genirq: Add a new generic IPI reservation code to irq core by Qais Yousef · 9 years ago
  9. ac0a0cd genirq: Make irq_domain_alloc_descs() non static by Qais Yousef · 9 years ago
  10. 29d5c8d genirq: Add DOMAIN_BUS_IPI by Qais Yousef · 9 years ago
  11. 0abefba genirq: Add new IPI irqdomain flags by Qais Yousef · 9 years ago
  12. 9b1b282 irqdomain: Added domain bus token DOMAIN_BUS_FSL_MC_MSI by J. German Rivera · 9 years ago
  13. 530cbe1 irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED token by Marc Zyngier · 9 years ago
  14. 92b86f9 Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 9 years ago
  15. 75aba7b irqdomain: Introduce is_fwnode_irqchip helper by Suravee Suthikulpanit · 9 years ago
  16. 471036b acpi: pci: Setup MSI domain for ACPI based pci devices by Suravee Suthikulpanit · 9 years ago
  17. c466595 irqdomain: Make irq_domain_alloc_irqs_recursive available by Marc Zyngier · 9 years ago
  18. e7a46c8 irqdomain: Documentation updates by Marc Zyngier · 9 years ago
  19. 2a5e9a0 irqdomain: Introduce irq_domain_create_hierarchy by Marc Zyngier · 9 years ago
  20. b145dcc irqdomain: Add a fwnode_handle allocator by Marc Zyngier · 9 years ago
  21. 1bf4ddc irqdomain: Introduce irq_domain_create_{linear, tree} by Marc Zyngier · 9 years ago
  22. c0131f0 irqdomain: Introduce irq_create_fwspec_mapping by Marc Zyngier · 9 years ago
  23. 11e4438e irqdomain: Introduce a firmware-specific IRQ specifier structure by Marc Zyngier · 9 years ago
  24. 130b8c6 irqdomain: Allow irq domain lookup by fwnode by Marc Zyngier · 9 years ago
  25. f110711 irqdomain: Convert irqdomain-%3Eof_node to fwnode by Marc Zyngier · 9 years ago
  26. 10abc7d irqdomain: Add an accessor for the of_node field by Marc Zyngier · 9 years ago
  27. a571607 genirq: Add DOMAIN_BUS_NEXUS irqdomain property by Marc Zyngier · 9 years ago
  28. c706c23 of/platform: Assign MSI domain to platform device by Marc Zyngier · 9 years ago
  29. 0380839 PCI/MSI: Register irq domain with specific token by Marc Zyngier · 9 years ago
  30. ad3aedf genirq/irqdomain: Allow irq domain aliasing by Marc Zyngier · 9 years ago
  31. 5f22f5c irqdomain: Add non-hierarchy helper irq_domain_set_info by Stefan Agner · 9 years ago
  32. afb7da8 irqdomain: Introduce helper function irq_domain_add_hierarchy() by Jiang Liu · 10 years ago
  33. 36d7273 irqdomain: Implement a method to automatically call parent domains alloc/free by Jiang Liu · 10 years ago
  34. 1b53770 genirq: Introduce helper irq_domain_set_info() to reduce duplicated code by Jiang Liu · 10 years ago
  35. f8264e3 irqdomain: Introduce new interfaces to support hierarchy irqdomains by Jiang Liu · 10 years ago
  36. 43a7759 genirq: Export irq_domain_disassociate() to architecture interrupt drivers by Jiang Liu · 10 years ago
  37. d3dcb43 irqdomain: make irq_linear_revmap() a fast path again by Grant Likely · 11 years ago
  38. 56a3d5a irqdomain: remove irq_domain_generate_simple() by Grant Likely · 11 years ago
  39. ddaf144 irqdomain: Refactor irq_domain_associate_many() by Grant Likely · 11 years ago
  40. fa40f37 irqdomain: Clean up aftermath of irq_domain refactoring by Grant Likely · 11 years ago
  41. 1aa0dd9 irqdomain: Eliminate revmap type by Grant Likely · 11 years ago
  42. cef5075 irqdomain: merge linear and tree reverse mappings. by Grant Likely · 12 years ago
  43. 0bb4afb irqdomain: Add a name field by Grant Likely · 11 years ago
  44. 9bbf877 irqdomain: Replace LEGACY mapping with LINEAR by Grant Likely · 11 years ago
  45. 088f40b genirq: Generic chip: Add linear irq domain support by Thomas Gleixner · 11 years ago
  46. d6b0d1f irqdomain: Eliminate dedicated radix lookup functions by Grant Likely · 12 years ago
  47. 98aa468 irqdomain: Support for static IRQ mapping and association. by Grant Likely · 12 years ago
  48. 781d0f4 irq_domain: Standardise legacy/linear domain selection by Mark Brown · 12 years ago
  49. cb5557b irqdomain: Kill off duplicate definitions. by Paul Mundt · 12 years ago
  50. 58ee99a irqdomain: Support removal of IRQ domains. by Paul Mundt · 12 years ago
  51. 6fa6c8e2 irq_domain: Move irq_virq_count into NOMAP revmap by Grant Likely · 13 years ago
  52. a699e4e irq: Kill pointless irqd_to_hw export by Grant Likely · 13 years ago
  53. d593f25 irq_domain: Centralize definition of irq_dispose_mapping() by Grant Likely · 13 years ago
  54. a18dc81 irq_domain: constify irq_domain_ops by Grant Likely · 13 years ago
  55. 16b2e6e irq_domain: Create common xlate functions that device drivers can use by Grant Likely · 13 years ago
  56. 6b783f7 irq_domain: Remove irq_domain_add_simple() by Grant Likely · 13 years ago
  57. 7529495 irq_domain: Remove 'new' irq_domain in favour of the ppc one by Grant Likely · 13 years ago
  58. 1bc04f2 irq_domain: Add support for base irq and hwirq in legacy mappings by Grant Likely · 13 years ago
  59. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 13 years ago
  60. cc79ca6 irq_domain: Move irq_domain code from powerpc to kernel/irq by Grant Likely · 13 years ago
  61. 7bb69ba irq_domain: Make irq_domain structure match powerpc's irq_host by Grant Likely · 13 years ago
  62. c87fb57 ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OF by Jamie Iles · 13 years ago
  63. 6d27430 irq: support domains with non-zero hwirq base by Rob Herring · 13 years ago
  64. 5bd078d irq: Add declaration of irq_domain_simple_ops to irqdomain.h by Rob Herring · 13 years ago
  65. 7e71330 dt/irq: add irq_domain_generate_simple() helper by Grant Likely · 13 years ago
  66. 08a543a irq: add irq_domain translation infrastructure by Grant Likely · 13 years ago