Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d3adeed7289220fdc78ee4400efbcd4cf1556215
/
arch
/
arm64
/
kernel
/
efi.c
7e611e7
efi/arm64: Check whether x18 is preserved by runtime services calls
by Ard Biesheuvel
· 7 years ago
20a004e
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
by Will Deacon
· 7 years ago
1e9de1d
arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are set
by Ard Biesheuvel
· 7 years ago
bb817be
efi/arm: Enable DMI/SMBIOS
by Ard Biesheuvel
· 8 years ago
f14c66c
arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'
by Ard Biesheuvel
· 8 years ago
74c102c
arm64: efi: avoid block mappings for unaligned UEFI memory regions
by Ard Biesheuvel
· 9 years ago
bd264d0
arm64: efi: always map runtime services code and data regions down to pages
by Ard Biesheuvel
· 9 years ago
53e1b32
arm64: mm: add param to force create_pgd_mapping() to use page mappings
by Ard Biesheuvel
· 9 years ago
57fdb89a
arm64/efi/libstub: Make screen_info accessible to the UEFI stub
by Ard Biesheuvel
· 9 years ago
1fd55a9
arm64/efi: Apply strict permissions to UEFI Runtime Services regions
by Ard Biesheuvel
· 9 years ago
f7d9248
arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM
by Ard Biesheuvel
· 9 years ago
e5bc22a
arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM
by Ard Biesheuvel
· 9 years ago
4dffbfc
arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP
by Ard Biesheuvel
· 9 years ago
66362c9
arm64: efi: fix initcall return values
by Ard Biesheuvel
· 9 years ago
81d9457
arm64: efi: deal with NULL return value of early_memremap()
by Ard Biesheuvel
· 9 years ago
3b12acf
arm64: efi: correctly map runtime regions
by Mark Rutland
· 9 years ago
65da0a8
arm64: use non-global mappings for UEFI runtime regions
by Ard Biesheuvel
· 9 years ago
2dc10ad
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
44511fb
efi: Use correct type for struct efi_memory_map::phys_map
by Ard Biesheuvel
· 9 years ago
790a2ee
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi
by Ingo Molnar
· 9 years ago
7968c0e
efi/arm64: Clean up efi_get_fdt_params() interface
by Leif Lindholm
· 9 years ago
c9494dc
arm64: Use core efi=debug instead of uefi_debug command line parameter
by Leif Lindholm
· 9 years ago
5aec715
arm64: mm: rewrite ASID allocator and MM context-switching code
by Will Deacon
· 9 years ago
8e63d38
arm64: flush: use local TLB and I-cache invalidation
by Will Deacon
· 9 years ago
0ce3cc0
arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions
by Ard Biesheuvel
· 9 years ago
f91b1fe
arm64/efi: map the entire UEFI vendor string before reading it
by Ard Biesheuvel
· 9 years ago
ad5fb87
e820, efi: add ACPI 6.0 persistent memory types
by Dan Williams
· 10 years ago
130c93f
arm64: efi: don't restore TTBR0 if active_mm points at init_mm
by Will Deacon
· 10 years ago
60c0d45
efi/arm64: use UEFI for system reset and poweroff
by Ard Biesheuvel
· 10 years ago
60305db
arm64/efi: move virtmap init to early initcall
by Ard Biesheuvel
· 10 years ago
7fe5d2b
arm64/efi: handle potential failure to remap memory map
by Ard Biesheuvel
· 10 years ago
9679be1
arm64/efi: remove idmap manipulations from UEFI code
by Ard Biesheuvel
· 10 years ago
3033b84
arm64/efi: remove free_boot_services() and friends
by Ard Biesheuvel
· 10 years ago
f3cdfd2
arm64/efi: move SetVirtualAddressMap() to UEFI stub
by Ard Biesheuvel
· 10 years ago
0e63ea4
arm64/efi: add missing call to early_ioremap_reset()
by Ard Biesheuvel
· 10 years ago
b07bfaa
arm64: dmi: set DMI string as dump stack arch description
by Ard Biesheuvel
· 10 years ago
d1ae8c0
arm64: dmi: Add SMBIOS/DMI support
by Yi Li
· 10 years ago
4e27d47
arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)
by Ard Biesheuvel
· 10 years ago
61139eb
arm64/efi: invert UEFI memory region reservation logic
by Ard Biesheuvel
· 10 years ago
75b1285
Merge branch 'next' into efi-next-merge
by Matt Fleming
· 10 years ago
65ba758
arm64: efi: Format EFI memory type & attrs with efi_md_typeattr_format()
by Laszlo Ersek
· 10 years ago
6632210
arm64/efi: Do not enter virtual mode if booting with efi=noruntime or noefi
by Dave Young
· 10 years ago
88f8abd
arm64/efi: uefi_init error handling fix
by Dave Young
· 10 years ago
7be141d
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
6a7519e
efi/arm64: Store Runtime Services revision
by Semen Protsenko
· 10 years ago
86c8b27
arm64: ignore DT memreserve entries when booting in UEFI mode
by Leif Lindholm
· 10 years ago
99a5603
efi/arm64: Handle missing virtual mapping for UEFI System Table
by Ard Biesheuvel
· 11 years ago
e15dd49
efi/arm64: Preserve FP/SIMD registers on UEFI runtime services calls
by Ard Biesheuvel
· 11 years ago
74bcc24
arm64: efi: only attempt efi map setup if booting via EFI
by Leif Lindholm
· 11 years ago
f84d027
arm64: add EFI runtime services
by Mark Salter
· 11 years ago