1. 0c5c62d Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 2 months ago
  2. d8fcbe5 PCI: apple: Add INTx and per-port interrupt support by Marc Zyngier · 3 years, 3 months ago
  3. 0ab8d0f irqdomain: Make of_phandle_args_to_fwspec() generally available by Marc Zyngier · 3 years, 3 months ago
  4. f9bfed3 Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 3 months ago
  5. 20c36ce irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent by Bixuan Cui · 3 years, 3 months ago
  6. 7cca308 Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 4 months ago
  7. 131d326 irqdomain: Export irq_domain_disconnect_hierarchy() by Maulik Shah · 3 years, 4 months ago
  8. 51be9e5 KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts by Cédric Le Goater · 3 years, 6 months ago
  9. d22558d irqdomain: Introduce irq_resolve_mapping() by Marc Zyngier · 3 years, 8 months ago
  10. d4a45c6 irqdomain: Protect the linear revmap with RCU by Marc Zyngier · 3 years, 9 months ago
  11. 48b15a7 irqdomain: Cache irq_data instead of a virq number in the revmap by Marc Zyngier · 3 years, 9 months ago
  12. 426fa31 irqdomain: Use struct_size() helper when allocating irqdomain by Marc Zyngier · 3 years, 9 months ago
  13. 4f86a06 irqdomain: Make normal and nomap irqdomains exclusive by Marc Zyngier · 6 years ago
  14. e37af80 powerpc: Move the use of irq_domain_add_nomap() behind a config option by Marc Zyngier · 3 years, 9 months ago
  15. 1da0273 irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping() by Marc Zyngier · 3 years, 9 months ago
  16. 5d6a1b8 Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 8 months ago
  17. 765822e Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 3 years, 8 months ago
  18. 817aad5 irqdomain: Drop references to recusive irqdomain setup by Marc Zyngier · 3 years, 9 months ago
  19. 1a0b05e irqdomain: Get rid of irq_create_strict_mappings() by Marc Zyngier · 3 years, 9 months ago
  20. 4a35d6a irqdomain: Get rid of irq_create_identity_mapping() by Marc Zyngier · 3 years, 9 months ago
  21. 67196fe irqdomain: Introduce irq_domain_create_simple() API by Andy Shevchenko · 3 years, 10 months ago
  22. a359f75 irq: Fix typos in comments by Ingo Molnar · 3 years, 9 months ago
  23. 69dd450 irqdomain: Remove debugfs_file from struct irq_domain by Greg Kroah-Hartman · 3 years, 11 months ago
  24. ed1054a irqdomain: Mark fwnodes when their irqdomain is added/removed by Saravana Kannan · 3 years, 11 months ago
  25. 2cffa11 Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  26. 7240153 Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years ago
  27. 148842c Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  28. 01bb86b driver core: Add fwnode_init() by Saravana Kannan · 4 years, 1 month ago
  29. 4615fbc3 genirq/irqdomain: Don't try to free an interrupt that has no mapping by Marc Zyngier · 4 years, 1 month ago
  30. bb4c691 genirq/irqdomain: Add an irq_create_mapping_affinity() function by Laurent Vivier · 4 years, 1 month ago
  31. e906a54 genirq/irqdomain: Make irq_domain_disassociate() static by Thomas Gleixner · 4 years, 1 month ago
  32. b6e9578 irqdomain: Introduce irq_domain_create_legacy() API by Andy Shevchenko · 4 years, 2 months ago
  33. c3a877f irqdomain: Replace open coded of_node_to_fwnode() by Andy Shevchenko · 4 years, 2 months ago
  34. 2cbd5a4 genirq/irqdomain: Implement get_name() method on irqchip fwnodes by David Woodhouse · 4 years, 2 months ago
  35. 5556797 genirq/irqdomain: Allow partial trimming of irq_data hierarchy by Marc Zyngier · 4 years, 3 months ago
  36. 8a66792 irqdomain: Export irq_domain_update_bus_token by John Stultz · 4 years, 6 months ago
  37. 45e9504 genirq/irqdomain: Remove redundant NULL pointer check on fwnode by Zenghui Yu · 4 years, 6 months ago
  38. 9ed78b0 irqdomain: Allow software nodes for IRQ domain creation by Andy Shevchenko · 4 years, 7 months ago
  39. 8752660 irqdomain: Get rid of special treatment for ACPI in __irq_domain_add() by Andy Shevchenko · 4 years, 7 months ago
  40. 181e9d4 irqdomain: Make __irq_domain_add() less OF-dependent by Andy Shevchenko · 4 years, 7 months ago
  41. 5c8f77a irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical users by Bartosz Golaszewski · 4 years, 8 months ago
  42. 87f2d1c genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy() by Alexander Sverdlin · 4 years, 10 months ago
  43. b513df6 irqdomain: Fix function documentation of __irq_domain_alloc_fwnode() by luanshi · 4 years, 10 months ago
  44. 0f394da irqdomain: Fix a memory leak in irq_domain_push_irq() by Kevin Hao · 5 years ago
  45. b01ecce genirq: Introduce irq_domain_translate_onecell by Yash Shah · 5 years ago
  46. 0ed9ca25 irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation by Yi Wang · 5 years ago
  47. 711419e irqdomain: Add the missing assignment of domain->fwnode for named fwnode by Dexuan Cui · 5 years ago
  48. b977fcf irqdomain/debugfs: Use PAs to generate fwnode names by Marc Zyngier · 5 years ago
  49. 3a1d24c irq/irqdomain: Fix comment typo by Zenghui Yu · 5 years ago
  50. 43b98d8 genirq/irqdomain: Remove WARN_ON() on out-of-memory condition by Geert Uytterhoeven · 6 years ago
  51. 08970ec irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs() by Julien Grall · 6 years ago
  52. 3601fe4 Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  53. a324ca9 Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 6 years ago
  54. 9f199dd irqdomain: Allow the default irq domain to be retrieved by Marc Zyngier · 6 years ago
  55. b5c231d genirq: introduce irq_domain_translate_twocell by Brian Masney · 6 years ago
  56. 434537b genirq/debugfs: No need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  57. bec0403 genirq/core: Introduce struct irq_affinity_desc by Dou Liyang · 6 years ago
  58. b8d62f3 genirq: Fix grammar s/an /a / by Geert Uytterhoeven · 6 years ago
  59. 94967b5 genirq/debugfs: Reinstate full OF path for domain name by Marc Zyngier · 6 years ago
  60. 513145e genirq/debugfs: Reset domain debugfs_file on removal of the debugfs file by Marc Zyngier · 6 years ago
  61. 52a65ff genirq: Add missing SPDX identifiers by Thomas Gleixner · 7 years ago
  62. 0b24a0b irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  63. c5baa1b irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUG by Marc Zyngier · 7 years ago
  64. 702cb0a genirq/irqdomain: Rename early argument of irq_domain_activate_irq() by Thomas Gleixner · 7 years ago
  65. 306eb5a irqdomain: Drop pointless NULL check in virq_debug_show_one by Rasmus Villemoes · 7 years ago
  66. d03cc2d irqdomain: Add __rcu annotations to radix tree slot by Masahiro Yamada · 7 years ago
  67. f1d7835 irqdomain: Move revmap_trees_mutex to struct irq_domain by Masahiro Yamada · 7 years ago
  68. 42e1cc2 genirq/irqdomain: Propagate early activation by Thomas Gleixner · 7 years ago
  69. bb9b428 genirq/irqdomain: Allow irq_domain_activate_irq() to fail by Thomas Gleixner · 7 years ago
  70. 7249164 genirq/irqdomain: Update irq_domain_ops.activate() signature by Thomas Gleixner · 7 years ago
  71. c3e7239 irqdomain/debugfs: Provide domain specific debug callback by Thomas Gleixner · 7 years ago
  72. e7d0c41 Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  73. 20c4d49 irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq() by Dan Carpenter · 7 years ago
  74. 495c38d irqdomain: Add irq_domain_{push,pop}_irq() functions by David Daney · 7 years ago
  75. 0d12ec0 irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy() by David Daney · 7 years ago
  76. b526adf irqdomain: Factor out code to add and remove items to and from the revmap by David Daney · 7 years ago
  77. b6eb66f device property: export irqchip_fwnode_ops by Arnd Bergmann · 7 years ago
  78. db3e50f device property: Get rid of struct fwnode_handle type field by Sakari Ailus · 7 years ago
  79. c5c601c irqdomain: Allow ACPI device nodes to be used as irqdomain identifiers by Marc Zyngier · 7 years ago
  80. f610c9d genirq/debugfs: Remove redundant NULL pointer check by Thomas Gleixner · 7 years ago
  81. 6a6544e genirq/irqdomain: Remove auto-recursive hierarchy support by Marc Zyngier · 8 years ago
  82. 61d0a00 genirq/irqdomain: Add irq_domain_update_bus_token helper by Marc Zyngier · 8 years ago
  83. 087cdfb genirq/debugfs: Add proper debugfs interface by Thomas Gleixner · 8 years ago
  84. 9dc6be3 genirq/irqdomain: Add map counter by Thomas Gleixner · 8 years ago
  85. d59f661 genirq: Allow fwnode to carry name information only by Thomas Gleixner · 8 years ago
  86. 2370c00 irqdomain: Let irq_domain_mapping display ACPI fwnode attributes by Marc Zyngier · 8 years ago
  87. fe17a42 irqdomain: Let irq_domain_mapping display hierarchical domains by Marc Zyngier · 8 years ago
  88. 8d2932d Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into next by Joerg Roedel · 8 years ago
  89. 08d85f3 irqdomain: Avoid activating interrupts more than once by Marc Zyngier · 8 years ago
  90. c7b41f0 irqdomain: irq_domain_check_msi_remap by Eric Auger · 8 years ago
  91. 631a963 irqdomain: Add irq domain MSI and MSI_REMAP flags by Eric Auger · 8 years ago
  92. 545d5d6 genirq: Update stale comment for __irq_domain_add by Punit Agrawal · 9 years ago
  93. 0c22891 irqdomain: Mask irq type in irq_domain_xlate_onetwocell() by Sebastian Frias · 8 years ago
  94. a1b7b1a irqdomain: Fix irq_domain_alloc_irqs_recursive() error handling by Alexander Popov · 8 years ago
  95. 8658be1 Merge branch 'irq/for-block' into irq/core by Thomas Gleixner · 8 years ago
  96. 06ee6d5 genirq: Add affinity hint to irq allocation by Thomas Gleixner · 8 years ago
  97. d16dcd3d irqdomain: Fix disposal of mappings for interrupt hierarchies by Jon Hunter · 9 years ago
  98. 1e2a7d7 irqdomain: Don't set type when mapping an IRQ by Jon Hunter · 9 years ago
  99. b62b2cf irqdomain: Fix handling of type settings for existing mappings by Jon Hunter · 9 years ago
  100. e9256ef radix-tree: introduce radix_tree_empty by Matthew Wilcox · 9 years ago