summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2024-01-02efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflagsYuntao Wang
2023-12-11efi/x86: Avoid physical KASLR on older Dell systemsArd Biesheuvel
2023-12-11efi/loongarch: Use load address to calculate kernel entry addressWang Yao
2023-11-28efi/unaccepted: Fix off-by-one when checking for overlapping rangesMichael Roth
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-20Merge 3rd batch of EFI fixes into efi/urgentArd Biesheuvel
2023-10-20efi/unaccepted: Fix soft lockups caused by parallel memory acceptanceKirill A. Shutemov
2023-10-18x86/boot: efistub: Assign global boot_params variableArd Biesheuvel
2023-10-17efi: move screen_info into efi init codeArnd Bergmann
2023-10-17x86/boot: efistub: Assign global boot_params variableArd Biesheuvel
2023-10-13efi: fix memory leak in krealloc failure handlingKuan-Wei Chiu
2023-10-13x86/efistub: Don't try to print after ExitBootService()Nikolay Borisov
2023-10-04efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter
2023-09-19efi/unaccepted: Make sure unaccepted table is mappedKirill A. Shutemov
2023-09-15x86/efi: Disregard setup header of loaded imageArd Biesheuvel
2023-09-15x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-11efi/unaccepted: Use ACPI reclaim memory for unaccepted memory tableArd Biesheuvel
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt
2023-09-05riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti
2023-09-05libstub: Fix compilation warning for rv32Alexandre Ghiti
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-28Merge remote-tracking branch 'linux-efi/urgent' into efi/nextArd Biesheuvel
2023-08-24x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski
2023-08-22efi/runtime-wrappers: Clean up white space and add __init annotationArd Biesheuvel
2023-08-22acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel
2023-08-22efi/runtime-wrappers: Don't duplicate setup/teardown codeArd Biesheuvel
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel
2023-08-21efi/runtime-wrapper: Move workqueue manipulation out of lineArd Biesheuvel
2023-08-21efi/runtime-wrappers: Use type safe encapsulation of call argumentsArd Biesheuvel
2023-08-21efi/riscv: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel
2023-08-07efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel
2023-08-07x86/efistub: Prefer EFI memory attributes protocol over DXE servicesArd Biesheuvel
2023-08-07x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel
2023-08-07x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel
2023-08-07x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel
2023-08-07x86/efistub: Branch straight to kernel entry point from C codeArd Biesheuvel
2023-08-03efi/riscv: libstub: Fix comment about absolute relocationXiao Wang
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-07-08efi: Do not include <linux/screen_info.h> from EFI headerThomas Zimmermann
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds