summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorBaoquan He2017-08-171-2/+2
* efi: avoid fortify checks in EFI stubKees Cook2017-07-121-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-051-17/+187
|\
| * trace, ras: add ARM processor error trace eventTyler Baicar2017-06-221-0/+1
| * efi: print unrecognized CPER sectionTyler Baicar2017-06-221-2/+9
| * efi: parse ARM processor errorTyler Baicar2017-06-221-0/+129
| * cper: add timestamp print to CPER status printingTyler Baicar2017-06-221-0/+26
| * ras: acpi/apei: cper: add support for generic data v3 structureTyler Baicar2017-06-221-15/+22
* | Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-051-49/+38
|\ \
| * | pstore: Populate pstore record->time fieldKees Cook2017-05-311-3/+0
| * | efi-pstore: Refactor erase routineKees Cook2017-05-311-46/+38
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-036-84/+83
|\ \ \
| * | | efi: Process the MEMATTR table only if EFI_MEMMAP is enabledDaniel Kiper2017-06-231-1/+2
| * | | efi/arm: Enable DMI/SMBIOSArd Biesheuvel2017-06-051-0/+16
| * | | efi/efi_test: Use memdup_user() helperGeliang Tang2017-06-051-8/+3
| * | | efi/capsule: Add support for Quark security headerJan Kiszka2017-06-051-0/+9
| * | | efi/capsule-loader: Use page addresses rather than struct page pointersArd Biesheuvel2017-06-052-7/+12
| * | | efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak aliasArd Biesheuvel2017-06-051-29/+27
| * | | efi/capsule: Remove NULL test on kmap()Fabian Frederick2017-06-052-8/+0
| * | | efi/capsule-loader: Use a cached copy of the capsule headerArd Biesheuvel2017-06-051-24/+17
| * | | efi/capsule: Adjust return type of efi_capsule_setup_info()Jan Kiszka2017-06-051-2/+2
| * | | efi/capsule: Clean up pr_err/_info() messagesJan Kiszka2017-06-051-11/+8
| * | | efi/capsule: Remove pr_debug() on ENOMEM or EFAULTJan Kiszka2017-06-051-9/+2
| * | | efi/capsule: Fix return code on failing kmap/vmapJan Kiszka2017-06-051-2/+2
| | |/ | |/|
* | | 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
OpenPOWER on IntegriCloud