mirror of https://github.com/torvalds/linux.git
- Decouple mixed mode startup code from the traditional x86 decompressor - Revert zero-length file hack in efivarfs - Prevent EFI zboot from using the CopyMem/SetMem boot services after ExitBootServices() - Update EFI zboot to use the ZLIB/ZSTD library interfaces directly -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQQm/3uucuRGn1Dmh0wbglWLn0tXAUCZ9vAPwAKCRAwbglWLn0t XNsFAQCq4zXmbHnFl8gR3rq06f2gR3DKPfUBGVnyfaP/77ag0AD6Alzm4Pg014cL GsZPQf38uGnygMTGYsU1HdE8EugFFQY= =UXC0 -----END PGP SIGNATURE----- Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi Pull EFI updates from Ard Biesheuvel: - Decouple mixed mode startup code from the traditional x86 decompressor - Revert zero-length file hack in efivarfs - Prevent EFI zboot from using the CopyMem/SetMem boot services after ExitBootServices() - Update EFI zboot to use the ZLIB/ZSTD library interfaces directly * tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi: efi/libstub: Avoid legacy decompressor zlib/zstd wrappers efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServices efi: efibc: change kmalloc(size * count, ...) to kmalloc_array() efivarfs: Revert "allow creation of zero length files" x86/efi/mixed: Move mixed mode startup code into libstub x86/efi/mixed: Simplify and document thunking logic x86/efi/mixed: Remove dependency on legacy startup_32 code x86/efi/mixed: Set up 1:1 mapping of lower 4GiB in the stub x86/efi/mixed: Factor out and clean up long mode entry x86/efi/mixed: Check CPU compatibility without relying on verify_cpu() x86/efistub: Merge PE and handover entrypoints |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.zboot | ||
| alignedmem.c | ||
| arm32-stub.c | ||
| arm64-stub.c | ||
| arm64.c | ||
| bitmap.c | ||
| efi-stub-entry.c | ||
| efi-stub-helper.c | ||
| efi-stub.c | ||
| efistub.h | ||
| fdt.c | ||
| file.c | ||
| find.c | ||
| gop.c | ||
| intrinsics.c | ||
| kaslr.c | ||
| loongarch-stub.c | ||
| loongarch-stub.h | ||
| loongarch.c | ||
| mem.c | ||
| pci.c | ||
| printk.c | ||
| random.c | ||
| randomalloc.c | ||
| relocate.c | ||
| riscv-stub.c | ||
| riscv.c | ||
| screen_info.c | ||
| secureboot.c | ||
| skip_spaces.c | ||
| smbios.c | ||
| string.c | ||
| systable.c | ||
| tpm.c | ||
| unaccepted_memory.c | ||
| vsprintf.c | ||
| x86-5lvl.c | ||
| x86-mixed.S | ||
| x86-stub.c | ||
| x86-stub.h | ||
| zboot-decompress-gzip.c | ||
| zboot-decompress-zstd.c | ||
| zboot-header.S | ||
| zboot.c | ||
| zboot.lds | ||