index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
arm-runtime.c
Age
Commit message (
Expand
)
Author
2024-02-02
efi: runtime: Fix potential overflow of soft-reserved region size
Andrew Bresticker
2022-12-13
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2022-11-07
ARM: 9255/1: efi/dump UEFI runtime page tables for ARM
Wang Kefeng
2022-10-21
efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0
Ard Biesheuvel
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-02-23
efi/arm: Drop unnecessary references to efi.systab
Ard Biesheuvel
2020-02-04
arm64: mm: convert mm/dump.c to use walk_page_range()
Steven Price
2019-11-07
arm/efi: EFI soft reservation to memblock
Dan Williams
2019-03-29
efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architectures
Robert Richter
2019-03-29
efi/arm: Show SMBIOS bank/device location in CPER and GHES error logs
Marcin Benka
2019-03-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-02-04
efi/arm: Don't expect a return value of ptdump_debugfs_register
Nathan Chancellor
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2019-02-02
efi/arm64: Fix debugfs crash by adding a terminator for ptdump marker
Qian Cai
2018-12-10
arm64: mm: Introduce DEFAULT_MAP_WINDOW
Steve Capper
2018-11-15
efi/arm: Revert deferred unmap of early memmap mapping
Ard Biesheuvel
2018-07-23
efi/arm: map UEFI memory map even w/o runtime services enabled
AKASHI Takahiro
2018-07-23
efi/arm: preserve early mapping of UEFI memory map longer for BGRT
Ard Biesheuvel
2018-03-12
efi: Use efi_mm in x86 as well as ARM
Sai Praneeth
2018-03-09
efi/arm*: Stop printing addresses of virtual mappings
Ard Biesheuvel
2018-03-09
efi/arm*: Only register page tables when they exist
Mark Rutland
2017-06-05
efi/arm: Enable DMI/SMBIOS
Ard Biesheuvel
2017-03-02
efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y
Ard Biesheuvel
2016-11-07
arm64: dump: Make ptdump debugfs a separate option
Laura Abbott
2016-09-09
efi/arm64: Add debugfs node to dump UEFI runtime page tables
Ard Biesheuvel
2016-09-09
efi: Add efi_memmap_init_late() for permanent EFI memmap
Matt Fleming
2016-09-09
efi: Refactor efi_memmap_init_early() into arch-neutral code
Matt Fleming
2016-07-06
Xen: EFI: Parse DT parameters for Xen specific UEFI
Shannon Zhao
2016-04-28
efi/arm*: Take the Memory Attributes table into account
Ard Biesheuvel
2016-04-28
efi/arm*: Use memremap() to create the persistent memmap mapping
Ard Biesheuvel
2016-04-28
efi: Remove global 'memmap' EFI memory map
Matt Fleming
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
2016-04-28
efi/arm*: Drop writable mapping of the UEFI System table
Ard Biesheuvel
2016-04-28
efi: Get rid of the EFI_SYSTEM_TABLES status bit
Ard Biesheuvel
2015-12-09
arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM
Ard Biesheuvel
2015-12-09
arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM
Ard Biesheuvel