summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/efi.h
AgeCommit message (Expand)Author
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel
2019-12-25efi/libstub: Remove unused __efi_call_early() macroArd Biesheuvel
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper
2019-07-31arm64/efi: fix variable 'si' set but not usedQian Cai
2019-06-14docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab
2019-02-06arm64: irqflags: Use ICC_PMR_EL1 for interrupt maskingJulien Thierry
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner
2018-03-09efi/arm64: Check whether x18 is preserved by runtime services callsArd Biesheuvel
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2017-12-06arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mmWill Deacon
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-21efi/libstub/arm64: Use hidden attribute for struct screen_info referenceArd Biesheuvel
2017-08-18Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland
2017-08-15efi/arm64: add EFI_KIMG_ALIGNMark Rutland
2017-08-04arm64: neon: Allow EFI runtime services to use FPSIMD in irq contextDave Martin
2017-04-05efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel
2017-04-05efi/arm-stub: Correct FDT and initrd allocation rules for arm64Ard Biesheuvel
2017-02-07arm/efi: Allow invocation of arbitrary runtime servicesDavid Howells
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas
2016-11-13efi: Allow bitness-agnostic protocol callsLukas Wunner
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-01arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton
2016-04-28arm64/efi: Enable runtime call flag checkingMark Rutland
2016-04-28arm64/efi: Move to generic {__,}efi_call_virt()Mark Rutland
2016-04-28efifb: Enable the efi-framebuffer platform driver for ARM and arm64Ard Biesheuvel
2016-04-28arm64/efi/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel
2016-04-28efi/arm*: Take the Memory Attributes table into accountArd Biesheuvel
2015-12-09arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel
2015-01-12arm64/efi: set EFI_ALLOC_ALIGN to 64 KBArd Biesheuvel
2014-07-07efi/arm64: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel
2014-07-07efi/arm64: Preserve FP/SIMD registers on UEFI runtime services callsArd Biesheuvel
2014-04-30arm64: add EFI runtime servicesMark Salter