| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/smpboot: Implement a bit spinlock to protect the realmode stack | Thomas Gleixner | 2023-05-15 | 1 | -0/+3 |
* | x86/smpboot: Remove initial_gs | Brian Gerst | 2023-03-21 | 1 | -1/+0 |
* | x86/boot: Skip realmode init code when running as Xen PV guest | Juergen Gross | 2022-11-25 | 1 | -0/+1 |
* | x86/boot: Add a trampoline for booting APs via firmware handoff | Sean Christopherson | 2022-04-07 | 1 | -0/+1 |
* | x86/mm: Flush global TLB when switching to trampoline page-table | Joerg Roedel | 2021-12-06 | 1 | -0/+1 |
* | x86/head/64: Don't call verify_cpu() on starting APs | Joerg Roedel | 2020-09-09 | 1 | -0/+1 |
* | x86/realmode: Add SEV-ES specific trampoline entry point | Joerg Roedel | 2020-09-09 | 1 | -0/+3 |
* | x86/sev-es: Setup GHCB-based boot #VC handler | Joerg Roedel | 2020-09-09 | 1 | -0/+3 |
* | x86/boot: Fix a comment's incorrect file reference | Sean Christopherson | 2019-12-16 | 1 | -2/+2 |
* | x86/realmode: Remove trampoline_status | Pingfan Liu | 2019-07-22 | 1 | -1/+0 |
* | x86/realmode: Make set_real_mode_mem() static inline | Matteo Croce | 2019-03-29 | 1 | -1/+5 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86/boot/realmode: Check for memory encryption on the APs | Tom Lendacky | 2017-07-18 | 1 | -0/+12 |
* | x86/asm/head: Rename 'stack_start' -> 'initial_stack' | Josh Poimboeuf | 2016-08-18 | 1 | -0/+1 |
* | x86/asm/head: Remove unused init_rsp variable extern | Josh Poimboeuf | 2016-08-18 | 1 | -1/+0 |
* | x86/boot: Rework reserve_real_mode() to allow multiple tries | Andy Lutomirski | 2016-08-11 | 1 | -0/+9 |
* | x86/boot: Defer setup_real_mode() to early_initcall time | Andy Lutomirski | 2016-08-11 | 1 | -1/+0 |
* | x86, realmode: Separate real_mode reserve and setup | Yinghai Lu | 2013-01-29 | 1 | -1/+2 |
* | x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64 | H. Peter Anvin | 2012-06-17 | 1 | -1/+2 |
* | x86, realmode: Change EFER to a single u64 field | H. Peter Anvin | 2012-05-16 | 1 | -2/+1 |
* | x86, realmode: read cr4 and EFER from kernel for 64-bit trampoline | Jarkko Sakkinen | 2012-05-08 | 1 | -2/+6 |
* | x86, realmode: header for trampoline code | Jarkko Sakkinen | 2012-05-08 | 1 | -12/+20 |
* | x86, realmode: don't copy real_mode_header | Jarkko Sakkinen | 2012-05-08 | 1 | -3/+2 |
* | x86, realmode: Move ACPI wakeup to unified realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -0/+4 |
* | x86, realmode: Move SMP trampoline to unified realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -0/+18 |
* | x86, realmode: Move reboot_32.S to unified realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -0/+4 |
* | x86, realmode: Relocator for realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -0/+26 |