aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-12-14Remove references to dead make variable LINUX_INCLUDEPaul Bolle
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-11-25efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel
2016-11-13x86/efi: Retrieve and assign Apple device propertiesLukas Wunner
2016-11-13efi: Add device path parserLukas Wunner
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel
2016-11-13efi/libstub: Add random.c to ARM buildArd Biesheuvel
2016-11-13efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel
2016-11-13efi/libstub: Fix allocation size calculationsRoy Franz
2016-11-13Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott
2016-10-19efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel
2016-10-18efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter
2016-10-18efi/efi_test: Use memdup_user() as a cleanupIvan Hu
2016-10-18efi/efi_test: Fix uninitialized variable 'rv'Ivan Hu
2016-10-18efi/efi_test: Fix uninitialized variable 'datasize'Ivan Hu
2016-10-18efi/arm*: Fix efi_init() error handlingYisheng Xie
2016-10-18efi: Remove unused include of <linux/version.h>Wei Yongjun
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
2016-09-08pstore: Split pstore fragile flagsNamhyung Kim
2016-09-05efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo
2016-09-05efi/libstub: Introduce ExitBootServices helperJeffrey Hugo
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo
2016-09-05efi: Fix handling error value in fdt_find_uefi_paramsAndrzej Hajda
2016-08-11efi/capsule: Allocate whole capsule into virtual memoryAustin Christ
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-26Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...Linus Torvalds
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2016-07-25Merge tag 'v4.7' into for-linus/pstoreKees Cook
2016-07-08efi / ACPI: load SSTDs from EFI variablesOctavian Purdila