summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/efi.h
AgeCommit message (Expand)Author
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti
2023-08-21efi/arm64: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds
2023-06-21arm64: Fix dangling references to Documentation/arm64Jonathan Corbet
2023-05-25arm64: efi: add efi_handle_corrupted_x18 prototypeArnd Bergmann
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-19arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel
2023-01-16arm64: efi: Avoid workqueue to check whether EFI runtime is liveArd Biesheuvel
2022-12-08arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel
2022-12-08arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel
2022-12-01arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel
2022-11-09efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel
2022-11-03arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel
2022-06-28efi: Simplify arch_efi_call_virt() macroSudeep Holla
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel
2020-12-09efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel
2020-04-23efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel
2020-02-23efi/libstub/arm: Relax FDT alignment requirementArd Biesheuvel
2020-02-23efi/libstub: Use hidden visibility for all source filesArd Biesheuvel
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