summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2022-08-24x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth
2022-08-10x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers
2022-07-06x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-06-01efi: x86: Fix config name for setting the NX-compatibility flag in the PE headerLukas Bulwahn
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-05-23Merge tag 'x86_build_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-19x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada
2022-05-03efi: x86: Set the NX-compatibility flag in the PE headerPeter Jones
2022-04-20x86/boot: Put globals that are accessed early into the .data sectionMichael Roth
2022-04-17x86/boot: Add an efi.h header for the decompressorBorislav Petkov
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson
2022-04-07x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov
2022-04-07x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov
2022-04-07x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov
2022-04-07x86: Consolidate port I/O helpersKirill A. Shutemov
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan
2022-04-07x86/sev: Use firmware-validated CPUID for SEV-SNP guestsMichael Roth
2022-04-07x86/sev: Add SEV-SNP feature detection/setupMichael Roth
2022-04-07x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth
2022-04-07x86/compressed: Export and rename add_identity_map()Michael Roth
2022-04-07x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guestsMichael Roth
2022-04-07x86/compressed: Add SEV-SNP feature detection/setupMichael Roth
2022-04-07x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI kexec handling into common codeMichael Roth
2022-04-06x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI system table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI detection to helperMichael Roth
2022-04-06x86/compressed: Register GHCB memory when SEV-SNP is activeBrijesh Singh
2022-04-06x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh
2022-04-06x86/sev: Check the VMPL levelBrijesh Singh
2022-04-06x86/sev: Check SEV-SNP features supportBrijesh Singh
2022-04-06x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh
2022-04-06x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth
2022-04-06x86/boot: Use MSR read/write helpers instead of inline assemblyMichael Roth
2022-04-06x86/boot: Introduce helpers for MSR reads/writesMichael Roth
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-04sysfb: Enable boot time VESA graphic mode selectionMichal Suchanek
2022-02-22x86: clean up symbol aliasingMark Rutland
2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeKees Cook
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds