summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2019-04-12efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel
2019-04-12efi/memattr: Don't bail on zero VA if it equals the region's PAArd Biesheuvel
2019-04-12efi: cper: Fix possible out-of-bounds accessRoss Lagerwall
2019-04-12pstore: Convert buf_lock to semaphoreKees Cook
2019-03-08x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche
2019-03-01firmware/efi: Add NULL pointer checks in efivars API functionsArend van Spriel
2019-02-05efi/libstub: Disable some warnings for x86{,_64}Nathan Chancellor
2018-12-15efi/libstub: arm: support building with clangAlistair Strachan
2018-11-21efi/arm/libstub: Pack FDT after populating itArd 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
2018-06-22efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-05pstore: Convert internal records to timespec64Kees Cook
2018-06-05Merge tag 'dp-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-06-04Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-05-19efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland
2018-05-17device property: Get rid of union aliasingAndy Shevchenko
2018-05-14efi/capsule-loader: Don't output reset log when reset flags are not setShunyong Yang
2018-05-14efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() staticWei Yongjun
2018-05-14efi: Decode IA32/X64 Context Info structureYazen Ghannam
2018-05-14efi: Decode IA32/X64 MS Check structureYazen Ghannam
2018-05-14efi: Decode additional IA32/X64 Bus Check fieldsYazen Ghannam
2018-05-14efi: Decode IA32/X64 Cache, TLB, and Bus Check structuresYazen Ghannam
2018-05-14efi: Decode UEFI-defined IA32/X64 Error Structure GUIDsYazen Ghannam
2018-05-14efi: Decode IA32/X64 Processor Error Info StructureYazen Ghannam
2018-05-14efi: Decode IA32/X64 Processor Error SectionYazen Ghannam
2018-05-14efi/cper: Remove the INDENT_SP sillinessBorislav Petkov
2018-05-14x86/xen/efi: Initialize UEFI secure boot state during dom0 bootDaniel Kiper
2018-04-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-03-13efi/libstub/tpm: Initialize pointer variables to zero for mixed modeArd Biesheuvel
2018-03-12efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel
2018-03-12efi/esrt: Fix handling of early ESRT table mappingArd Biesheuvel
2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth
2018-03-09efi/apple-properties: Use memremap() instead of ioremap()Andy Shevchenko
2018-03-09efi: Reorder pr_notice() with add_device_randomness() callArd Biesheuvel
2018-03-09efi/arm*: Stop printing addresses of virtual mappingsArd Biesheuvel
2018-03-09efi/apple-properties: Remove redundant attribute initialization from unmarsha...Andy Shevchenko
2018-03-09efi/arm*: Only register page tables when they existMark Rutland
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-01-22kconfig: use bool instead of boolean for type definition attributes, againMasahiro Yamada
2018-01-19x86/efi: Clarify that reset attack mitigation needs appropriate userspaceMatthew Garrett
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen
2018-01-03efi: Parse ARM error information valueTyler Baicar
2018-01-03efi: Move ARM CPER code to new fileTyler Baicar
2018-01-03efi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych