summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vsyscall
AgeCommit message (Expand)AuthorLines
2026-01-12x86/paravirt: Remove not needed includes of paravirt.hJuergen Gross-1/+0
2025-08-13x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscallKirill A. Shutemov-3/+14
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov-2/+0
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds-26/+2
2024-01-31x86/ptrace: Cleanup the definition of the pt_regs structureXin Li-1/+1
2023-03-16x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2022-06-27x86/vsyscall_emu/64: Don't use RET in vsyscall emulationPeter Zijlstra-3/+6
2022-05-11x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATEAndy Lutomirski-1/+1
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra-3/+3
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman-1/+1
2021-10-29signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman-1/+2
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi-1/+1
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann-1/+1
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann-1/+1
2019-10-10seccomp: simplify secure_computing()Christian Brauner-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2019-07-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+33
2019-06-28x86/vsyscall: Add __ro_after_init to global variablesAndy Lutomirski-2/+2
2019-06-28x86/vsyscall: Show something useful on a read faultAndy Lutomirski-1/+18
2019-06-28x86/vsyscall: Add a new vsyscall=xonly modeAndy Lutomirski-2/+14
2019-06-22x86/vdso: Switch to generic vDSO implementationVincenzo Frascino-85/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180Thomas Gleixner-2/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-11-22x86/vsyscall/64: Use X86_PF constants in the simulated #PF error codeAndy Lutomirski-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+1
2018-10-04x66/vdso: Add CLOCK_TAI supportThomas Gleixner-0/+4
2018-10-04x86/vdso: Introduce and use vgtod_tsThomas Gleixner-23/+24
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman-8/+1
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-1/+1
2018-04-09syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski-3/+3
2018-04-05syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski-18/+0
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski-0/+22
2018-03-20x86/vsyscall/64: Use proper accessor to update P4D entryBoris Ostrovsky-1/+1
2018-03-08x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski-13/+3
2017-12-23x86/pti: Map the vsyscall page if neededAndy Lutomirski-3/+3
2017-12-22x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE modeAndy Lutomirski-0/+4
2017-12-22x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchyAndy Lutomirski-1/+33
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1/+1
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar-5/+5
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski-3/+3
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski-1/+1