summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c
AgeCommit message (Expand)AuthorLines
2022-07-01x86: Clear .brk area at early bootJuergen Gross-0/+2
2022-07-01x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross-1/+1
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+7
2022-04-07x86/tdx: Port I/O: Add early boot supportAndi Kleen-0/+3
2022-04-07x86/tdx: Detect running as a TDX guest in early bootKuppuswamy Sathyanarayanan-0/+4
2022-04-06x86/head/64: Re-enable stack protectionMichael Roth-9/+0
2022-04-06x86/kernel: Mark the .bss..decrypted section as shared in the RMP tableBrijesh Singh-0/+13
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh-1/+3
2022-04-06x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth-3/+0
2022-02-12x86/head64: Add missing __head annotation to sme_postprocess_startup()Marco Bonelli-1/+1
2022-01-10Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+14
2021-12-22x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov-2/+14
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel-0/+2
2021-11-15x86/head64: Carve out the guest encryption postprocessing into a helperBorislav Petkov-29/+31
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky-2/+7
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar-1/+1
2020-11-20x86/head64: Remove duplicate includeWang Qing-1/+0
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-1/+1
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel-0/+8
2020-09-09x86/sev-es: Setup an early #VC handlerJoerg Roedel-1/+24
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel-4/+15
2020-09-07x86/head/64: Install a CPU bringup IDTJoerg Roedel-0/+39
2020-09-07x86/head/64: Install startup GDTJoerg Roedel-0/+33
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2019-10-11x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl-2/+20
2019-06-26x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov-1/+2
2019-06-26x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov-8/+9
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross-2/+0
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner-1/+1
2018-10-10x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross-0/+2
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang-1/+3
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh-0/+16
2018-06-23Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"Kirill A. Shutemov-1/+1
2018-05-19x86/mm: Mark __pgtable_l5_enabled __initdataKirill A. Shutemov-1/+1
2018-05-19x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov-4/+5
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov-1/+1
2018-05-19x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov-7/+5
2018-05-14x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'Alexander Potapenko-1/+9
2018-04-12x86/mm: Do not auto-massage page protectionsDave Hansen-0/+2
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov-2/+7
2018-02-16x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov-11/+22
2018-02-16x86/mm: Initialize vmemmap_base at boot-timeKirill A. Shutemov-1/+2
2018-02-16x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov-1/+2
2018-02-16x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov-4/+9
2018-02-16x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-timeKirill A. Shutemov-2/+4
2018-02-16x86/mm: Initialize 'pgtable_l5_enabled' at boot-timeKirill A. Shutemov-1/+23
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov-1/+5
2018-02-14x86/mm: Introduce 'pgtable_l5_enabled'Kirill A. Shutemov-0/+5