summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang1-1/+1
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+7
2023-10-31Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-50/+7
2023-10-20Merge 3rd batch of EFI fixes into efi/urgentArd Biesheuvel2-4/+5
2023-10-18x86/boot: efistub: Assign global boot_params variableArd Biesheuvel1-0/+2
2023-10-17efi: move screen_info into efi init codeArnd Bergmann1-1/+7
2023-10-17x86/boot: efistub: Assign global boot_params variableArd Biesheuvel2-0/+4
2023-10-13x86/efistub: Don't try to print after ExitBootService()Nikolay Borisov1-4/+1
2023-09-15x86/efi: Disregard setup header of loaded imageArd Biesheuvel1-40/+6
2023-09-15x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel1-7/+0
2023-09-11efi/unaccepted: Use ACPI reclaim memory for unaccepted memory tableArd Biesheuvel1-1/+1
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt5-124/+197
2023-09-06riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti2-19/+16
2023-09-06libstub: Fix compilation warning for rv32Alexandre Ghiti1-1/+1
2023-09-06arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti4-105/+181
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+4
2023-08-29Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2023-08-28Merge remote-tracking branch 'linux-efi/urgent' into efi/nextArd Biesheuvel1-1/+1
2023-08-24x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski1-1/+1
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel1-94/+72
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel1-0/+17
2023-08-07efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel4-7/+9
2023-08-07x86/efistub: Prefer EFI memory attributes protocol over DXE servicesArd Biesheuvel1-8/+21
2023-08-07x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel6-26/+130
2023-08-07x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel1-2/+11
2023-08-07x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel1-4/+16
2023-08-07x86/efistub: Branch straight to kernel entry point from C codeArd Biesheuvel1-5/+17
2023-08-03efi/riscv: libstub: Fix comment about absolute relocationXiao Wang1-1/+1
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-0/+4
2023-07-08efi: Do not include <linux/screen_info.h> from EFI headerThomas Zimmermann2-0/+4
2023-07-01Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2023-06-27efi/libstub: Disable PCI DMA before grabbing the EFI memory mapArd Biesheuvel1-3/+3
2023-06-06x86/efi: Safely enable unaccepted memory in UEFIDionna Glaze1-0/+36
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov6-0/+327
2023-06-06efi/x86: Get full memory map in allocate_e820()Kirill A. Shutemov1-15/+11
2023-05-25efi: fix missing prototype warningsArnd Bergmann1-0/+3
2023-05-25efi/libstub: zboot: Avoid eager evaluation of objcopy flagsArd Biesheuvel1-1/+2
2023-04-27efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel4-30/+21
2023-04-26efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadArd Biesheuvel2-1/+8
2023-04-20efi/zboot: Set forward edge CFI compat header flag if supportedArd Biesheuvel2-19/+39
2023-04-20efi/zboot: Add BSS padding before compressionArd Biesheuvel3-13/+31
2023-04-20arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel1-2/+1
2023-04-05efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernelHuacai Chen1-17/+7
2023-03-23efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel1-0/+1
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel6-14/+21
2023-03-21efi/libstub: zboot: Add compressed image to make targetsArd Biesheuvel1-1/+1
2023-03-18efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel2-4/+3
2023-03-18arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel3-13/+80
2023-03-18efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel1-1/+1