aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=yArd Biesheuvel1-0/+1
2017-03-02efi/libstub: Treat missing SecureBoot variable as Secure Boot disabledArd Biesheuvel1-2/+2
2017-02-07efi/libstub: Make file I/O chunking x86-specificArd Biesheuvel1-1/+10
2017-02-07efi: Disable secure boot if shim is in insecure modeJosh Boyer1-1/+24
2017-02-07efi: Get and store the secure boot statusDavid Howells3-58/+68
2017-02-07Merge tag 'v4.10-rc7' into efi/core, to pick up fixesIngo Molnar1-11/+3
2017-02-01efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel1-11/+3
2017-02-01efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel1-8/+16
2017-02-01efi/esrt: Fix typo in pr_err() messageColin Ian King1-1/+1
2017-02-01x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLESai Praneeth1-1/+4
2017-02-01efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes tableSai Praneeth1-0/+1
2017-02-01efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all architecturesSai Praneeth2-1/+2
2017-02-01efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner3-77/+63
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2-2/+39
2016-12-28efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel2-39/+56
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-12-14Remove references to dead make variable LINUX_INCLUDEPaul Bolle1-1/+1
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2016-11-25efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel1-6/+7
2016-11-13x86/efi: Retrieve and assign Apple device propertiesLukas Wunner3-0/+262
2016-11-13efi: Add device path parserLukas Wunner3-0/+209
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel3-0/+52
2016-11-13efi/libstub: Add random.c to ARM buildArd Biesheuvel4-14/+16
2016-11-13efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel1-0/+72
2016-11-13efi/libstub: Fix allocation size calculationsRoy Franz1-10/+14
2016-11-13Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar1-2/+3
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott1-2/+2
2016-10-19efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel1-2/+3
2016-10-18efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter1-1/+3
2016-10-18efi/efi_test: Use memdup_user() as a cleanupIvan Hu1-7/+3
2016-10-18efi/efi_test: Fix uninitialized variable 'rv'Ivan Hu1-1/+1
2016-10-18efi/efi_test: Fix uninitialized variable 'datasize'Ivan Hu1-1/+1
2016-10-18efi/arm*: Fix efi_init() error handlingYisheng Xie1-1/+3
2016-10-18efi: Remove unused include of <linux/version.h>Wei Yongjun1-1/+0
2016-10-06Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming1-0/+11
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/coreIngo Molnar16-308/+1471
2016-09-09efi/arm64: Treat regions with WT/WC set but WB cleared as memoryArd Biesheuvel1-15/+17
2016-09-09efi: Add efi_test driver for exporting UEFI runtime service interfacesIvan Hu5-0/+878
2016-09-09efi/arm64: Add debugfs node to dump UEFI runtime page tablesArd Biesheuvel1-0/+20
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel2-32/+52
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur3-70/+125
2016-09-09efi: Use a file local lock for efivarsSylvain Chouleur1-36/+47
2016-09-09efi/arm*: esrt: Add missing call to efi_esrt_init()Ard Biesheuvel1-0/+1
2016-09-09efi/esrt: Use memremap not ioremap to access ESRT table in memoryArd Biesheuvel1-2/+3
2016-09-09efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()Matt Fleming1-16/+4
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming1-22/+13
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming1-0/+30
2016-09-09efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming2-7/+26
2016-09-09efi: Split out EFI memory map functions into new fileMatt Fleming4-267/+274