1. 9ccee23 x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly() by Andy Lutomirski · 8 years ago
  2. e0c4f67 x86/mm: Convert trivial cases of page table walk to 5-level paging by Kirill A. Shutemov · 8 years ago
  3. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  4. 3ba5b5e x86/vm86: Fix unused variable warning if THP is disabled by Kirill A. Shutemov · 8 years ago
  5. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  6. 2823d4d x86, bitops: remove use of "sbb" to return CF by H. Peter Anvin · 9 years ago
  7. bc696ca x86/cpufeature: Replace the old static_cpu_has() with safe variant by Borislav Petkov · 9 years ago
  8. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 9 years ago
  9. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
  10. 76fc5e7 x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0 by Andy Lutomirski · 9 years ago
  11. decd275 x86/vm86: Rename vm86->v86flags and v86mask by Brian Gerst · 9 years ago
  12. 1342635 x86/vm86: Rename vm86->vm86_info to user_vm86 by Brian Gerst · 9 years ago
  13. ba3e127 x86/vm86: Clean up vm86.h includes by Brian Gerst · 9 years ago
  14. 5ed92a8 x86/vm86: Use the normal pt_regs area for vm86 by Brian Gerst · 9 years ago
  15. 90c6085 x86/vm86: Eliminate 'struct kernel_vm86_struct' by Brian Gerst · 9 years ago
  16. d4ce0f2 x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86' by Brian Gerst · 9 years ago
  17. 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 9 years ago
  18. ed0b2ed x86/entry/vm86: Move userspace accesses to do_sys_vm86() by Brian Gerst · 10 years ago
  19. df1ae9a x86/entry/vm86: Preserve 'orig_ax' by Brian Gerst · 10 years ago
  20. 0233606 x86/entry/vm86: Clean up saved_fs/gs by Brian Gerst · 10 years ago
  21. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
  22. 5522ddb x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...) by Alexander van Heukelum · 12 years ago
  23. 49cb25e x86: get rid of pt_regs argument in vm86/vm86old by Al Viro · 12 years ago
  24. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
  25. e76623d x86: get rid of TIF_IRET hackery by Al Viro · 12 years ago
  26. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 13 years ago
  27. eb05df9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  28. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 13 years ago
  29. 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 13 years ago
  30. 6015ff1 x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=n by Al Viro · 13 years ago
  31. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  32. bae9c19 thp: split_huge_page_mm/vma by Andrea Arcangeli · 14 years ago
  33. 6554287 x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers. by Bart Oldeman · 14 years ago
  34. f1382f1 x86, 32-bit: Convert sys_vm86 & sys_vm86old by Brian Gerst · 15 years ago
  35. 9b29e82 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  36. 3aa6b18 x86: Fix non-lazy GS handling in sys_vm86() by Lubomir Rintel · 16 years ago
  37. 975e5f4 x86: use symbolic name for VM86_SIGNAL when used as vm86 default return by Samuel Bronson · 16 years ago
  38. b12bdaf x86: use regparm(3) for passed-in pt_regs pointer by Brian Gerst · 16 years ago
  39. 253f29a x86: pass in pt_regs pointer for syscalls that need it by Brian Gerst · 16 years ago
  40. d9a89a2 x86: add %gs accessors for x86_32 by Tejun Heo · 16 years ago
  41. bbc1f69 x86: Introducing asm/syscalls.h by Jaswinder Singh · 17 years ago
  42. a5c15d4 x86: replace most VM86 flags with flags from processor-flags.h by gorcunov@gmail.com · 17 years ago
  43. 6b6891f x86: cleanup - rename VM_MASK to X86_VM_MASK by gorcunov@gmail.com · 17 years ago
  44. 0f54091 x86: handle_vm86_trap cleanup by Roland McGrath · 17 years ago
  45. 83e714e x86: coding style fixes to arch/x86/kernel/vm86_32.c by Paolo Ciarrocchi · 17 years ago
  46. ab4a574 arch/x86/: spelling fixes by Joe Perches · 17 years ago
  47. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 17 years ago
  48. 6b7d190 x86: remove last users of FASTCALL by Harvey Harrison · 17 years ago
  49. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 17 years ago
  50. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  51. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  52. 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/vm86_32.c]
  53. 7338d43 i386: prepare shared kernel/vm86.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/vm86.c]
  54. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  55. 464d1a7 [PATCH] i386: Convert i386 PDA code to use %fs by Jeremy Fitzhardinge · 18 years ago
  56. 49d26b6 [PATCH] i386: Update sys_vm86 to cope with changed pt_regs and %gs usage by Jeremy Fitzhardinge · 18 years ago
  57. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  58. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  59. 5411be5 [PATCH] drop task argument of audit_syscall_{entry,exit} by Al Viro · 19 years ago
  60. 7e7f8a0 [PATCH] make vm86 call audit_syscall_exit by Jason Baron · 19 years ago
  61. 624dffc correct email address of Manfred Spraul by Christian Kujau · 19 years ago
  62. 06b425d [PATCH] i386: task_thread_info() by Al Viro · 19 years ago
  63. a941564 [PATCH] capable/capability.h (arch/) by Randy Dunlap · 19 years ago
  64. 60ec558 [PATCH] mm: i386 sh sh64 ready for split ptlock by Hugh Dickins · 19 years ago
  65. 4d37e7e [PATCH] i386: inline assembler: cleanup and encapsulate descriptor and task register management by Zachary Amsden · 19 years ago
  66. 5fd75eb [PATCH] vm86: Honor TF bit when emulating an instruction by Petr Tesarik · 19 years ago
  67. e49332b [PATCH] misc verify_area cleanups by Jesper Juhl · 20 years ago
  68. ad67142 [PATCH] Linux 2.6.x VM86 interrupt emulation fixes by Pavel Pisa · 20 years ago
  69. fd51f66 [PATCH] i386/x86_64 segment register access update by H. J. Lu · 20 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago