summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua2021-10-201-1/+1
* efi/cper: use stack buffer for error record decodingArd Biesheuvel2021-10-201-2/+2
* firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier2021-07-281-1/+12
* efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek2021-07-281-3/+5
* efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes2021-06-101-3/+1
* efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit2021-06-101-5/+0
* firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong2021-03-241-1/+2
* efi: EFI_EARLYCON should depend on EFIGeert Uytterhoeven2020-12-021-1/+1
* efi: add missed destroy_workqueue when efisubsys_init failsLi Heng2020-08-261-0/+2
* efi: Make it possible to disable efivar_ssdt entirelyPeter Jones2020-07-092-1/+12
* efi/esrt: Fix reference count leak in esre_create_sysfs_entry.Qiushi Wu2020-06-301-1/+1
* efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel2020-06-221-0/+1
* efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel2020-06-171-1/+3
* tpm: check event log version before reading final eventsLoïc Yhuel2020-05-272-3/+7
* gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2020-05-201-1/+1
* efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel2020-04-171-1/+1
* efi: Add a sanity check to efivar_store_raw()Vladis Dronov2020-03-181-0/+3
* efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov2020-03-181-9/+20
* efi: READ_ONCE rng seed size before munmapJason A. Donenfeld2020-03-121-2/+2
* efi/earlycon: Fix write-combine mapping on x86Arvind Sankar2020-01-231-9/+7
* efi/earlycon: Remap entire framebuffer after page initializationAndy Shevchenko2020-01-121-0/+40
* efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar2020-01-121-54/+12
* efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar2020-01-121-2/+2
* efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar2020-01-121-6/+6
* efi: Don't attempt to map RCI2 config table if it doesn't existArd Biesheuvel2020-01-091-0/+3
* efi/memreserve: Register reservations as 'reserved' in /proc/iomemArd Biesheuvel2019-12-311-2/+26
* efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINJavier Martinez Canillas2019-10-311-0/+8
* x86, efi: Never relocate kernel below lowest acceptable addressKairui Song2019-10-312-15/+11
* efi: libstub/arm: Account for firmware reserved memory at the base of RAMArd Biesheuvel2019-10-312-3/+14
* efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomnessDominik Brodowski2019-10-311-1/+1
* efi/tpm: Return -EINVAL when determining tpm final events log size failsJerry Snitselaar2019-10-311-0/+1
* efi: Make CONFIG_EFI_RCI2_TABLE selectable on x86 onlyNarendra K2019-10-311-0/+1
* efi/tpm: Fix sanity check of unsigned tbl_size being less than zeroColin Ian King2019-10-081-1/+1
* efi: Make unexported efi_rci2_sysfs_init() staticBen Dooks2019-10-071-1/+1
* efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsingJerry Snitselaar2019-10-071-1/+8
* efi/tpm: Don't traverse an event log with no eventsPeter Jones2019-10-071-5/+10
* efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel2019-10-071-0/+3
* efi/cper: Fix endianness of PCIe class codeLukas Wunner2019-10-071-1/+1
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+6
|\
| * efi: Restrict efivar_ssdt_load when the kernel is locked downMatthew Garrett2019-08-191-0/+6
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-165-36/+179
|\ \
| * | efi: cper: print AER info of PCIe fatal errorXiaofei Tan2019-08-121-0/+15
| * | efi: Export Runtime Configuration Interface table to sysfsNarendra K2019-08-084-0/+164
| * | efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-081-2/+0
| * | efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel2019-08-081-1/+0
| * | efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-33/+0
* | | efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede2019-08-121-11/+27
|/ /
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\ \
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | | Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-07-086-39/+150
|\ \ \ | |_|/ |/| |