summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-081-3/+3
|\
| * arch/x86: Fix typosBjorn Helgaas2024-01-031-2/+2
| * x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()Uros Bizjak2023-12-131-1/+1
* | Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-9/+22
|\ \
| * | x86/sev: Do the C-bit verification only on the BSPBorislav Petkov (AMD)2023-12-131-9/+22
| |/
* / x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefullyThomas Gleixner2023-12-151-0/+16
|/
* Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-301-2/+2
|\
| * x86_64: Show CR4.PSE on auxiliaries like on BSPHugh Dickins2023-09-241-2/+2
* | x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-10-031-2/+1
|/
* x86/head_64: Store boot_params pointer in callee save registerArd Biesheuvel2023-08-071-20/+12
* Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-6/+79
|\
| * x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse2023-05-151-0/+61
| * x86/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner2023-05-151-0/+12
| * x86/smpboot: Restrict soft_restart_cpu() to SEVThomas Gleixner2023-05-151-1/+1
| * x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner2023-05-151-5/+5
* | x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky2023-06-021-9/+9
|/
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-11/+6
|\
| * x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-231-6/+6
| * x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf2023-03-231-5/+0
* | x86/smpboot: Remove initial_gsBrian Gerst2023-03-211-14/+8
* | x86/smpboot: Remove early_gdt_descr on 64-bitBrian Gerst2023-03-211-5/+6
* | x86/smpboot: Remove initial_stack on 64-bitBrian Gerst2023-03-211-15/+28
|/
* x86/callthunks: Add call patching for call depth trackingThomas Gleixner2022-10-171-0/+1
* objtool: Add entry UNRET validationPeter Zijlstra2022-06-271-0/+5
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-2/+26
|\
| * x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson2022-04-071-2/+26
* | x86/head/64: Re-enable stack protectionMichael Roth2022-04-061-3/+21
* | x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth2022-04-061-0/+13
|/
* x86/ibt,sev: AnnotationsPeter Zijlstra2022-03-151-0/+2
* x86/ibt: Annotate text referencesPeter Zijlstra2022-03-151-0/+4
* x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra2022-03-151-1/+3
* x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra2022-03-151-0/+1
* x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra2022-03-151-1/+2
* x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel2021-12-061-1/+18
* x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)2021-05-121-3/+3
* Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-11/+9
|\
| * x86/build: Fix vmlinux size check on 64-bitArvind Sankar2020-10-291-11/+9
* | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-9/+0
|\ \
| * | x86/head/64: Remove unused GET_CR2_INTO() macroArvind Sankar2020-11-181-9/+0
| |/
* / x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel2020-10-291-0/+16
|/
* x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel2020-09-091-0/+12
* x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel2020-09-091-0/+36
* x86/sev-es: Setup an early #VC handlerJoerg Roedel2020-09-091-0/+30
* x86/head/64: Move early exception dispatch to C codeJoerg Roedel2020-09-071-10/+1
* x86/head/64: Install a CPU bringup IDTJoerg Roedel2020-09-071-0/+5
* x86/head/64: Switch to initial stack earlierJoerg Roedel2020-09-071-3/+6
* x86/head/64: Load segment registers earlierJoerg Roedel2020-09-071-26/+26
* x86/head/64: Load GDT after switch to virtual addressesJoerg Roedel2020-09-071-8/+8
* x86/head/64: Install startup GDTJoerg Roedel2020-09-071-0/+14
* x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner2020-06-111-3/+4