summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/vm86_32.c
AgeCommit message (Expand)Author
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-12signal/vm86_32: Remove pointless test in BUG_ONEric W. Biederman
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-10-25signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.Eric W. Biederman
2021-10-25signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ONEric W. Biederman
2021-01-21x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-03-18x86: switch save_v86_state() to unsafe_put_user()Al Viro
2020-03-18vm86: get rid of get_user_ex() useAl Viro
2020-01-08x86: Remove force_iret()Brian Gerst
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-09x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_rangeRik van Riel
2018-10-09x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra
2018-07-20x86/entry: Rename update_sp0 to update_task_stackJoerg Roedel
2018-03-14x86/vm86/32: Fix POPF emulationAndy Lutomirski
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski
2017-11-02x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski
2017-04-26x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()Andy Lutomirski
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-13x86/vm86: Fix unused variable warning if THP is disabledKirill A. Shutemov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-08x86, bitops: remove use of "sbb" to return CFH. Peter Anvin
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov
2015-09-05x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski
2015-07-31x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst
2015-07-31x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst
2015-07-31x86/vm86: Use the normal pt_regs area for vm86Brian Gerst
2015-07-31x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst
2015-07-31x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst
2015-07-31x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst
2015-07-21x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst
2015-07-21x86/entry/vm86: Preserve 'orig_ax'Brian Gerst
2015-07-21x86/entry/vm86: Clean up saved_fs/gsBrian Gerst
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski
2013-05-02x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum
2013-02-03x86: get rid of pt_regs argument in vm86/vm86oldAl Viro
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-09-20x86: get rid of TIF_IRET hackeryAl Viro
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds