aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-7/+7
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+0
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+2
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+0
2020-06-01Merge tag 'x86-vdso-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+14
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski2-12/+0
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic conflictIngo Molnar2-26/+28
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi2-0/+2
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra2-4/+4
2020-04-25x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf1-2/+2
2020-04-25x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn1-1/+1
2020-04-25x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf1-3/+2
2020-04-25x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf1-1/+2
2020-04-25x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf1-19/+21
2020-04-21x86/vdso/Makefile: Add vobjs32Dmitry Safonov1-10/+5
2020-04-21x86/vdso/vdso2c: Convert iterators to unsignedDmitry Safonov1-9/+7
2020-04-21x86/vdso/vdso2c: Correct error messages on file openDmitry Safonov1-2/+2
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov1-2/+0
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada1-4/+0
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-0/+2
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-03-31Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-904/+855
2020-03-27x86/vdso: Discard .note.gnu.property sections in vDSOH.J. Lu1-0/+7
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra2-8/+8
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst3-4/+4
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst2-28/+2
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst1-9/+9
2020-03-21x86/entry/32: Rename 32-bit specific syscallsBrian Gerst1-15/+15
2020-03-21x86/entry/32: Clean up syscall_32.tblBrian Gerst1-289/+289
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst6-799/+791
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst3-20/+6
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst4-18/+10
2020-03-21x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst1-10/+10
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst5-7/+15
2020-03-21x86/entry/64: Split X32 syscall table into its own fileBrian Gerst3-25/+29
2020-03-21x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst2-7/+7
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst1-1/+1
2020-03-10x86/entry/64: Trace irqflags unconditionally as ON when returning to user spaceThomas Gleixner2-3/+3
2020-03-10x86/entry/32: Remove unused label restore_nocheckThomas Gleixner1-1/+1
2020-02-29x86/entry/32: Remove the 0/-1 distinction from exception entriesThomas Gleixner1-3/+3
2020-02-27x86/entry/entry_32: Route int3 through common_exceptionThomas Gleixner1-8/+2
2020-02-27x86/entry/32: Force MCE through do_mce()Thomas Gleixner1-1/+1
2020-02-27x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner1-0/+1
2020-02-17x86/syscalls: Add prototypes for C syscall callbacksBenjamin Thiel1-0/+1
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner1-3/+3
2020-02-17x86/vdso: Move VDSO clocksource state tracking to callbackThomas Gleixner1-0/+4
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-0/+2