aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-15efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel1-12/+19
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2-0/+7
2018-11-15efi/arm/libstub: Pack FDT after populating itArd Biesheuvel1-0/+4
2018-11-15efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel3-1/+8
2018-11-15efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long1-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2-3/+3
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov1-12/+4
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-09-27Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreThomas Gleixner6-46/+141
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth1-0/+8
2018-09-26efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth1-44/+9
2018-09-26efi/efi_test: add exporting ResetSystem runtime serviceIvan Hu2-0/+37
2018-09-26efi/libstub: arm: support building with clangAlistair Strachan1-1/+2
2018-09-26efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel1-0/+32
2018-09-26efi/arm: libstub: add a root memreserve config tableArd Biesheuvel1-0/+27
2018-09-26efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel1-1/+26
2018-09-12efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to yScott Branden1-3/+6
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds1-1/+1
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel1-0/+1
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-11/+15
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-07-31efi/libstub: Only disable stackleak plugin for arm64Laura Abbott1-2/+4
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-1/+2
2018-07-23efi/arm: map UEFI memory map even w/o runtime services enabledAKASHI Takahiro1-7/+7
2018-07-23efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel2-2/+3
2018-07-22efi/cper: Use consistent types for UUIDsAndy Shevchenko1-1/+1
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner3-30/+29
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel1-0/+1
2018-07-17efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel1-1/+2
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2-8/+5
2018-07-16efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel2-3/+16
2018-07-16efi/cper: Avoid using get_seconds()Arnd Bergmann1-2/+15
2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2-15/+201
2018-07-03efi/bgrt: Drop __initdata from bgrt_image_sizeHans de Goede1-1/+1
2018-06-22efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede1-1/+1
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