aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2019-01-31x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich
2018-12-29x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan
2018-10-17x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski
2018-10-17x86/entry/32: Clear the CS high bitsJan Kiszka
2018-10-14x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski
2018-10-03x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski
2018-10-02x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski
2018-08-20x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2018-08-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner
2018-08-05x86: vdso: Use $LD instead of $CC to linkAlistair Strachan
2018-07-24x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski
2018-07-20x86/entry/32: Check for VM86 mode in slow-path checkJoerg Roedel
2018-07-20x86/entry/32: Add debug code to check entry/exit CR3Joerg Roedel
2018-07-20x86/entry/32: Add PTI CR3 switches to NMI handler codeJoerg Roedel
2018-07-20x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit pointsJoerg Roedel
2018-07-20x86/entry/32: Simplify debug entry pointJoerg Roedel
2018-07-20x86/entry/32: Handle Entry from Kernel-Mode on Entry-StackJoerg Roedel
2018-07-20x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMIJoerg Roedel
2018-07-20x86/entry/32: Leave the kernel via trampoline stackJoerg Roedel
2018-07-20x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel
2018-07-20x86/entry/32: Split off return-to-kernel pathJoerg Roedel
2018-07-20x86/entry/32: Unshare NMI return pathJoerg Roedel
2018-07-20x86/entry/32: Put ESPFIX code into a macroJoerg Roedel
2018-07-20x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stackJoerg Roedel
2018-07-18x86: Add build salt to the vDSOLaura Abbott
2018-07-03x86/entry/64: Add two more instruction suffixesJan Beulich
2018-07-03x86/build/vdso: Simplify 'cmd_vdso2c'Masahiro Yamada
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-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf
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