aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/realmode/rm/trampoline_64.S
AgeCommit message (Expand)AuthorFilesLines
2018-02-20x86-64/realmode: Add instruction suffixGravatar Jan Beulich 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-18x86/boot/realmode: Check for memory encryption on the APsGravatar Tom Lendacky 1-0/+24
2014-01-06x86: Delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2012-05-16x86, realmode: Change EFER to a single u64 fieldGravatar H. Peter Anvin 1-1/+1
2012-05-16x86, realmode: Move not-common bits out of trampoline_common.SGravatar H. Peter Anvin 1-0/+25
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineGravatar Jarkko Sakkinen 1-25/+7
2012-05-08x86, realmode: header for trampoline codeGravatar Jarkko Sakkinen 1-13/+5
2012-05-08x86, realmode: fix 64-bit wakeup sequenceGravatar Jarkko Sakkinen 1-39/+28
2012-05-08x86, realmode: Replace open-coded ljmpw with a macroGravatar H. Peter Anvin 1-3/+2
2012-05-08x86, realmode: Remove indirect jumps in trampoline_64.SGravatar H. Peter Anvin 1-13/+2
2012-05-08x86, realmode: Move bits to the proper sections in trampoline_64.SGravatar H. Peter Anvin 1-4/+6
2012-05-08x86, realmode: Move SMP trampoline to unified realmode codeGravatar Jarkko Sakkinen 1-0/+175