summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* efi: Fix boot panic because of invalid BGRT image addressDave Young2017-06-091-1/+25
* efi/bgrt: Skip efi_bgrt_init() in case of non-EFI bootDave Young2017-05-281-0/+3
* efi: Remove duplicate 'const' specifiersArnd Bergmann2017-05-281-2/+2
* Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-221-6/+11
|\
| * efi-pstore: Fix write/erase id trackingKees Cook2017-05-221-6/+11
* | Merge tag 'pstore-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-161-9/+3
|\ \ | |/
| * efi-pstore: Fix read iter after pstore API refactorKees Cook2017-05-161-9/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-051-2/+26
|\ \
| * | efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel2017-04-051-2/+26
* | | Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-021-86/+62
|\ \ \ | | |/ | |/|
| * | pstore: Replace arguments for erase() APIKees Cook2017-03-071-15/+11
| * | pstore: Replace arguments for write() APIKees Cook2017-03-071-10/+8
| * | pstore: Replace arguments for read() APIKees Cook2017-03-071-61/+43
* | | efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT spaceArd Biesheuvel2017-04-171-2/+9
* | | ef/libstub/arm/arm64: Randomize the base of the UEFI rt services regionArd Biesheuvel2017-04-051-13/+36
* | | efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel2017-04-055-10/+30
* | | efi/libstub: Unify command line param parsingArd Biesheuvel2017-04-054-28/+21
* | | efi/libstub: Fix harmless command line parsing bugArd Biesheuvel2017-04-051-2/+2
* | | efi/arm32-stub: Allow boot-time allocations in the vmlinux regionArd Biesheuvel2017-04-051-20/+128
* | | efi/pstore: Return error code (if any) from efi_pstore_write()Evgeny Kalugin2017-04-051-3/+3
* | | x86/efi/bgrt: Move efi-bgrt handling out of arch/x86Bhupesh Sharma2017-04-052-0/+85
* | | efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel2017-04-051-33/+24
* | | efi/arm-stub: Correct FDT and initrd allocation rules for arm64Ard Biesheuvel2017-04-051-3/+4
* | | efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene2017-04-051-2/+4
* | | efi/esrt: Cleanup bad memory map log messagesDaniel Drake2017-03-172-2/+1
| |/ |/|
* | efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=yArd Biesheuvel2017-03-021-0/+1
* | efi/libstub: Treat missing SecureBoot variable as Secure Boot disabledArd Biesheuvel2017-03-021-2/+2
|/
* efi/libstub: Make file I/O chunking x86-specificArd Biesheuvel2017-02-071-1/+10
* efi: Disable secure boot if shim is in insecure modeJosh Boyer2017-02-071-1/+24
* efi: Get and store the secure boot statusDavid Howells2017-02-073-58/+68
* Merge tag 'v4.10-rc7' into efi/core, to pick up fixesIngo Molnar2017-02-071-11/+3
|\
| * efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel2017-02-011-11/+3
* | efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel2017-02-011-8/+16
* | efi/esrt: Fix typo in pr_err() messageColin Ian King2017-02-011-1/+1
* | x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLESai Praneeth2017-02-011-1/+4
* | efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes tableSai Praneeth2017-02-011-0/+1
* | efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all archit...Sai Praneeth2017-02-012-1/+2
* | efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner2017-02-013-77/+63
|/
* x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2017-01-072-2/+39
* efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel2016-12-282-39/+56
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\
| * Remove references to dead make variable LINUX_INCLUDEPaul Bolle2016-12-141-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-131-2/+2
|\ \
| * | arm64: dump: Make ptdump debugfs a separate optionLaura Abbott2016-11-071-2/+2
| |/
* | efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel2016-11-251-6/+7
* | x86/efi: Retrieve and assign Apple device propertiesLukas Wunner2016-11-133-0/+262
* | efi: Add device path parserLukas Wunner2016-11-133-0/+209
* | efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel2016-11-133-0/+52
* | efi/libstub: Add random.c to ARM buildArd Biesheuvel2016-11-134-14/+16
* | efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel2016-11-131-0/+72
OpenPOWER on IntegriCloud