1. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  2. 9b6dba9 x86: Merge simd_math_error() into math_error() by Brian Gerst · 15 years ago
  3. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  4. 36e9e1e x86: Handle legacy PIC interrupts on all the cpu's by Suresh Siddha · 15 years ago
  5. 28c6a0b x86, legacy_irq: Remove left over nr_legacy_irqs by Yinghai Lu · 15 years ago
  6. 54b5617 Merge remote branch 'origin/x86/apic' into x86/mrst by H. Peter Anvin · 15 years ago
  7. b81bb37 x86, pic: Make use of legacy_pic abstraction by Jacob Pan · 15 years ago
  8. 9794339 x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu's by Suresh Siddha · 15 years ago
  9. 4a4de9c x86: UV RTC: Rename generic_interrupt to x86_platform_ipi by Dimitri Sivanich · 15 years ago
  10. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  11. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  12. df58bee Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  13. 54e2603 x86: platform: Fix section annotations by Thomas Gleixner · 15 years ago
  14. 66bcaf0 x86: Move irq_init to x86_init_ops by Thomas Gleixner · 15 years ago
  15. d9112f4 x86: Move pre_intr_init to x86_init_ops by Thomas Gleixner · 15 years ago
  16. 6effa8f6 x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD" by Hidehiro Kawai · 15 years ago
  17. c1ebf83 x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCE by Andi Kleen · 15 years ago
  18. 0d59597 Merge branch 'linus' into x86/mce3 by Ingo Molnar · 15 years ago
  19. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  20. 4ef702c x86: fix panic with interrupts off (needed for MCE) by Andi Kleen · 15 years ago
  21. ccc3c31 x86, mce: implement bootstrapping for machine check wakeups by Andi Kleen · 15 years ago
  22. 48b1fdd Merge branch 'irq/numa' into x86/mce3 by H. Peter Anvin · 15 years ago
  23. 77857dc x86: use used_vectors in init_IRQ() by Yinghai Lu · 16 years ago
  24. 47f16ca x86, irqinit: preempt merge conflicts by Ingo Molnar · 16 years ago
  25. abdb5a5 x86: remove some ifdefs from native_init_IRQ() by Pekka Enberg · 16 years ago
  26. ac3048d x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefs by Pekka Enberg · 16 years ago
  27. 31cb45e x86: unify irqinit_{32,64}.c into irqinit.c by Pekka Enberg · 16 years ago[Renamed from arch/x86/kernel/irqinit_32.c]
  28. ab19c25 x86: unify apic_intr_init() in irqinit_{32,64}.c by Pekka Enberg · 16 years ago
  29. 7788386 x86: unify trivial differences in irqinit_{32,64}.c by Pekka Enberg · 16 years ago
  30. 320fd99 x86: unify native_init_IRQ() in irqinit_{32,64}.c by Pekka Enberg · 16 years ago
  31. 598c73d x86: unify init_ISA_irqs() in irqinit_{32,64}.c by Pekka Enberg · 16 years ago
  32. b0096bb x86: unify smp_intr_init() in irqinit_{32,64}.h by Pekka Enberg · 16 years ago
  33. d3496c8 x86: use identical loop constructs in 32-bit and 64-bit native_init_IRQ() by Pekka Enberg · 16 years ago
  34. 22813c4 x86: introduce apic_intr_init() in irqinit_32.c by Pekka Enberg · 16 years ago
  35. 36290d8 x86: introduce smp_intr_init() in irqinit_32.c by Pekka Enberg · 16 years ago
  36. 7371d9f x86: move init_ISA_irqs() in irqinit_32.c to match ordering in irqinit_64.c by Pekka Enberg · 16 years ago
  37. f465145 x86: move x86_quirk_pre_intr_init() to irqinit_32.c by Pekka Enberg · 16 years ago
  38. d17abcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 16 years ago
  39. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 16 years ago
  40. acaabe7 x86: UV, SGI RTC: add generic system vector by Dimitri Sivanich · 16 years ago
  41. 8e6dafd x86: refactor x86_quirks support by Ingo Molnar · 16 years ago
  42. 02cf94c x86: make x86_32 use tlb_64.c by Tejun Heo · 16 years ago
  43. aa09e6c x86: irqinit_32.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  44. 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
  45. 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
  46. b77b881 x86: fix lguest used_vectors breakage, -v2 by Yinghai Lu · 16 years ago
  47. 99d093d x86: use NR_IRQS_LEGACY by Yinghai Lu · 16 years ago
  48. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  49. 4687518 x86: 32 bit: interrupt stub consistency with 64 bit by H. Peter Anvin · 16 years ago
  50. a1aca5d genirq: remove artifacts from sparseirq removal by Ingo Molnar · 16 years ago
  51. ee32c97 genirq: remove irq_to_desc_alloc by Thomas Gleixner · 16 years ago
  52. 497c9a1 x86: make 32bit support per_cpu vector by Yinghai Lu · 16 years ago
  53. 199751d x86: make 32 bit to use sparse_irq by Yinghai Lu · 16 years ago
  54. 0799e43 x86: use nr_irqs by Yinghai Lu · 16 years ago
  55. 2ae111c x86: apic interrupts - move assignments to irqinit_32.c, v2 by Cyrill Gorcunov · 16 years ago
  56. f20b11e x86: rename the i8259_32/64.c leftovers to initirq_32/64.c by Thomas Gleixner · 16 years ago[Renamed from arch/x86/kernel/i8259_32.c]
  57. 40bd217 x86: automatical unification of i8259.c by Pavel Machek · 16 years ago
  58. 7c6357d x86: i8259A: remove redundant irq_descinitialization by Ahmed S. Darwish · 17 years ago
  59. 466eed2 x86: isolate PIC/PIT in/out calls by Alan Cox · 17 years ago
  60. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  61. f20ebee x86: move 8259 defines to i8259.h by Thomas Gleixner · 17 years ago
  62. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  63. dbeb2be i386: introduce "used_vectors" bitmap which can be used to reserve vectors. by Rusty Russell · 17 years ago
  64. 6a61f6a x86: clean up struct irqaction initializers by Thomas Gleixner · 17 years ago
  65. 5d5a298 x86: kill 8253pit.h by Thomas Gleixner · 17 years ago
  66. 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/i8259_32.c]
  67. b4ab0cf i386: prepare shared kernel/i8259.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/i8259.c]
  68. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  69. 76d2160 [PATCH] genirq: do not mask interrupts by default by Ingo Molnar · 18 years ago
  70. e9e2cdb [PATCH] clockevents: i386 drivers by Thomas Gleixner · 18 years ago
  71. d3561b7 [PATCH] paravirt: header and stubs for paravirtualisation by Rusty Russell · 18 years ago
  72. a460e74 [PATCH] genirq: clean up irq-flow-type naming by Ingo Molnar · 18 years ago
  73. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  74. f5b9ed7 [PATCH] genirq: convert the i386 architecture to irq-chips by Ingo Molnar · 18 years ago
  75. 35d534a [PATCH] x86: - restore i8259A eoi status on resume by Matthew Garrett · 18 years ago
  76. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  77. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 18 years ago
  78. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  79. 110cb1d [PATCH] x86: use proper defines for i8259A I/O by Andreas Mohr · 18 years ago
  80. ce3a161 [PATCH] useless includes of linux/irq.h in arch/i386 by Al Viro · 19 years ago
  81. cee5dab [PATCH] kexec: x86: i8259 shutdown: disable interrupts by Eric W. Biederman · 19 years ago
  82. 438510f [PATCH] pm_message_t: more fixes in common and i386 by Pavel Machek · 20 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago