1. 7a7732b x86: Unify fixup_irqs() for 32-bit and 64-bit kernels by Suresh Siddha · 15 years ago
  2. 7c1d7cd x86: unify do_IRQ() by Jeremy Fitzhardinge · 16 years ago
  3. 9b2b76a x86: add handle_irq() to allow interrupt injection by Jeremy Fitzhardinge · 16 years ago
  4. 3819cd4 x86: remove include of apic.h from hardirq_64.h by Brian Gerst · 16 years ago
  5. d650a51 x86: merge irq_regs.h by Brian Gerst · 16 years ago
  6. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  7. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 16 years ago
  8. 5f66b2a x86: irq_64.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  9. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  10. 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
  11. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  12. d7b381b x86: fixup_irqs() doesnt need an argument. by Mike Travis · 16 years ago
  13. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 16 years ago
  14. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  15. bcbc4f2 tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt by Frederic Weisbecker · 16 years ago
  16. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  17. f377fa1 x86: clean up stack overflow debug check by Ingo Molnar · 16 years ago
  18. 3aeb95d x86_64: fix the check in stack_overflow_check by jia zhang · 16 years ago
  19. 249f6d9 x86: move ack_bad_irq() to irq.c by Thomas Gleixner · 16 years ago
  20. 6b39ba7 x86: unify show_interrupts() and proc helpers by Thomas Gleixner · 16 years ago
  21. c0c168ca x86: cleanup show_interrupts by Thomas Gleixner · 16 years ago
  22. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 16 years ago
  23. 7564676 x86: irq no should not use hex in /proc/interrupts by Yinghai Lu · 16 years ago
  24. 8f09cd2 x86: make HAVE_SPARSE_IRQ support selectable by Yinghai Lu · 17 years ago
  25. 6d50bc2 x86: use 28 bits irq NR for pci msi/msix and ht by Yinghai Lu · 17 years ago
  26. 52b1732 x86_64: make /proc/interrupts work with dyn irq_desc by Yinghai Lu · 17 years ago
  27. cb5bc83 x86_64: rename irq_desc/irq_desc_alloc by Yinghai Lu · 17 years ago
  28. 1d5f6b3 x86: check with without_new in show_interrupts by Yinghai Lu · 17 years ago
  29. 46926b6 generic: add irq_desc in function in parameter by Yinghai Lu · 17 years ago
  30. 7d94f7c irq: remove >= nr_irqs checking with config_have_sparse_irq by Yinghai Lu · 17 years ago
  31. 2c6927a irq: replace loop with nr_irqs with for_each_irq_desc by Yinghai Lu · 17 years ago
  32. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 17 years ago
  33. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 17 years ago
  34. 0799e43 x86: use nr_irqs by Yinghai Lu · 17 years ago
  35. dc44e65 x86: capitalize function call interrupts consistently by Andi Kleen · 17 years ago
  36. a2eddfa x86: make /proc/stat account for all interrupts by Jan Beulich · 17 years ago
  37. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  38. 87ebecf x86: move ack_bad_irq into irq code by Thomas Gleixner · 17 years ago
  39. 072f5d8 x86: also show non-zero IRQ counts for vectors that currently don't have a handler by Jan Beulich · 17 years ago
  40. 38e760a x86: expand /proc/interrupts to include missing vectors, v2 by Joe Korty · 17 years ago
  41. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  42. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  43. 250c227 x86_64: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/irq_64.c]
  44. 201962c x86_64: prepare shared kernel/irq.c by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/irq.c]
  45. 48d8d7e x86_64 irq: use mask/unmask and proper locking in fixup_irqs() by Siddha, Suresh B · 18 years ago
  46. c9f4f06 wrap access to thread_info by Roman Zippel · 18 years ago
  47. 2fb12a9 [PATCH] x86-64: survive having no irq mapping for a vector by Eric W. Biederman · 18 years ago
  48. 9a45732 [PATCH] x86-64: Rate limit no irq handler messages by Andi Kleen · 18 years ago
  49. a460e74 [PATCH] genirq: clean up irq-flow-type naming by Ingo Molnar · 18 years ago
  50. d3696cf [PATCH] x86_64 irq: Scream but don't die if we receive an unexpected irq by Eric W. Biederman · 18 years ago
  51. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  52. 550f229 [PATCH] genirq: x86_64 irq: make vector_irq per cpu by Eric W. Biederman · 18 years ago
  53. e500f57 [PATCH] genirq: x86_64 irq: Make the external irq handlers report their vector, not the irq number by Eric W. Biederman · 18 years ago
  54. f29bd1b [PATCH] genirq: convert the x86_64 architecture to irq-chips by Ingo Molnar · 18 years ago
  55. 6c96a29 [PATCH] Remove apic mismatch counter by Andi Kleen · 18 years ago
  56. 7f11d8a [PATCH] Remove all ifdefs for local/io apic by Andi Kleen · 18 years ago
  57. 2601e64 [PATCH] lockdep: irqtrace subsystem, x86_64 support by Ingo Molnar · 19 years ago
  58. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 19 years ago
  59. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 19 years ago
  60. a052b68 [PATCH] x86: do_IRQ(): check irq number by Andrew Morton · 19 years ago
  61. 19eadf9 [PATCH] x86: increase interrupt vector range by Rusty Russell · 19 years ago
  62. 4961f10 [PATCH] x86_64: (resend) x86_64 stack overflow debugging by Eric Sandeen · 19 years ago
  63. bdbdaa7 [PATCH] i386/x86-64: adjust /proc/interrupts column headings by Jan Beulich · 19 years ago
  64. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 19 years ago
  65. df79efd [PATCH] x86_64: Node local pda take 2 -- cpu_pda preparation by Ravikiran G Thirumalai · 19 years ago
  66. 95833c8 [PATCH] x86_64: Add idle notifiers by Andi Kleen · 19 years ago
  67. 24dead8 [PATCH] Remove unnecessary BUG_ON in irq.c by Alexander Nyberg · 19 years ago
  68. ed6b676 [PATCH] x86_64: Switch to the interrupt stack when running a softirq in local_bh_enable() by Andi Kleen · 20 years ago
  69. 76e4f66 [PATCH] x86_64: CPU hotplug support by Ashok Raj · 20 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago