summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)Author
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-21include: pe.h: Fix PE definitionsPali Rohár
2025-05-21Merge branch 'efi-sbat' into efi/nextArd Biesheuvel
2025-05-21efi: zboot specific mechanism for embedding SBAT sectionVitaly Kuznetsov
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov
2025-05-09efi/libstub: Describe missing 'out' parameter in efi_load_initrdHans Zhang
2025-04-06x86/boot: Move the EFI mixed mode startup code back under arch/x86, into star...Ard Biesheuvel
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-14efi/libstub: Avoid legacy decompressor zlib/zstd wrappersArd Biesheuvel
2025-03-14efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel
2025-03-13efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServicesArd Biesheuvel
2025-03-07Merge branch 'x86-mixed-mode' into efi/nextArd Biesheuvel
2025-02-21x86/efi/mixed: Move mixed mode startup code into libstubArd Biesheuvel
2025-02-21x86/efistub: Merge PE and handover entrypointsArd Biesheuvel
2025-02-04efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel
2025-01-22efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor
2025-01-14efi/libstub: Use __free() helper for pool deallocationsArd Biesheuvel
2025-01-14efi/libstub: Use cleanup helpers for freeing copies of the memory mapArd Biesheuvel
2025-01-14efi/libstub: Simplify PCI I/O handle buffer traversalArd Biesheuvel
2025-01-14efi/libstub: Refactor and clean up GOP resolution picker codeArd Biesheuvel
2025-01-14efi/libstub: Simplify GOP handling codeArd Biesheuvel
2025-01-14efi/libstub: Use C99-style for loop to traverse handle bufferArd Biesheuvel
2025-01-14x86/efistub: Drop long obsolete UGA supportArd Biesheuvel
2024-12-19efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32Hamza Mahfooz
2024-12-06efi/zboot: Limit compression options to GZIP and ZSTDArd Biesheuvel
2024-11-17efi/libstub: Take command line overrides into account for loaded filesArd Biesheuvel
2024-11-17efi/libstub: Fix command line fallback handling when loading filesArd Biesheuvel
2024-11-15efi/libstub: Parse builtin command line after bootloader provided oneArd Biesheuvel
2024-11-15efi/libstub: Free correct pointer on failureArd Biesheuvel
2024-10-15libstub,tpm: do not ignore failure case when reading final event logGregory Price
2024-10-15tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price
2024-10-15efi/libstub: measure initrd to PCR9 independent of sourceJeremy Linton
2024-10-15efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()Jonathan Marek
2024-10-15efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-26Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-13efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel
2024-09-01mm: rework accept memory helpersKirill A. Shutemov
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang
2024-07-25Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-07-22Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2024-07-20LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen
2024-07-18x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel
2024-07-17efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma
2024-07-12efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()Kees Cook
2024-07-10arm64/efistub: Clean up KASLR logicArd Biesheuvel
2024-07-08x86/efistub: Drop redundant clearing of BSSArd Biesheuvel
2024-07-08x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel