summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorLines
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt-124/+197
2023-09-05riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti-19/+16
2023-09-05libstub: Fix compilation warning for rv32Alexandre Ghiti-1/+1
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti-105/+181
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+4
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-128/+249
2023-08-28Merge remote-tracking branch 'linux-efi/urgent' into efi/nextArd Biesheuvel-1/+1
2023-08-24x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski-1/+1
2023-08-22efi/runtime-wrappers: Clean up white space and add __init annotationArd Biesheuvel-22/+19
2023-08-22acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel-0/+31
2023-08-22efi/runtime-wrappers: Don't duplicate setup/teardown codeArd Biesheuvel-8/+18
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel-3/+6
2023-08-21efi/runtime-wrapper: Move workqueue manipulation out of lineArd Biesheuvel-28/+33
2023-08-21efi/runtime-wrappers: Use type safe encapsulation of call argumentsArd Biesheuvel-66/+130
2023-08-21efi/riscv: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel-2/+13
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel-94/+72
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel-0/+17
2023-08-07efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel-7/+9
2023-08-07x86/efistub: Prefer EFI memory attributes protocol over DXE servicesArd Biesheuvel-8/+21
2023-08-07x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel-26/+130
2023-08-07x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel-2/+11
2023-08-07x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel-4/+16
2023-08-07x86/efistub: Branch straight to kernel entry point from C codeArd Biesheuvel-5/+17
2023-08-03efi/riscv: libstub: Fix comment about absolute relocationXiao Wang-1/+1
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-0/+4
2023-07-08efi: Do not include <linux/screen_info.h> from EFI headerThomas Zimmermann-0/+4
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+17
2023-06-27efi/libstub: Disable PCI DMA before grabbing the EFI memory mapArd Biesheuvel-3/+3
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+562
2023-06-21Revert "efi: random: refresh non-volatile random seed when RNG is initialized"Linus Torvalds-21/+0
2023-06-06x86/efi: Safely enable unaccepted memory in UEFIDionna Glaze-0/+36
2023-06-06efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memoryKirill A. Shutemov-0/+35
2023-06-06efi: Add unaccepted memory supportKirill A. Shutemov-0/+138
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov-0/+342
2023-06-06efi/x86: Get full memory map in allocate_e820()Kirill A. Shutemov-15/+11
2023-06-06efi/esrt: Allow ESRT access without CAP_SYS_ADMINNicholas Bishop-4/+0
2023-05-25efi: fix missing prototype warningsArnd Bergmann-0/+3
2023-05-25efi/libstub: zboot: Avoid eager evaluation of objcopy flagsArd Biesheuvel-1/+2
2023-05-17efivarfs: expose used and total sizeAnisse Astier-0/+13
2023-05-10efi: make kobj_type structure constantThomas Weißschuh-1/+1
2023-04-29Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-69/+94
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2023-04-26efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel-30/+21
2023-04-26efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadArd Biesheuvel-1/+8
2023-04-20efi/zboot: Set forward edge CFI compat header flag if supportedArd Biesheuvel-19/+39
2023-04-20efi/zboot: Add BSS padding before compressionArd Biesheuvel-13/+31
2023-04-20arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel-2/+1
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra-2/+2
2023-04-07efi/cper: Remove unnecessary aer.h includeBjorn Helgaas-1/+0