aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vm86_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-09x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_rangeRik van Riel1-1/+1
2018-10-09x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra1-1/+1
2018-07-20x86/entry: Rename update_sp0 to update_task_stackJoerg Roedel1-2/+2
2018-03-14x86/vm86/32: Fix POPF emulationAndy Lutomirski1-1/+2
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski1-2/+2
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-8/+6
2017-11-02x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski1-1/+5
2017-04-26x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()Andy Lutomirski1-1/+1
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov1-1/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-13x86/vm86: Fix unused variable warning if THP is disabledKirill A. Shutemov1-2/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-08x86, bitops: remove use of "sbb" to return CFH. Peter Anvin1-4/+1
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov1-1/+1
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-1/+5
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+3
2015-09-05x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski1-0/+27
2015-07-31x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst1-10/+10
2015-07-31x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst1-34/+36
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst1-0/+1
2015-07-31x86/vm86: Use the normal pt_regs area for vm86Brian Gerst1-65/+45
2015-07-31x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst1-54/+41
2015-07-31x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst1-20/+22
2015-07-31x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst1-19/+27
2015-07-21x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst1-88/+101
2015-07-21x86/entry/vm86: Preserve 'orig_ax'Brian Gerst1-0/+2
2015-07-21x86/entry/vm86: Clean up saved_fs/gsBrian Gerst1-4/+2
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski1-2/+2
2013-05-02x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum1-24/+14
2013-02-03x86: get rid of pt_regs argument in vm86/vm86oldAl Viro1-4/+4
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-1/+1
2012-09-20x86: get rid of TIF_IRET hackeryAl Viro1-3/+3
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches1-2/+4
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+2
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-1/+1
2012-01-17x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=nAl Viro1-0/+2
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-2/+2
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