1. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 17 years ago
  2. ee32c97 genirq: remove irq_to_desc_alloc by Thomas Gleixner · 17 years ago
  3. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 17 years ago
  4. c6b7674 genirq: use inline function for irq_to_desc by Thomas Gleixner · 17 years ago
  5. aac3f2b x86: fix typo in irq_desc array by Yinghai Lu · 17 years ago
  6. 2976fe2 fix warning: "x86: sparse_irq needs spin_lock in allocations" by Andrew Morton · 17 years ago
  7. 9d98598 sparseirq: remove some debug print out by Yinghai Lu · 17 years ago
  8. e00585b irq: fix irqpoll && sparseirq by Yinghai Lu · 17 years ago
  9. 932775a x86: HPET_MSI change IRQ affinity in process context when it is disabled by venkatesh.pallipadi@intel.com · 17 years ago
  10. 2105683 irq: set_irq_chip() has redundant call to irq_to_desc() by Dean Nelson · 17 years ago
  11. 8c464a4 sparseirq: move kstat_irqs from kstat to irq_desc - fix by Yinghai Lu · 17 years ago
  12. e89eb43 x86: sparse_irq needs spin_lock in allocations by Yinghai Lu · 17 years ago
  13. e955b53 sparseirq: fix lockdep by Ingo Molnar · 17 years ago
  14. 8b8e8c1 x86: remove irqbalance in kernel for 32 bit by Yinghai Lu · 17 years ago
  15. 67fb283 irq: separate sparse_irqs from sparse_irqs_free by Yinghai Lu · 17 years ago
  16. cb5bc83 x86_64: rename irq_desc/irq_desc_alloc by Yinghai Lu · 17 years ago
  17. 46926b6 generic: add irq_desc in function in parameter by Yinghai Lu · 17 years ago
  18. 7d94f7c irq: remove >= nr_irqs checking with config_have_sparse_irq by Yinghai Lu · 17 years ago
  19. 2c6927a irq: replace loop with nr_irqs with for_each_irq_desc by Yinghai Lu · 17 years ago
  20. 9059d8f irq: add irq_desc_without_new by Yinghai Lu · 17 years ago
  21. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 17 years ago
  22. 3bf52a4 irq: sparse irqs, fix IRQ auto-probe crash by Ingo Molnar · 17 years ago
  23. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 17 years ago
  24. fa42d10 irq: sparse irqs, export nr_irqs by Ingo Molnar · 17 years ago
  25. d60458b irq: make irq_desc to use dyn_array by Yinghai Lu · 17 years ago
  26. 85c0f90 irq: introduce nr_irqs by Yinghai Lu · 17 years ago
  27. 5fef06e Merge branch 'linus' into genirq by Ingo Molnar · 17 years ago
  28. 0c5d1eb genirq: record trigger type by David Brownell · 17 years ago
  29. d6d5aeb Merge commit 'v2.6.27-rc8' into genirq by Ingo Molnar · 17 years ago
  30. 7e6e178 genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handler by Pawel MOLL · 17 years ago
  31. 377bf1e genirq: fix irq_desc->depth handling with DEBUG_SHIRQ by Anton Vorontsov · 17 years ago
  32. 51ca3c6 Merge branch 'linus' into x86/core by Ingo Molnar · 17 years ago
  33. f18e439 genirq: switch /proc/irq/*/smp_affinity et al to seqfiles by Alexey Dobriyan · 17 years ago
  34. c69ad71 genirq: better warning on irqchip->set_type() failure by David Brownell · 17 years ago
  35. 15dd859 Merge commit 'v2.6.27-rc1' into x86/core by Ingo Molnar · 17 years ago
  36. 261c40c use WARN() in kernel/irq/chip.c by Arjan van de Ven · 17 years ago
  37. b8c512f Use WARN() in kernel/irq/manage.c by Arjan van de Ven · 17 years ago
  38. 6dec3a1 Merge branch 'x86/x2apic' into x86/core by Ingo Molnar · 17 years ago
  39. 7a2c477 kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() by Arjan van de Ven · 17 years ago
  40. 10a010f Merge branch 'linus' into x86/x2apic by Ingo Molnar · 17 years ago
  41. 82736f4 generic irqs: handle failure of irqchip->set_type in setup_irq by Uwe Kleine-König · 17 years ago
  42. 2db8732 set_irq_wake: fix return code and wake status tracking by Uwe Kleine-König · 17 years ago
  43. 8d00a6c genirq: remove last NO_IDLE_HZ leftovers by Thomas Gleixner · 17 years ago
  44. a208f37 Merge branch 'linus' into x86/x2apic by Ingo Molnar · 17 years ago
  45. f84dbb9 genirq: enable polling for disabled screaming irqs by Eric W. Biederman · 17 years ago
  46. 72b1e22 x64, x2apic/intr-remap: generic irq migration support from process context by Suresh Siddha · 17 years ago
  47. 48627d8 genirq: remove extraneous checks in manage.c by Thomas Gleixner · 17 years ago
  48. 1840475 genirq: Expose default irq affinity mask (take 3) by Max Krasnyansky · 18 years ago
  49. 1adb085 genirq: reenable a nobody cared disabled irq when a new driver arrives by Thomas Gleixner · 18 years ago
  50. 1aeb272 kernel: explicitly include required header files under kernel/ by Robert P. J. Day · 18 years ago
  51. d366f8c cpumask: Cleanup more uses of CPU_MASK and NODE_MASK by Mike Travis · 18 years ago
  52. 89d694b genirq: do not leave interupts enabled on free_irq by Thomas Gleixner · 18 years ago
  53. 188fd89 genirq: spurious.c: use time_* macros by S.Caglar Onur · 18 years ago
  54. 46f4f8f IRQ_NOPROBE helper functions by Ralf Baechle · 18 years ago
  55. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 18 years ago
  56. 70edcd7 genirq: stackdump after the "Trying to free already-free IRQ" message by Ingo Molnar · 18 years ago
  57. 96d97cf x86: add /proc/irq/*/spurious to dump the spurious irq debugging state by Andi Kleen · 18 years ago
  58. 9e094c1 genirq: turn irq debugging options into module params by Andi Kleen · 18 years ago
  59. 971e5b35f genirq: revert lazy irq disable for simple irqs by Steven Rostedt · 18 years ago
  60. c642b83 __do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is set by Russ Anderson · 18 years ago
  61. a98ce5c Fix synchronize_irq races with IRQ handler by Herbert Xu · 18 years ago
  62. 28e3fed Compile handle_percpu_irq even for uniprocessor kernels by Ralf Baechle · 18 years ago
  63. 1d99493 Fix CONFIG_DEBUG_SHIRQ trigger on free_irq() by David Woodhouse · 18 years ago
  64. 59845b1 request_irq: fix DEBUG_SHIRQ handling by Jarek Poplawski · 18 years ago
  65. 8b7f071 free_irq(): fix DEBUG_SHIRQ handling by Andrew Morton · 18 years ago
  66. 2464286 genirq: suppress resend of level interrupts by Thomas Gleixner · 18 years ago
  67. 4966342 genirq: cleanup mismerge artifact by Thomas Gleixner · 18 years ago
  68. 88ffc35 Revert "genirq: temporary fix for level-triggered IRQ resend" by Linus Torvalds · 18 years ago
  69. 0fc4969 genirq: temporary fix for level-triggered IRQ resend by Thomas Gleixner · 18 years ago
  70. 0af3678 rip some includes from linux/interrupt.h by Al Viro · 18 years ago
  71. 42ee2b7 x86_64: Report the pending irq if available in smp_affinity by Andi Kleen · 18 years ago
  72. 4f27c00 Improve behaviour of spurious IRQ detect by Alan Cox · 18 years ago
  73. 92ea772 Fix crash with irqpoll due to the IRQF_IRQPOLL flag testing by Linus Torvalds · 19 years ago
  74. 25d6157 [IA64] SN: validate smp_affinity mask on intr redirect by John Keller · 19 years ago
  75. cb0c78c Fix Linuxdoc comment by Jeff Dike · 19 years ago
  76. d85a60d Add IRQF_IRQPOLL flag (common code) by Bernhard Walle · 19 years ago
  77. e729aa1 Pad irq_desc to internode cacheline size by Ravikiran G Thirumalai · 19 years ago
  78. f75d222 IRQ: check for PERCPU flag only when adding first irqaction by Ahmed S. Darwish · 19 years ago
  79. d2d9433 kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique() by Dmitry Adamushko · 19 years ago
  80. 7fe3730 MSI: arch must connect the irq and the msi_desc by Michael Ellerman · 19 years ago
  81. 7f30e49 [PATCH] irq-devres: fix failure path of devm_request_irq() by Tejun Heo · 19 years ago
  82. 2a786b4 [PATCH] genirq: Mask irqs when migrating them. by Eric W. Biederman · 19 years ago
  83. 5575ddf [PATCH] small irq management simplification by Jan Beulich · 19 years ago
  84. 472900b [PATCH] IRQ kernel-doc fixes by Randy Dunlap · 19 years ago
  85. 76d2160 [PATCH] genirq: do not mask interrupts by default by Ingo Molnar · 19 years ago
  86. 771ee3b [PATCH] Add a function to handle interrupt affinity setting by Thomas Gleixner · 19 years ago
  87. 950f442 [PATCH] Add irq flag to disable balancing for an interrupt by Thomas Gleixner · 19 years ago
  88. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 19 years ago
  89. 3f05044 [PATCH] kernel: shut up the IRQ mismatch messages by Alan Cox · 19 years ago
  90. a304e1b [PATCH] Debug shared irqs by David Woodhouse · 19 years ago
  91. 5ea8176 [PATCH] sort the devres mess out by Al Viro · 19 years ago
  92. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 19 years ago
  93. 9ac7849 devres: device resource management by Tejun Heo · 19 years ago
  94. 5b912c1 msi: Kill the msi_desc array. by Eric W. Biederman · 19 years ago
  95. 8528b0f Clear spurious irq stat information when adding irq handler by Linus Torvalds · 19 years ago
  96. 343cde5 [PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warning by Vivek Goyal · 19 years ago
  97. 9d7ac8b [PATCH] genirq: fix irq flow handler uninstall by Thomas Gleixner · 19 years ago
  98. b039db8 [PATCH] __set_irq_handler bogus space by Geert Uytterhoeven · 19 years ago
  99. 6e2ac66 [PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq() by Hidetoshi Seto · 19 years ago
  100. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 19 years ago