1. 2a5e9a0 irqdomain: Introduce irq_domain_create_hierarchy by Marc Zyngier · 9 years ago
  2. b145dcc irqdomain: Add a fwnode_handle allocator by Marc Zyngier · 9 years ago
  3. 1bf4ddc irqdomain: Introduce irq_domain_create_{linear, tree} by Marc Zyngier · 9 years ago
  4. c0131f0 irqdomain: Introduce irq_create_fwspec_mapping by Marc Zyngier · 9 years ago
  5. 11e4438e irqdomain: Introduce a firmware-specific IRQ specifier structure by Marc Zyngier · 9 years ago
  6. 130b8c6 irqdomain: Allow irq domain lookup by fwnode by Marc Zyngier · 9 years ago
  7. f110711 irqdomain: Convert irqdomain-%3Eof_node to fwnode by Marc Zyngier · 9 years ago
  8. 5d4c9bc irqdomain: Use irq_domain_get_of_node() instead of direct field access by Marc Zyngier · 9 years ago
  9. 449e9ca genirq: Move field 'node' from irq_data into irq_common_data by Jiang Liu · 9 years ago
  10. ad3aedf genirq/irqdomain: Allow irq domain aliasing by Marc Zyngier · 9 years ago
  11. f052186 Merge branch 'irq/for-x86' into irq/core by Thomas Gleixner · 9 years ago
  12. 6783011 genirq: Introduce helper function irq_data_get_node() by Jiang Liu · 9 years ago
  13. 0d0b4c8 genirq: Introduce struct irq_common_data to host shared irq data by Jiang Liu · 9 years ago
  14. 5f22f5c irqdomain: Add non-hierarchy helper irq_domain_set_info by Stefan Agner · 9 years ago
  15. afb7da8 irqdomain: Introduce helper function irq_domain_add_hierarchy() by Jiang Liu · 10 years ago
  16. 36d7273 irqdomain: Implement a method to automatically call parent domains alloc/free by Jiang Liu · 10 years ago
  17. 1b53770 genirq: Introduce helper irq_domain_set_info() to reduce duplicated code by Jiang Liu · 10 years ago
  18. 0cc01ab irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF by Yingjoe Chen · 10 years ago
  19. f8264e3 irqdomain: Introduce new interfaces to support hierarchy irqdomains by Jiang Liu · 10 years ago
  20. 43a7759 genirq: Export irq_domain_disassociate() to architecture interrupt drivers by Jiang Liu · 10 years ago
  21. a257954 genirq: Improve documentation to match current implementation by Jiang Liu · 10 years ago
  22. 64be38a genirq: Include missing header file in irqdomain.c by Rashika Kheria · 11 years ago
  23. e6d30ab of/irq: simplify args to irq_create_of_mapping by Grant Likely · 11 years ago
  24. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  25. 2cb7b5a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  26. a4883ef Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  27. fbab62c5 irqdomain: Use irq_get_trigger_type() to get IRQ flags by Javier Martinez Canillas · 11 years ago
  28. 798f0fd irq: fix checkpatch error by Kefeng Wang · 11 years ago
  29. d3dcb43 irqdomain: make irq_linear_revmap() a fast path again by Grant Likely · 11 years ago
  30. 56a3d5a irqdomain: remove irq_domain_generate_simple() by Grant Likely · 11 years ago
  31. ddaf144 irqdomain: Refactor irq_domain_associate_many() by Grant Likely · 11 years ago
  32. c5cdc67 irqdomain: Remove temporary MIPS workaround code by Grant Likely · 11 years ago
  33. 1400ea8 irqdomain: Beef up debugfs output by Grant Likely · 11 years ago
  34. fa40f37 irqdomain: Clean up aftermath of irq_domain refactoring by Grant Likely · 11 years ago
  35. 1aa0dd9 irqdomain: Eliminate revmap type by Grant Likely · 11 years ago
  36. cef5075 irqdomain: merge linear and tree reverse mappings. by Grant Likely · 12 years ago
  37. 0bb4afb irqdomain: Add a name field by Grant Likely · 11 years ago
  38. 9bbf877 irqdomain: Replace LEGACY mapping with LINEAR by Grant Likely · 11 years ago
  39. 5e1cda5 irqdomain: Relax failure path on setting up mappings by Grant Likely · 11 years ago
  40. 5e8bd41 Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/next by Grant Likely · 11 years ago
  41. 94a63da irqdomain: document the simple domain first_irq by Linus Walleij · 11 years ago
  42. 275e31b kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid. by Chen Gang · 11 years ago
  43. 346dbb7 irqdomain: export irq_domain_add_simple by Arnd Bergmann · 11 years ago
  44. 088f40b genirq: Generic chip: Add linear irq domain support by Thomas Gleixner · 11 years ago
  45. 5fe0c1f irqdomain: Allow quiet failure mode by Benjamin Herrenschmidt · 11 years ago
  46. d202b7b irqdomain: stop screaming about preallocated irqdescs by Linus Walleij · 12 years ago
  47. 2854d16 irqdomain: augment add_simple() to allocate descs by Linus Walleij · 12 years ago
  48. f5a1ad0 irqdomain: Improve diagnostics when a domain mapping fails by Mark Brown · 12 years ago
  49. 4c0946c irqdomain: eliminate slow-path revmap lookups by Grant Likely · 12 years ago
  50. 9844a55 irqdomain: Fix irq_create_direct_mapping() to test irq_domain type. by Grant Likely · 12 years ago
  51. d6b0d1f irqdomain: Eliminate dedicated radix lookup functions by Grant Likely · 12 years ago
  52. 98aa468 irqdomain: Support for static IRQ mapping and association. by Grant Likely · 12 years ago
  53. 2a71a1a irqdomain: Always update revmap when setting up a virq by Grant Likely · 12 years ago
  54. 913af20 irqdomain: Split disassociating code into separate function by Grant Likely · 12 years ago
  55. 22076c7 irq_domain: correct a minor wrong comment for linear revmap by Dong Aisheng · 12 years ago
  56. 781d0f4 irq_domain: Standardise legacy/linear domain selection by Mark Brown · 12 years ago
  57. aed9804 irqdomain: Make ops->map hook optional by Grant Likely · 12 years ago
  58. 7325570 irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACY by Grant Likely · 12 years ago
  59. 5ca4db6 irqdomain: Simple NUMA awareness. by Paul Mundt · 12 years ago
  60. efd68e7 devicetree: add helper inline for retrieving a node's full name by Grant Likely · 12 years ago
  61. a87487e irqdomain: Document size parameter of irq_domain_add_linear() by Mark Brown · 12 years ago
  62. 54a9058 irqdomain: trivial pr_fmt conversion. by Paul Mundt · 12 years ago
  63. 5c5806e irqdomain: Make irq_domain_simple_map() static. by Paul Mundt · 12 years ago
  64. ecd84eb irqdomain: Export remaining public API symbols. by Paul Mundt · 12 years ago
  65. 58ee99a irqdomain: Support removal of IRQ domains. by Paul Mundt · 12 years ago
  66. 5269a9a irq_domain: fix type mismatch in debugfs output format by Grant Likely · 12 years ago
  67. 6fa6c8e2 irq_domain: Move irq_virq_count into NOMAP revmap by Grant Likely · 13 years ago
  68. 15e06bf irqdomain: Fix debugfs formatting by Grant Likely · 12 years ago
  69. 5b7526e irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from(). by David Daney · 12 years ago
  70. 092b2fb irqdomain: Remove powerpc dependency from debugfs file by Grant Likely · 13 years ago
  71. abd2363 irq_domain/mips: Allow irq_domain on MIPS by Grant Likely · 13 years ago
  72. a18dc81 irq_domain: constify irq_domain_ops by Grant Likely · 13 years ago
  73. 16b2e6e irq_domain: Create common xlate functions that device drivers can use by Grant Likely · 13 years ago
  74. 6b783f7 irq_domain: Remove irq_domain_add_simple() by Grant Likely · 13 years ago
  75. 7529495 irq_domain: Remove 'new' irq_domain in favour of the ppc one by Grant Likely · 13 years ago
  76. 1bc04f2 irq_domain: Add support for base irq and hwirq in legacy mappings by Grant Likely · 13 years ago
  77. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 13 years ago
  78. 6870065 irq_domain: Remove references to old irq_host names by Grant Likely · 13 years ago
  79. 0384837 irq_domain: remove NO_IRQ from irq domain code by Grant Likely · 13 years ago
  80. cc79ca6 irq_domain: Move irq_domain code from powerpc to kernel/irq by Grant Likely · 13 years ago
  81. 7bb69ba irq_domain: Make irq_domain structure match powerpc's irq_host by Grant Likely · 13 years ago
  82. e1964c5 irq_domain: Be less verbose by Grant Likely · 13 years ago
  83. 02550d6 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  84. 93797d8 irq: check domain hwirq range for DT translate by Rob Herring · 13 years ago
  85. c87fb57 ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OF by Jamie Iles · 13 years ago
  86. 6d27430 irq: support domains with non-zero hwirq base by Rob Herring · 13 years ago
  87. eef24af irq: Fix check for already initialized irq_domain in irq_domain_add by Rob Herring · 13 years ago
  88. 7e71330 dt/irq: add irq_domain_generate_simple() helper by Grant Likely · 13 years ago
  89. 08a543a irq: add irq_domain translation infrastructure by Grant Likely · 13 years ago