summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'efi-next-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-07-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2025-07-29Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2025-07-22stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-4/+4
2025-07-15efistub: Lower default log levelAaron Kling1-2/+2
2025-07-08arm64: fix unnecessary rebuilding when CONFIG_DEBUG_EFI=yMasahiro Yamada1-1/+1
2025-06-20efi: Fix .data section size calculations when .sbat is presentVitaly Kuznetsov1-2/+2
2025-06-10efi: Drop preprocessor directives from zboot.ldsVitaly Kuznetsov1-2/+0
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07Merge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+1
2025-06-05efi/libstub: use 'targets' instead of extra-y in MakefileMasahiro Yamada1-1/+1
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-7/+41
2025-05-30LoongArch: Enable HAVE_ARCH_STACKLEAKYouling Tang1-1/+1
2025-05-21include: pe.h: Fix PE definitionsPali Rohár1-5/+5
2025-05-21Merge branch 'efi-sbat' into efi/nextArd Biesheuvel3-2/+35
2025-05-21efi: zboot specific mechanism for embedding SBAT sectionVitaly Kuznetsov3-2/+35
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov1-1/+1
2025-05-09efi/libstub: Describe missing 'out' parameter in efi_load_initrdHans Zhang1-0/+1
2025-04-06x86/boot: Move the EFI mixed mode startup code back under arch/x86, into star...Ard Biesheuvel2-254/+0
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-80/+447
2025-03-14efi/libstub: Avoid legacy decompressor zlib/zstd wrappersArd Biesheuvel6-57/+136
2025-03-14efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel1-0/+4
2025-03-13efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServicesArd Biesheuvel1-0/+26
2025-03-07Merge branch 'x86-mixed-mode' into efi/nextArd Biesheuvel3-23/+285
2025-02-21x86/efi/mixed: Move mixed mode startup code into libstubArd Biesheuvel2-0/+256
2025-02-21x86/efistub: Merge PE and handover entrypointsArd Biesheuvel1-23/+29
2025-02-04efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel2-0/+6
2025-01-22efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-1/+1
2025-01-14efi/libstub: Use __free() helper for pool deallocationsArd Biesheuvel3-26/+20
2025-01-14efi/libstub: Use cleanup helpers for freeing copies of the memory mapArd Biesheuvel5-29/+20
2025-01-14efi/libstub: Simplify PCI I/O handle buffer traversalArd Biesheuvel2-49/+13
2025-01-14efi/libstub: Refactor and clean up GOP resolution picker codeArd Biesheuvel1-162/+103
2025-01-14efi/libstub: Simplify GOP handling codeArd Biesheuvel4-74/+37
2025-01-14efi/libstub: Use C99-style for loop to traverse handle bufferArd Biesheuvel4-12/+8
2025-01-14x86/efistub: Drop long obsolete UGA supportArd Biesheuvel1-90/+0
2024-12-19efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32Hamza Mahfooz1-1/+1
2024-12-06efi/zboot: Limit compression options to GZIP and ZSTDArd Biesheuvel1-12/+6
2024-11-17efi/libstub: Take command line overrides into account for loaded filesArd Biesheuvel1-1/+2
2024-11-17efi/libstub: Fix command line fallback handling when loading filesArd Biesheuvel1-0/+21
2024-11-15efi/libstub: Parse builtin command line after bootloader provided oneArd Biesheuvel1-11/+8
2024-11-15efi/libstub: Free correct pointer on failureArd Biesheuvel1-1/+1
2024-10-15libstub,tpm: do not ignore failure case when reading final event logGregory Price1-0/+3
2024-10-15tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price1-3/+3
2024-10-15efi/libstub: measure initrd to PCR9 independent of sourceJeremy Linton1-4/+5
2024-10-15efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()Jonathan Marek4-8/+5
2024-10-15efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-26Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-09-13efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel1-1/+1
2024-09-02mm: rework accept memory helpersKirill A. Shutemov2-2/+3