aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/arm-runtime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-02-23efi/arm: Drop unnecessary references to efi.systabArd Biesheuvel1-18/+0
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price1-1/+1
2019-11-07arm/efi: EFI soft reservation to memblockDan Williams1-0/+24
2019-03-29efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter1-5/+2
2019-03-29efi/arm: Show SMBIOS bank/device location in CPER and GHES error logsMarcin Benka1-0/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+3
2019-02-04efi/arm: Don't expect a return value of ptdump_debugfs_registerNathan Chancellor1-3/+3
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel1-5/+1
2019-02-02efi/arm64: Fix debugfs crash by adding a terminator for ptdump markerQian Cai1-2/+3
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper1-1/+1
2018-11-15efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel1-1/+1
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 Biesheuvel1-1/+3
2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth1-9/+0
2018-03-09efi/arm*: Stop printing addresses of virtual mappingsArd Biesheuvel1-4/+1
2018-03-09efi/arm*: Only register page tables when they existMark Rutland1-0/+3
2017-06-05efi/arm: Enable DMI/SMBIOSArd Biesheuvel1-0/+16
2017-03-02efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=yArd Biesheuvel1-0/+1
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott1-2/+2
2016-09-09efi/arm64: Add debugfs node to dump UEFI runtime page tablesArd Biesheuvel1-0/+20
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming1-3/+1
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming1-1/+1
2016-07-06Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao1-0/+5
2016-04-28efi/arm*: Take the Memory Attributes table into accountArd Biesheuvel1-2/+8
2016-04-28efi/arm*: Use memremap() to create the persistent memmap mappingArd Biesheuvel1-2/+1
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming1-6/+6
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming1-1/+1
2016-04-28efi/arm*: Drop writable mapping of the UEFI System tableArd Biesheuvel1-11/+16
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel1-1/+0
2015-12-09arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel1-32/+16
2015-12-09arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel1-0/+151