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