summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vsyscall
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-2/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-081-4/+33
|\ \
| * | x86/vsyscall: Add __ro_after_init to global variablesAndy Lutomirski2019-06-281-2/+2
| * | x86/vsyscall: Show something useful on a read faultAndy Lutomirski2019-06-281-1/+18
| * | x86/vsyscall: Add a new vsyscall=xonly modeAndy Lutomirski2019-06-281-2/+14
* | | x86/vdso: Switch to generic vDSO implementationVincenzo Frascino2019-06-222-85/+0Star
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180Thomas Gleixner2019-05-301-2/+1Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* x86/vsyscall/64: Use X86_PF constants in the simulated #PF error codeAndy Lutomirski2018-11-221-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-8/+1Star
|\
| * signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+1Star
* | x66/vdso: Add CLOCK_TAI supportThomas Gleixner2018-10-041-0/+4
* | x86/vdso: Introduce and use vgtod_tsThomas Gleixner2018-10-041-23/+24
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+1
* syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski2018-04-091-3/+3
* syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski2018-04-051-18/+0Star
* syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski2018-04-051-0/+22
* x86/vsyscall/64: Use proper accessor to update P4D entryBoris Ostrovsky2018-03-201-1/+1
* x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-081-13/+3Star
* x86/pti: Map the vsyscall page if neededAndy Lutomirski2017-12-231-3/+3
* x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE modeAndy Lutomirski2017-12-221-0/+4
* x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchyAndy Lutomirski2017-12-221-1/+33
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-301-1/+1
|\
| * seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-1/+1
* | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar2016-07-151-5/+5
* | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-151-3/+3
|/
* x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski2016-01-121-1/+8
* x86/entry/vsyscall: Fix undefined symbol warningBorislav Petkov2015-09-211-2/+2
* x86/entry/vsyscall: Add CONFIG to control defaultKees Cook2015-09-201-1/+8
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()Brian Gerst2015-07-061-1/+1
* x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar2015-06-045-0/+478