summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorLines
2019-02-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+0
2019-02-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+7
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel-7/+0
2019-02-15x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche-0/+7
2019-02-02efi/arm64: Fix debugfs crash by adding a terminator for ptdump markerQian Cai-2/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-4/+4
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+1
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-50/+140
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+2
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper-2/+2
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook-3/+1
2018-11-30efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel-4/+17
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel-13/+28
2018-11-30efi/libstub: Disable some warnings for x86{,_64}Nathan Chancellor-1/+4
2018-11-30efi/fdt: Simplify the get_fdt() flowJulien Thierry-12/+13
2018-11-30efi/fdt: Indentation fixJulien Thierry-2/+3
2018-11-30firmware/efi: Add NULL pointer checks in efivars API functionsArend van Spriel-21/+78
2018-11-27efi: Prevent GICv3 WARN() by mapping the memreserve table before first useArd Biesheuvel-10/+26
2018-11-15efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel-12/+19
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel-0/+7
2018-11-15efi/arm/libstub: Pack FDT after populating itArd Biesheuvel-0/+4
2018-11-15efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel-1/+8
2018-11-15efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar-3/+3
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov-12/+4
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport-1/+1
2018-09-27Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Thomas Gleixner-46/+141
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth-0/+8
2018-09-26efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth-44/+9
2018-09-26efi/efi_test: add exporting ResetSystem runtime serviceIvan Hu-0/+37
2018-09-26efi/libstub: arm: support building with clangAlistair Strachan-1/+2
2018-09-26efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel-0/+32
2018-09-26efi/arm: libstub: add a root memreserve config tableArd Biesheuvel-0/+27
2018-09-26efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel-1/+26
2018-09-12efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to yScott Branden-3/+6
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds-1/+1
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel-0/+1
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-11/+15
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2018-07-31efi/libstub: Only disable stackleak plugin for arm64Laura Abbott-2/+4
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott-1/+2
2018-07-23efi/arm: map UEFI memory map even w/o runtime services enabledAKASHI Takahiro-7/+7
2018-07-23efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel-2/+3
2018-07-22efi/cper: Use consistent types for UUIDsAndy Shevchenko-1/+1
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner-30/+29
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel-0/+1
2018-07-17efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel-1/+2