1. f3b0946 genirq/msi: Make sure PCI MSIs are activated early by Marc Zyngier · 8 years ago
  2. eb0dc47 genirq: Fix missing irq allocation affinity hint by Vincent Stehle · 8 years ago
  3. a1b7b1a irqdomain: Fix irq_domain_alloc_irqs_recursive() error handling by Alexander Popov · 8 years ago
  4. 4364e1a genirq/msi: Fix broken debug output by Thomas Gleixner · 8 years ago
  5. 8658be1 Merge branch 'irq/for-block' into irq/core by Thomas Gleixner · 8 years ago
  6. 5e385a6 genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectors by Christoph Hellwig · 8 years ago
  7. 0972fa5 genirq/msi: Make use of affinity aware allocations by Thomas Gleixner · 8 years ago
  8. 45ddcec genirq: Use affinity hint in irqdesc allocation by Thomas Gleixner · 8 years ago
  9. 06ee6d5 genirq: Add affinity hint to irq allocation by Thomas Gleixner · 8 years ago
  10. 9c25558 genirq: Introduce IRQD_AFFINITY_MANAGED flag by Thomas Gleixner · 8 years ago
  11. b614091 genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP by Thomas Gleixner · 8 years ago
  12. d16dcd3d irqdomain: Fix disposal of mappings for interrupt hierarchies by Jon Hunter · 8 years ago
  13. edd14cf genirq: Add untracked irq handler by Keith Busch · 8 years ago
  14. a5c8a01 Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 8 years ago
  15. be45beb genirq: Add runtime power management support for IRQ chips by Jon Hunter · 8 years ago
  16. 1e2a7d7 irqdomain: Don't set type when mapping an IRQ by Jon Hunter · 8 years ago
  17. f35ad08 genirq: Look-up percpu trigger type if not specified by caller by Marc Zyngier · 8 years ago
  18. 4b357da genirq: Look-up trigger type if not specified by caller by Jon Hunter · 8 years ago
  19. b62b2cf irqdomain: Fix handling of type settings for existing mappings by Jon Hunter · 8 years ago
  20. ff5b706 genirq: Remove unnecessary memset() calls by Weongyo Jeong · 8 years ago
  21. fe3464c genirq: Remove redundant NULL check of irq_desc by Jianyu Zhan · 8 years ago
  22. 2eec370 Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 8 years ago
  23. 59fa586 genirq: Fix missing return value in irq_destroy_ipi() by Matt Redfearn · 8 years ago
  24. e9256ef radix-tree: introduce radix_tree_empty by Matthew Wilcox · 8 years ago
  25. 1eccc6e Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  26. 9b5d585 genirq: Ensure IRQ descriptor is valid when setting-up the IRQ by Jon Hunter · 8 years ago
  27. 222df54 genirq: Allow the affinity of a percpu interrupt to be set/retrieved by Marc Zyngier · 8 years ago
  28. 651e8b5 irqdomain: Allow domain matching on irq_fwspec by Marc Zyngier · 8 years ago
  29. 7cec18a genirq: Add error code reporting to irq_{reserve,destroy}_ipi by Matt Redfearn · 8 years ago
  30. 01292ce genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroy by Matt Redfearn · 8 years ago
  31. 4589f45 genirq: Dont allow affinity mask to be updated on IPIs by Matt Redfearn · 8 years ago
  32. 63cc787 irqdomain: Export irq_domain_free_irqs_common by Axel Lin · 8 years ago
  33. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 8 years ago
  34. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  35. df2e37c Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  36. 8bc6782 Merge commit 'fixes.2015.02.23a' into core/rcu by Ingo Molnar · 8 years ago
  37. 52b2a05 genirq: Export IRQ functions for module use by Quan Nguyen · 8 years ago
  38. e237a55 x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected" by Chen Fan · 8 years ago
  39. 3b8e29a genirq: Implement ipi_send_mask/single() by Qais Yousef · 9 years ago
  40. f9bce79 genirq: Add a new function to get IPI reverse mapping by Qais Yousef · 9 years ago
  41. d17bf24 genirq: Add a new generic IPI reservation code to irq core by Qais Yousef · 9 years ago
  42. ac0a0cd genirq: Make irq_domain_alloc_descs() non static by Qais Yousef · 9 years ago
  43. 379b656 genirq: Add GENERIC_IRQ_IPI Kconfig symbol by Qais Yousef · 9 years ago
  44. b354286 irq: Privatize irq_common_data::state_use_accessors by Boqun Feng · 8 years ago
  45. f944b5a genirq: Use a common macro to go through the actions list by Daniel Lezcano · 8 years ago
  46. fbf1980 genirq: Add default affinity mask command line option by Thomas Gleixner · 8 years ago
  47. 30e4c9a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  48. 530cbe1 irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED token by Marc Zyngier · 8 years ago
  49. d434215 Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  50. 64bce3e irqdomain: Export irq_domain_set_info() for module use by Keith Busch · 8 years ago
  51. bf6f869 genirq/MSI: Relax msi_domain_alloc() to support parentless MSI irqdomains by Liu Jiang · 8 years ago
  52. 570540d5 genirq: Validate action before dereferencing it in handle_irq_event_percpu() by Thomas Gleixner · 8 years ago
  53. 3d116a6 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  54. 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 · 8 years ago
  55. 75aba7b irqdomain: Introduce is_fwnode_irqchip helper by Suravee Suthikulpanit · 9 years ago
  56. a4289dc genirq/msi: Export functions to allow MSI domains in modules by Jake Oshins · 9 years ago
  57. ef0bf62 Merge branch 'irq/wire-msi-bridge' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 9 years ago
  58. 2145ac9 genirq/msi: Add msi_domain_populate_irqs by Marc Zyngier · 9 years ago
  59. b2eba39 genirq/msi: Make the .prepare callback reusable by Marc Zyngier · 9 years ago
  60. c466595 irqdomain: Make irq_domain_alloc_irqs_recursive available by Marc Zyngier · 9 years ago
  61. 425a507 genirq: Free irq_desc with rcu by Thomas Gleixner · 9 years ago
  62. abc7e40 genirq: Prevent chip buslock deadlock by Thomas Gleixner · 9 years ago
  63. f0cb322 genirq: Implement irq_percpu_is_enabled() by Thomas Petazzoni · 9 years ago
  64. a946e8c genirq: Delay incrementing interrupt count if it's disabled/pending by Sudeep Holla · 9 years ago
  65. 511601b Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  66. 4717f13 genirq/PM: Restore system wake up from chained interrupts by Grygorii Strashko · 9 years ago
  67. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  68. 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  69. b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  70. 6aa2fdb Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  71. 9bb4064 Merge branch 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  72. 6bccb49 Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Catalin Marinas · 9 years ago
  73. 58c9c87 genirq: Make the cpuhotplug migration code less noisy by Thomas Gleixner · 9 years ago
  74. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. 0701c53 genirq/msi: Do not use pci_msi_[un]mask_irq as default methods by Marc Zyngier · 9 years ago
  76. be5436c irqdomain/msi: Use fwnode instead of of_node by Marc Zyngier · 9 years ago
  77. 2a5e9a0 irqdomain: Introduce irq_domain_create_hierarchy by Marc Zyngier · 9 years ago
  78. b145dcc irqdomain: Add a fwnode_handle allocator by Marc Zyngier · 9 years ago
  79. 1bf4ddc irqdomain: Introduce irq_domain_create_{linear, tree} by Marc Zyngier · 9 years ago
  80. c0131f0 irqdomain: Introduce irq_create_fwspec_mapping by Marc Zyngier · 9 years ago
  81. 11e4438e irqdomain: Introduce a firmware-specific IRQ specifier structure by Marc Zyngier · 9 years ago
  82. 130b8c6 irqdomain: Allow irq domain lookup by fwnode by Marc Zyngier · 9 years ago
  83. f110711 irqdomain: Convert irqdomain-%3Eof_node to fwnode by Marc Zyngier · 9 years ago
  84. 5d4c9bc irqdomain: Use irq_domain_get_of_node() instead of direct field access by Marc Zyngier · 9 years ago
  85. e50226b Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  86. a5e22db Merge back earlier 'pm-sleep' material for v4.4. by Rafael J. Wysocki · 9 years ago
  87. e984977 genirq: Add flag to force mask in disable_irq[_nosync]() by Thomas Gleixner · 9 years ago
  88. fcf1ae2 genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=n by Feng Wu · 9 years ago
  89. e509bd7 genirq: Allow migration of chained interrupts by installing default action by Mika Westerberg · 9 years ago
  90. a78afcc Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Catalin Marinas · 9 years ago
  91. e3096c9 genirq: Fix handle_bad_irq kerneldoc comment by Arnd Bergmann · 9 years ago
  92. 9d67dc5 genirq: Export handle_bad_irq by Arnd Bergmann · 9 years ago
  93. bebcb8d Merge branch 'irq/for-arm' into irq/core by Thomas Gleixner · 9 years ago
  94. f1e0bb0 genirq: Introduce generic irq migration for cpu hotunplug by Yang Yingliang · 9 years ago
  95. 95c2b17 genirq: Fix race in register_irq_proc() by Ben Hutchings · 9 years ago
  96. aec2e2a irq: Export per-cpu irq allocation and de-allocation functions by Maxime Ripard · 9 years ago
  97. a1b7feb genirq: Fix the documentation of request_percpu_irq by Maxime Ripard · 9 years ago
  98. 71f6434 genirq: Remove the second parameter from handle_irq_event_percpu() by Huang Shijie · 9 years ago
  99. 2a1d3ab genirq: Handle force threading of irqs with primary and thread handler by Thomas Gleixner · 9 years ago
  100. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago