summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head_64.S
AgeCommit message (Expand)Author
2023-08-07x86/head_64: Store boot_params pointer in callee save registerArd Biesheuvel
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-02x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse
2023-05-15x86/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner
2023-05-15x86/smpboot: Restrict soft_restart_cpu() to SEVThomas Gleixner
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf
2023-03-21x86/smpboot: Remove initial_gsBrian Gerst
2023-03-21x86/smpboot: Remove early_gdt_descr on 64-bitBrian Gerst
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst
2022-10-17x86/callthunks: Add call patching for call depth trackingThomas Gleixner
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson
2022-04-06x86/head/64: Re-enable stack protectionMichael Roth
2022-04-06x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth
2022-03-15x86/ibt,sev: AnnotationsPeter Zijlstra
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel
2021-05-12x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)
2020-12-14Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-18x86/head/64: Remove unused GET_CR2_INTO() macroArvind Sankar
2020-10-29x86/build: Fix vmlinux size check on 64-bitArvind Sankar
2020-10-29x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel
2020-09-09x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel
2020-09-09x86/sev-es: Setup an early #VC handlerJoerg Roedel
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel
2020-09-07x86/head/64: Install a CPU bringup IDTJoerg Roedel
2020-09-07x86/head/64: Switch to initial stack earlierJoerg Roedel
2020-09-07x86/head/64: Load segment registers earlierJoerg Roedel
2020-09-07x86/head/64: Load GDT after switch to virtual addressesJoerg Roedel
2020-09-07x86/head/64: Install startup GDTJoerg Roedel
2020-06-11x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-10-18x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby
2019-10-18x86/asm: Do not annotate functions with GLOBALJiri Slaby
2019-10-18x86/asm/head: Annotate data appropriatelyJiri Slaby
2019-10-18x86/asm: Annotate local pseudo-functionsJiri Slaby
2019-10-05x86/asm: Reorder early variablesJiri Slaby
2019-07-22x86/irq/64: Update stale commentCao jin
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds