1. f18e439 genirq: switch /proc/irq/*/smp_affinity et al to seqfiles by Alexey Dobriyan · 16 years ago
  2. c69ad71 genirq: better warning on irqchip->set_type() failure by David Brownell · 16 years ago
  3. 261c40c use WARN() in kernel/irq/chip.c by Arjan van de Ven · 16 years ago
  4. b8c512f Use WARN() in kernel/irq/manage.c by Arjan van de Ven · 16 years ago
  5. 7a2c477 kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() by Arjan van de Ven · 16 years ago
  6. 82736f4 generic irqs: handle failure of irqchip->set_type in setup_irq by Uwe Kleine-König · 16 years ago
  7. 2db8732 set_irq_wake: fix return code and wake status tracking by Uwe Kleine-König · 16 years ago
  8. 48627d8 genirq: remove extraneous checks in manage.c by Thomas Gleixner · 16 years ago
  9. 1840475 genirq: Expose default irq affinity mask (take 3) by Max Krasnyansky · 16 years ago
  10. 1adb085 genirq: reenable a nobody cared disabled irq when a new driver arrives by Thomas Gleixner · 16 years ago
  11. 1aeb272 kernel: explicitly include required header files under kernel/ by Robert P. J. Day · 16 years ago
  12. d366f8c cpumask: Cleanup more uses of CPU_MASK and NODE_MASK by Mike Travis · 16 years ago
  13. 89d694b genirq: do not leave interupts enabled on free_irq by Thomas Gleixner · 17 years ago
  14. 188fd89 genirq: spurious.c: use time_* macros by S.Caglar Onur · 17 years ago
  15. 46f4f8f IRQ_NOPROBE helper functions by Ralf Baechle · 17 years ago
  16. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 17 years ago
  17. 70edcd7 genirq: stackdump after the "Trying to free already-free IRQ" message by Ingo Molnar · 17 years ago
  18. 96d97cf x86: add /proc/irq/*/spurious to dump the spurious irq debugging state by Andi Kleen · 17 years ago
  19. 9e094c1 genirq: turn irq debugging options into module params by Andi Kleen · 17 years ago
  20. 971e5b35f genirq: revert lazy irq disable for simple irqs by Steven Rostedt · 17 years ago
  21. c642b83 __do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is set by Russ Anderson · 17 years ago
  22. a98ce5c Fix synchronize_irq races with IRQ handler by Herbert Xu · 17 years ago
  23. 28e3fed Compile handle_percpu_irq even for uniprocessor kernels by Ralf Baechle · 17 years ago
  24. 1d99493 Fix CONFIG_DEBUG_SHIRQ trigger on free_irq() by David Woodhouse · 17 years ago
  25. 59845b1 request_irq: fix DEBUG_SHIRQ handling by Jarek Poplawski · 17 years ago
  26. 8b7f071 free_irq(): fix DEBUG_SHIRQ handling by Andrew Morton · 17 years ago
  27. 2464286 genirq: suppress resend of level interrupts by Thomas Gleixner · 17 years ago
  28. 4966342 genirq: cleanup mismerge artifact by Thomas Gleixner · 17 years ago
  29. 88ffc35 Revert "genirq: temporary fix for level-triggered IRQ resend" by Linus Torvalds · 17 years ago
  30. 0fc4969 genirq: temporary fix for level-triggered IRQ resend by Thomas Gleixner · 17 years ago
  31. 0af3678 rip some includes from linux/interrupt.h by Al Viro · 17 years ago
  32. 42ee2b7 x86_64: Report the pending irq if available in smp_affinity by Andi Kleen · 17 years ago
  33. 4f27c00 Improve behaviour of spurious IRQ detect by Alan Cox · 17 years ago
  34. 92ea772 Fix crash with irqpoll due to the IRQF_IRQPOLL flag testing by Linus Torvalds · 17 years ago
  35. 25d6157 [IA64] SN: validate smp_affinity mask on intr redirect by John Keller · 17 years ago
  36. cb0c78c Fix Linuxdoc comment by Jeff Dike · 17 years ago
  37. d85a60d Add IRQF_IRQPOLL flag (common code) by Bernhard Walle · 17 years ago
  38. e729aa1 Pad irq_desc to internode cacheline size by Ravikiran G Thirumalai · 17 years ago
  39. f75d222 IRQ: check for PERCPU flag only when adding first irqaction by Ahmed S. Darwish · 17 years ago
  40. d2d9433 kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique() by Dmitry Adamushko · 17 years ago
  41. 7fe3730 MSI: arch must connect the irq and the msi_desc by Michael Ellerman · 17 years ago
  42. 7f30e49 [PATCH] irq-devres: fix failure path of devm_request_irq() by Tejun Heo · 17 years ago
  43. 2a786b4 [PATCH] genirq: Mask irqs when migrating them. by Eric W. Biederman · 18 years ago
  44. 5575ddf [PATCH] small irq management simplification by Jan Beulich · 18 years ago
  45. 472900b [PATCH] IRQ kernel-doc fixes by Randy Dunlap · 18 years ago
  46. 76d2160 [PATCH] genirq: do not mask interrupts by default by Ingo Molnar · 18 years ago
  47. 771ee3b [PATCH] Add a function to handle interrupt affinity setting by Thomas Gleixner · 18 years ago
  48. 950f442 [PATCH] Add irq flag to disable balancing for an interrupt by Thomas Gleixner · 18 years ago
  49. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 18 years ago
  50. 3f05044 [PATCH] kernel: shut up the IRQ mismatch messages by Alan Cox · 18 years ago
  51. a304e1b [PATCH] Debug shared irqs by David Woodhouse · 18 years ago
  52. 5ea8176 [PATCH] sort the devres mess out by Al Viro · 18 years ago
  53. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 18 years ago
  54. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  55. 5b912c1 msi: Kill the msi_desc array. by Eric W. Biederman · 18 years ago
  56. 8528b0f Clear spurious irq stat information when adding irq handler by Linus Torvalds · 18 years ago
  57. 343cde5 [PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warning by Vivek Goyal · 18 years ago
  58. 9d7ac8b [PATCH] genirq: fix irq flow handler uninstall by Thomas Gleixner · 18 years ago
  59. b039db8 [PATCH] __set_irq_handler bogus space by Geert Uytterhoeven · 18 years ago
  60. 6e2ac66 [PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq() by Hidetoshi Seto · 18 years ago
  61. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 18 years ago
  62. b42172f Don't call "note_interrupt()" with irq descriptor lock held by Linus Torvalds · 18 years ago
  63. b86432b [PATCH] some irq_chip variables point to NULL by Zhang, Yanmin · 18 years ago
  64. 8b126b7 [PATCH] setup_irq(): better mismatch debugging by Andrew Morton · 18 years ago
  65. f72fa70 [PATCH] Fix misrouted interrupts deadlocks by Pavel Emelianov · 18 years ago
  66. a460e74 [PATCH] genirq: clean up irq-flow-type naming by Ingo Molnar · 18 years ago
  67. 01a3ee2 [PATCH] bitmap: parse input from kernel and user buffers by Reinette Chatre · 18 years ago
  68. e317c8c [PATCH] ixp4xxdefconfig arm fixes by Frederik Deweerdt · 18 years ago
  69. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  70. da48279 IRQ: Typedef the IRQ handler function type by David Howells · 18 years ago
  71. 57a58a9 IRQ: Typedef the IRQ flow handler function type by David Howells · 18 years ago
  72. 1f80025 [PATCH] msi: simplify msi sanity checks by adding with generic irq code by Eric W. Biederman · 18 years ago
  73. 3a16d71 [PATCH] genirq: irq: add a dynamic irq creation API by Eric W. Biederman · 18 years ago
  74. e7b946e [PATCH] genirq: irq: add moved_masked_irq by Eric W. Biederman · 18 years ago
  75. a24ceab [PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit by Eric W. Biederman · 18 years ago
  76. 538d9d5 [PATCH] irq: remove a extra line by Yoichi Yuasa · 18 years ago
  77. 2ff6fd8 [PATCH] irq: fixed coding style by Yoichi Yuasa · 18 years ago
  78. af8c65b [PATCH] FRV: permit __do_IRQ() to be dispensed with by David Howells · 18 years ago
  79. 86998aa [PATCH] genirq core: fix handle_level_irq() by Ingo Molnar · 18 years ago
  80. e1ed7ac [PATCH] genirq: fix typo in IRQ resend by Imre Deak · 18 years ago
  81. 43a1dd5 [PATCH] kerneldoc for handle_bad_irq() by Henrik Kretzschmar · 18 years ago
  82. 15a647e [PATCH] genirq: {en,dis}able_irq_wake() need refcounting too by David Brownell · 18 years ago
  83. 912b253 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  84. 366c7f5 [PATCH] lockdep: annotate enable_in_hardirq() by Ingo Molnar · 18 years ago
  85. 243c762 [PATCH] lockdep: annotate genirq by Ingo Molnar · 18 years ago
  86. fbb9ce95 [PATCH] lockdep: core by Ingo Molnar · 18 years ago
  87. 5a43a06 [PATCH] genirq: Allow fasteoi handler to retrigger disabled interrupts by Benjamin Herrenschmidt · 18 years ago
  88. 284c668 [PATCH] genirq:fixup missing SA_PERCPU replacement by Thomas Gleixner · 18 years ago
  89. d061daa [PATCH] genirq: ARM dyntick cleanup by Thomas Gleixner · 18 years ago
  90. b4b9034 Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  91. 3cca53b [PATCH] irq-flags: generic irq: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  92. f8b5473 [ARM] 3690/1: genirq: Introduce and make use of dummy irq chip by Thomas Gleixner · 18 years ago
  93. a2166ab [ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirq by Thomas Gleixner · 18 years ago
  94. e8c4b9d [PATCH] IRQ: warning message cleanup by Bjorn Helgaas · 18 years ago
  95. 17311c0 [PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flags by Bjorn Helgaas · 18 years ago
  96. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  97. 47c2a3a [PATCH] genirq: add chip->eoi(), fastack -> fasteoi by Ingo Molnar · 18 years ago
  98. 98bb244 [PATCH] genirq: fasteoi handler: handle interrupt disabling by Benjamin Herrenschmidt · 18 years ago
  99. 43f7775 [PATCH] genirq: more verbose debugging on unexpected IRQ vectors by Ingo Molnar · 18 years ago
  100. f1c2662 [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename by Ingo Molnar · 18 years ago