summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head64.c
AgeCommit message (Expand)Author
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
2021-03-18x86: Fix various typos in commentsIngo Molnar
2020-11-20x86/head64: Remove duplicate includeWang Qing
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
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: Install startup GDTJoerg Roedel
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-10-11x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl
2019-06-26x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov
2019-06-26x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner