Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-06 | 1 | -1/+0 |
* | x86, realmode: Change EFER to a single u64 field | H. Peter Anvin | 2012-05-16 | 1 | -1/+1 |
* | x86, realmode: Move not-common bits out of trampoline_common.S | H. Peter Anvin | 2012-05-16 | 1 | -0/+25 |
* | x86, realmode: read cr4 and EFER from kernel for 64-bit trampoline | Jarkko Sakkinen | 2012-05-08 | 1 | -25/+7 |
* | x86, realmode: header for trampoline code | Jarkko Sakkinen | 2012-05-08 | 1 | -13/+5 |
* | x86, realmode: fix 64-bit wakeup sequence | Jarkko Sakkinen | 2012-05-08 | 1 | -39/+28 |
* | x86, realmode: Replace open-coded ljmpw with a macro | H. Peter Anvin | 2012-05-08 | 1 | -3/+2 |
* | x86, realmode: Remove indirect jumps in trampoline_64.S | H. Peter Anvin | 2012-05-08 | 1 | -13/+2 |
* | x86, realmode: Move bits to the proper sections in trampoline_64.S | H. Peter Anvin | 2012-05-08 | 1 | -4/+6 |
* | x86, realmode: Move SMP trampoline to unified realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -0/+175 |