aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2019-09-15Merge tag 'v4.19.65' into v4.19/standard/baseBruce Ashfield
2019-08-06x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf
2019-08-06x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-06x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski
2019-08-06gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds
2019-08-06xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan
2019-07-27Merge tag 'v4.19.60' into v4.19/standard/baseBruce Ashfield
2019-07-21x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby
2019-07-21x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner
2019-07-04Merge tag 'v4.19.48' into v4.19/standard/baseBruce Ashfield
2019-07-04Merge tag 'v4.19.46' into v4.19/standard/baseBruce Ashfield
2019-07-04Merge tag 'v4.19.45' into v4.19/standard/baseBruce Ashfield
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-05-25x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf
2019-05-22sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra
2019-05-17Merge tag 'v4.19.43' into v4.19/standard/baseBruce Ashfield
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2019-05-08Merge tag 'v4.19.35' into v4.19/standard/baseBruce Ashfield
2019-04-29tracing/x86: Fix compilation failure when CONFIG_TRACE_IRQFLAGS is offHe Zhe
2019-04-26tracing/x86: Save CR2 before tracing irqsoff on error_entrySteven Rostedt (VMware)
2019-04-17x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2019-04-05kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi
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