aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vm86_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli1-0/+1
2010-09-23x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.Bart Oldeman1-2/+8
2009-12-09x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst1-6/+5
2009-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+5
2009-06-07x86: Fix non-lazy GS handling in sys_vm86()Lubomir Rintel1-4/+5
2009-05-06x86: use symbolic name for VM86_SIGNAL when used as vm86 default returnSamuel Bronson1-2/+2
2009-02-11x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst1-5/+6
2009-02-11x86: pass in pt_regs pointer for syscalls that need itBrian Gerst1-8/+7
2009-02-10x86: add %gs accessors for x86_32Tejun Heo1-2/+2
2008-07-22x86: Introducing asm/syscalls.hJaswinder Singh1-0/+1
2008-04-17x86: replace most VM86 flags with flags from processor-flags.hgorcunov@gmail.com1-17/+17
2008-04-17x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com1-1/+1
2008-04-17x86: handle_vm86_trap cleanupRoland McGrath1-8/+1
2008-04-17x86: coding style fixes to arch/x86/kernel/vm86_32.cPaolo Ciarrocchi1-85/+89
2008-01-30arch/x86/: spelling fixesJoe Perches1-1/+1
2008-01-30x86: remove all definitions with fastcallHarvey Harrison1-2/+1
2008-01-30x86: remove last users of FASTCALLHarvey Harrison1-1/+1
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-8/+8
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-47/+47
2007-10-13Delete filenames in comments.Dave Jones1-2/+0
2007-10-11i386: move kernelThomas Gleixner1-0/+843