1. f7f3d79 x86: don't make irq_return global by Adrian Bunk · 18 years ago
  2. 3701d863 x86: fixup more paravirt fallout by Ingo Molnar · 18 years ago
  3. 3e7622f x86: move to .rodata/.init.data by Jan Beulich · 18 years ago
  4. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 18 years ago
  5. 0aa97fb x86 vDSO: ia32_sysenter_target by Roland McGrath · 18 years ago
  6. 6abcd98 x86: irqflags consolidation by Glauber de Oliveira Costa · 18 years ago
  7. fb9fc39 Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 19 years ago
  8. 93b1eab paravirt: refactor struct paravirt_ops into smaller pv_*_ops by Jeremy Fitzhardinge · 19 years ago
  9. c7e872e lockdep: i386: connect the sysexit hook by Peter Zijlstra · 19 years ago
  10. 9a163ed i386: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/entry_32.S]
  11. 668a3bf i386: prepare shared kernel/entry.S by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/entry.S]
  12. 541054d i386: prepare shared kernel/syscall_table.S by Thomas Gleixner · 19 years ago
  13. a10d9a7 i386: fixup TRACE_IRQ breakage by Peter Zijlstra · 19 years ago
  14. 9ec2b80 xen: use iret directly when possible by Jeremy Fitzhardinge · 19 years ago
  15. 5ead97c xen: Core Xen implementation by Jeremy Fitzhardinge · 19 years ago
  16. 1e2e99f i386: fix regression, endless loop in ptrace singlestep over an int80 by Jason Wessel · 19 years ago
  17. 889f21c [PATCH] i386: fix wrong comment for syscall stack layout by Andi Kleen · 19 years ago
  18. e0bb864 [PATCH] i386: Convert VMI timer to use clock events by Zachary Amsden · 19 years ago
  19. 7c3576d [PATCH] i386: Convert PDA into the percpu section by Jeremy Fitzhardinge · 19 years ago
  20. 7a61d35 [PATCH] i386: Page-align the GDT by Jeremy Fitzhardinge · 19 years ago
  21. 42c24fa [PATCH] i386: PARAVIRT: Fix patch site clobbers to include return register by Jeremy Fitzhardinge · 19 years ago
  22. d4f7a2c [PATCH] i386: Relocate VDSO ELF headers to match mapped location with COMPAT_VDSO by Jeremy Fitzhardinge · 19 years ago
  23. 4fbb596 [PATCH] i386: cleanup GDT Access by Rusty Russell · 19 years ago
  24. f76c392 [PATCH] i386: No need to use -traditional for processing asm in i386/kernel/ by Jeremy Fitzhardinge · 19 years ago
  25. 47a55cd [PATCH] i386: entry.S END/ENDPROC annotations by Jan Beulich · 19 years ago
  26. bbab4f3 [PATCH] i386: vMI timer patches by Zachary Amsden · 19 years ago
  27. 464d1a7 [PATCH] i386: Convert i386 PDA code to use %fs by Jeremy Fitzhardinge · 19 years ago
  28. a1f3bb9 [PATCH] Fix CONFIG_COMPAT_VDSO by Roland McGrath · 19 years ago
  29. d1526e2 Remove stack unwinder for now by Linus Torvalds · 19 years ago
  30. 139ec7c [PATCH] paravirt: Patch inline replacements for paravirt intercepts by Rusty Russell · 19 years ago
  31. d3561b7 [PATCH] paravirt: header and stubs for paravirtualisation by Rusty Russell · 19 years ago
  32. 74b47a7 [PATCH] i386: Fix entry.S code with !CONFIG_VM86 by Joe Korty · 19 years ago
  33. b2938f8 [PATCH] i386: Implement smp_processor_id() with the PDA by Jeremy Fitzhardinge · 19 years ago
  34. f95d47c [PATCH] i386: Use %gs as the PDA base-segment in the kernel by Jeremy Fitzhardinge · 19 years ago
  35. eb5b7b9 [PATCH] i386: Use asm-offsets for the offsets of registers into the pt_regs struct by Jeremy Fitzhardinge · 19 years ago
  36. be44d2a [PATCH] i386: espfix cleanup by Stas Sergeev · 19 years ago
  37. adf1423 [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder by Jan Beulich · 20 years ago
  38. 78be370 [PATCH] i386: Allow a kernel not to be in ring 0 by Rusty Russell · 20 years ago
  39. 0da5db3 [PATCH] i386: Abstract sensitive instructions by Rusty Russell · 20 years ago
  40. a549b86 [PATCH] i386: annotate FIX_STACK() and the rest of nmi() by Chuck Ebbert · 20 years ago
  41. 0603975 [PATCH] i386: Disallow kprobes on NMI handlers by Fernando Luis Vázquez Cao · 20 years ago
  42. 02ba1a3 [PATCH] i386: move kernel_thread_helper into entry.S by Andi Kleen · 20 years ago
  43. d28c439 [PATCH] x86: error_code is not safe for kprobes by Prasanna S.P · 20 years ago
  44. 47a5c6f x86: save/restore eflags in context switch by Linus Torvalds · 20 years ago
  45. 25d7dfd [PATCH] Fix trivial unwind info bug by Markus Armbruster · 20 years ago
  46. 55f327f [PATCH] lockdep: irqtrace subsystem, i386 support by Ingo Molnar · 20 years ago
  47. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  48. e6e5494 [PATCH] vdso: randomize the i386 vDSO by moving it into a vma by Ingo Molnar · 20 years ago
  49. 4031ff3 [PATCH] fix broken vm86 interrupt/signal handling by Aleksey Gorelov · 20 years ago
  50. 19eadf9 [PATCH] x86: increase interrupt vector range by Rusty Russell · 20 years ago
  51. fe7cacc [PATCH] i386: reliable stack trace support i386 entry.S by Jan Beulich · 20 years ago
  52. 176a271 [PATCH] i386: reliable stack trace support (i386) by Jan Beulich · 20 years ago
  53. 635cf99 [PATCH] i386: fix singlestep through an int80 syscall by Chuck Ebbert · 20 years ago
  54. 64ca900 [PATCH] Make vm86 support optional by Matt Mackall · 20 years ago
  55. bb152f5 [PATCH] x86/x86_64: mark rodata section read-only: make some datastructures const by Arjan van de Ven · 20 years ago
  56. e271820 [PATCH] i386: NMI pointer comparison fix by Jan Beulich · 20 years ago
  57. c3ff8ec [PATCH] i386: Don't miss pending signals returning to user mode after signal processing by Roland McGrath · 21 years ago
  58. 3d97ae5 [PATCH] kprobes: prevent possible race conditions i386 changes by Prasanna S Panchamukhi · 21 years ago
  59. 640aa46 [PATCH] uml: SYSEMU: slight cleanup and speedup by Paolo 'Blaisorblade' Giarrusso · 21 years ago
  60. c8c86ce [PATCH] Uml support: reorganize PTRACE_SYSEMU support by Bodo Stroesser · 21 years ago
  61. ed75e8d [PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and general usage by Laurent Vivier · 21 years ago
  62. 5e7b83f [PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for i386 by Paolo 'Blaisorblade' Giarrusso · 21 years ago
  63. 48c8821 [PATCH] x86: entry.S trap return fixes by Stas Sergeev · 21 years ago
  64. a879cbb x86: make traps on 'iret' be debuggable in user space by Linus Torvalds · 21 years ago
  65. 5df2408 [PATCH] fix crash in entry.S restore_all by Stas Sergeev · 21 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 21 years ago