summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky2024-03-241-9/+7
* x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky2024-03-241-1/+1
* x86/startup_64: Defer assignment of 5-level paging global variablesArd Biesheuvel2024-03-041-30/+14
* x86/boot/64: Load the final kernel GDT during early boot directly, remove sta...Brian Gerst2024-02-281-11/+2
* x86/boot/64: Use RIP_REL_REF() to access early_top_pgt[]Ard Biesheuvel2024-02-261-12/+9
* x86/boot/64: Use RIP_REL_REF() to access early page tablesArd Biesheuvel2024-02-261-6/+4
* x86/boot/64: Use RIP_REL_REF() to access '__supported_pte_mask'Ard Biesheuvel2024-02-261-3/+1
* x86/boot/64: Use RIP_REL_REF() to access early_dynamic_pgts[]Ard Biesheuvel2024-02-261-6/+5
* x86/boot/64: Use RIP_REL_REF() to assign 'phys_base'Ard Biesheuvel2024-02-261-6/+1
* x86/boot/64: Simplify global variable accesses in GDT/IDT programmingArd Biesheuvel2024-02-261-45/+30
* x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum2023-12-201-3/+3
* x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum2023-12-201-3/+3
* x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong2023-10-171-2/+1
* x86/head/64: Add missing __head annotation to startup_64_load_idt()Hou Wenlong2023-10-161-1/+1
* x86/head/64: Mark 'startup_gdt[]' and 'startup_gdt_descr' as __initdataHou Wenlong2023-10-161-2/+2
* x86/boot: Harmonize the style of array-type parameter for fixup_pointer() callsWang Jinchao2023-10-031-3/+3
* x86/boot: Fix incorrect startup_gdt_descr.sizeYuntao Wang2023-10-031-1/+1
* x86/head: Mark *_start_kernel() __noreturnJosh Poimboeuf2023-04-141-2/+2
* x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin2022-12-151-1/+1
* x86: Clear .brk area at early bootJuergen Gross2022-07-011-0/+2
* x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross2022-07-011-1/+1
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-0/+7
|\
| * x86/tdx: Port I/O: Add early boot supportAndi Kleen2022-04-071-0/+3
| * x86/tdx: Detect running as a TDX guest in early bootKuppuswamy Sathyanarayanan2022-04-071-0/+4
* | x86/head/64: Re-enable stack protectionMichael Roth2022-04-061-9/+0
* | x86/kernel: Mark the .bss..decrypted section as shared in the RMP tableBrijesh Singh2022-04-061-0/+13
* | x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh2022-04-061-1/+3
* | x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth2022-04-061-3/+0
|/
* x86/head64: Add missing __head annotation to sme_postprocess_startup()Marco Bonelli2022-02-121-1/+1
* Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-101-0/+14
|\
| * x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov2021-12-221-2/+14
| * x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel2021-12-061-0/+2
* | x86/head64: Carve out the guest encryption postprocessing into a helperBorislav Petkov2021-11-151-29/+31
|/
* treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-2/+7
* x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-101-1/+1
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* x86/head64: Remove duplicate includeWang Qing2020-11-201-1/+0
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel2020-09-091-0/+8
* x86/sev-es: Setup an early #VC handlerJoerg Roedel2020-09-091-1/+24
* x86/head/64: Move early exception dispatch to C codeJoerg Roedel2020-09-071-4/+15
* x86/head/64: Install a CPU bringup IDTJoerg Roedel2020-09-071-0/+39
* x86/head/64: Install startup GDTJoerg Roedel2020-09-071-0/+33
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl2019-10-111-2/+20
* x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov2019-06-261-1/+2
* x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov2019-06-261-8/+9
* x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross2018-11-201-2/+0
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1