summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-262-2/+2
|\ \ \ | |/ / |/| |
| * | arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper2018-12-102-2/+2
* | | efi: Prevent GICv3 WARN() by mapping the memreserve table before first useArd Biesheuvel2018-11-271-10/+26
|/ /
* | efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel2018-11-151-12/+19
* | efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-152-0/+7
* | efi/arm/libstub: Pack FDT after populating itArd Biesheuvel2018-11-151-0/+4
* | efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel2018-11-153-1/+8
* | efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long2018-11-151-1/+1
|/
* Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-032-3/+3
|\
| * memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
| * mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
| * memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport2018-10-311-1/+1
| * memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* | compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-011-12/+4Star
|/
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Thomas Gleixner2018-09-276-46/+141
|\
| * efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth2018-09-261-0/+8
| * efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth2018-09-261-44/+9Star
| * efi/efi_test: add exporting ResetSystem runtime serviceIvan Hu2018-09-262-0/+37
| * efi/libstub: arm: support building with clangAlistair Strachan2018-09-261-1/+2
| * efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel2018-09-261-0/+32
| * efi/arm: libstub: add a root memreserve config tableArd Biesheuvel2018-09-261-0/+27
| * efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel2018-09-261-1/+26
* | efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to yScott Branden2018-09-121-3/+6
|/
* 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