aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-12x86/entry_32: Fix segment exceptionsPeter Zijlstra1-4/+9
2021-12-30x86/vdso: Remove -nostdlib compiler flagMasahiro Yamada1-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman2-6/+6
2021-12-11x86: Remove .fixup sectionPeter Zijlstra1-1/+0
2021-12-11x86/entry_32: Remove .fixup usagePeter Zijlstra1-20/+8
2021-12-11x86/entry_64: Remove .fixup usagePeter Zijlstra1-7/+6
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra7-13/+13
2021-12-03x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan1-0/+4
2021-12-03x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan1-7/+8
2021-12-03x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan1-11/+5
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-1/+1
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2021-10-29signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman1-1/+2
2021-10-07futex,x86: Wire up sys_futex_waitv()André Almeida2-0/+2
2021-09-08compat: remove some compat entry pointsArnd Bergmann2-3/+3
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+2
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan2-0/+2
2021-09-03x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada1-1/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+1
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport2-0/+2
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-2/+2
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-185/+106
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-39/+12
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-06-22x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra1-1/+2
2021-06-22x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra1-1/+1
2021-06-21x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel1-2/+2
2021-06-07quota: Wire up quotactl_fd syscallJan Kara2-2/+2
2021-05-25x86/syscalls: Don't adjust CFLAGS for syscall tablesBrian Gerst1-6/+0
2021-05-25x86/syscalls: Remove -Wno-override-init for syscall tablesBrian Gerst1-4/+0
2021-05-25x86/syscalls: Clear 'offset' and 'prefix' in case they are set in envMasahiro Yamada1-0/+2
2021-05-25x86/entry: Use int everywhere for system call numbersH. Peter Anvin (Intel)1-28/+59
2021-05-20x86/entry: Treat out of range and gap system calls the sameH. Peter Anvin (Intel)1-0/+4
2021-05-20x86/entry/64: Sign-extend system calls on entry to intH. Peter Anvin (Intel)1-1/+2
2021-05-20x86/syscalls: Switch to generic syscallhdr.shMasahiro Yamada2-48/+13
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada1-1/+1
2021-05-20x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada3-24/+6
2021-05-20x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada5-67/+25
2021-05-20x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*Masahiro Yamada1-14/+2
2021-05-17quota: Disable quotactl_path syscallJan Kara2-2/+2
2021-05-12x86/entry: Split PUSH_AND_CLEAR_REGS into two submacrosH. Peter Anvin (Intel)1-1/+8
2021-05-12x86/entry: Reverse arguments to do_syscall_64()H. Peter Anvin (Intel)2-3/+3
2021-05-12x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)1-35/+1
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-0/+6
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-0/+2
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-91/+4
2021-04-26Merge tag 'x86-vdso-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-6/+6