1. 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
  2. b7560de genirq: Introduce irq_chip_set_type_parent() helper by Grygorii Strashko · 9 years ago
  3. 6d4affe genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchy by Grygorii Strashko · 9 years ago
  4. ad3aedf genirq/irqdomain: Allow irq domain aliasing by Marc Zyngier · 9 years ago
  5. 8505a81 genirq: Use the proper parameter name in kernel doc by Masanari Iida · 9 years ago
  6. 4b979e4 Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  7. be9b22b genirq: Add chip_[suspend|resume] PM support to irq_chip by Brian Norris · 9 years ago
  8. 1ee4fb3 genirq: Export irq_[get|set]_irqchip_state() by Bjorn Andersson · 9 years ago
  9. aa48b6f genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code by Jiang Liu · 9 years ago
  10. 75a0618 genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD by Thomas Gleixner · 9 years ago
  11. a8a98ea genirq: Remove the irq argument from setup_affinity() by Jiang Liu · 10 years ago
  12. e019c24 genirq: Provide and use __irq_can_set_affinity() by Jiang Liu · 10 years ago
  13. 0dcdbc9 genirq: Remove the irq argument from note_interrupt() by Jiang Liu · 10 years ago
  14. c1e5bd8 genirq: Remove irq argument from try_one_irq() by Jiang Liu · 10 years ago
  15. 02d00ea genirq: Remove irq argument from report_bad_irq() by Jiang Liu · 10 years ago
  16. b80f5f3 genirq: Remove irq argument from suspend/resume_irq() by Jiang Liu · 10 years ago
  17. 79ff1cd genirq: Remove irq argument from __enable/__disable_irq() by Jiang Liu · 10 years ago
  18. a1ff541 genirq: Remove irq arg from __irq_set_trigger() by Jiang Liu · 10 years ago
  19. 0798abe genirq: Remove the irq argument from check_irq_resend() by Jiang Liu · 10 years ago
  20. b51bf95 genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu() by Jiang Liu · 10 years ago
  21. a899418 hotplug: Prevent alloc/free of irq descriptors during cpu up/down by Thomas Gleixner · 10 years ago
  22. f052186 Merge branch 'irq/for-x86' into irq/core by Thomas Gleixner · 10 years ago
  23. a614a610a genirq: Remove bogus restriction in irq_move_mask_irq() by Thomas Gleixner · 10 years ago
  24. 3b0f95b irq: Add irq_set_chained_handler_and_data() by Russell King · 10 years ago
  25. 6783011 genirq: Introduce helper function irq_data_get_node() by Jiang Liu · 10 years ago
  26. 0d0b4c8 genirq: Introduce struct irq_common_data to host shared irq data by Jiang Liu · 10 years ago
  27. 77ed42f genirq: Prevent crash in irq_move_irq() by Jiang Liu · 10 years ago
  28. 7bbf1dd genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain by Jiang Liu · 10 years ago
  29. 9f61f62 Merge branch 'linus' into irq/core by Thomas Gleixner · 10 years ago
  30. de8d181 genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chip by Geert Uytterhoeven · 10 years ago
  31. a6c761e Merge branch 'irq/for-x86' into irq/core by Thomas Gleixner · 10 years ago
  32. 0a4377d genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU by Jiang Liu · 10 years ago
  33. 939ef66 Merge branch 'irq/for-arm' into irq/core by Thomas Gleixner · 10 years ago
  34. c586348 genirq: generic chip: Support hierarchy domain by Stefan Agner · 10 years ago
  35. 3cfeffc genirq: Add irq_chip_(enable/disable)_parent by Stefan Agner · 10 years ago
  36. 5f22f5c irqdomain: Add non-hierarchy helper irq_domain_set_info by Stefan Agner · 10 years ago
  37. 3c646f2 genirq: Don't suspend nested_thread irqs over system suspend by NeilBrown · 10 years ago
  38. 6378139 genirq: devres: Fix testing return value of request_any_context_irq() by Axel Lin · 10 years ago
  39. 7df0b27 genirq: Fix type inconsistency by Nicholas Mc Guire · 10 years ago
  40. 5e9662f genirq: Fix unnecessary automatic type conversion by Nicholas Mc Guire · 10 years ago
  41. 0136402 genirq: MSI: Constify irq_domain_ops by Krzysztof Kozlowski · 10 years ago
  42. 10a50f1 genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip by Roger Quadros · 10 years ago
  43. 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
  44. 1b7047e genirq: Allow the irqchip state of an IRQ to be save/restored by Marc Zyngier · 10 years ago
  45. fe0c52f genirq: MSI: Fix freeing of unallocated MSI by Marc Zyngier · 10 years ago
  46. 462b69b Merge branch 'linus' into irq/core to get the GIC updates which by Thomas Gleixner · 10 years ago
  47. 08b55e2 genirq: Add irqchip_set_wake_parent by Marc Zyngier · 10 years ago
  48. 33ca8a5 Merge tag 'v4.0-rc2' into irq/core, to refresh the tree before applying new changes by Ingo Molnar · 10 years ago
  49. 17f4803 genirq / PM: Add flag for shared NO_SUSPEND interrupt lines by Rafael J. Wysocki · 10 years ago
  50. 02cea39 genirq: Provide disable_hardirq() by Peter Zijlstra · 10 years ago
  51. 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
  52. c1d7f03 irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  53. 4fe7ffb genirq: Fix null pointer reference in irq_set_affinity_hint() by Jesse Brandeburg · 10 years ago
  54. e2e64a9 genirq: Set initial affinity in irq_set_affinity_hint() by Jesse Brandeburg · 10 years ago
  55. c291ee6 genirq: Prevent proc race against freeing of irq descriptors by Thomas Gleixner · 10 years ago
  56. 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
  57. 74faaf7 genirq: Move irq_chip_write_msi_msg() helper to core by Thomas Gleixner · 10 years ago
  58. 38b6a1c PCI/MSI: Move cached entry functions to irq core by Jiang Liu · 10 years ago
  59. aeeb596 genirq: Provide default callbacks for msi_domain_ops by Jiang Liu · 10 years ago
  60. d910969 genirq: Introduce msi_domain_alloc/free_irqs() by Jiang Liu · 10 years ago
  61. f3cf8bb genirq: Add generic msi irq domain support by Jiang Liu · 10 years ago
  62. f86eff2 genirq: Work around __irq_set_handler vs stacked domains ordering issues by Marc Zyngier · 10 years ago
  63. afb7da8 irqdomain: Introduce helper function irq_domain_add_hierarchy() by Jiang Liu · 10 years ago
  64. 36d7273 irqdomain: Implement a method to automatically call parent domains alloc/free by Jiang Liu · 10 years ago
  65. 1b53770 genirq: Introduce helper irq_domain_set_info() to reduce duplicated code by Jiang Liu · 10 years ago
  66. 2cb6254 genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip by Jiang Liu · 10 years ago
  67. 515085e genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip by Jiang Liu · 10 years ago
  68. 56e8aba genirq: Add more helper functions to support stacked irq_chip by Yingjoe Chen · 10 years ago
  69. 85f08c1 genirq: Introduce helper functions to support stacked irq_chip by Jiang Liu · 10 years ago
  70. 0cc01ab irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF by Yingjoe Chen · 10 years ago
  71. f8264e3 irqdomain: Introduce new interfaces to support hierarchy irqdomains by Jiang Liu · 10 years ago
  72. b790559 genirq: Generic chip: Add big endian I/O accessors by Kevin Cernekee · 10 years ago
  73. 332fd7c genirq: Generic chip: Change irq_reg_{readl,writel} arguments by Kevin Cernekee · 10 years ago
  74. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  75. b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  76. 782d59c Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  77. 28596c97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  78. 88b42a4 Merge branch 'pm-genirq' by Rafael J. Wysocki · 10 years ago
  79. 76ba59f genirq: Add irq_domain-aware core IRQ handler by Marc Zyngier · 10 years ago
  80. 9ce7a25 genirq: Simplify wakeup mechanism by Thomas Gleixner · 10 years ago
  81. b76f167 genirq: Mark wakeup sources as armed on suspend by Thomas Gleixner · 10 years ago
  82. c7bd3ec0 genirq: Create helper for flow handler entry check by Thomas Gleixner · 10 years ago
  83. c3d7acd genirq: Distangle edge handler entry by Thomas Gleixner · 10 years ago
  84. c4df606 genirq: Avoid double loop on suspend by Thomas Gleixner · 10 years ago
  85. 092fadd genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs() by Thomas Gleixner · 10 years ago
  86. 5417de2 genirq: Make use of pm misfeature accounting by Thomas Gleixner · 10 years ago
  87. cab303b genirq: Add sanity checks for PM options on shared interrupt lines by Thomas Gleixner · 10 years ago
  88. 8df2e02 genirq: Move suspend/resume logic into irq/pm code by Thomas Gleixner · 10 years ago
  89. 307b28b genirq: fix reference in devm_request_threaded_irq comment by Emilio López · 11 years ago
  90. 532d0d0 irqchips: Replace __this_cpu_ptr uses by Christoph Lameter · 10 years ago
  91. 7cad45e irq: Export handle_fasteoi_irq by Vincent Stehlé · 10 years ago
  92. 08d69a2 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. c6f1224 Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND" by Thomas Gleixner · 10 years ago
  94. 21d1f90 Revert "PM / sleep / irq: Do not suspend wakeup interrupts" by Thomas Gleixner · 10 years ago
  95. 4fae4e7 irq: Warn when shared interrupts do not match on NO_SUSPEND by Peter Zijlstra · 10 years ago
  96. 1b07338 Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 10 years ago
  97. a5152c8 genirq: generic chip: Export irq_map_generic_chip function by Boris BREZILLON · 10 years ago
  98. d709f7b PM / sleep / irq: Do not suspend wakeup interrupts by Rafael J. Wysocki · 10 years ago
  99. 8844aad genirq: Fix memory leak when calling irq_free_hwirqs() by Keith Busch · 11 years ago
  100. 43a7759 genirq: Export irq_domain_disassociate() to architecture interrupt drivers by Jiang Liu · 11 years ago