summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel1-0/+3
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel1-1/+10
2024-04-10efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel2-1/+9
2024-04-03x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel1-0/+1
2024-04-03efi/libstub: Cast away type warning in use of max()Ard Biesheuvel1-1/+1
2024-04-03efi: fix panic in kdump kernelOleksandr Tymoshenko1-0/+2
2024-04-03efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)1-1/+1
2024-03-27x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel1-1/+2
2024-03-27x86/efistub: Clear decompressor BSS in native EFI entrypointArd Biesheuvel1-2/+4
2024-03-06efi/capsule-loader: fix incorrect allocation sizeArnd Bergmann1-1/+1
2024-03-01efi: Don't add memblocks for soft-reserved memoryAndrew Bresticker1-9/+10
2024-03-01efi: runtime: Fix potential overflow of soft-reserved region sizeAndrew Bresticker2-2/+2
2024-03-01riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka1-1/+1
2024-02-23x86/efi: Disregard setup header of loaded imageArd Biesheuvel1-40/+6
2024-02-23x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel1-7/+0
2024-02-16x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel5-8/+12
2024-02-16x86/efistub: Give up if memory attribute protocol returns an errorArd Biesheuvel2-12/+16
2024-01-20efi/loongarch: Use load address to calculate kernel entry addressWang Yao2-5/+5
2023-12-20efi/x86: Avoid physical KASLR on older Dell systemsArd Biesheuvel1-7/+24
2023-12-08efi/unaccepted: Fix off-by-one when checking for overlapping rangesMichael Roth1-1/+1
2023-10-20Merge 3rd batch of EFI fixes into efi/urgentArd Biesheuvel4-10/+71
2023-10-20efi/unaccepted: Fix soft lockups caused by parallel memory acceptanceKirill A. Shutemov1-4/+60
2023-10-17x86/boot: efistub: Assign global boot_params variableArd Biesheuvel2-0/+4
2023-10-13efi: fix memory leak in krealloc failure handlingKuan-Wei Chiu1-2/+6
2023-10-13x86/efistub: Don't try to print after ExitBootService()Nikolay Borisov1-4/+1
2023-09-19efi/unaccepted: Make sure unaccepted table is mappedKirill A. Shutemov1-3/+29
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 Torvalds4-128/+249
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-22efi/runtime-wrappers: Clean up white space and add __init annotationArd Biesheuvel1-22/+19
2023-08-22acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel1-0/+31
2023-08-22efi/runtime-wrappers: Don't duplicate setup/teardown codeArd Biesheuvel1-8/+18
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel1-3/+6
2023-08-21efi/runtime-wrapper: Move workqueue manipulation out of lineArd Biesheuvel1-28/+33
2023-08-21efi/runtime-wrappers: Use type safe encapsulation of call argumentsArd Biesheuvel1-66/+130
2023-08-21efi/riscv: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel1-2/+13
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