index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
efi.h
Age
Commit message (
Expand
)
Author
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
2019-12-25
efi/libstub: Drop protocol argument from efi_call_proto() macro
Ard Biesheuvel
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
2019-12-25
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
2019-12-25
efi/libstub: Distinguish between native/mixed not 32/64 bit
Ard Biesheuvel
2019-12-25
efi/libstub: Remove unused __efi_call_early() macro
Ard Biesheuvel
2019-08-09
arm64: mm: Introduce VA_BITS_MIN
Steve Capper
2019-07-31
arm64/efi: fix variable 'si' set but not used
Qian Cai
2019-06-14
docs: arm64: convert docs to ReST and rename to .rst
Mauro Carvalho Chehab
2019-02-06
arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking
Julien Thierry
2018-07-22
efi: Deduplicate efi_open_volume()
Lukas Wunner
2018-03-09
efi/arm64: Check whether x18 is preserved by runtime services calls
Ard Biesheuvel
2018-01-16
arm64: kpti: Fix the interaction between ASID switching and software PAN
Catalin Marinas
2017-12-06
arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mm
Will Deacon
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-07
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-08-21
efi/libstub/arm64: Use hidden attribute for struct screen_info reference
Ard Biesheuvel
2017-08-18
Merge branch 'for-next/kernel-mode-neon' into for-next/core
Catalin Marinas
2017-08-15
arm64: add basic VMAP_STACK support
Mark Rutland
2017-08-15
efi/arm64: add EFI_KIMG_ALIGN
Mark Rutland
2017-08-04
arm64: neon: Allow EFI runtime services to use FPSIMD in irq context
Dave Martin
2017-04-05
efi/arm-stub: Round up FDT allocation to mapping size
Ard Biesheuvel
2017-04-05
efi/arm-stub: Correct FDT and initrd allocation rules for arm64
Ard Biesheuvel
2017-02-07
arm/efi: Allow invocation of arbitrary runtime services
David Howells
2016-12-13
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-11-21
arm64: Disable TTBR0_EL1 during normal kernel execution
Catalin Marinas
2016-11-13
efi: Allow bitness-agnostic protocol calls
Lukas Wunner
2016-07-27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-07-01
arm64: efi: always map runtime services code and data regions down to pages
Ard Biesheuvel
2016-06-27
efi: Convert efi_call_virt() to efi_call_virt_pointer()
Alex Thorlton
2016-04-28
arm64/efi: Enable runtime call flag checking
Mark Rutland
2016-04-28
arm64/efi: Move to generic {__,}efi_call_virt()
Mark Rutland
2016-04-28
efifb: Enable the efi-framebuffer platform driver for ARM and arm64
Ard Biesheuvel
2016-04-28
arm64/efi/libstub: Make screen_info accessible to the UEFI stub
Ard Biesheuvel
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
2016-04-28
efi/arm*: Take the Memory Attributes table into account
Ard Biesheuvel
2015-12-09
arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM
Ard Biesheuvel
2015-01-22
arm64/efi: move virtmap init to early initcall
Ard Biesheuvel
2015-01-12
arm64/efi: remove idmap manipulations from UEFI code
Ard Biesheuvel
2015-01-12
arm64/efi: move SetVirtualAddressMap() to UEFI stub
Ard Biesheuvel
2015-01-12
arm64/efi: set EFI_ALLOC_ALIGN to 64 KB
Ard Biesheuvel
2014-07-07
efi/arm64: efistub: Move shared dependencies to <asm/efi.h>
Ard Biesheuvel
2014-07-07
efi/arm64: Preserve FP/SIMD registers on UEFI runtime services calls
Ard Biesheuvel
2014-04-30
arm64: add EFI runtime services
Mark Salter