aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)AuthorFilesLines
2025-12-24efi/libstub: gop: Fix EDID support in mixed-modeHans de Goede1-4/+4
2025-12-13Merge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-4/+4
2025-12-06LoongArch: Add adaptive CSR accessors for 32BIT/64BITHuacai Chen1-4/+4
2025-12-04Merge tag 'efi-next-for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-57/+217
2025-12-02Merge tag 'x86_mm_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-11-18efi/libstub: x86: Store EDID in boot_paramsThomas Zimmermann1-1/+2
2025-11-18efi/libstub: gop: Add support for reading EDIDThomas Zimmermann4-4/+67
2025-11-18efi/libstub: gop: Initialize screen_info in helper functionThomas Zimmermann1-43/+33
2025-11-18efi/libstub: gop: Find GOP handle instead of GOP dataThomas Zimmermann1-10/+17
2025-11-06efistub/x86: Add fallback for SMBIOS record lookupFrancesco Pompo1-1/+100
2025-11-05efi/libstub: Fix page table access in 5-level to 4-level paging transitionUsama Arif1-2/+2
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor1-2/+2
2025-10-05Merge tag 'efi-next-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+6
2025-09-29efi/x86: Memory protection on EfiGcdMemoryTypeMoreReliableLenny Szubowicz1-4/+6
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel1-1/+3
2025-08-09Merge tag 'efi-next-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2025-07-21stackleak: 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-06efi/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