aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry/vsyscall/vsyscall_64.c
AgeCommit message (Expand)Author
2018-03-28x86/vsyscall/64: Use proper accessor to update P4D entryBoris Ostrovsky
2018-01-02x86/pti: Map the vsyscall page if neededAndy Lutomirski
2017-12-29x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE modeAndy Lutomirski
2017-12-29x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchyAndy Lutomirski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski
2015-09-21x86/entry/vsyscall: Fix undefined symbol warningBorislav Petkov
2015-09-20x86/entry/vsyscall: Add CONFIG to control defaultKees Cook
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-07-06x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()Brian Gerst
2015-06-04x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar