1. 8574df1 x86: Don't include linux/irq.h from asm/hardirq.h by Nicolai Stange · 6 years ago
  2. 13be448 KAISER: Kernel Address Isolation by Richard Fellner · 7 years ago
  3. a782a7e x86/irq: Store irq descriptor in vector array by Thomas Gleixner · 9 years ago
  4. 7276c6a x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED by Thomas Gleixner · 9 years ago
  5. c2f9b0a Merge branch 'x86/ras' into x86/core, to fix conflicts by Ingo Molnar · 9 years ago
  6. f6b3c72c x86/irq: Define a global vector for VT-d Posted-Interrupts by Feng Wu · 9 years ago
  7. 8b455e6 x86/asm/entry/irq: Clean up IRQn_VECTOR macros by Brian Gerst · 9 years ago
  8. 24fd78a x86/mce/amd: Introduce deferred error interrupt handler by Aravind Gopalakrishnan · 9 years ago
  9. 3304c9c x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout by Denys Vlasenko · 9 years ago
  10. 74afab7 x86, irq: Move local APIC related code from io_apic.c into vector.c by Jiang Liu · 10 years ago
  11. 2414e02 x86: Avoid building unused IRQ entry stubs by Jan Beulich · 10 years ago
  12. 60e684f x86/irq: Fix XT-PIC-XT-PIC in /proc/interrupts by Maciej W. Rozycki · 10 years ago
  13. a90b858 x86: Fix non-PC platform kernel crash on boot due to NULL dereference by Andy Shevchenko · 10 years ago
  14. facd8fd x86, devicetree, irq: Use common mechanism to support irqdomain by Jiang Liu · 10 years ago
  15. 95d76ac x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACY by Jiang Liu · 10 years ago
  16. 9345005 x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqs by Prarit Bhargava · 11 years ago
  17. d78f266 KVM: VMX: Register a new IPI for posted interrupt by Yang Zhang · 11 years ago
  18. bc3eba6 x86, 386 removal: Remove support for IRQ 13 FPU error reporting by H. Peter Anvin · 12 years ago
  19. 52aec33 x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR by Alex Shi · 12 years ago
  20. eb05df9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  21. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  22. f05e798 Disintegrate asm/system.h for X86 by David Howells · 12 years ago
  23. 0b2f4d4 x86: use for_each_clear_bit_from() by Akinobu Mita · 13 years ago
  24. c940826 x86: Use enum instead of literals for trap values by Kees Cook · 13 years ago
  25. edbaa60 driver-core: remove sysdev.h usage. by Kay Sievers · 13 years ago
  26. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  27. b77e70b x86, mce: Replace MCE_SELF_VECTOR by irq_work by Hidetoshi Seto · 13 years ago
  28. d109028 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  29. 181f977 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  30. 9bbbff2 x86: Mark low level interrupts IRQF_NO_THREAD by Thomas Gleixner · 14 years ago
  31. 2c77865 x86: Cleanup the genirq name space by Thomas Gleixner · 14 years ago
  32. bcc7c12 x86: ioapic: Add OF bindings for IO_APIC by Sebastian Andrzej Siewior · 14 years ago
  33. 3879a6f x86: dtb: Add early parsing of IO_APIC by Sebastian Andrzej Siewior · 14 years ago
  34. 3a09fb4 x86: Allocate 32 tlb_invalidate_interrupt handler stubs by Shaohua Li · 14 years ago
  35. 4a60cfa Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  36. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  37. 011d578 x86: Remove useless reinitialization of irq descriptors by Thomas Gleixner · 14 years ago
  38. 9b6dba9 x86: Merge simd_math_error() into math_error() by Brian Gerst · 15 years ago
  39. 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
  40. 36e9e1e x86: Handle legacy PIC interrupts on all the cpu's by Suresh Siddha · 15 years ago
  41. 28c6a0b x86, legacy_irq: Remove left over nr_legacy_irqs by Yinghai Lu · 15 years ago
  42. 54b5617 Merge remote branch 'origin/x86/apic' into x86/mrst by H. Peter Anvin · 15 years ago
  43. b81bb37 x86, pic: Make use of legacy_pic abstraction by Jacob Pan · 15 years ago
  44. 9794339 x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu's by Suresh Siddha · 15 years ago
  45. 4a4de9c x86: UV RTC: Rename generic_interrupt to x86_platform_ipi by Dimitri Sivanich · 15 years ago
  46. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  47. 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
  48. 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
  49. 54e2603 x86: platform: Fix section annotations by Thomas Gleixner · 15 years ago
  50. 66bcaf0 x86: Move irq_init to x86_init_ops by Thomas Gleixner · 15 years ago
  51. d9112f4 x86: Move pre_intr_init to x86_init_ops by Thomas Gleixner · 15 years ago
  52. 6effa8f6 x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD" by Hidehiro Kawai · 15 years ago
  53. c1ebf83 x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCE by Andi Kleen · 15 years ago
  54. 0d59597 Merge branch 'linus' into x86/mce3 by Ingo Molnar · 15 years ago
  55. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  56. 4ef702c x86: fix panic with interrupts off (needed for MCE) by Andi Kleen · 15 years ago
  57. ccc3c31 x86, mce: implement bootstrapping for machine check wakeups by Andi Kleen · 15 years ago
  58. 48b1fdd Merge branch 'irq/numa' into x86/mce3 by H. Peter Anvin · 15 years ago
  59. 77857dc x86: use used_vectors in init_IRQ() by Yinghai Lu · 15 years ago
  60. 47f16ca x86, irqinit: preempt merge conflicts by Ingo Molnar · 15 years ago
  61. abdb5a5 x86: remove some ifdefs from native_init_IRQ() by Pekka Enberg · 15 years ago
  62. ac3048d x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefs by Pekka Enberg · 15 years ago
  63. 31cb45e x86: unify irqinit_{32,64}.c into irqinit.c by Pekka Enberg · 15 years ago[Renamed from arch/x86/kernel/irqinit_32.c]
  64. ab19c25 x86: unify apic_intr_init() in irqinit_{32,64}.c by Pekka Enberg · 15 years ago
  65. 7788386 x86: unify trivial differences in irqinit_{32,64}.c by Pekka Enberg · 15 years ago
  66. 320fd99 x86: unify native_init_IRQ() in irqinit_{32,64}.c by Pekka Enberg · 15 years ago
  67. 598c73d x86: unify init_ISA_irqs() in irqinit_{32,64}.c by Pekka Enberg · 15 years ago
  68. b0096bb x86: unify smp_intr_init() in irqinit_{32,64}.h by Pekka Enberg · 15 years ago
  69. d3496c8 x86: use identical loop constructs in 32-bit and 64-bit native_init_IRQ() by Pekka Enberg · 15 years ago
  70. 22813c4 x86: introduce apic_intr_init() in irqinit_32.c by Pekka Enberg · 15 years ago
  71. 36290d8 x86: introduce smp_intr_init() in irqinit_32.c by Pekka Enberg · 15 years ago
  72. 7371d9f x86: move init_ISA_irqs() in irqinit_32.c to match ordering in irqinit_64.c by Pekka Enberg · 15 years ago
  73. f465145 x86: move x86_quirk_pre_intr_init() to irqinit_32.c by Pekka Enberg · 15 years ago
  74. d17abcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  75. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 15 years ago
  76. acaabe7 x86: UV, SGI RTC: add generic system vector by Dimitri Sivanich · 16 years ago
  77. 8e6dafd x86: refactor x86_quirks support by Ingo Molnar · 16 years ago
  78. 02cf94c x86: make x86_32 use tlb_64.c by Tejun Heo · 16 years ago
  79. aa09e6c x86: irqinit_32.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  80. 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
  81. 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
  82. b77b881 x86: fix lguest used_vectors breakage, -v2 by Yinghai Lu · 16 years ago
  83. 99d093d x86: use NR_IRQS_LEGACY by Yinghai Lu · 16 years ago
  84. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  85. 4687518 x86: 32 bit: interrupt stub consistency with 64 bit by H. Peter Anvin · 16 years ago
  86. a1aca5d genirq: remove artifacts from sparseirq removal by Ingo Molnar · 16 years ago
  87. ee32c97 genirq: remove irq_to_desc_alloc by Thomas Gleixner · 16 years ago
  88. 497c9a1 x86: make 32bit support per_cpu vector by Yinghai Lu · 16 years ago
  89. 199751d x86: make 32 bit to use sparse_irq by Yinghai Lu · 16 years ago
  90. 0799e43 x86: use nr_irqs by Yinghai Lu · 16 years ago
  91. 2ae111c x86: apic interrupts - move assignments to irqinit_32.c, v2 by Cyrill Gorcunov · 16 years ago
  92. 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]
  93. 40bd217 x86: automatical unification of i8259.c by Pavel Machek · 16 years ago
  94. 7c6357d x86: i8259A: remove redundant irq_descinitialization by Ahmed S. Darwish · 17 years ago
  95. 466eed2 x86: isolate PIC/PIT in/out calls by Alan Cox · 17 years ago
  96. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  97. f20ebee x86: move 8259 defines to i8259.h by Thomas Gleixner · 17 years ago
  98. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  99. dbeb2be i386: introduce "used_vectors" bitmap which can be used to reserve vectors. by Rusty Russell · 17 years ago
  100. 6a61f6a x86: clean up struct irqaction initializers by Thomas Gleixner · 17 years ago