aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/efi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-09efi/arm64: Check whether x18 is preserved by runtime services callsArd Biesheuvel1-0/+6
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-1/+1
2018-01-03arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are setArd Biesheuvel1-1/+3
2017-06-05efi/arm: Enable DMI/SMBIOSArd Biesheuvel1-15/+0
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel1-4/+4
2016-07-01arm64: efi: avoid block mappings for unaligned UEFI memory regionsArd Biesheuvel1-0/+14
2016-07-01arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel1-1/+35
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel1-1/+1
2016-04-28arm64/efi/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel1-0/+3
2016-04-28arm64/efi: Apply strict permissions to UEFI Runtime Services regionsArd Biesheuvel1-14/+40
2015-12-09arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel1-0/+23
2015-12-09arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel1-325/+1
2015-12-09arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAPArd Biesheuvel1-3/+4
2015-11-26arm64: efi: fix initcall return valuesArd Biesheuvel1-5/+5
2015-11-26arm64: efi: deal with NULL return value of early_memremap()Ard Biesheuvel1-1/+13
2015-11-25arm64: efi: correctly map runtime regionsMark Rutland1-7/+2
2015-11-18arm64: use non-global mappings for UEFI runtime regionsArd Biesheuvel1-9/+5
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+2
2015-10-28efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel1-2/+2
2015-10-14Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efiIngo Molnar1-14/+5
2015-10-12efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm1-1/+1
2015-10-12arm64: Use core efi=debug instead of uefi_debug command line parameterLeif Lindholm1-14/+5
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon1-1/+0
2015-10-07arm64: flush: use local TLB and I-cache invalidationWill Deacon1-2/+2
2015-10-01arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel1-1/+2
2015-07-27arm64/efi: map the entire UEFI vendor string before reading itArd Biesheuvel1-2/+2
2015-05-27e820, efi: add ACPI 6.0 persistent memory typesDan Williams1-0/+1
2015-03-20arm64: efi: don't restore TTBR0 if active_mm points at init_mmWill Deacon1-1/+5
2015-03-14efi/arm64: use UEFI for system reset and poweroffArd Biesheuvel1-0/+9
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel1-58/+53
2015-01-16arm64/efi: handle potential failure to remap memory mapArd Biesheuvel1-4/+6
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel1-31/+1
2015-01-12arm64/efi: remove free_boot_services() and friendsArd Biesheuvel1-122/+1
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel1-103/+127
2015-01-08arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel1-1/+1
2014-11-05arm64: dmi: set DMI string as dump stack arch descriptionArd Biesheuvel1-0/+2
2014-11-05arm64: dmi: Add SMBIOS/DMI supportYi Li1-0/+13
2014-11-05arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)Ard Biesheuvel1-2/+0
2014-11-05arm64/efi: invert UEFI memory region reservation logicArd Biesheuvel1-10/+10
2014-10-03Merge branch 'next' into efi-next-mergeMatt Fleming1-26/+18
2014-10-03arm64: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek1-20/+6
2014-10-03arm64/efi: Do not enter virtual mode if booting with efi=noruntime or noefiDave Young1-3/+8
2014-10-03arm64/efi: uefi_init error handling fixDave Young1-3/+4
2014-08-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-08-22efi/arm64: Store Runtime Services revisionSemen Protsenko1-0/+2
2014-08-19arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm1-0/+2
2014-07-18efi/arm64: Handle missing virtual mapping for UEFI System TableArd Biesheuvel1-4/+24
2014-07-07efi/arm64: Preserve FP/SIMD registers on UEFI runtime services callsArd Biesheuvel1-13/+1
2014-05-23arm64: efi: only attempt efi map setup if booting via EFILeif Lindholm1-0/+3
2014-04-30arm64: add EFI runtime servicesMark Salter1-0/+466