1. c69e375 genirq: Fixup fasteoi handler for oneshot mode by Thomas Gleixner · 15 years ago
  2. a61d825 genirq: Fix misplaced status update in irq_disable() by Thomas Gleixner · 15 years ago
  3. 77694b4 genirq; Add fasteoi irq_chip quirk by Thomas Gleixner · 15 years ago
  4. 7812957 genirq: Add preflow handler support by Thomas Gleixner · 15 years ago
  5. 3836ca0 genirq: Consolidate set_chip_handler functions by Thomas Gleixner · 15 years ago
  6. 02725e7 genirq: Use irq_get/put functions by Thomas Gleixner · 15 years ago
  7. 091738a genirq: Remove real old transition functions by Thomas Gleixner · 15 years ago
  8. e1ef824 genirq: Reflect IRQ_MOVE_PCNTXT in irq_data state by Thomas Gleixner · 15 years ago
  9. d4d5e08 genirq: Add IRQCHIP_SET_TYPE_MASKED flag by Thomas Gleixner · 15 years ago
  10. 1ccb4e6 genirq: Wrap the remaning IRQ_* flags by Thomas Gleixner · 15 years ago
  11. 876dbd4 genirq: Mirror irq trigger type bits in irq_data.state by Thomas Gleixner · 15 years ago
  12. a005677 genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state by Thomas Gleixner · 15 years ago
  13. 6e40262 genirq: Move IRQ_MASKED to core by Thomas Gleixner · 15 years ago
  14. 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 15 years ago
  15. c1594b7 genirq: Move IRQ_DISABLED to core by Thomas Gleixner · 15 years ago
  16. 163ef30 genirq: Move IRQ_REPLAY and IRQ_WAITING to core by Thomas Gleixner · 15 years ago
  17. 3d67bae genirq: Move IRQ_ONESHOT to core by Thomas Gleixner · 15 years ago
  18. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 15 years ago
  19. 6954b75 genirq: Move IRQ_POLL_INPROGRESS to core by Thomas Gleixner · 15 years ago
  20. 6f91a52 genirq: Use modify_status for set_irq_nested_thread by Thomas Gleixner · 15 years ago
  21. 35e857c genirq: Fixup core code namespace fallout by Thomas Gleixner · 15 years ago
  22. 849f061 genirq: Use handle_perpcu_event() in handle_percpu_irq() by Thomas Gleixner · 15 years ago
  23. a60a5dc genirq: Use handle_irq_event() in handle_edge_irq() by Thomas Gleixner · 15 years ago
  24. a7ae4de genirq: Use handle_irq_event() in handle_fasteoi_irq() by Thomas Gleixner · 15 years ago
  25. 1529866 genirq: Use handle_irq_event() in handle_level_irq() by Thomas Gleixner · 15 years ago
  26. 107781e genirq: Use handle_irq_event() in handle_simple_irq() by Thomas Gleixner · 15 years ago
  27. d78f8dd genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq() by Thomas Gleixner · 15 years ago
  28. 3aae994 genirq: Consolidate IRQ_DISABLED by Thomas Gleixner · 15 years ago
  29. 50f7c03 genirq: Remove default magic by Thomas Gleixner · 15 years ago
  30. 8792347 genirq: Consolidate disable/enable by Thomas Gleixner · 15 years ago
  31. 4699923 genirq: Consolidate startup/shutdown of interrupts by Thomas Gleixner · 15 years ago
  32. fe200ae genirq: Mark polled irqs and defer the real handler by Thomas Gleixner · 15 years ago
  33. a0cd9ca genirq: Namespace cleanup by Thomas Gleixner · 15 years ago
  34. 43abe43 genirq: Add missing buslock to set_irq_type(), set_irq_wake() by Thomas Gleixner · 15 years ago
  35. b7b2933 genirq: Sanitize dynamic irq handling by Thomas Gleixner · 16 years ago
  36. 1318a48 genirq: Provide default irq init flags by Thomas Gleixner · 16 years ago
  37. f303a6d genirq: Sanitize irq_data accessors by Thomas Gleixner · 16 years ago
  38. 4424718 genirq: Provide status modifier by Thomas Gleixner · 16 years ago
  39. bd15141 genirq: Provide config option to disable deprecated code by Thomas Gleixner · 16 years ago
  40. 21e2b8c genirq: Provide compat handling for chip->retrigger() by Thomas Gleixner · 16 years ago
  41. 2f7e99b genirq: Provide compat handling for chip->set_wake() by Thomas Gleixner · 16 years ago
  42. b2ba2c3 genirq: Provide compat handling for chip->set_type() by Thomas Gleixner · 16 years ago
  43. c96b3b3 genirq: Provide compat handling for chip->set_affinity() by Thomas Gleixner · 16 years ago
  44. 37e12df genirq: Provide compat handling for chip->startup() by Thomas Gleixner · 16 years ago
  45. bc310dd genirq: Provide compat handling for chip->disable()/shutdown() by Thomas Gleixner · 16 years ago
  46. c5f7563 genirq: Provide compat handling for chip->enable() by Thomas Gleixner · 16 years ago
  47. 0c5c155 genirq: Provide compat handling for chip->eoi() by Thomas Gleixner · 16 years ago
  48. 9205e31 genirq: Provide compat handling for chip->mask_ack() by Thomas Gleixner · 16 years ago
  49. 22a4916 genirq: Provide compat handling for chip->ack() by Thomas Gleixner · 16 years ago
  50. 0eda58b genirq: Provide compat handling for chip->unmask() by Thomas Gleixner · 16 years ago
  51. e2c0f8f genirq: Provide compat handling for chip->mask() by Thomas Gleixner · 16 years ago
  52. 3876ec9 genirq: Provide compat handling for bus_lock/bus_sync_unlock by Thomas Gleixner · 16 years ago
  53. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 16 years ago
  54. d1ea13c genirq: Cleanup irq_chip->typename leftovers by Thomas Gleixner · 16 years ago
  55. 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 · 16 years ago
  56. 860652b genirq: Move two IRQ functions from .init.text to .text by Henrik Kretzschmar · 16 years ago
  57. 0b1adaa genirq: Prevent oneshot irq thread race by Thomas Gleixner · 16 years ago
  58. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 16 years ago
  59. dfff061 tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments by Uwe Kleine-König · 16 years ago
  60. ced5b69 x86: Avoid race condition in pci_enable_msix() by Brandon Phiilps · 16 years ago
  61. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 16 years ago
  62. 24b26d4 irq: Fix docbook comments by Liuweni · 16 years ago
  63. 4dbc9ca genirq: Do not mask oneshot edge type interrupts by Thomas Gleixner · 17 years ago
  64. 399b5da genirq: Support nested threaded irq handling by Thomas Gleixner · 17 years ago
  65. 70aedd2 genirq: Add buslock support by Thomas Gleixner · 17 years ago
  66. b25c340 genirq: Add oneshot support by Thomas Gleixner · 17 years ago
  67. fcef591 x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC by Yinghai Lu · 17 years ago
  68. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 17 years ago
  69. 8f8573a Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core by Ingo Molnar · 17 years ago
  70. 249d51b Merge commit 'v2.6.29-rc4' into core/percpu by Ingo Molnar · 17 years ago
  71. 0f3c2a8 irq: clear kstat_irqs by Yinghai Lu · 17 years ago
  72. 5a2dd72 Merge branch 'linus' into irq/genirq by Ingo Molnar · 17 years ago
  73. 14819ea irq: export __set_irq_handler() and handle_level_irq() by Ingo Molnar · 17 years ago
  74. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 17 years ago
  75. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  76. efdc64f genirq: check chip->ack before calling by Wang Chen · 17 years ago
  77. 860cf88 Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/core by Ingo Molnar · 17 years ago
  78. 948a7b2 Merge branch 'irq/sparseirq' into cpus4096 by Ingo Molnar · 17 years ago
  79. 48a1b10 x86, sparseirq: move irq_desc according to smp_affinity, v7 by Yinghai Lu · 17 years ago
  80. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 17 years ago
  81. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 17 years ago
  82. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 17 years ago
  83. f2b662d genirq: record IRQ_LEVEL in irq_desc[] by David Brownell · 17 years ago
  84. b6f3b78 genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup() by Dean Nelson · 18 years ago
  85. 0b3682b genirq: fix set_irq_type() when recording trigger type by Chris Friesen · 18 years ago
  86. d3c6004 genirq: cleanup the sparseirq modifications by Thomas Gleixner · 18 years ago
  87. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 18 years ago
  88. ee32c97 genirq: remove irq_to_desc_alloc by Thomas Gleixner · 18 years ago
  89. 2105683 irq: set_irq_chip() has redundant call to irq_to_desc() by Dean Nelson · 18 years ago
  90. 8c464a4 sparseirq: move kstat_irqs from kstat to irq_desc - fix by Yinghai Lu · 18 years ago
  91. cb5bc83 x86_64: rename irq_desc/irq_desc_alloc by Yinghai Lu · 18 years ago
  92. 7d94f7c irq: remove >= nr_irqs checking with config_have_sparse_irq by Yinghai Lu · 18 years ago
  93. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 18 years ago
  94. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 18 years ago
  95. 85c0f90 irq: introduce nr_irqs by Yinghai Lu · 18 years ago
  96. 0c5d1eb genirq: record trigger type by David Brownell · 18 years ago
  97. d6d5aeb Merge commit 'v2.6.27-rc8' into genirq by Ingo Molnar · 18 years ago
  98. 7e6e178 genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handler by Pawel MOLL · 18 years ago
  99. 261c40c use WARN() in kernel/irq/chip.c by Arjan van de Ven · 18 years ago
  100. d366f8c cpumask: Cleanup more uses of CPU_MASK and NODE_MASK by Mike Travis · 18 years ago