1. 38e7c57 x86: Use common threadinfo allocator by Thomas Gleixner · 14 years ago
  2. 986cb48 x86-32/irq: Don't switch to irq stack for a user-mode irq by Linus Torvalds · 14 years ago
  3. 53b5650 x86: Fix the 32-bit stackoverflow-debug build by Ingo Molnar · 15 years ago
  4. 55af779 x86: Panic on detection of stack overflow by Mitsuo Hayasaka · 15 years ago
  5. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 15 years ago
  6. 404cbbd Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  7. 7b698ea x86: Clear irqstack thread_info by Brian Gerst · 15 years ago
  8. 0a3aee0 x86: Use this_cpu_ops to optimize code by Tejun Heo · 15 years ago
  9. 5c1eb08 x86-32: Restore irq stacks NUMA-aware allocations by Eric Dumazet · 16 years ago
  10. 22d4cd4 x86-32: Allocate irq stacks seperate from percpu area by Brian Gerst · 16 years ago
  11. fe8e0c2 x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZE by Alexander van Heukelum · 16 years ago
  12. 2589737 x86-32: Align IRQ stacks properly by Christoph Hellwig · 16 years ago
  13. 7974891 x86: Always use irq stacks by Christoph Hellwig · 16 years ago
  14. 7a7732b x86: Unify fixup_irqs() for 32-bit and 64-bit kernels by Suresh Siddha · 17 years ago
  15. 9f51e24 x86: Use printk_once() by Marcin Slusarz · 17 years ago
  16. 0edcf8d Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 17 years ago
  17. 42f8fae x86: use percpu data for 4k hardirq and softirq stacks by Lai Jiangshan · 17 years ago
  18. e641f5f x86, apic: remove duplicate asm/apic.h inclusions by Ingo Molnar · 17 years ago
  19. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 17 years ago
  20. 7c1d7cd x86: unify do_IRQ() by Jeremy Fitzhardinge · 17 years ago
  21. 9b2b76a x86: add handle_irq() to allow interrupt injection by Jeremy Fitzhardinge · 17 years ago
  22. 1dcdd3d x86: remove mach_apic.h by Ingo Molnar · 17 years ago
  23. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 17 years ago
  24. 72ade5f x86: irq_32.c fix style problems by Jaswinder Singh Rajput · 17 years ago
  25. d7b381b x86: fixup_irqs() doesnt need an argument. by Mike Travis · 17 years ago
  26. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 17 years ago
  27. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 17 years ago
  28. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 18 years ago
  29. 249f6d9 x86: move ack_bad_irq() to irq.c by Thomas Gleixner · 18 years ago
  30. 6b39ba7 x86: unify show_interrupts() and proc helpers by Thomas Gleixner · 18 years ago
  31. c0c168ca x86: cleanup show_interrupts by Thomas Gleixner · 18 years ago
  32. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 18 years ago
  33. 7564676 x86: irq no should not use hex in /proc/interrupts by Yinghai Lu · 18 years ago
  34. 8f09cd2 x86: make HAVE_SPARSE_IRQ support selectable by Yinghai Lu · 18 years ago
  35. 7a959cf x86: add debug info for 32bit sparse_irq by Yinghai Lu · 18 years ago
  36. 497c9a1 x86: make 32bit support per_cpu vector by Yinghai Lu · 18 years ago
  37. 199751d x86: make 32 bit to use sparse_irq by Yinghai Lu · 18 years ago
  38. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 18 years ago
  39. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 18 years ago
  40. 0799e43 x86: use nr_irqs by Yinghai Lu · 18 years ago
  41. dc44e65 x86: capitalize function call interrupts consistently by Andi Kleen · 18 years ago
  42. cbcd79c x86: use __page_aligned_data/bss by Jeremy Fitzhardinge · 18 years ago
  43. 1b8ba39 Merge branch 'x86/irq' into x86/devel by Ingo Molnar · 18 years ago
  44. a2eddfa x86: make /proc/stat account for all interrupts by Jan Beulich · 18 years ago
  45. 403d8ef x86: irq_32 move 4kstacks code to one place by Thomas Gleixner · 18 years ago
  46. de9b10a x86: janitor stack overflow warning patch by Thomas Gleixner · 18 years ago
  47. 04b361a i386: Execute stack overflow warning on interrupt stack v2 by Andi Kleen · 18 years ago
  48. eb0f1c4 proper __do_softirq() prototype by Adrian Bunk · 18 years ago
  49. 5065dba i386: fix asm constraint in do_IRQ() by Jan Beulich · 18 years ago
  50. 77bf90e x86: replace remaining __FUNCTION__ occurances by Harvey Harrison · 18 years ago
  51. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 18 years ago
  52. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 18 years ago
  53. 072f5d8 x86: also show non-zero IRQ counts for vectors that currently don't have a handler by Jan Beulich · 19 years ago
  54. 38e760a x86: expand /proc/interrupts to include missing vectors, v2 by Joe Korty · 19 years ago
  55. 835c34a Delete filenames in comments. by Dave Jones · 19 years ago
  56. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  57. 9a163ed i386: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/irq_32.c]
  58. b352b7f i386: prepare shared kernel/irq.c by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/irq.c]
  59. 09fce8a i386: Update alignment when 4K stacks are used. by Robert P. J. Day · 19 years ago
  60. f34e3b6 use the new percpu interface for shared data by Fenghua Yu · 19 years ago
  61. 7c3576d [PATCH] i386: Convert PDA into the percpu section by Jeremy Fitzhardinge · 19 years ago
  62. ea3d522 Revert "[PATCH] i386: add idle notifier" by Linus Torvalds · 19 years ago
  63. e05d723 [PATCH] i386, apic: clean up the APIC code by Thomas Gleixner · 19 years ago
  64. 2ff2d3d [PATCH] i386: add idle notifier by Stephane Eranian · 19 years ago
  65. a460e74 [PATCH] genirq: clean up irq-flow-type naming by Ingo Molnar · 20 years ago
  66. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 20 years ago
  67. f5b9ed7 [PATCH] genirq: convert the i386 architecture to irq-chips by Ingo Molnar · 20 years ago
  68. 266f056 [PATCH] i386: Fix stack switching in do_IRQ by Andi Kleen · 20 years ago
  69. 55f327f [PATCH] lockdep: irqtrace subsystem, i386 support by Ingo Molnar · 20 years ago
  70. dae8620 [PATCH] genirq MSI fixes by Ingo Molnar · 20 years ago
  71. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 20 years ago
  72. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 20 years ago
  73. a052b68 [PATCH] x86: do_IRQ(): check irq number by Andrew Morton · 20 years ago
  74. 91bf460 [PATCH] do_IRQ() warning fix by Andrew Morton · 20 years ago
  75. 19eadf9 [PATCH] x86: increase interrupt vector range by Rusty Russell · 20 years ago
  76. bdbdaa7 [PATCH] i386/x86-64: adjust /proc/interrupts column headings by Jan Beulich · 20 years ago
  77. a5d157e [PATCH] i386: Fix softirq accounting with 4K stacks by Björn Steinbrink · 20 years ago
  78. 2272205 [PATCH] x86/powerpc make hardirq_ctx and softirq_ctx __read_mostly by Andreas Mohr · 20 years ago
  79. 22fc6ec [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp macros by Ravikiran G Thirumalai · 20 years ago
  80. 9f40a72 [PATCH] x86: hot plug CPU to support physical add of new processors by Natalie Protasevich · 21 years ago
  81. e1367da [PATCH] cpu state clean after hot remove by Li Shaohua · 21 years ago
  82. f370513 [PATCH] i386 CPU hotplug by Zwane Mwaikambo · 21 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 21 years ago