summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head_64.S
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2024-01-09Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+22
2024-01-03arch/x86: Fix typosBjorn Helgaas1-2/+2
2023-12-15x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefullyThomas Gleixner1-0/+16
2023-12-13x86/sev: Do the C-bit verification only on the BSPBorislav Petkov (AMD)1-9/+22
2023-12-13x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()Uros Bizjak1-1/+1
2023-10-31Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-2/+1
2023-09-24x86_64: Show CR4.PSE on auxiliaries like on BSPHugh Dickins1-2/+2
2023-08-07x86/head_64: Store boot_params pointer in callee save registerArd Biesheuvel1-20/+12
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+79
2023-06-03x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky1-9/+9
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse1-0/+61
2023-05-15x86/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner1-0/+12
2023-05-15x86/smpboot: Restrict soft_restart_cpu() to SEVThomas Gleixner1-1/+1
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner1-5/+5
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+6
2023-03-24x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf1-6/+6
2023-03-24x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf1-5/+0
2023-03-21x86/smpboot: Remove initial_gsBrian Gerst1-14/+8
2023-03-21x86/smpboot: Remove early_gdt_descr on 64-bitBrian Gerst1-5/+6
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst1-15/+28
2022-10-17x86/callthunks: Add call patching for call depth trackingThomas Gleixner1-0/+1
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra1-0/+5
2022-05-24Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+26
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson1-2/+26
2022-04-06x86/head/64: Re-enable stack protectionMichael Roth1-3/+21
2022-04-06x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth1-0/+13
2022-03-15x86/ibt,sev: AnnotationsPeter Zijlstra1-0/+2
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra1-0/+4
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra1-1/+3
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra1-0/+1
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra1-1/+2
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel1-1/+18
2021-05-12x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)1-3/+3
2020-12-15Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+9
2020-12-15Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+0
2020-11-18x86/head/64: Remove unused GET_CR2_INTO() macroArvind Sankar1-9/+0
2020-10-29x86/build: Fix vmlinux size check on 64-bitArvind Sankar1-11/+9
2020-10-29x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel1-0/+16
2020-09-09x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel1-0/+12
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel1-0/+36
2020-09-09x86/sev-es: Setup an early #VC handlerJoerg Roedel1-0/+30
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel1-10/+1
2020-09-07x86/head/64: Install a CPU bringup IDTJoerg Roedel1-0/+5
2020-09-07x86/head/64: Switch to initial stack earlierJoerg Roedel1-3/+6
2020-09-07x86/head/64: Load segment registers earlierJoerg Roedel1-26/+26
2020-09-07x86/head/64: Load GDT after switch to virtual addressesJoerg Roedel1-8/+8
2020-09-07x86/head/64: Install startup GDTJoerg Roedel1-0/+14
2020-06-11x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner1-3/+4