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