1. 163ef30 genirq: Move IRQ_REPLAY and IRQ_WAITING to core by Thomas Gleixner · 14 years ago
  2. 3d67bae genirq: Move IRQ_ONESHOT to core by Thomas Gleixner · 14 years ago
  3. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 14 years ago
  4. 6954b75 genirq: Move IRQ_POLL_INPROGRESS to core by Thomas Gleixner · 14 years ago
  5. 6f91a52 genirq: Use modify_status for set_irq_nested_thread by Thomas Gleixner · 14 years ago
  6. 7acdd53 genirq: Move IRQ_SPURIOUS_DISABLED to core state by Thomas Gleixner · 14 years ago
  7. bd062e7 genirq: Move IRQ_AUTODETECT to internal state by Thomas Gleixner · 14 years ago
  8. e6bea9c genirq: Protect tglx from tripping over his own feet by Thomas Gleixner · 14 years ago
  9. dbec07b genirq: Add internal state field to irq_desc by Thomas Gleixner · 14 years ago
  10. 35e857c genirq: Fixup core code namespace fallout by Thomas Gleixner · 14 years ago
  11. c78b9b6 genirq: Implement generic irq_show_interrupts() by Thomas Gleixner · 14 years ago
  12. 1277a53 genirq: Simplify handle_irq_event() by Thomas Gleixner · 14 years ago
  13. 0877d66 genirq: Use handle_irq_event() in the spurious poll code by Thomas Gleixner · 14 years ago
  14. 849f061 genirq: Use handle_perpcu_event() in handle_percpu_irq() by Thomas Gleixner · 14 years ago
  15. a60a5dc genirq: Use handle_irq_event() in handle_edge_irq() by Thomas Gleixner · 14 years ago
  16. a7ae4de genirq: Use handle_irq_event() in handle_fasteoi_irq() by Thomas Gleixner · 14 years ago
  17. 1529866 genirq: Use handle_irq_event() in handle_level_irq() by Thomas Gleixner · 14 years ago
  18. 107781e genirq: Use handle_irq_event() in handle_simple_irq() by Thomas Gleixner · 14 years ago
  19. 4912609 genirq: Implement handle_irq_event() by Thomas Gleixner · 14 years ago
  20. d78f8dd genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq() by Thomas Gleixner · 14 years ago
  21. 3aae994 genirq: Consolidate IRQ_DISABLED by Thomas Gleixner · 14 years ago
  22. 50f7c03 genirq: Remove default magic by Thomas Gleixner · 14 years ago
  23. 8792347 genirq: Consolidate disable/enable by Thomas Gleixner · 14 years ago
  24. 4699923 genirq: Consolidate startup/shutdown of interrupts by Thomas Gleixner · 14 years ago
  25. 3b56f05 genirq: Remove bogus conditional by Thomas Gleixner · 14 years ago
  26. 1535dfa genirq: Move irq thread flags to core by Thomas Gleixner · 14 years ago
  27. fe200ae genirq: Mark polled irqs and defer the real handler by Thomas Gleixner · 14 years ago
  28. d05c65f genirq: spurious: Run only one poller at a time by Thomas Gleixner · 14 years ago
  29. c7259cd genirq: Do not poll disabled, percpu and timer interrupts by Thomas Gleixner · 14 years ago
  30. fa27271 genirq: Fixup poll handling by Thomas Gleixner · 14 years ago
  31. b738a50 genirq: Warn when handler enables interrupts by Thomas Gleixner · 14 years ago
  32. 1082687 genirq: Plug race in report_bad_irq() by Thomas Gleixner · 14 years ago
  33. 2b879ea genirq: Remove redundant thread affinity setting by Thomas Gleixner · 14 years ago
  34. 3b8249e genirq: Do not copy affinity before set by Thomas Gleixner · 14 years ago
  35. 569bda8 genirq: Always apply cpu online mask by Thomas Gleixner · 14 years ago
  36. b008207 genirq: Rremove redundant check by Thomas Gleixner · 14 years ago
  37. 1fa46f1 genirq: Simplify affinity related code by Thomas Gleixner · 14 years ago
  38. a0cd9ca genirq: Namespace cleanup by Thomas Gleixner · 14 years ago
  39. 43abe43 genirq: Add missing buslock to set_irq_type(), set_irq_wake() by Thomas Gleixner · 14 years ago
  40. e7bcecb genirq: Make nr_irqs runtime expandable by Thomas Gleixner · 14 years ago
  41. 218502b Merge branch 'irq/urgent' into irq/core by Thomas Gleixner · 14 years ago
  42. 6d83f94 genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now by Thomas Gleixner · 14 years ago
  43. c1ee626 genirq: Prevent access beyond allocated_irqs bitmap by Thomas Gleixner · 14 years ago
  44. 51327ad Merge branch 'irq/for-mips' into irq/core by Thomas Gleixner · 14 years ago
  45. 986c011 genirq: Call bus_lock/unlock functions in setup_irq() by David Daney · 14 years ago
  46. 44951a6 genirq: Remove dead code by Thomas Gleixner · 14 years ago
  47. c9a443c Merge branch 'irq/for-xen' into irq/core by Thomas Gleixner · 14 years ago
  48. dc5f219 genirq: Add IRQF_FORCE_RESUME by Thomas Gleixner · 14 years ago
  49. 285c1a2 Merge branch 'irq/urgent' into irq/core by Thomas Gleixner · 14 years ago
  50. f1a0639 genirq: Prevent irq storm on migration by Thomas Gleixner · 14 years ago
  51. 1fb0ef3 genirq: Fix affinity notifier fallout by Thomas Gleixner · 14 years ago
  52. cd7eab4 genirq: Add IRQ affinity notifiers by Ben Hutchings · 14 years ago
  53. 1c77ff2 genirq: Remove __do_IRQ by Thomas Gleixner · 14 years ago
  54. 6c9ae00 irq: use per_cpu kstat_irqs by Eric Dumazet · 14 years ago
  55. c9b5f50 sched: Constify function scope static struct sched_param usage by Peter Zijlstra · 14 years ago
  56. 8e9255e Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  57. 25c9170 genirq: Fix incorrect proc spurious output by Kenji Kaneshige · 14 years ago
  58. 92fd4d4 Merge commit 'v2.6.37-rc2' into sched/core by Ingo Molnar · 14 years ago
  59. 82279e6 Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  60. 478735e3 /proc/stat: fix scalability of irq sum of all cpu by KAMEZAWA Hiroyuki · 14 years ago
  61. fe7de49 sched: Make sched_param argument static in sched_setscheduler() callers by KOSAKI Motohiro · 14 years ago
  62. 2656c36 genirq: Warn if enable_irq is called before irq is set up by Thomas Gleixner · 14 years ago
  63. c0a19eb genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build by Thomas Gleixner · 14 years ago
  64. baa0d23 genirq: Switch sparse_irq allocator to GFP_KERNEL by Thomas Gleixner · 14 years ago
  65. a05a900 genirq: Make sparse_lock a mutex by Thomas Gleixner · 14 years ago
  66. 78f90d9 genirq: Remove the now unused sparse irq leftovers by Thomas Gleixner · 14 years ago
  67. b7b2933 genirq: Sanitize dynamic irq handling by Thomas Gleixner · 14 years ago
  68. b7d0d82 genirq: Remove arch_init_chip_data() by Thomas Gleixner · 14 years ago
  69. b683de2 genirq: Query arch for number of early descriptors by Thomas Gleixner · 14 years ago
  70. aa99ec0 genirq: Use sane sparse allocator by Thomas Gleixner · 14 years ago
  71. 06f6c33 genirq: Implement irq reservation by Thomas Gleixner · 14 years ago
  72. a98d24b genirq: Implement sane enumeration by Thomas Gleixner · 14 years ago
  73. 13bfe99 genirq: Prepare proc for real sparse irq support by Thomas Gleixner · 14 years ago
  74. 1f5a5b8 genirq: Implement a sane sparse_irq allocator by Thomas Gleixner · 14 years ago
  75. 1318a48 genirq: Provide default irq init flags by Thomas Gleixner · 14 years ago
  76. d895f51 genirq: Remove export of kstat_irqs_cpu by Thomas Gleixner · 14 years ago
  77. 154cd38 genirq: Remove early_init_irq_lock_class() by Thomas Gleixner · 14 years ago
  78. 3795de2 genirq: Distangle kernel/irq/handle.c by Thomas Gleixner · 14 years ago
  79. f303a6d genirq: Sanitize irq_data accessors by Thomas Gleixner · 14 years ago
  80. 4424718 genirq: Provide status modifier by Thomas Gleixner · 14 years ago
  81. e144710 genirq: Distangle irq.h by Thomas Gleixner · 14 years ago
  82. bd15141 genirq: Provide config option to disable deprecated code by Thomas Gleixner · 14 years ago
  83. 21e2b8c genirq: Provide compat handling for chip->retrigger() by Thomas Gleixner · 14 years ago
  84. 2f7e99b genirq: Provide compat handling for chip->set_wake() by Thomas Gleixner · 14 years ago
  85. b2ba2c3 genirq: Provide compat handling for chip->set_type() by Thomas Gleixner · 14 years ago
  86. c96b3b3 genirq: Provide compat handling for chip->set_affinity() by Thomas Gleixner · 14 years ago
  87. 37e12df genirq: Provide compat handling for chip->startup() by Thomas Gleixner · 14 years ago
  88. bc310dd genirq: Provide compat handling for chip->disable()/shutdown() by Thomas Gleixner · 14 years ago
  89. c5f7563 genirq: Provide compat handling for chip->enable() by Thomas Gleixner · 14 years ago
  90. 0c5c155 genirq: Provide compat handling for chip->eoi() by Thomas Gleixner · 14 years ago
  91. 9205e31 genirq: Provide compat handling for chip->mask_ack() by Thomas Gleixner · 14 years ago
  92. 22a4916 genirq: Provide compat handling for chip->ack() by Thomas Gleixner · 14 years ago
  93. 0eda58b genirq: Provide compat handling for chip->unmask() by Thomas Gleixner · 14 years ago
  94. e2c0f8f genirq: Provide compat handling for chip->mask() by Thomas Gleixner · 14 years ago
  95. 3876ec9 genirq: Provide compat handling for bus_lock/bus_sync_unlock by Thomas Gleixner · 14 years ago
  96. a77c463 genirq: Add new functions to dummy chips by Thomas Gleixner · 14 years ago
  97. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  98. ff7dcd4 genirq: Create irq_data by Thomas Gleixner · 14 years ago
  99. d9817eb genirq: Provide Kconfig by Thomas Gleixner · 14 years ago
  100. d1ea13c genirq: Cleanup irq_chip->typename leftovers by Thomas Gleixner · 14 years ago