1. 2329abf module_param: make bool parameters really bool (core code) by Rusty Russell · 13 years ago
  2. 52553dd genirq: fix regression in irqfixup, irqpoll by Edward Donovan · 13 years ago
  3. c75d720 genirq: Fix irqfixup, irqpoll regression by Edward Donovan · 13 years ago
  4. 3a43e05 irq: Handle spurios irq detection for threaded irqs by Sebastian Andrzej Siewior · 14 years ago
  5. ef26f20 genirq: Print threaded handler in spurious debug output by Sebastian Andrzej Siewior · 14 years ago
  6. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 14 years ago
  7. a6aeddd genirq: Fix typo and remove unused variable by Thomas Gleixner · 14 years ago
  8. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 14 years ago
  9. 1ccb4e6 genirq: Wrap the remaning IRQ_* flags by Thomas Gleixner · 14 years ago
  10. a005677 genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state by Thomas Gleixner · 14 years ago
  11. 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 14 years ago
  12. c1594b7 genirq: Move IRQ_DISABLED to core by Thomas Gleixner · 14 years ago
  13. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 14 years ago
  14. 6954b75 genirq: Move IRQ_POLL_INPROGRESS to core by Thomas Gleixner · 14 years ago
  15. 7acdd53 genirq: Move IRQ_SPURIOUS_DISABLED to core state by Thomas Gleixner · 14 years ago
  16. 0877d66 genirq: Use handle_irq_event() in the spurious poll code by Thomas Gleixner · 14 years ago
  17. 3aae994 genirq: Consolidate IRQ_DISABLED by Thomas Gleixner · 14 years ago
  18. 8792347 genirq: Consolidate disable/enable by Thomas Gleixner · 14 years ago
  19. fe200ae genirq: Mark polled irqs and defer the real handler by Thomas Gleixner · 14 years ago
  20. d05c65f genirq: spurious: Run only one poller at a time by Thomas Gleixner · 14 years ago
  21. c7259cd7 genirq: Do not poll disabled, percpu and timer interrupts by Thomas Gleixner · 14 years ago
  22. fa27271 genirq: Fixup poll handling by Thomas Gleixner · 14 years ago
  23. 1082687 genirq: Plug race in report_bad_irq() by Thomas Gleixner · 14 years ago
  24. bd15141 genirq: Provide config option to disable deprecated code by Thomas Gleixner · 14 years ago
  25. bc310dd genirq: Provide compat handling for chip->disable()/shutdown() by Thomas Gleixner · 14 years ago
  26. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  27. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  28. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  29. bb2166c Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  30. fbfecd3 tree-wide: fix typos "couter" -> "counter" by Uwe Kleine-König · 15 years ago
  31. e7e7e0c genirq: try_one_irq() must be called with irq disabled by Yong Zhang · 15 years ago
  32. 663e695 irq: Remove unused debug_poll_all_shared_irqs() by Thomas Gleixner · 15 years ago
  33. 990a55e irq: Clean up by removing irqfixup MODULE_PARM_DESC() by Jiri Slaby · 15 years ago
  34. 74296a8 irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQ by Ingo Molnar · 16 years ago
  35. 18eefed irq: simplify for_each_irq_desc() usage by KOSAKI Motohiro · 16 years ago
  36. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  37. d3c6004 genirq: cleanup the sparseirq modifications by Thomas Gleixner · 16 years ago
  38. e00585b irq: fix irqpoll && sparseirq by Yinghai Lu · 16 years ago
  39. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  40. 85c0f90 irq: introduce nr_irqs by Yinghai Lu · 16 years ago
  41. f84dbb9 genirq: enable polling for disabled screaming irqs by Eric W. Biederman · 16 years ago
  42. 1adb085 genirq: reenable a nobody cared disabled irq when a new driver arrives by Thomas Gleixner · 17 years ago
  43. 188fd89 genirq: spurious.c: use time_* macros by S.Caglar Onur · 17 years ago
  44. 9e094c1 genirq: turn irq debugging options into module params by Andi Kleen · 17 years ago
  45. 4f27c00 Improve behaviour of spurious IRQ detect by Alan Cox · 17 years ago
  46. 92ea772 Fix crash with irqpoll due to the IRQF_IRQPOLL flag testing by Linus Torvalds · 18 years ago
  47. d85a60d Add IRQF_IRQPOLL flag (common code) by Bernhard Walle · 18 years ago
  48. 343cde5 [PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warning by Vivek Goyal · 18 years ago
  49. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  50. 3cca53b [PATCH] irq-flags: generic irq: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  51. dd87eb3 [PATCH] genirq: add irq-chip support by Thomas Gleixner · 19 years ago
  52. 6a6de9e [PATCH] genirq: core by Thomas Gleixner · 19 years ago
  53. 34ffdb7 [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete by Ingo Molnar · 19 years ago
  54. 06fcb0c [PATCH] genirq: cleanup: misc code cleanups by Ingo Molnar · 19 years ago
  55. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 19 years ago
  56. 83d4e6e [PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely() by Andreas Mohr · 19 years ago
  57. 200803d [PATCH] irqpoll by Alan Cox · 20 years ago
  58. 52c1da3 [PATCH] make various thing static by Adrian Bunk · 20 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago