aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-0/+2
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-0/+2
2022-10-04Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-10-03x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko2-0/+2
2022-09-29kbuild: build init/built-in.a just onceMasahiro Yamada2-0/+2
2022-08-24x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth2-1/+19
2022-08-15x86/boot: Remove superfluous type casting from arch/x86/boot/bitops.hLi kunyu1-2/+2
2022-08-10x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2-1/+5
2022-07-06x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth1-0/+13
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-1/+1
2022-06-01efi: x86: Fix config name for setting the NX-compatibility flag in the PE headerLukas Bulwahn1-1/+1
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-22/+0
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2022-05-23Merge tag 'x86_build_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+25
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-44/+181
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-243/+813
2022-05-19x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2-13/+25
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada1-22/+0
2022-05-03efi: x86: Set the NX-compatibility flag in the PE headerPeter Jones1-0/+4
2022-04-20x86/boot: Put globals that are accessed early into the .data sectionMichael Roth2-2/+6
2022-04-17x86/boot: Add an efi.h header for the decompressorBorislav Petkov6-9/+131
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson2-3/+19
2022-04-07x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov1-3/+4
2022-04-07x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov3-1/+65
2022-04-07x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov5-3/+52
2022-04-07x86: Consolidate port I/O helpersKirill A. Shutemov2-35/+2
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan7-2/+42
2022-04-07x86/sev: Use firmware-validated CPUID for SEV-SNP guestsMichael Roth1-37/+0
2022-04-07x86/sev: Add SEV-SNP feature detection/setupMichael Roth1-27/+0
2022-04-07x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth3-1/+25
2022-04-07x86/compressed: Export and rename add_identity_map()Michael Roth2-9/+10
2022-04-07x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guestsMichael Roth1-0/+46
2022-04-07x86/compressed: Add SEV-SNP feature detection/setupMichael Roth1-1/+111
2022-04-07x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth1-0/+1
2022-04-06x86/compressed/acpi: Move EFI kexec handling into common codeMichael Roth2-60/+45
2022-04-06x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth3-45/+106
2022-04-06x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth3-17/+60
2022-04-06x86/compressed/acpi: Move EFI system table lookup to helperMichael Roth3-14/+42
2022-04-06x86/compressed/acpi: Move EFI detection to helperMichael Roth4-18/+77
2022-04-06x86/compressed: Register GHCB memory when SEV-SNP is activeBrijesh Singh1-0/+4
2022-04-06x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh3-1/+67
2022-04-06x86/sev: Check the VMPL levelBrijesh Singh1-2/+26
2022-04-06x86/sev: Check SEV-SNP features supportBrijesh Singh2-6/+32
2022-04-06x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh1-3/+3
2022-04-06x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth4-53/+60
2022-04-06x86/boot: Use MSR read/write helpers instead of inline assemblyMichael Roth2-25/+22
2022-04-06x86/boot: Introduce helpers for MSR reads/writesMichael Roth1-0/+26
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard3-5/+4
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2022-03-04sysfb: Enable boot time VESA graphic mode selectionMichal Suchanek1-2/+2