summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/efi.c
AgeCommit message (Expand)AuthorLines
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+16
2023-02-19arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois-1/+1
2023-02-09efi: arm64: Wire up BTI annotation in memory attributes tableArd Biesheuvel-2/+13
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel-1/+2
2023-01-16arm64: efi: Avoid workqueue to check whether EFI runtime is liveArd Biesheuvel-1/+2
2022-12-08arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel-0/+22
2022-12-08arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel-0/+27
2022-12-01arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel-26/+0
2022-11-10arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel-18/+34
2022-11-03arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel-0/+26
2021-08-04arm64: efi: Export screen_infoMichael Kelley-0/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-1/+1
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2018-03-09efi/arm64: Check whether x18 is preserved by runtime services callsArd Biesheuvel-0/+6
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon-1/+1
2018-01-03arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are setArd Biesheuvel-1/+3
2017-06-05efi/arm: Enable DMI/SMBIOSArd Biesheuvel-15/+0
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel-4/+4
2016-07-01arm64: efi: avoid block mappings for unaligned UEFI memory regionsArd Biesheuvel-0/+14
2016-07-01arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel-1/+35
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel-1/+1
2016-04-28arm64/efi/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel-0/+3
2016-04-28arm64/efi: Apply strict permissions to UEFI Runtime Services regionsArd Biesheuvel-14/+40
2015-12-09arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel-0/+23
2015-12-09arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel-325/+1
2015-12-09arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAPArd Biesheuvel-3/+4
2015-11-26arm64: efi: fix initcall return valuesArd Biesheuvel-5/+5
2015-11-26arm64: efi: deal with NULL return value of early_memremap()Ard Biesheuvel-1/+13
2015-11-25arm64: efi: correctly map runtime regionsMark Rutland-7/+2
2015-11-18arm64: use non-global mappings for UEFI runtime regionsArd Biesheuvel-9/+5
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+2
2015-10-28efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel-2/+2
2015-10-14Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar-14/+5
2015-10-12efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm-1/+1
2015-10-12arm64: Use core efi=debug instead of uefi_debug command line parameterLeif Lindholm-14/+5
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon-1/+0
2015-10-07arm64: flush: use local TLB and I-cache invalidationWill Deacon-2/+2
2015-10-01arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel-1/+2
2015-07-27arm64/efi: map the entire UEFI vendor string before reading itArd Biesheuvel-2/+2
2015-05-27e820, efi: add ACPI 6.0 persistent memory typesDan Williams-0/+1
2015-03-20arm64: efi: don't restore TTBR0 if active_mm points at init_mmWill Deacon-1/+5
2015-03-14efi/arm64: use UEFI for system reset and poweroffArd Biesheuvel-0/+9
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel-58/+53
2015-01-16arm64/efi: handle potential failure to remap memory mapArd Biesheuvel-4/+6
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel-31/+1
2015-01-12arm64/efi: remove free_boot_services() and friendsArd Biesheuvel-122/+1
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel-103/+127
2015-01-08arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel-1/+1
2014-11-05arm64: dmi: set DMI string as dump stack arch descriptionArd Biesheuvel-0/+2