aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+5
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün2-0/+6
2021-04-08x86/entry: Enable random_kstack_offset supportKees Cook1-0/+3
2021-03-31Merge 'x86/alternatives'Borislav Petkov3-5/+5
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar6-6/+6
2021-03-17quota: wire up quotactl_pathSascha Hauer2-0/+2
2021-03-15Merge tag 'v5.12-rc3' into x86/coreBorislav Petkov2-1/+4
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross1-1/+1
2021-03-11x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross1-2/+2
2021-03-11x86/alternative: Merge include filesJuergen Gross2-2/+2
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel1-0/+2