summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/kernel: Move page table macros to headerJason Andryuk2024-09-251-20/+0
* Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-141-1/+1
|\
| * x86/head: Simplify relative include path to xen-head.SYuntao Wang2024-03-251-1/+1
* | x86/boot: Simplify boot stack setupBrian Gerst2024-03-211-1/+1
|/
* Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar2024-03-121-3/+4
|\
| * Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-2/+2
| |\
| | * Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-1/+1
| | |\
| | | * x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao2024-01-101-1/+1
| | * | Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar2024-02-141-16/+44
| | |\|
| | * | x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addendUros Bizjak2023-10-201-1/+1
| * | | x86/fred: Fix init_task thread stack pointer initializationXin Li (Intel)2024-03-071-1/+2
| | |/ | |/|
* | | x86/startup_64: Simplify virtual switch on primary bootArd Biesheuvel2024-03-041-21/+21
* | | x86/startup_64: Simplify calculation of initial page table addressArd Biesheuvel2024-03-041-18/+7
* | | x86/startup_64: Simplify CR4 handling in startup codeArd Biesheuvel2024-03-041-18/+17
* | | x86/boot: Use 32-bit XOR to clear registersUros Bizjak2024-03-011-3/+3
* | | x86/boot/64: Use RIP_REL_REF() to access early_top_pgt[]Ard Biesheuvel2024-02-261-1/+2
* | | x86/boot/64: Simplify global variable accesses in GDT/IDT programmingArd Biesheuvel2024-02-261-3/+1
* | | x86/startup_64: Drop long return to initial_code pointerArd Biesheuvel2024-01-311-32/+3
|/ /
* | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-091-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-091-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-311-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-031-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-241-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