aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2019-09-21x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf
2019-09-21x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-02x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf
2019-05-30sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2019-04-12kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi
2019-02-19x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich
2018-10-13x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski
2018-10-13x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski
2018-10-13x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski
2018-10-03x86/entry/64: Add two more instruction suffixesJan Beulich
2018-09-05x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski
2018-07-24x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski
2018-06-27x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"Andy Lutomirski
2018-06-26x86/entry/32: Add explicit 'l' instruction suffixJan Beulich
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-06-06x86: Wire up restartable sequence system callMathieu Desnoyers
2018-06-06x86: Add support for restartable sequencesMathieu Desnoyers
2018-06-04Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-15x86/build/vdso: Put generated linker scripts to $(obj)/Masahiro Yamada
2018-05-15x86/build/vdso: Remove unnecessary export in MakefileMasahiro Yamada
2018-05-15x86/build/vdso: Remove unused $(vobjs-nox32) in MakefileMasahiro Yamada
2018-05-05x86/vdso: Remove unused fileJann Horn
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-04-27x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-09Merge branch 'linus' into x86/pti to pick up upstream changesIngo Molnar
2018-04-09x86/entry/64: Drop idtentry's manual stack switch for user entriesAndy Lutomirski
2018-04-09syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski
2018-04-09syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski
2018-04-09syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada
2018-04-05syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski
2018-04-05syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski
2018-04-05x86/syscalls: Don't pointlessly reload the system call numberLinus Torvalds
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski
2018-04-02x86: remove compat_sys_x86_waitpid()Dominik Brodowski
2018-03-28Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar