aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2022-07-15Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-10/+11
2022-07-10efi: Fix efi_power_off() not being run before acpi_power_off() when necessaryGravatar Hans de Goede 1-10/+11
2022-06-21efi: sysfb_efi: remove unnecessary <asm/efi.h> includeGravatar Javier Martinez Canillas 1-2/+0
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-30/+26
2022-06-01efi: clean up Kconfig dependencies on CONFIG_EFIGravatar Ard Biesheuvel 1-28/+24
2022-06-01efi/x86: libstub: Make DXE calls mixed mode safeGravatar Ard Biesheuvel 1-2/+2
2022-05-23Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-18/+46
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLGravatar Sunil V L 2-6/+30
2022-05-06efi: stub: prefer mirrored memory for randomized allocationsGravatar Ard Biesheuvel 1-0/+11
2022-05-03efi/arm64: libstub: run image in place if randomized by the loaderGravatar Ard Biesheuvel 1-3/+9
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Gravatar Ard Biesheuvel 5-5/+9
2022-05-03efi: libstub: ensure allocated memory to be executableGravatar Baskov Evgeniy 2-4/+118
2022-05-03efi: libstub: declare DXE services tableGravatar Baskov Evgeniy 2-1/+82
2022-04-13efi: Register efi_secret platform device if EFI secret area is declaredGravatar Dov Murik 1-0/+5
2022-04-13efi: Save location of EFI confidential computing areaGravatar Dov Murik 2-0/+22
2022-04-13efi: Allow to enable EFI runtime services by default on RTGravatar Javier Martinez Canillas 2-1/+16
2022-04-08efi/cper: Reformat CPER memory error location to more readableGravatar Shuai Xue 1-15/+15
2022-04-08EDAC/ghes: Unify CPER memory error location reportingGravatar Shuai Xue 1-2/+2
2022-04-08efi/cper: Add a cper_mem_err_status_str() to decode error descriptionGravatar Shuai Xue 1-1/+29
2022-03-21Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2022-03-21Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-03-15pstore: Don't use semaphores in always-atomic-context codeGravatar Jann Horn 1-1/+1
2022-03-08efi/mokvar: move up init orderGravatar Eric Snowberg 1-1/+1
2022-03-01efi: fix return value of __setup handlersGravatar Randy Dunlap 2-2/+2
2022-02-28efivars: Respect "block" flag in efivar_entry_set_safe()Gravatar Jann Horn 1-1/+4
2022-02-28riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueGravatar Sunil V L 1-7/+10
2022-01-23efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesGravatar Ard Biesheuvel 1-0/+7
2022-01-23efi/libstub: arm64: Fix image check alignment at entryGravatar Mihai Carabas 1-3/+3
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelGravatar Palmer Dabbelt 1-0/+2
2022-01-19riscv: Implement sv48 supportGravatar Alexandre Ghiti 1-0/+2
2022-01-12Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+5
2022-01-06efi: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 3-3/+7
2022-01-06efi/libstub: measure loaded initrd info into the TPMGravatar Ilias Apalodimas 1-14/+58
2021-12-22efi: apply memblock cap after memblock_add()Gravatar Pingfan Liu 1-0/+5
2021-11-21efi/libstub: consolidate initrd handling across architecturesGravatar Ard Biesheuvel 4-29/+21
2021-11-21efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Gravatar Ard Biesheuvel 1-1/+28
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-01Merge tag 'efi-next-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+4
2021-10-05efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Gravatar Zhang Jianhua 1-1/+1
2021-10-05efi/cper: use stack buffer for error record decodingGravatar Ard Biesheuvel 1-2/+2
2021-10-05efi/libstub: Simplify "Exiting bootservices" messageGravatar Heinrich Schuchardt 1-1/+1
2021-09-28efi: Allow efi=runtimeGravatar Sebastian Andrzej Siewior 1-0/+3
2021-09-28efi: Disable runtime services on RTGravatar Sebastian Andrzej Siewior 1-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-2/+2
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 3-90/+360
2021-08-30Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+6
2021-08-27efi: cper: check section header more appropriatelyGravatar Shuai Xue 1-1/+1
2021-08-27efi: cper: fix scnprintf() use in cper_mem_err_location()Gravatar Rasmus Villemoes 1-6/+5
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 2-2/+2