summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross2018-10-101-0/+2
* x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-201-1/+3
* x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2018-09-151-0/+16
* Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"Kirill A. Shutemov2018-06-231-1/+1
* x86/mm: Mark __pgtable_l5_enabled __initdataKirill A. Shutemov2018-05-191-1/+1
* x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov2018-05-191-4/+5
* x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-191-1/+1
* x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2018-05-191-7/+5
* x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'Alexander Potapenko2018-05-141-1/+9
* x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-121-0/+2
* x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2018-02-211-2/+7
* x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov2018-02-161-11/+22
* x86/mm: Initialize vmemmap_base at boot-timeKirill A. Shutemov2018-02-161-1/+2
* x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov2018-02-161-1/+2
* x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov2018-02-161-4/+9
* x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-timeKirill A. Shutemov2018-02-161-2/+4
* x86/mm: Initialize 'pgtable_l5_enabled' at boot-timeKirill A. Shutemov2018-02-161-1/+23
* x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-1/+5