summaryrefslogtreecommitdiff
path: root/arch/x86/realmode/rm/trampoline_64.S
AgeCommit message (Expand)Author
2023-05-30x86/realmode: Make stack lock work in trampoline_compat()Thomas Gleixner
2023-05-15x86/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson
2022-04-07x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh
2020-09-09x86/realmode: Add SEV-ES specific trampoline entry pointJoerg Roedel
2019-10-18x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby
2019-10-18x86/asm/realmode: Use SYM_DATA_* instead of GLOBALJiri Slaby
2019-07-22x86/realmode: Remove trampoline_statusPingfan Liu
2018-02-20x86-64/realmode: Add instruction suffixJan Beulich
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18x86/boot/realmode: Check for memory encryption on the APsTom Lendacky
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-05-16x86, realmode: Change EFER to a single u64 fieldH. Peter Anvin
2012-05-16x86, realmode: Move not-common bits out of trampoline_common.SH. Peter Anvin
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen
2012-05-08x86, realmode: header for trampoline codeJarkko Sakkinen
2012-05-08x86, realmode: fix 64-bit wakeup sequenceJarkko Sakkinen
2012-05-08x86, realmode: Replace open-coded ljmpw with a macroH. Peter Anvin
2012-05-08x86, realmode: Remove indirect jumps in trampoline_64.SH. Peter Anvin
2012-05-08x86, realmode: Move bits to the proper sections in trampoline_64.SH. Peter Anvin
2012-05-08x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen