summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds2018-08-241-1/+1
|\
| * efi/bgrt: Drop __initdata from bgrt_image_sizeHans de Goede2018-07-031-1/+1
* | module: allow symbol exports to be disabledArd Biesheuvel2018-08-221-0/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-153-11/+15
|\ \
| * | efi/libstub: Only disable stackleak plugin for arm64Laura Abbott2018-07-311-2/+4
| * | arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-261-1/+2
| * | efi/arm: map UEFI memory map even w/o runtime services enabledAKASHI Takahiro2018-07-231-7/+7
| * | efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel2018-07-232-2/+3
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-141-0/+1
|\ \
| * | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-0/+1
| |/
* | efi/cper: Use consistent types for UUIDsAndy Shevchenko2018-07-221-1/+1
* | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-223-30/+29Star
* | efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel2018-07-171-1/+2
* | efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2018-07-162-8/+5Star
* | efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel2018-07-162-3/+16
* | efi/cper: Avoid using get_seconds()Arnd Bergmann2018-07-161-2/+15
* | efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2018-07-162-15/+201
|/
* efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede2018-06-221-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-151-1/+1
|\
| * treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-1/+1
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-13/+14
|\ \ | |/ |/|
| * pstore: Convert internal records to timespec64Kees Cook2018-06-061-13/+14
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+2
* | Merge tag 'dp-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-2/+6
|\ \
| * | device property: Get rid of union aliasingAndy Shevchenko2018-05-171-2/+6
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-058-13/+390
|\ \ \ | |_|/ |/| |
| * | efi/capsule-loader: Don't output reset log when reset flags are not setShunyong Yang2018-05-141-4/+10
| * | efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() staticWei Yongjun2018-05-141-1/+1
| * | efi: Decode IA32/X64 Context Info structureYazen Ghannam2018-05-141-0/+48
| * | efi: Decode IA32/X64 MS Check structureYazen Ghannam2018-05-141-1/+54
| * | efi: Decode additional IA32/X64 Bus Check fieldsYazen Ghannam2018-05-141-0/+44
| * | efi: Decode IA32/X64 Cache, TLB, and Bus Check structuresYazen Ghannam2018-05-141-1/+98
| * | efi: Decode UEFI-defined IA32/X64 Error Structure GUIDsYazen Ghannam2018-05-141-2/+45
| * | efi: Decode IA32/X64 Processor Error Info StructureYazen Ghannam2018-05-141-0/+48
| * | efi: Decode IA32/X64 Processor Error SectionYazen Ghannam2018-05-144-0/+39
| * | efi/cper: Remove the INDENT_SP sillinessBorislav Petkov2018-05-142-8/+4Star
| * | x86/xen/efi: Initialize UEFI secure boot state during dom0 bootDaniel Kiper2018-05-141-0/+3
| |/
* / efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland2018-05-191-0/+10
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-037-55/+31Star
|\
| * efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel2018-03-123-15/+6Star
| * efi/esrt: Fix handling of early ESRT table mappingArd Biesheuvel2018-03-121-13/+4Star
| * efi: Use efi_mm in x86 as well as ARMSai Praneeth2018-03-122-9/+9
| * efi/apple-properties: Use memremap() instead of ioremap()Andy Shevchenko2018-03-091-5/+6
| * efi: Reorder pr_notice() with add_device_randomness() callArd Biesheuvel2018-03-091-1/+1
| * efi/arm*: Stop printing addresses of virtual mappingsArd Biesheuvel2018-03-091-4/+1Star
| * efi/apple-properties: Remove redundant attribute initialization from unmarsha...Andy Shevchenko2018-03-091-8/+1Star
| * efi/arm*: Only register page tables when they existMark Rutland2018-03-091-0/+3
* | efi/libstub/tpm: Initialize pointer variables to zero for mixed modeArd Biesheuvel2018-03-131-2/+2
|/
* Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-02-011-1/+1
|\
| * kconfig: use bool instead of boolean for type definition attributes, againMasahiro Yamada2018-01-211-1/+1