aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-13/+14
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-05pstore: Convert internal records to timespec64Kees Cook1-13/+14
2018-06-05Merge tag 'dp-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+6
2018-06-04Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-13/+390
2018-05-19efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland1-0/+10
2018-05-17device property: Get rid of union aliasingAndy Shevchenko1-2/+6
2018-05-14efi/capsule-loader: Don't output reset log when reset flags are not setShunyong Yang1-4/+10
2018-05-14efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() staticWei Yongjun1-1/+1
2018-05-14efi: Decode IA32/X64 Context Info structureYazen Ghannam1-0/+48
2018-05-14efi: Decode IA32/X64 MS Check structureYazen Ghannam1-1/+54
2018-05-14efi: Decode additional IA32/X64 Bus Check fieldsYazen Ghannam1-0/+44
2018-05-14efi: Decode IA32/X64 Cache, TLB, and Bus Check structuresYazen Ghannam1-1/+98
2018-05-14efi: Decode UEFI-defined IA32/X64 Error Structure GUIDsYazen Ghannam1-2/+45
2018-05-14efi: Decode IA32/X64 Processor Error Info StructureYazen Ghannam1-0/+48
2018-05-14efi: Decode IA32/X64 Processor Error SectionYazen Ghannam4-0/+39
2018-05-14efi/cper: Remove the INDENT_SP sillinessBorislav Petkov2-8/+4
2018-05-14x86/xen/efi: Initialize UEFI secure boot state during dom0 bootDaniel Kiper1-0/+3
2018-04-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-55/+31
2018-03-13efi/libstub/tpm: Initialize pointer variables to zero for mixed modeArd Biesheuvel1-2/+2
2018-03-12efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel3-15/+6
2018-03-12efi/esrt: Fix handling of early ESRT table mappingArd Biesheuvel1-13/+4
2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth2-9/+9
2018-03-09efi/apple-properties: Use memremap() instead of ioremap()Andy Shevchenko1-5/+6
2018-03-09efi: Reorder pr_notice() with add_device_randomness() callArd Biesheuvel1-1/+1
2018-03-09efi/arm*: Stop printing addresses of virtual mappingsArd Biesheuvel1-4/+1
2018-03-09efi/apple-properties: Remove redundant attribute initialization from unmarshal_key_value_pairs()Andy Shevchenko1-8/+1
2018-03-09efi/arm*: Only register page tables when they existMark Rutland1-0/+3
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-3/+127
2018-01-22kconfig: use bool instead of boolean for type definition attributes, againMasahiro Yamada1-1/+1
2018-01-19x86/efi: Clarify that reset attack mitigation needs appropriate userspaceMatthew Garrett1-1/+4
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen5-3/+127
2018-01-03efi: Parse ARM error information valueTyler Baicar1-2/+211
2018-01-03efi: Move ARM CPER code to new fileTyler Baicar4-119/+156
2018-01-03efi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-1/+1
2018-01-03efi/capsule-loader: Fix pr_err() string to end with newlineArvind Yadav1-1/+1
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel1-8/+37
2017-12-06efi: Add comment to avoid future expanding of sysfs systabDave Young1-0/+2
2017-12-06efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian1-1/+1
2017-12-06efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman3-16/+12
2017-11-04Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-27efi/libstub: arm: omit sorting of the UEFI memory mapArd Biesheuvel2-5/+8
2017-10-25efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=yArd Biesheuvel1-1/+2
2017-10-25efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps()Dan Carpenter1-0/+3
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+5