aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vm86_32.c
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-04-021-0/+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