summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed
AgeCommit message (Expand)AuthorFilesLines
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/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 Roth1-10/+7
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2022-02-22x86: clean up symbol aliasingMark Rutland2-4/+2
2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeKees Cook1-1/+2
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+6
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada1-6/+6
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-8/+8
2022-01-11Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+11
2022-01-10Merge tag 'x86_build_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+5
2021-12-23x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGSNathan Chancellor1-2/+5
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra3-8/+8
2021-11-21efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel1-3/+11
2021-11-15x86/sev: Shorten GHCB terminate macro namesBrijesh Singh1-3/+3
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+5
2021-10-27x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook3-4/+5
2021-09-25lib/string: Move helper functions out of string.cKees Cook2-0/+4
2021-08-30Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-08-24x86/kaslr: Have process_mem_region() return a booleanJing Yangyang1-1/+1
2021-08-21x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel2-9/+24
2021-05-12x86/boot/compressed: Enable -WundefNick Desaulniers3-2/+3
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2-5/+5
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+5
2021-04-26Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+4
2021-04-26Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2021-03-26x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor1-0/+1
2021-03-23x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningArnd Bergmann1-2/+0
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar2-2/+2
2021-03-19x86/kaslr: Return boolean values from a function returning boolJiapeng Chong1-2/+2
2021-03-18x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()Joerg Roedel1-9/+3