summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4 days9-80/+447
|\
| * efi/libstub: Avoid legacy decompressor zlib/zstd wrappersArd Biesheuvel2025-03-146-57/+136
| * efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServicesArd Biesheuvel2025-03-131-0/+26
| * Merge branch 'x86-mixed-mode' into efi/nextArd Biesheuvel2025-03-073-23/+285
| |\
| | * x86/efi/mixed: Move mixed mode startup code into libstubArd Biesheuvel2025-02-212-0/+256
| | * x86/efistub: Merge PE and handover entrypointsArd Biesheuvel2025-02-211-23/+29
* | | efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel2025-03-141-0/+4
|/ /
* / efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel2025-02-042-0/+6
|/
* efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor2025-01-221-1/+1
* efi/libstub: Use __free() helper for pool deallocationsArd Biesheuvel2025-01-143-26/+20
* efi/libstub: Use cleanup helpers for freeing copies of the memory mapArd Biesheuvel2025-01-145-29/+20
* efi/libstub: Simplify PCI I/O handle buffer traversalArd Biesheuvel2025-01-142-49/+13
* efi/libstub: Refactor and clean up GOP resolution picker codeArd Biesheuvel2025-01-141-162/+103
* efi/libstub: Simplify GOP handling codeArd Biesheuvel2025-01-144-74/+37
* efi/libstub: Use C99-style for loop to traverse handle bufferArd Biesheuvel2025-01-144-12/+8
* x86/efistub: Drop long obsolete UGA supportArd Biesheuvel2025-01-141-90/+0
* efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32Hamza Mahfooz2024-12-191-1/+1
* efi/zboot: Limit compression options to GZIP and ZSTDArd Biesheuvel2024-12-061-12/+6
* efi/libstub: Take command line overrides into account for loaded filesArd Biesheuvel2024-11-171-1/+2
* efi/libstub: Fix command line fallback handling when loading filesArd Biesheuvel2024-11-171-0/+21
* efi/libstub: Parse builtin command line after bootloader provided oneArd Biesheuvel2024-11-151-11/+8
* efi/libstub: Free correct pointer on failureArd Biesheuvel2024-11-151-1/+1
* libstub,tpm: do not ignore failure case when reading final event logGregory Price2024-10-151-0/+3
* tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price2024-10-151-3/+3
* efi/libstub: measure initrd to PCR9 independent of sourceJeremy Linton2024-10-151-4/+5
* efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()Jonathan Marek2024-10-154-8/+5
* efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek2024-10-151-1/+1
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
* Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-1/+1
|\
| * efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel2024-09-131-1/+1
* | mm: rework accept memory helpersKirill A. Shutemov2024-09-012-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-07-291-1/+6
|\ \ | |/ |/|
| * ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan2024-07-021-1/+2
| * ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu2024-06-101-0/+4
* | Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-271-1/+2
|\ \
| * | riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang2024-07-261-1/+2
* | | Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-252-5/+17
|\ \ \
| * | | x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel2024-07-181-5/+15
| * | | efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma2024-07-171-0/+2
| |/ /
* | | Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-07-221-0/+2
|\ \ \ | |/ / |/| |
| * | LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen2024-07-201-0/+2
* | | efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()Kees Cook2024-07-123-3/+3
* | | arm64/efistub: Clean up KASLR logicArd Biesheuvel2024-07-102-20/+13
* | | x86/efistub: Drop redundant clearing of BSSArd Biesheuvel2024-07-081-3/+0
* | | x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel2024-07-081-4/+1
* | | x86/efistub: Call Apple set_os protocol on dual GPU Intel MacsAditya Garg2024-07-081-3/+68
* | | x86/efistub: Enable SMBIOS protocol handling for x86Ard Biesheuvel2024-07-082-15/+26
* | | efistub/smbios: Simplify SMBIOS enumeration APIArd Biesheuvel2024-07-023-9/+7
* | | x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel2024-07-021-1/+1
|/ /
* | Merge tag 'efi-fixes-for-v6.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-061-0/+1
|\ \