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
/
libstub
/
efi-stub-helper.c
Age
Commit message (
Expand
)
Author
2020-06-16
efi/libstub: Descriptions for stub helper functions
Heinrich Schuchardt
2020-05-22
efi/libstub: Use pool allocation for the command line
Ard Biesheuvel
2020-05-22
efi/libstub: Don't parse overlong command lines
Arvind Sankar
2020-05-20
efi/libstub: Use snprintf with %ls to convert the command line
Arvind Sankar
2020-05-20
efi/libstub: Get the exact UTF-8 length
Arvind Sankar
2020-05-20
efi/libstub: Add UTF-8 decoding to efi_puts
Arvind Sankar
2020-05-20
efi/gop: Add an option to list out the available GOP modes
Arvind Sankar
2020-05-20
efi/libstub: Implement printk-style logging
Arvind Sankar
2020-05-19
efi/printf: Turn vsprintf into vsnprintf
Arvind Sankar
2020-05-19
efi/libstub: Add a basic printf implementation
Arvind Sankar
2020-05-19
efi/libstub: Buffer output of efi_puts
Arvind Sankar
2020-05-19
efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
Arvind Sankar
2020-05-05
efi/libstub: Make efi_printk() input argument const char*
Ard Biesheuvel
2020-05-01
efi/libstub: Unify initrd loading across architectures
Arvind Sankar
2020-04-24
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
2020-04-24
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
2020-02-23
efi/libstub/x86: Make loaded_image protocol handling mixed mode safe
Ard Biesheuvel
2020-02-23
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
Ard Biesheuvel
2020-02-23
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
2020-02-23
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
2020-02-23
efi/libstub: Move file I/O support code into separate file
Ard Biesheuvel
2020-02-23
efi/libstub: Move get_dram_base() into arm-stub.c
Ard Biesheuvel
2020-02-23
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
Ard Biesheuvel
2020-02-23
efi/libstub: Use consistent type names for file I/O protocols
Ard Biesheuvel
2020-02-23
efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()
Ard Biesheuvel
2020-02-23
efi/libstub: Move memory map handling and allocation routines to mem.c
Ard Biesheuvel
2020-01-10
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
2020-01-10
efi/x86: Allow translating 64-bit arguments for mixed mode calls
Arvind Sankar
2019-12-25
efi/libstub: Tidy up types and names of global cmdline variables
Ard Biesheuvel
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/x86: Work around page freeing issue in mixed mode
Ard Biesheuvel
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
2019-12-25
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
2019-12-25
efi/libstub: Unify the efi_char16_printk implementations
Ard Biesheuvel
2019-12-25
efi/libstub: Avoid protocol wrapper for file I/O routines
Ard Biesheuvel
2019-12-25
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
2019-12-25
efi/libstub: Distinguish between native/mixed not 32/64 bit
Ard Biesheuvel
2019-11-07
efi: Common enable/disable infrastructure for EFI soft reservation
Dan Williams
2019-10-31
x86, efi: Never relocate kernel below lowest acceptable address
Kairui Song
2019-08-12
efi-stub: Fix get_efi_config_table on mixed-mode setups
Hans de Goede
2019-06-24
Abstract out support for locating an EFI config table
Matthew Garrett
2019-02-04
efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
Ard Biesheuvel
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2018-07-22
efi: Deduplicate efi_open_volume()
Lukas Wunner
2017-08-17
efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor
Baoquan He
2017-04-05
efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg
Ard Biesheuvel
[next]