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