summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2021-12-03x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan
2021-12-03x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan
2021-12-03x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-29signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman
2021-10-07futex,x86: Wire up sys_futex_waitv()André Almeida
2021-09-08compat: remove some compat entry pointsArnd Bergmann
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan
2021-09-03x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-22x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra
2021-06-22x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra
2021-06-21x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel
2021-06-07quota: Wire up quotactl_fd syscallJan Kara
2021-05-25x86/syscalls: Don't adjust CFLAGS for syscall tablesBrian Gerst
2021-05-25x86/syscalls: Remove -Wno-override-init for syscall tablesBrian Gerst
2021-05-25x86/syscalls: Clear 'offset' and 'prefix' in case they are set in envMasahiro Yamada
2021-05-25x86/entry: Use int everywhere for system call numbersH. Peter Anvin (Intel)
2021-05-20x86/entry: Treat out of range and gap system calls the sameH. Peter Anvin (Intel)
2021-05-20x86/entry/64: Sign-extend system calls on entry to intH. Peter Anvin (Intel)
2021-05-20x86/syscalls: Switch to generic syscallhdr.shMasahiro Yamada
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada
2021-05-20x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada
2021-05-20x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada
2021-05-20x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*Masahiro Yamada
2021-05-17quota: Disable quotactl_path syscallJan Kara
2021-05-12x86/entry: Split PUSH_AND_CLEAR_REGS into two submacrosH. Peter Anvin (Intel)
2021-05-12x86/entry: Reverse arguments to do_syscall_64()H. Peter Anvin (Intel)
2021-05-12x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86-vdso-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün
2021-04-08x86/entry: Enable random_kstack_offset supportKees Cook
2021-03-31Merge 'x86/alternatives'Borislav Petkov
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-17quota: wire up quotactl_pathSascha Hauer
2021-03-15Merge tag 'v5.12-rc3' into x86/coreBorislav Petkov