index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
vm86_32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
x86/vm86: Fix unused variable warning if THP is disabled
Kirill A. Shutemov
2017-02-13
1
-2
/
+3
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
x86, bitops: remove use of "sbb" to return CF
H. Peter Anvin
2016-06-08
1
-4
/
+1
*
x86/cpufeature: Replace the old static_cpu_has() with safe variant
Borislav Petkov
2016-01-30
1
-1
/
+1
*
thp: rename split_huge_page_pmd() to split_huge_pmd()
Kirill A. Shutemov
2016-01-15
1
-1
/
+5
*
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
2015-12-19
1
-1
/
+3
*
x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0
Andy Lutomirski
2015-09-05
1
-0
/
+27
*
x86/vm86: Rename vm86->v86flags and v86mask
Brian Gerst
2015-07-31
1
-10
/
+10
*
x86/vm86: Rename vm86->vm86_info to user_vm86
Brian Gerst
2015-07-31
1
-34
/
+36
*
x86/vm86: Clean up vm86.h includes
Brian Gerst
2015-07-31
1
-0
/
+1
*
x86/vm86: Use the normal pt_regs area for vm86
Brian Gerst
2015-07-31
1
-65
/
+45
*
x86/vm86: Eliminate 'struct kernel_vm86_struct'
Brian Gerst
2015-07-31
1
-54
/
+41
*
x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'
Brian Gerst
2015-07-31
1
-20
/
+22
*
x86/vm86: Move vm86 fields out of 'thread_struct'
Brian Gerst
2015-07-31
1
-19
/
+27
*
x86/entry/vm86: Move userspace accesses to do_sys_vm86()
Brian Gerst
2015-07-21
1
-88
/
+101
*
x86/entry/vm86: Preserve 'orig_ax'
Brian Gerst
2015-07-21
1
-0
/
+2
*
x86/entry/vm86: Clean up saved_fs/gs
Brian Gerst
2015-07-21
1
-4
/
+2
*
x86/asm/entry: Rename 'init_tss' to 'cpu_tss'
Andy Lutomirski
2015-03-06
1
-2
/
+2
*
x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)
Alexander van Heukelum
2013-05-02
1
-24
/
+14
*
x86: get rid of pt_regs argument in vm86/vm86old
Al Viro
2013-02-03
1
-4
/
+4
*
thp: change split_huge_page_pmd() interface
Kirill A. Shutemov
2012-12-12
1
-1
/
+1
*
x86: get rid of TIF_IRET hackery
Al Viro
2012-09-20
1
-3
/
+3
*
x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>
Joe Perches
2012-06-06
1
-2
/
+4
*
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-03-29
1
-1
/
+1
|
\
|
*
x86: Rename trap_no to trap_nr in thread_struct
Srikar Dronamraju
2012-03-13
1
-1
/
+1
*
|
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
2012-03-21
1
-0
/
+2
|
/
*
x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=n
Al Viro
2012-01-17
1
-0
/
+2
*
Audit: push audit success and retcode into arch ptrace.h
Eric Paris
2012-01-17
1
-2
/
+2
*
thp: split_huge_page_mm/vma
Andrea Arcangeli
2011-01-13
1
-0
/
+1
*
x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.
Bart Oldeman
2010-09-23
1
-2
/
+8
*
x86, 32-bit: Convert sys_vm86 & sys_vm86old
Brian Gerst
2009-12-09
1
-6
/
+5
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-06-10
1
-4
/
+5
|
\
|
*
x86: Fix non-lazy GS handling in sys_vm86()
Lubomir Rintel
2009-06-07
1
-4
/
+5
*
|
x86: use symbolic name for VM86_SIGNAL when used as vm86 default return
Samuel Bronson
2009-05-06
1
-2
/
+2
|
/
*
x86: use regparm(3) for passed-in pt_regs pointer
Brian Gerst
2009-02-11
1
-5
/
+6
*
x86: pass in pt_regs pointer for syscalls that need it
Brian Gerst
2009-02-11
1
-8
/
+7
*
x86: add %gs accessors for x86_32
Tejun Heo
2009-02-10
1
-2
/
+2
*
x86: Introducing asm/syscalls.h
Jaswinder Singh
2008-07-22
1
-0
/
+1
*
x86: replace most VM86 flags with flags from processor-flags.h
gorcunov@gmail.com
2008-04-17
1
-17
/
+17
*
x86: cleanup - rename VM_MASK to X86_VM_MASK
gorcunov@gmail.com
2008-04-17
1
-1
/
+1
*
x86: handle_vm86_trap cleanup
Roland McGrath
2008-04-17
1
-8
/
+1
*
x86: coding style fixes to arch/x86/kernel/vm86_32.c
Paolo Ciarrocchi
2008-04-17
1
-85
/
+89
*
arch/x86/: spelling fixes
Joe Perches
2008-01-30
1
-1
/
+1
*
x86: remove all definitions with fastcall
Harvey Harrison
2008-01-30
1
-2
/
+1
*
x86: remove last users of FASTCALL
Harvey Harrison
2008-01-30
1
-1
/
+1
*
x86: use generic register name in the thread and tss structures
H. Peter Anvin
2008-01-30
1
-8
/
+8
*
x86: rename the struct pt_regs members for 32/64-bit consistency
H. Peter Anvin
2008-01-30
1
-47
/
+47
*
Delete filenames in comments.
Dave Jones
2007-10-13
1
-2
/
+0
*
i386: move kernel
Thomas Gleixner
2007-10-11
1
-0
/
+843