| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macros | Pasha Tatashin | 2022-12-15 | 1 | -1/+1 |
* | x86: Clear .brk area at early boot | Juergen Gross | 2022-07-01 | 1 | -0/+2 |
* | x86/xen: Use clear_bss() for Xen PV guests | Juergen Gross | 2022-07-01 | 1 | -1/+1 |
* | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-05-24 | 1 | -0/+7 |
|\ |
|
| * | x86/tdx: Port I/O: Add early boot support | Andi Kleen | 2022-04-07 | 1 | -0/+3 |
| * | x86/tdx: Detect running as a TDX guest in early boot | Kuppuswamy Sathyanarayanan | 2022-04-07 | 1 | -0/+4 |
* | | x86/head/64: Re-enable stack protection | Michael Roth | 2022-04-06 | 1 | -9/+0 |
* | | x86/kernel: Mark the .bss..decrypted section as shared in the RMP table | Brijesh Singh | 2022-04-06 | 1 | -0/+13 |
* | | x86/sev: Register GHCB memory when SEV-SNP is active | Brijesh Singh | 2022-04-06 | 1 | -1/+3 |
* | | x86/sev: Detect/setup SEV/SME features earlier in boot | Michael Roth | 2022-04-06 | 1 | -3/+0 |
|/ |
|
* | x86/head64: Add missing __head annotation to sme_postprocess_startup() | Marco Bonelli | 2022-02-12 | 1 | -1/+1 |
* | Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-01-10 | 1 | -0/+14 |
|\ |
|
| * | x86/mm: Prevent early boot triple-faults with instrumentation | Borislav Petkov | 2021-12-22 | 1 | -2/+14 |
| * | x86/mm/64: Flush global TLB on boot and AP bringup | Joerg Roedel | 2021-12-06 | 1 | -0/+2 |
* | | x86/head64: Carve out the guest encryption postprocessing into a helper | Borislav Petkov | 2021-11-15 | 1 | -29/+31 |
|/ |
|
* | treewide: Replace the use of mem_encrypt_active() with cc_platform_has() | Tom Lendacky | 2021-10-04 | 1 | -2/+7 |
* | x86/sev-es: Rename sev-es.{ch} to sev.{ch} | Brijesh Singh | 2021-05-10 | 1 | -1/+1 |
* | x86: Fix various typos in comments | Ingo Molnar | 2021-03-18 | 1 | -1/+1 |
* | x86/head64: Remove duplicate include | Wang Qing | 2020-11-20 | 1 | -1/+0 |
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 1 | -1/+1 |
* | x86/sev-es: Setup GHCB-based boot #VC handler | Joerg Roedel | 2020-09-09 | 1 | -0/+8 |
* | x86/sev-es: Setup an early #VC handler | Joerg Roedel | 2020-09-09 | 1 | -1/+24 |
* | x86/head/64: Move early exception dispatch to C code | Joerg Roedel | 2020-09-07 | 1 | -4/+15 |
* | x86/head/64: Install a CPU bringup IDT | Joerg Roedel | 2020-09-07 | 1 | -0/+39 |
* | x86/head/64: Install startup GDT | Joerg Roedel | 2020-09-07 | 1 | -0/+33 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area | Steve Wahl | 2019-10-11 | 1 | -2/+20 |
* | x86/boot/64: Add missing fixup_pointer() for next_early_pgt access | Kirill A. Shutemov | 2019-06-26 | 1 | -1/+2 |
* | x86/boot/64: Fix crash if kernel image crosses page table boundary | Kirill A. Shutemov | 2019-06-26 | 1 | -8/+9 |
* | x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu... | Juergen Gross | 2018-11-20 | 1 | -2/+0 |
* | x86: Clean up 'sizeof x' => 'sizeof(x)' | Jordan Borgner | 2018-10-29 | 1 | -1/+1 |
* | x86/boot: Add ACPI RSDP address to setup_header | Juergen Gross | 2018-10-10 | 1 | -0/+2 |
* | x86/mm: Expand static page table for fixmap space | Feng Tang | 2018-09-20 | 1 | -1/+3 |
* | x86/mm: Add .bss..decrypted section to hold shared variables | Brijesh Singh | 2018-09-15 | 1 | -0/+16 |
* | Revert "x86/mm: Mark __pgtable_l5_enabled __initdata" | Kirill A. Shutemov | 2018-06-23 | 1 | -1/+1 |
* | x86/mm: Mark __pgtable_l5_enabled __initdata | Kirill A. Shutemov | 2018-05-19 | 1 | -1/+1 |
* | x86/mm: Introduce the 'no5lvl' kernel parameter | Kirill A. Shutemov | 2018-05-19 | 1 | -4/+5 |
* | x86/mm: Stop pretending pgtable_l5_enabled is a variable | Kirill A. Shutemov | 2018-05-19 | 1 | -1/+1 |
* | x86/mm: Unify pgtable_l5_enabled usage in early boot code | Kirill A. Shutemov | 2018-05-19 | 1 | -7/+5 |
* | x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask' | Alexander Potapenko | 2018-05-14 | 1 | -1/+9 |
* | x86/mm: Do not auto-massage page protections | Dave Hansen | 2018-04-12 | 1 | -0/+2 |
* | x86/mm: Optimize boot-time paging mode switching cost | Kirill A. Shutemov | 2018-02-21 | 1 | -2/+7 |
* | x86/mm: Support boot-time switching of paging modes in the early boot code | Kirill A. Shutemov | 2018-02-16 | 1 | -11/+22 |
* | x86/mm: Initialize vmemmap_base at boot-time | Kirill A. Shutemov | 2018-02-16 | 1 | -1/+2 |
* | x86/mm: Adjust vmalloc base and size at boot-time | Kirill A. Shutemov | 2018-02-16 | 1 | -1/+2 |
* | x86/mm: Initialize 'page_offset_base' at boot-time | Kirill A. Shutemov | 2018-02-16 | 1 | -4/+9 |
* | x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-time | Kirill A. Shutemov | 2018-02-16 | 1 | -2/+4 |
* | x86/mm: Initialize 'pgtable_l5_enabled' at boot-time | Kirill A. Shutemov | 2018-02-16 | 1 | -1/+23 |
* | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable | Kirill A. Shutemov | 2018-02-14 | 1 | -1/+5 |