1. 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
  2. 4717f13 genirq/PM: Restore system wake up from chained interrupts by Grygorii Strashko · 9 years ago
  3. 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
  4. 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  5. b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  6. 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
  7. 9bb4064 Merge branch 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  8. 6bccb49 Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Catalin Marinas · 9 years ago
  9. 58c9c87 genirq: Make the cpuhotplug migration code less noisy by Thomas Gleixner · 9 years ago
  10. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  11. 0701c53 genirq/msi: Do not use pci_msi_[un]mask_irq as default methods by Marc Zyngier · 9 years ago
  12. be5436c irqdomain/msi: Use fwnode instead of of_node by Marc Zyngier · 9 years ago
  13. 2a5e9a0 irqdomain: Introduce irq_domain_create_hierarchy by Marc Zyngier · 9 years ago
  14. b145dcc irqdomain: Add a fwnode_handle allocator by Marc Zyngier · 9 years ago
  15. 1bf4ddc irqdomain: Introduce irq_domain_create_{linear, tree} by Marc Zyngier · 9 years ago
  16. c0131f0 irqdomain: Introduce irq_create_fwspec_mapping by Marc Zyngier · 9 years ago
  17. 11e4438e irqdomain: Introduce a firmware-specific IRQ specifier structure by Marc Zyngier · 9 years ago
  18. 130b8c6 irqdomain: Allow irq domain lookup by fwnode by Marc Zyngier · 9 years ago
  19. f110711 irqdomain: Convert irqdomain-%3Eof_node to fwnode by Marc Zyngier · 9 years ago
  20. 5d4c9bc irqdomain: Use irq_domain_get_of_node() instead of direct field access by Marc Zyngier · 9 years ago
  21. e50226b Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  22. a5e22db Merge back earlier 'pm-sleep' material for v4.4. by Rafael J. Wysocki · 9 years ago
  23. e984977 genirq: Add flag to force mask in disable_irq[_nosync]() by Thomas Gleixner · 9 years ago
  24. fcf1ae2 genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=n by Feng Wu · 9 years ago
  25. e509bd7 genirq: Allow migration of chained interrupts by installing default action by Mika Westerberg · 9 years ago
  26. a78afcc Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Catalin Marinas · 9 years ago
  27. e3096c9 genirq: Fix handle_bad_irq kerneldoc comment by Arnd Bergmann · 9 years ago
  28. 9d67dc5 genirq: Export handle_bad_irq by Arnd Bergmann · 9 years ago
  29. bebcb8d Merge branch 'irq/for-arm' into irq/core by Thomas Gleixner · 9 years ago
  30. f1e0bb0 genirq: Introduce generic irq migration for cpu hotunplug by Yang Yingliang · 9 years ago
  31. 95c2b17 genirq: Fix race in register_irq_proc() by Ben Hutchings · 9 years ago
  32. aec2e2a irq: Export per-cpu irq allocation and de-allocation functions by Maxime Ripard · 9 years ago
  33. a1b7feb genirq: Fix the documentation of request_percpu_irq by Maxime Ripard · 9 years ago
  34. 71f6434 genirq: Remove the second parameter from handle_irq_event_percpu() by Huang Shijie · 9 years ago
  35. 2a1d3ab genirq: Handle force threading of irqs with primary and thread handler by Thomas Gleixner · 9 years ago
  36. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  37. b237721 genirq: Move field 'msi_desc' from irq_data into irq_common_data by Jiang Liu · 10 years ago
  38. 9df872f genirq: Move field 'affinity' from irq_data into irq_common_data by Jiang Liu · 10 years ago
  39. af7080e genirq: Move field 'handler_data' from irq_data into irq_common_data by Jiang Liu · 10 years ago
  40. 449e9ca genirq: Move field 'node' from irq_data into irq_common_data by Jiang Liu · 10 years ago
  41. a6f5f0d PM / sleep: Report interrupt that caused system wakeup by Alexandra Yates · 9 years ago
  42. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  43. b7560de genirq: Introduce irq_chip_set_type_parent() helper by Grygorii Strashko · 9 years ago
  44. 6d4affe genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchy by Grygorii Strashko · 9 years ago
  45. ad3aedf genirq/irqdomain: Allow irq domain aliasing by Marc Zyngier · 9 years ago
  46. 8505a81 genirq: Use the proper parameter name in kernel doc by Masanari Iida · 9 years ago
  47. 4b979e4 Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  48. be9b22b genirq: Add chip_[suspend|resume] PM support to irq_chip by Brian Norris · 9 years ago
  49. 1ee4fb3 genirq: Export irq_[get|set]_irqchip_state() by Bjorn Andersson · 9 years ago
  50. aa48b6f genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code by Jiang Liu · 9 years ago
  51. 75a0618 genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD by Thomas Gleixner · 9 years ago
  52. a8a98ea genirq: Remove the irq argument from setup_affinity() by Jiang Liu · 10 years ago
  53. e019c24 genirq: Provide and use __irq_can_set_affinity() by Jiang Liu · 10 years ago
  54. 0dcdbc9 genirq: Remove the irq argument from note_interrupt() by Jiang Liu · 10 years ago
  55. c1e5bd8 genirq: Remove irq argument from try_one_irq() by Jiang Liu · 10 years ago
  56. 02d00ea genirq: Remove irq argument from report_bad_irq() by Jiang Liu · 10 years ago
  57. b80f5f3 genirq: Remove irq argument from suspend/resume_irq() by Jiang Liu · 10 years ago
  58. 79ff1cd genirq: Remove irq argument from __enable/__disable_irq() by Jiang Liu · 10 years ago
  59. a1ff541 genirq: Remove irq arg from __irq_set_trigger() by Jiang Liu · 10 years ago
  60. 0798abe genirq: Remove the irq argument from check_irq_resend() by Jiang Liu · 10 years ago
  61. b51bf95 genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu() by Jiang Liu · 10 years ago
  62. a899418 hotplug: Prevent alloc/free of irq descriptors during cpu up/down by Thomas Gleixner · 10 years ago
  63. f052186 Merge branch 'irq/for-x86' into irq/core by Thomas Gleixner · 10 years ago
  64. a614a610a genirq: Remove bogus restriction in irq_move_mask_irq() by Thomas Gleixner · 10 years ago
  65. 3b0f95b irq: Add irq_set_chained_handler_and_data() by Russell King · 10 years ago
  66. 6783011 genirq: Introduce helper function irq_data_get_node() by Jiang Liu · 10 years ago
  67. 0d0b4c8 genirq: Introduce struct irq_common_data to host shared irq data by Jiang Liu · 10 years ago
  68. 77ed42f genirq: Prevent crash in irq_move_irq() by Jiang Liu · 10 years ago
  69. 7bbf1dd genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain by Jiang Liu · 10 years ago
  70. 9f61f62 Merge branch 'linus' into irq/core by Thomas Gleixner · 10 years ago
  71. de8d181 genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chip by Geert Uytterhoeven · 10 years ago
  72. a6c761e Merge branch 'irq/for-x86' into irq/core by Thomas Gleixner · 10 years ago
  73. 0a4377d genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU by Jiang Liu · 10 years ago
  74. 939ef66 Merge branch 'irq/for-arm' into irq/core by Thomas Gleixner · 10 years ago
  75. c586348 genirq: generic chip: Support hierarchy domain by Stefan Agner · 10 years ago
  76. 3cfeffc genirq: Add irq_chip_(enable/disable)_parent by Stefan Agner · 10 years ago
  77. 5f22f5c irqdomain: Add non-hierarchy helper irq_domain_set_info by Stefan Agner · 10 years ago
  78. 3c646f2 genirq: Don't suspend nested_thread irqs over system suspend by NeilBrown · 10 years ago
  79. 6378139 genirq: devres: Fix testing return value of request_any_context_irq() by Axel Lin · 10 years ago
  80. 7df0b27 genirq: Fix type inconsistency by Nicholas Mc Guire · 10 years ago
  81. 5e9662f genirq: Fix unnecessary automatic type conversion by Nicholas Mc Guire · 10 years ago
  82. 0136402 genirq: MSI: Constify irq_domain_ops by Krzysztof Kozlowski · 10 years ago
  83. 10a50f1 genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip by Roger Quadros · 10 years ago
  84. b7dccbe Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 10 years ago
  85. 1b7047e genirq: Allow the irqchip state of an IRQ to be save/restored by Marc Zyngier · 10 years ago
  86. fe0c52f genirq: MSI: Fix freeing of unallocated MSI by Marc Zyngier · 10 years ago
  87. 462b69b Merge branch 'linus' into irq/core to get the GIC updates which by Thomas Gleixner · 10 years ago
  88. 08b55e2 genirq: Add irqchip_set_wake_parent by Marc Zyngier · 10 years ago
  89. 33ca8a5 Merge tag 'v4.0-rc2' into irq/core, to refresh the tree before applying new changes by Ingo Molnar · 10 years ago
  90. 17f4803 genirq / PM: Add flag for shared NO_SUSPEND interrupt lines by Rafael J. Wysocki · 10 years ago
  91. 02cea39 genirq: Provide disable_hardirq() by Peter Zijlstra · 10 years ago
  92. 3c6847e Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. c1d7f03 irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  94. 4fe7ffb genirq: Fix null pointer reference in irq_set_affinity_hint() by Jesse Brandeburg · 10 years ago
  95. e2e64a9 genirq: Set initial affinity in irq_set_affinity_hint() by Jesse Brandeburg · 10 years ago
  96. c291ee6 genirq: Prevent proc race against freeing of irq descriptors by Thomas Gleixner · 10 years ago
  97. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 74faaf7 genirq: Move irq_chip_write_msi_msg() helper to core by Thomas Gleixner · 10 years ago
  99. 38b6a1c PCI/MSI: Move cached entry functions to irq core by Jiang Liu · 10 years ago
  100. aeeb596 genirq: Provide default callbacks for msi_domain_ops by Jiang Liu · 10 years ago