1. 4553573 genirq: use kzalloc instead of explicit zero initialization by Thomas Gleixner · 16 years ago
  2. c8e2aee genirq: remove redundant if condition by Thomas Gleixner · 16 years ago
  3. eb53b4e irq: export remove_irq() and setup_irq() symbols by Magnus Damm · 16 years ago
  4. cbf94f0 irq: match remove_irq() args with setup_irq() by Magnus Damm · 16 years ago
  5. f21cfb2 irq: add remove_irq() for freeing of setup_irq() irqs by Magnus Damm · 16 years ago
  6. c02368a9 Merge branch 'linus' into irq/genirq by Ingo Molnar · 16 years ago
  7. f17c754 irq: name 'p' variables a bit better by Ingo Molnar · 16 years ago
  8. 8316e38 irq: further clean up the free_irq() code flow by Ingo Molnar · 16 years ago
  9. ae88a23 irq: refactor and clean up the free_irq() code flow by Ingo Molnar · 16 years ago
  10. 327ec56 irq: clean up manage.c by Ingo Molnar · 16 years ago
  11. 0e43785 irq: use GFP_KERNEL for action allocation in request_irq() by Johannes Weiner · 16 years ago
  12. 97179fd cpumask fallout: Initialize irq_default_affinity earlier by David Daney · 16 years ago
  13. 1267a8d Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too. by David Daney · 16 years ago
  14. d036e67 cpumask: convert kernel/irq by Rusty Russell · 16 years ago
  15. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  16. 179475a Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  17. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  18. cb9c34e Merge commit 'v2.6.28-rc7' into core/locking by Ingo Molnar · 16 years ago
  19. 470c662 genirq: warn when IRQF_DISABLED may be ignored by David Brownell · 16 years ago
  20. f2b662d genirq: record IRQ_LEVEL in irq_desc[] by David Brownell · 16 years ago
  21. 3ff68a6 genirq: __irq_set_trigger: change pr_warning to pr_debug by Mark Nelson · 16 years ago
  22. f131e24 irq: fix typo by Ingo Molnar · 16 years ago
  23. 612e368 genirq: fix the affinity setting in setup_irq by Thomas Gleixner · 16 years ago
  24. f6d87f4 genirq: keep affinities set from userspace across free/request_irq() by Thomas Gleixner · 16 years ago
  25. d3c6004 genirq: cleanup the sparseirq modifications by Thomas Gleixner · 16 years ago
  26. 932775a x86: HPET_MSI change IRQ affinity in process context when it is disabled by venkatesh.pallipadi@intel.com · 16 years ago
  27. 8b8e8c1 x86: remove irqbalance in kernel for 32 bit by Yinghai Lu · 16 years ago
  28. cb5bc83 x86_64: rename irq_desc/irq_desc_alloc by Yinghai Lu · 16 years ago
  29. 7d94f7c irq: remove >= nr_irqs checking with config_have_sparse_irq by Yinghai Lu · 16 years ago
  30. 2c6927a irq: replace loop with nr_irqs with for_each_irq_desc by Yinghai Lu · 16 years ago
  31. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  32. 85c0f90 irq: introduce nr_irqs by Yinghai Lu · 16 years ago
  33. 5fef06e Merge branch 'linus' into genirq by Ingo Molnar · 16 years ago
  34. 0c5d1eb genirq: record trigger type by David Brownell · 16 years ago
  35. d6d5aeb Merge commit 'v2.6.27-rc8' into genirq by Ingo Molnar · 16 years ago
  36. 7e6e178 genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handler by Pawel MOLL · 16 years ago
  37. 377bf1e genirq: fix irq_desc->depth handling with DEBUG_SHIRQ by Anton Vorontsov · 16 years ago
  38. 51ca3c6 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  39. c69ad71 genirq: better warning on irqchip->set_type() failure by David Brownell · 16 years ago
  40. 15dd859 Merge commit 'v2.6.27-rc1' into x86/core by Ingo Molnar · 16 years ago
  41. b8c512f Use WARN() in kernel/irq/manage.c by Arjan van de Ven · 16 years ago
  42. 6dec3a1 Merge branch 'x86/x2apic' into x86/core by Ingo Molnar · 16 years ago
  43. 7a2c477 kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() by Arjan van de Ven · 16 years ago
  44. 10a010f Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  45. 82736f4 generic irqs: handle failure of irqchip->set_type in setup_irq by Uwe Kleine-König · 16 years ago
  46. 2db8732 set_irq_wake: fix return code and wake status tracking by Uwe Kleine-König · 16 years ago
  47. a208f37a Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  48. 72b1e22 x64, x2apic/intr-remap: generic irq migration support from process context by Suresh Siddha · 16 years ago
  49. 48627d8 genirq: remove extraneous checks in manage.c by Thomas Gleixner · 16 years ago
  50. 1840475 genirq: Expose default irq affinity mask (take 3) by Max Krasnyansky · 17 years ago
  51. 1adb085 genirq: reenable a nobody cared disabled irq when a new driver arrives by Thomas Gleixner · 17 years ago
  52. 1aeb272 kernel: explicitly include required header files under kernel/ by Robert P. J. Day · 17 years ago
  53. 70edcd7 genirq: stackdump after the "Trying to free already-free IRQ" message by Ingo Molnar · 17 years ago
  54. a98ce5c Fix synchronize_irq races with IRQ handler by Herbert Xu · 17 years ago
  55. 1d99493 Fix CONFIG_DEBUG_SHIRQ trigger on free_irq() by David Woodhouse · 17 years ago
  56. 59845b1 request_irq: fix DEBUG_SHIRQ handling by Jarek Poplawski · 17 years ago
  57. 8b7f071 free_irq(): fix DEBUG_SHIRQ handling by Andrew Morton · 17 years ago
  58. f75d222 IRQ: check for PERCPU flag only when adding first irqaction by Ahmed S. Darwish · 18 years ago
  59. 771ee3b [PATCH] Add a function to handle interrupt affinity setting by Thomas Gleixner · 18 years ago
  60. 950f442 [PATCH] Add irq flag to disable balancing for an interrupt by Thomas Gleixner · 18 years ago
  61. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 18 years ago
  62. 3f05044 [PATCH] kernel: shut up the IRQ mismatch messages by Alan Cox · 18 years ago
  63. a304e1b [PATCH] Debug shared irqs by David Woodhouse · 18 years ago
  64. 5ea8176 [PATCH] sort the devres mess out by Al Viro · 18 years ago
  65. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  66. 8528b0f Clear spurious irq stat information when adding irq handler by Linus Torvalds · 18 years ago
  67. 8b126b7 [PATCH] setup_irq(): better mismatch debugging by Andrew Morton · 18 years ago
  68. da48279 IRQ: Typedef the IRQ handler function type by David Howells · 18 years ago
  69. 15a647e [PATCH] genirq: {en,dis}able_irq_wake() need refcounting too by David Brownell · 18 years ago
  70. fbb9ce95 [PATCH] lockdep: core by Ingo Molnar · 19 years ago
  71. 284c668 [PATCH] genirq:fixup missing SA_PERCPU replacement by Thomas Gleixner · 19 years ago
  72. 3cca53b [PATCH] irq-flags: generic irq: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  73. e8c4b9d [PATCH] IRQ: warning message cleanup by Bjorn Helgaas · 19 years ago
  74. 17311c0 [PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flags by Bjorn Helgaas · 19 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  76. f1c2662 [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename by Ingo Molnar · 19 years ago
  77. e76de9f [PATCH] genirq: add SA_TRIGGER support by Thomas Gleixner · 19 years ago
  78. ba9a233 [PATCH] genirq: add irq-wake (power-management) support by Thomas Gleixner · 19 years ago
  79. 6a6de9e [PATCH] genirq: core by Thomas Gleixner · 19 years ago
  80. a34db9b [PATCH] genirq: update copyrights by Ingo Molnar · 19 years ago
  81. 94d39e1 [PATCH] genirq: add IRQ_NOAUTOEN support by Thomas Gleixner · 19 years ago
  82. 6550c77 [PATCH] genirq: add IRQ_NOREQUEST support by Thomas Gleixner · 19 years ago
  83. 3418d72 [PATCH] genirq: add IRQ_NOPROBE support by Thomas Gleixner · 19 years ago
  84. a4633adc [PATCH] genirq: add genirq sw IRQ-retrigger by Thomas Gleixner · 19 years ago
  85. c0ad90a [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() by Ingo Molnar · 19 years ago
  86. 096c813 [PATCH] genirq: debug: better debug printout in enable_irq() by Thomas Gleixner · 19 years ago
  87. 0d7012a [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU by Ingo Molnar · 19 years ago
  88. cd916d3 [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] by Ingo Molnar · 19 years ago
  89. 34ffdb7 [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete by Ingo Molnar · 19 years ago
  90. 06fcb0c [PATCH] genirq: cleanup: misc code cleanups by Ingo Molnar · 19 years ago
  91. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 19 years ago
  92. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 19 years ago
  93. 13e87ec [PATCH] request_irq(): remove warnings from irq probing by Andrew Morton · 19 years ago
  94. cd7b24b [PATCH] warn if free_irq() is called from IRQ context by Ingo Molnar · 19 years ago
  95. f516342 [PATCH] Add SA_PERCPU_IRQ flag support by Dimitri Sivanich · 19 years ago
  96. eee4526 [PATCH] Alpha: convert to generic irq framework (generic part) by Ivan Kokshaysky · 19 years ago
  97. c2b5a25 [PATCH] Check the irq number is within bounds by Matthew Wilcox · 19 years ago
  98. 1e5d533 [PATCH] more kernel-doc cleanups, additions by Randy Dunlap · 19 years ago
  99. 54d5d42 [PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity by Ashok Raj · 19 years ago
  100. b77d6ad [PATCH] uml: make hw_controller_type->release exist only for archs needing it by Paolo 'Blaisorblade' Giarrusso · 20 years ago