summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2020-03-20efi: Add a sanity check to efivar_store_raw()Vladis Dronov
2020-03-20efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov
2020-01-12efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar
2020-01-12efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar
2020-01-12efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar
2019-11-06efi/cper: Fix endianness of PCIe class codeLukas Wunner
2019-10-17efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel
2019-10-05efi: cper: print AER info of PCIe fatal errorXiaofei Tan
2019-06-11efi/libstub: Unify command line param parsingArd Biesheuvel
2019-04-05efi/memattr: Don't bail on zero VA if it equals the region's PAArd Biesheuvel
2019-02-20x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche
2019-02-12firmware/efi: Add NULL pointer checks in efivars API functionsArend van Spriel
2018-12-05efi/libstub: Make file I/O chunking x86-specificArd Biesheuvel
2018-12-05efi/libstub: arm: support building with clangAlistair Strachan
2018-12-01efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel
2018-11-23efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel
2018-11-23efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel
2018-11-23efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel
2018-09-26efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel
2018-09-26efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel
2017-12-20efi/esrt: Cleanup bad memory map log messagesDaniel Drake
2017-12-14efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian
2017-12-14efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman
2017-04-21efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene
2017-03-18efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=yArd Biesheuvel
2017-02-09efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel
2017-01-19x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange
2017-01-19efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel
2017-01-12efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter
2016-10-19efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel
2016-10-06Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2016-09-09efi/arm64: Treat regions with WT/WC set but WB cleared as memoryArd Biesheuvel
2016-09-09efi: Add efi_test driver for exporting UEFI runtime service interfacesIvan Hu
2016-09-09efi/arm64: Add debugfs node to dump UEFI runtime page tablesArd Biesheuvel
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur
2016-09-09efi: Use a file local lock for efivarsSylvain Chouleur
2016-09-09efi/arm*: esrt: Add missing call to efi_esrt_init()Ard Biesheuvel
2016-09-09efi/esrt: Use memremap not ioremap to access ESRT table in memoryArd Biesheuvel
2016-09-09efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()Matt Fleming
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming
2016-09-09efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming
2016-09-09efi: Split out EFI memory map functions into new fileMatt Fleming
2016-09-09efi/fake_mem: Refactor main two code chunks into functionsMatt Fleming
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming
2016-09-09x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmapMatt Fleming