aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/head64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov1-2/+0
2025-05-17x86/mm/64: Always use dynamic memory layoutKirill A. Shutemov1-2/+0
2025-05-14x86/boot: Defer initialization of VM space related global variablesArd Biesheuvel1-3/+6
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel1-0/+4
2025-05-04x86/boot: Move early_setup_gdt() back into head64.cArd Biesheuvel1-0/+12
2025-04-12x86/boot: Move early kernel mapping code into startup/Ard Biesheuvel1-210/+1
2025-04-12x86/boot: Move the early GDT/IDT setup code into startup/Ard Biesheuvel1-74/+0
2025-04-12x86/asm: Make rip_rel_ptr() usable from fPIC codeArd Biesheuvel1-12/+12
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf1-2/+0
2025-02-18x86/percpu/64: Remove INIT_PER_CPU macrosBrian Gerst1-1/+1
2024-12-10x86/boot/64: Fix spurious undefined reference when CONFIG_X86_5LEVEL=n, on GCC-12Ard Biesheuvel1-1/+1
2024-12-05x86/boot/64: Avoid intentional absolute symbol references in .head.textArd Biesheuvel1-12/+18
2024-12-05x86/boot/64: Determine VA/PA offset before entering C codeArd Biesheuvel1-3/+5
2024-08-25x86/boot/64: Strip percpu address space when setting up GDT descriptorsUros Bizjak1-1/+2
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky1-9/+7
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky1-1/+1
2024-03-04x86/startup_64: Defer assignment of 5-level paging global variablesArd Biesheuvel1-30/+14
2024-02-28x86/boot/64: Load the final kernel GDT during early boot directly, remove startup_gdt[]Brian Gerst1-11/+2
2024-02-26x86/boot/64: Use RIP_REL_REF() to access early_top_pgt[]Ard Biesheuvel1-12/+9
2024-02-26x86/boot/64: Use RIP_REL_REF() to access early page tablesArd Biesheuvel1-6/+4
2024-02-26x86/boot/64: Use RIP_REL_REF() to access '__supported_pte_mask'Ard Biesheuvel1-3/+1
2024-02-26x86/boot/64: Use RIP_REL_REF() to access early_dynamic_pgts[]Ard Biesheuvel1-6/+5
2024-02-26x86/boot/64: Use RIP_REL_REF() to assign 'phys_base'Ard Biesheuvel1-6/+1
2024-02-26x86/boot/64: Simplify global variable accesses in GDT/IDT programmingArd Biesheuvel1-45/+30
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum1-3/+3
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum1-3/+3
2023-10-17x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong1-2/+1
2023-10-16x86/head/64: Add missing __head annotation to startup_64_load_idt()Hou Wenlong1-1/+1
2023-10-16x86/head/64: Mark 'startup_gdt[]' and 'startup_gdt_descr' as __initdataHou Wenlong1-2/+2
2023-10-03x86/boot: Harmonize the style of array-type parameter for fixup_pointer() callsWang Jinchao1-3/+3
2023-10-03x86/boot: Fix incorrect startup_gdt_descr.sizeYuntao Wang1-1/+1
2023-04-14x86/head: Mark *_start_kernel() __noreturnJosh Poimboeuf1-2/+2
2022-12-15x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin1-1/+1
2022-07-01x86: Clear .brk area at early bootJuergen Gross1-0/+2
2022-07-01x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross1-1/+1
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2022-04-07x86/tdx: Port I/O: Add early boot supportAndi Kleen1-0/+3
2022-04-07x86/tdx: Detect running as a TDX guest in early bootKuppuswamy Sathyanarayanan1-0/+4
2022-04-06x86/head/64: Re-enable stack protectionMichael Roth1-9/+0
2022-04-06x86/kernel: Mark the .bss..decrypted section as shared in the RMP tableBrijesh Singh1-0/+13
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh1-1/+3
2022-04-06x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth1-3/+0
2022-02-12x86/head64: Add missing __head annotation to sme_postprocess_startup()Marco Bonelli1-1/+1
2022-01-10Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
2021-12-22x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov1-2/+14
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel1-0/+2
2021-11-15x86/head64: Carve out the guest encryption postprocessing into a helperBorislav Petkov1-29/+31
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-2/+7
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh1-1/+1