1. f63b6a0 genirq: Replace reserve_irqs in core code by Thomas Gleixner · 11 years ago
  2. 328a497 genirq: Add a new IRQCHIP_EOI_THREADED flag by Thomas Gleixner · 11 years ago
  3. f788e7b irq: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  4. d671a60 genirq: Add kerneldoc for irq_disable. by Andreas Fenkart · 12 years ago
  5. 51906e7 x86/MSI: Support multiple MSIs in presense of IRQ remapping by Alexander Gordeev · 12 years ago
  6. 293a7a0 genirq: Provide means to retrigger parent by Thomas Gleixner · 12 years ago
  7. b3ae66f genirq: Export irq_set_chip_and_handler_name() by Kuninori Morimoto · 13 years ago
  8. 23812b9 genirq: Add IRQS_PENDING for nested and simple irq by Ning Jiang · 13 years ago
  9. 4713685 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  10. 3911ff3 genirq: export handle_edge_irq() and irq_to_desc() by Jiri Kosina · 13 years ago
  11. d4dc0f9 genirq: Allow check_wakeup_irqs to notice level-triggered interrupts by Thomas Gleixner · 13 years ago
  12. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  13. df8d291 Merge branch 'linus' into irq/core by Thomas Gleixner · 13 years ago
  14. a09b659 genirq: Fix long-term regression in genirq irq_set_irq_type() handling by Russell King · 13 years ago
  15. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  16. b4bc724 genirq: Handle pending irqs in irq_startup() by Thomas Gleixner · 13 years ago
  17. ac56376 genirq: Unmask oneshot irqs when thread was not woken by Thomas Gleixner · 13 years ago
  18. f069686 tracing/softirq: Move __raise_softirq_irqoff() out of header by Steven Rostedt · 13 years ago
  19. 31d9d9b genirq: Add support for per-cpu dev_id interrupts by Marc Zyngier · 13 years ago
  20. ed585a6 genirq: Make irq_shutdown() symmetric vs. irq_startup again by Geert Uytterhoeven · 13 years ago
  21. edf76f8 irq: Export functions to allow modular irq drivers by Jonathan Cameron · 14 years ago
  22. 7f1b124 genirq: Support per-IRQ thread disabling. by Paul Mundt · 14 years ago
  23. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  24. ac0e044 genirq: fix CONFIG_IRQ_EDGE_EOI_HANDLER build by Stephen Rothwell · 14 years ago
  25. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 14 years ago
  26. 0ef5ca1 genirq; Fix cleanup fallout by Thomas Gleixner · 14 years ago
  27. 0521c8f genirq: Provide edge_eoi flow handler by Thomas Gleixner · 14 years ago
  28. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 14 years ago
  29. b3d4223 genirq: Add chip flag for restricting cpu_on/offline calls by Thomas Gleixner · 14 years ago
  30. 0fdb4b2 genirq: Add chip hooks for taking CPUs on/off line. by David Daney · 14 years ago
  31. 801a0e9 genirq: Add irq disabled flag to irq_data state by Thomas Gleixner · 14 years ago
  32. d72274e genirq: Reserve the irq when calling irq_set_chip() by David Daney · 14 years ago
  33. c69e375 genirq: Fixup fasteoi handler for oneshot mode by Thomas Gleixner · 14 years ago
  34. a61d825 genirq: Fix misplaced status update in irq_disable() by Thomas Gleixner · 14 years ago
  35. 77694b4 genirq; Add fasteoi irq_chip quirk by Thomas Gleixner · 14 years ago
  36. 7812957 genirq: Add preflow handler support by Thomas Gleixner · 14 years ago
  37. 3836ca0 genirq: Consolidate set_chip_handler functions by Thomas Gleixner · 14 years ago
  38. 02725e7 genirq: Use irq_get/put functions by Thomas Gleixner · 14 years ago
  39. 091738a genirq: Remove real old transition functions by Thomas Gleixner · 14 years ago
  40. e1ef824 genirq: Reflect IRQ_MOVE_PCNTXT in irq_data state by Thomas Gleixner · 14 years ago
  41. d4d5e08 genirq: Add IRQCHIP_SET_TYPE_MASKED flag by Thomas Gleixner · 14 years ago
  42. 1ccb4e6 genirq: Wrap the remaning IRQ_* flags by Thomas Gleixner · 14 years ago
  43. 876dbd4 genirq: Mirror irq trigger type bits in irq_data.state by Thomas Gleixner · 14 years ago
  44. a005677 genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state by Thomas Gleixner · 14 years ago
  45. 6e40262 genirq: Move IRQ_MASKED to core by Thomas Gleixner · 14 years ago
  46. 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 14 years ago
  47. c1594b7 genirq: Move IRQ_DISABLED to core by Thomas Gleixner · 14 years ago
  48. 163ef30 genirq: Move IRQ_REPLAY and IRQ_WAITING to core by Thomas Gleixner · 14 years ago
  49. 3d67bae genirq: Move IRQ_ONESHOT to core by Thomas Gleixner · 14 years ago
  50. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 14 years ago
  51. 6954b75 genirq: Move IRQ_POLL_INPROGRESS to core by Thomas Gleixner · 14 years ago
  52. 6f91a52 genirq: Use modify_status for set_irq_nested_thread by Thomas Gleixner · 14 years ago
  53. 35e857c genirq: Fixup core code namespace fallout by Thomas Gleixner · 14 years ago
  54. 849f061 genirq: Use handle_perpcu_event() in handle_percpu_irq() by Thomas Gleixner · 14 years ago
  55. a60a5dc genirq: Use handle_irq_event() in handle_edge_irq() by Thomas Gleixner · 14 years ago
  56. a7ae4de genirq: Use handle_irq_event() in handle_fasteoi_irq() by Thomas Gleixner · 14 years ago
  57. 1529866 genirq: Use handle_irq_event() in handle_level_irq() by Thomas Gleixner · 14 years ago
  58. 107781e genirq: Use handle_irq_event() in handle_simple_irq() by Thomas Gleixner · 14 years ago
  59. d78f8dd genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq() by Thomas Gleixner · 14 years ago
  60. 3aae994 genirq: Consolidate IRQ_DISABLED by Thomas Gleixner · 14 years ago
  61. 50f7c03 genirq: Remove default magic by Thomas Gleixner · 14 years ago
  62. 8792347 genirq: Consolidate disable/enable by Thomas Gleixner · 14 years ago
  63. 4699923 genirq: Consolidate startup/shutdown of interrupts by Thomas Gleixner · 14 years ago
  64. fe200ae genirq: Mark polled irqs and defer the real handler by Thomas Gleixner · 14 years ago
  65. a0cd9ca genirq: Namespace cleanup by Thomas Gleixner · 14 years ago
  66. 43abe43 genirq: Add missing buslock to set_irq_type(), set_irq_wake() by Thomas Gleixner · 14 years ago
  67. b7b2933 genirq: Sanitize dynamic irq handling by Thomas Gleixner · 14 years ago
  68. 1318a48 genirq: Provide default irq init flags by Thomas Gleixner · 14 years ago
  69. f303a6d genirq: Sanitize irq_data accessors by Thomas Gleixner · 14 years ago
  70. 4424718 genirq: Provide status modifier by Thomas Gleixner · 14 years ago
  71. bd15141 genirq: Provide config option to disable deprecated code by Thomas Gleixner · 14 years ago
  72. 21e2b8c genirq: Provide compat handling for chip->retrigger() by Thomas Gleixner · 14 years ago
  73. 2f7e99b genirq: Provide compat handling for chip->set_wake() by Thomas Gleixner · 14 years ago
  74. b2ba2c3 genirq: Provide compat handling for chip->set_type() by Thomas Gleixner · 14 years ago
  75. c96b3b3 genirq: Provide compat handling for chip->set_affinity() by Thomas Gleixner · 14 years ago
  76. 37e12df genirq: Provide compat handling for chip->startup() by Thomas Gleixner · 14 years ago
  77. bc310dd genirq: Provide compat handling for chip->disable()/shutdown() by Thomas Gleixner · 14 years ago
  78. c5f7563 genirq: Provide compat handling for chip->enable() by Thomas Gleixner · 14 years ago
  79. 0c5c155 genirq: Provide compat handling for chip->eoi() by Thomas Gleixner · 14 years ago
  80. 9205e31 genirq: Provide compat handling for chip->mask_ack() by Thomas Gleixner · 14 years ago
  81. 22a4916 genirq: Provide compat handling for chip->ack() by Thomas Gleixner · 14 years ago
  82. 0eda58b genirq: Provide compat handling for chip->unmask() by Thomas Gleixner · 14 years ago
  83. e2c0f8f genirq: Provide compat handling for chip->mask() by Thomas Gleixner · 14 years ago
  84. 3876ec9 genirq: Provide compat handling for bus_lock/bus_sync_unlock by Thomas Gleixner · 14 years ago
  85. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  86. d1ea13c genirq: Cleanup irq_chip->typename leftovers by Thomas Gleixner · 14 years ago
  87. 309d1dc Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  88. 860652b genirq: Move two IRQ functions from .init.text to .text by Henrik Kretzschmar · 15 years ago
  89. 0b1adaa genirq: Prevent oneshot irq thread race by Thomas Gleixner · 15 years ago
  90. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  91. dfff061 tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments by Uwe Kleine-König · 15 years ago
  92. ced5b69 x86: Avoid race condition in pci_enable_msix() by Brandon Phiilps · 15 years ago
  93. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  94. 24b26d4 irq: Fix docbook comments by Liuweni · 15 years ago
  95. 4dbc9ca genirq: Do not mask oneshot edge type interrupts by Thomas Gleixner · 15 years ago
  96. 399b5da genirq: Support nested threaded irq handling by Thomas Gleixner · 16 years ago
  97. 70aedd2 genirq: Add buslock support by Thomas Gleixner · 16 years ago
  98. b25c340 genirq: Add oneshot support by Thomas Gleixner · 16 years ago
  99. fcef591 x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC by Yinghai Lu · 16 years ago
  100. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago