1. 670310d Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. 42e1cc2 genirq/irqdomain: Propagate early activation by Thomas Gleixner · 7 years ago
  4. bb9b428 genirq/irqdomain: Allow irq_domain_activate_irq() to fail by Thomas Gleixner · 7 years ago
  5. c942cee genirq: Separate activation and startup by Thomas Gleixner · 7 years ago
  6. 457f6d3 genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHY by Thomas Gleixner · 7 years ago
  7. 07557cc genirq/msi: Capture device name for debugfs by Thomas Gleixner · 7 years ago
  8. 163616c genirq: Fix for_each_action_of_desc() macro by Masahiro Yamada · 7 years ago
  9. a696712 genirq/PM: Properly pretend disabled state when force resuming interrupts by Juergen Gross · 8 years ago
  10. e5682b4 genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN by Sebastian Ott · 8 years ago
  11. e1c9214 genirq/timings: Add infrastructure for estimating the next interrupt arrival time by Daniel Lezcano · 8 years ago
  12. b2d3d61 genirq/timings: Add infrastructure to track the interrupt timings by Daniel Lezcano · 8 years ago
  13. c2ce34c genirq/debugfs: Remove pointless NULL pointer check by Thomas Gleixner · 8 years ago
  14. 4cde9c6 genirq: Add force argument to irq_startup() by Thomas Gleixner · 8 years ago
  15. 54fdf6a genirq: Introduce IRQD_MANAGED_SHUTDOWN by Thomas Gleixner · 8 years ago
  16. 36d84fb genirq: Move irq_fixup_move_pending() to core by Thomas Gleixner · 8 years ago
  17. f0383c2 genirq/cpuhotplug: Add support for cleaning up move in progress by Thomas Gleixner · 8 years ago
  18. 137221d genirq: Move pending helpers to internal.h by Christoph Hellwig · 8 years ago
  19. 43564bd genirq: Rename setup_affinity() to irq_setup_affinity() by Thomas Gleixner · 8 years ago
  20. cba4235 genirq: Remove mask argument from setup_affinity() by Thomas Gleixner · 8 years ago
  21. 087cdfb genirq/debugfs: Add proper debugfs interface by Thomas Gleixner · 8 years ago
  22. f160203 irq/generic-chip: Export irq_init_generic_chip() locally by Bartosz Golaszewski · 8 years ago
  23. 8658be1 Merge branch 'irq/for-block' into irq/core by Thomas Gleixner · 9 years ago
  24. 9c25558 genirq: Introduce IRQD_AFFINITY_MANAGED flag by Thomas Gleixner · 9 years ago
  25. edd14cf genirq: Add untracked irq handler by Keith Busch · 9 years ago
  26. be45beb genirq: Add runtime power management support for IRQ chips by Jon Hunter · 9 years ago
  27. df2e37c Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  28. b354286 irq: Privatize irq_common_data::state_use_accessors by Boqun Feng · 9 years ago
  29. f944b5a genirq: Use a common macro to go through the actions list by Daniel Lezcano · 9 years ago
  30. 4717f13 genirq/PM: Restore system wake up from chained interrupts by Grygorii Strashko · 9 years ago
  31. e509bd7 genirq: Allow migration of chained interrupts by installing default action by Mika Westerberg · 9 years ago
  32. 71f6434 genirq: Remove the second parameter from handle_irq_event_percpu() by Huang Shijie · 9 years ago
  33. 449e9ca genirq: Move field 'node' from irq_data into irq_common_data by Jiang Liu · 10 years ago
  34. 4b979e4 Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  35. 79ff1cd genirq: Remove irq argument from __enable/__disable_irq() by Jiang Liu · 10 years ago
  36. a1ff541 genirq: Remove irq arg from __irq_set_trigger() by Jiang Liu · 10 years ago
  37. 0798abe genirq: Remove the irq argument from check_irq_resend() by Jiang Liu · 10 years ago
  38. b51bf95 genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu() by Jiang Liu · 10 years ago
  39. a899418 hotplug: Prevent alloc/free of irq descriptors during cpu up/down by Thomas Gleixner · 10 years ago
  40. 6783011 genirq: Introduce helper function irq_data_get_node() by Jiang Liu · 10 years ago
  41. 0d0b4c8 genirq: Introduce struct irq_common_data to host shared irq data by Jiang Liu · 10 years ago
  42. 7bbf1dd genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain by Jiang Liu · 10 years ago
  43. c291ee6 genirq: Prevent proc race against freeing of irq descriptors by Thomas Gleixner · 10 years ago
  44. 9ce7a25 genirq: Simplify wakeup mechanism by Thomas Gleixner · 10 years ago
  45. cab303b genirq: Add sanity checks for PM options on shared interrupt lines by Thomas Gleixner · 10 years ago
  46. 8df2e02 genirq: Move suspend/resume logic into irq/pm code by Thomas Gleixner · 10 years ago
  47. a257954 genirq: Improve documentation to match current implementation by Jiang Liu · 11 years ago
  48. f63b6a0 genirq: Replace reserve_irqs in core code by Thomas Gleixner · 11 years ago
  49. 328a497 genirq: Add a new IRQCHIP_EOI_THREADED flag by Thomas Gleixner · 11 years ago
  50. 8f945a3 genirq: Move kstat_incr_irqs_this_cpu() to core by Thomas Gleixner · 11 years ago
  51. a92444c genirq: Provide irq_wake_thread() by Thomas Gleixner · 11 years ago
  52. 818b0f3 genirq: Introduce irq_do_set_affinity() to reduce duplicated code by Jiang Liu · 13 years ago
  53. df8d291 Merge branch 'linus' into irq/core by Thomas Gleixner · 13 years ago
  54. 5234ffb genirq: Get rid of unnecessary IRQTF_DIED flag by Alexander Gordeev · 13 years ago
  55. b4bc724 genirq: Handle pending irqs in irq_startup() by Thomas Gleixner · 13 years ago
  56. 2329abf module_param: make bool parameters really bool (core code) by Rusty Russell · 13 years ago
  57. 31d9d9b genirq: Add support for per-cpu dev_id interrupts by Marc Zyngier · 13 years ago
  58. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 14 years ago
  59. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 14 years ago
  60. 8d32a30 genirq: Provide forced interrupt threading by Thomas Gleixner · 14 years ago
  61. d5eb4ad2 genirq: Implement irq_get/put_desc_[bus]locked/unlock() by Thomas Gleixner · 14 years ago
  62. 091738a genirq: Remove real old transition functions by Thomas Gleixner · 14 years ago
  63. a6967ca genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y by Thomas Gleixner · 14 years ago
  64. 7f94226 genirq: Move wakeup state to irq_data by Thomas Gleixner · 14 years ago
  65. d4d5e08 genirq: Add IRQCHIP_SET_TYPE_MASKED flag by Thomas Gleixner · 14 years ago
  66. 2bdd105 genirq: Move IRQ_AFFINITY_SET to core by Thomas Gleixner · 14 years ago
  67. a005677 genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state by Thomas Gleixner · 14 years ago
  68. 1ce6068 genirq: Move debug code to separate header by Thomas Gleixner · 14 years ago
  69. 6a58fb3 genirq: Remove CONFIG_IRQ_PER_CPU by Thomas Gleixner · 14 years ago
  70. f230b6d genirq: Add IRQ_MOVE_PENDING to irq_data.state by Thomas Gleixner · 14 years ago
  71. 6d2cd17 genirq: Move IRQ_WAKEUP to core by Thomas Gleixner · 14 years ago
  72. c531e83 genirq: Move IRQ_SUSPENDED to core by Thomas Gleixner · 14 years ago
  73. 6e40262 genirq: Move IRQ_MASKED to core by Thomas Gleixner · 14 years ago
  74. 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 14 years ago
  75. c1594b7 genirq: Move IRQ_DISABLED to core by Thomas Gleixner · 14 years ago
  76. 163ef30 genirq: Move IRQ_REPLAY and IRQ_WAITING to core by Thomas Gleixner · 14 years ago
  77. 3d67bae genirq: Move IRQ_ONESHOT to core by Thomas Gleixner · 14 years ago
  78. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 14 years ago
  79. 6954b75 genirq: Move IRQ_POLL_INPROGRESS to core by Thomas Gleixner · 14 years ago
  80. 7acdd53 genirq: Move IRQ_SPURIOUS_DISABLED to core state by Thomas Gleixner · 14 years ago
  81. bd062e7 genirq: Move IRQ_AUTODETECT to internal state by Thomas Gleixner · 14 years ago
  82. e6bea9c genirq: Protect tglx from tripping over his own feet by Thomas Gleixner · 14 years ago
  83. dbec07b genirq: Add internal state field to irq_desc by Thomas Gleixner · 14 years ago
  84. 4912609 genirq: Implement handle_irq_event() by Thomas Gleixner · 14 years ago
  85. 8792347 genirq: Consolidate disable/enable by Thomas Gleixner · 14 years ago
  86. 4699923 genirq: Consolidate startup/shutdown of interrupts by Thomas Gleixner · 14 years ago
  87. 1535dfa genirq: Move irq thread flags to core by Thomas Gleixner · 14 years ago
  88. fe200ae genirq: Mark polled irqs and defer the real handler by Thomas Gleixner · 14 years ago
  89. 3b8249e genirq: Do not copy affinity before set by Thomas Gleixner · 14 years ago
  90. c1ee626 genirq: Prevent access beyond allocated_irqs bitmap by Thomas Gleixner · 14 years ago
  91. 78f90d9 genirq: Remove the now unused sparse irq leftovers by Thomas Gleixner · 14 years ago
  92. b7b2933 genirq: Sanitize dynamic irq handling by Thomas Gleixner · 14 years ago
  93. 13bfe99 genirq: Prepare proc for real sparse irq support by Thomas Gleixner · 14 years ago
  94. e144710 genirq: Distangle irq.h by Thomas Gleixner · 14 years ago
  95. bd15141 genirq: Provide config option to disable deprecated code by Thomas Gleixner · 14 years ago
  96. 3876ec9 genirq: Provide compat handling for bus_lock/bus_sync_unlock by Thomas Gleixner · 14 years ago
  97. a77c463 genirq: Add new functions to dummy chips by Thomas Gleixner · 14 years ago
  98. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  99. 99558f0 sparseirq: Change irq_desc_ptrs to static by Yinghai Lu · 15 years ago
  100. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago