summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vsyscall
Commit message (Expand)AuthorAgeFilesLines
* x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov2023-03-161-1/+1
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* x86/vsyscall_emu/64: Don't use RET in vsyscall emulationPeter Zijlstra2022-06-271-3/+6
* x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATEAndy Lutomirski2022-05-111-1/+1
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-3/+3
* signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
* signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman2021-10-291-1/+2
* x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi2020-10-261-1/+1
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-2/+2
|\
| * y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann2019-11-151-1/+1
| * y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
* | seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-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/+0
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180Thomas Gleixner2019-05-301-2/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-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/+1
|\
| * signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+1
* | 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/+0
* 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/+3
* 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-291-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