summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vm86_32.c
Commit message (Expand)AuthorAgeFilesLines
* x86, bitops: remove use of "sbb" to return CFH. Peter Anvin2016-06-081-4/+1
* x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-301-1/+1
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-151-1/+5
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-1/+3
* x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-051-0/+27
* x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst2015-07-311-10/+10
* x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst2015-07-311-34/+36
* x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-311-0/+1
* x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-311-65/+45
* x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst2015-07-311-54/+41
* x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst2015-07-311-20/+22
* x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-311-19/+27
* x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2015-07-211-88/+101
* x86/entry/vm86: Preserve 'orig_ax'Brian Gerst2015-07-211-0/+2
* x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2015-07-211-4/+2
* x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski2015-03-061-2/+2
* x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum2013-05-021-24/+14
* x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-031-4/+4
* thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-121-1/+1
* x86: get rid of TIF_IRET hackeryAl Viro2012-09-201-3/+3
* x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-061-2/+4
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-1/+1
|\
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-131-1/+1
* | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-211-0/+2
|/
* x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=nAl Viro2012-01-171-0/+2
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-2/+2
* thp: split_huge_page_mm/vmaAndrea Arcangeli2011-01-131-0/+1
* x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.Bart Oldeman2010-09-231-2/+8
* x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst2009-12-091-6/+5
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-4/+5
|\
| * x86: Fix non-lazy GS handling in sys_vm86()Lubomir Rintel2009-06-071-4/+5
* | x86: use symbolic name for VM86_SIGNAL when used as vm86 default returnSamuel Bronson2009-05-061-2/+2
|/
* x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-111-5/+6
* x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-111-8/+7
* x86: add %gs accessors for x86_32Tejun Heo2009-02-101-2/+2
* x86: Introducing asm/syscalls.hJaswinder Singh2008-07-221-0/+1
* x86: replace most VM86 flags with flags from processor-flags.hgorcunov@gmail.com2008-04-171-17/+17
* x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com2008-04-171-1/+1
* x86: handle_vm86_trap cleanupRoland McGrath2008-04-171-8/+1
* x86: coding style fixes to arch/x86/kernel/vm86_32.cPaolo Ciarrocchi2008-04-171-85/+89
* arch/x86/: spelling fixesJoe Perches2008-01-301-1/+1
* x86: remove all definitions with fastcallHarvey Harrison2008-01-301-2/+1
* x86: remove last users of FASTCALLHarvey Harrison2008-01-301-1/+1
* x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-301-8/+8
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-47/+47
* Delete filenames in comments.Dave Jones2007-10-131-2/+0
* i386: move kernelThomas Gleixner2007-10-111-0/+843
OpenPOWER on IntegriCloud