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