Linux EFI Development - Date Index
[Prev Page][Next Page]
- [PATCH 05/10] efi/tpm: Use pr_efi_err for error messages, (continued)
- [PATCH 05/10] efi/tpm: Use pr_efi_err for error messages, Arvind Sankar
- [PATCH 02/10] efi/libstub: Add a helper function to split 64-bit values, Arvind Sankar
- [PATCH 04/10] efi/gop: Use pr_efi_err for error messages, Arvind Sankar
- [PATCH v2 00/11] efi: some cleanups/refactoring for efi/next, Arvind Sankar
- [PATCH v2 08/11] efi/x86: Move command-line initrd loading to efi_main, Arvind Sankar
- [PATCH v2 07/11] efi/libstub: Upgrade ignored dtb= argument message to error, Arvind Sankar
- [PATCH v2 11/11] efi/libstub: Check return value of efi_parse_options, Arvind Sankar
- [PATCH v2 10/11] efi/x86: Support builtin command line, Arvind Sankar
- [PATCH v2 09/11] efi/libstub: Unify initrd loading across architectures, Arvind Sankar
- [PATCH v2 02/11] efi/libstub: Add a helper function to split 64-bit values, Arvind Sankar
- [PATCH v2 01/11] efi/x86: Use correct size for boot_params, Arvind Sankar
- [PATCH v2 03/11] efi/libstub: Move pr_efi/pr_efi_err into efi namespace, Arvind Sankar
- [PATCH v2 06/11] efi/tpm: Use efi_err for error messages, Arvind Sankar
- [PATCH v2 05/11] efi/gop: Use efi_err for error messages, Arvind Sankar
- [PATCH v2 04/11] efi/x86: Use efi_err for error messages, Arvind Sankar
- [PATCH 1/2] efi/libstub: efi_info/efi_err message neatening, Joe Perches
- Re: [PATCH v2 00/11] efi: some cleanups/refactoring for efi/next, Ard Biesheuvel
- [PATCH] efi: cper: Add support for printing Firmware Error Record Reference,
Punit Agrawal
- [PATCH 1/1] efi/libstub: setup_graphics() do not return random data,
Heinrich Schuchardt
- [efi:next] BUILD SUCCESS 4eb8320bd1aaa7e69d039f2c251735e3ef0b9a38, kbuild test robot
- [GIT PULL] EFI stub loading support for RISC-V,
Ard Biesheuvel
- [PATCH] efi/libstub: Re-enable command line initrd loading for x86,
Ard Biesheuvel
- [efi:next 2/33] drivers/firmware/efi/libstub/efistub.h:680:44: sparse: sparse: incorrect type in argument 2 (different type sizes),
kbuild test robot
- [GIT PULL 00/33] EFI updates for v5.8,
Ard Biesheuvel
- [PATCH 02/33] efi/libstub: Make initrd file loader configurable, Ard Biesheuvel
- [PATCH 03/33] efi/libstub: Unify EFI call wrappers for non-x86, Ard Biesheuvel
- [PATCH 04/33] efi/libstub/arm: Make install_memreserve_table static, Ard Biesheuvel
- [PATCH 07/33] efi/gop: Get mode information outside the loop, Ard Biesheuvel
- [PATCH 09/33] efi/gop: Slightly re-arrange logic of find_gop, Ard Biesheuvel
- [PATCH 10/33] efi/gop: Move variable declarations into loop block, Ard Biesheuvel
- [PATCH 30/33] efi/libstub: Drop __pure getters for EFI stub options, Ard Biesheuvel
- [PATCH 32/33] efi: Clean up config table description arrays, Ard Biesheuvel
- [PATCH 33/33] efi: Move arch_tables check to caller, Ard Biesheuvel
- [PATCH 27/33] efi/x86: Remove __efistub_global and add relocation check, Ard Biesheuvel
- [PATCH 28/33] efi: Kill __efistub_global, Ard Biesheuvel
- [PATCH 31/33] efi/libstub/x86: Avoid getter function for efi_is64, Ard Biesheuvel
- [PATCH 29/33] efi/libstub: Drop __pure getter for efi_system_table, Ard Biesheuvel
- [PATCH 21/33] efi/libstub/arm64: Replace 'preferred' offset with alignment check, Ard Biesheuvel
- [PATCH 24/33] efi/libstub/arm64: Switch to ordinary page allocator for kernel image, Ard Biesheuvel
- [PATCH 25/33] efi/libstub: Move efi_relocate_kernel() into separate source file, Ard Biesheuvel
- [PATCH 26/33] efi/arm: Remove __efistub_global annotation, Ard Biesheuvel
- [PATCH 20/33] efi/libstub/random: Increase random alloc granularity, Ard Biesheuvel
- [PATCH 19/33] efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN, Ard Biesheuvel
- [PATCH 22/33] efi/libstub/arm64: Simplify randomized loading of kernel image, Ard Biesheuvel
- [PATCH 23/33] efi/libstub: Add API function to allocate aligned memory, Ard Biesheuvel
- [PATCH 18/33] efi/gop: Allow automatically choosing the best mode, Ard Biesheuvel
- [PATCH 12/33] efi/gop: Use helper macros for find_bits, Ard Biesheuvel
- [PATCH 14/33] efi/gop: Add prototypes for query_mode and set_mode, Ard Biesheuvel
- [PATCH 15/33] efi/gop: Allow specifying mode number on command line, Ard Biesheuvel
- [PATCH 13/33] efi/gop: Remove unreachable code from setup_pixel_info, Ard Biesheuvel
- [PATCH 16/33] efi/gop: Allow specifying mode by <xres>x<yres>, Ard Biesheuvel
- [PATCH 17/33] efi/gop: Allow specifying depth as well as resolution, Ard Biesheuvel
- [PATCH 11/33] efi/gop: Use helper macros for populating lfb_base, Ard Biesheuvel
- [PATCH 06/33] efi/gop: Move check for framebuffer before con_out, Ard Biesheuvel
- [PATCH 08/33] efi/gop: Factor out locating the gop into a function, Ard Biesheuvel
- [PATCH 05/33] efi/gop: Remove redundant current_fb_base, Ard Biesheuvel
- [PATCH 01/33] efi/libstub: Move arm-stub to a common file, Ard Biesheuvel
- Re: [GIT PULL 00/33] EFI updates for v5.8, Ingo Molnar
- [PATCH AUTOSEL 5.6 18/38] efi/x86: Don't remap text<->rodata gap read-only for mixed mode, Sasha Levin
- [PATCH 3.16 140/245] x86/efistub: Disable paging at mixed mode entry, Ben Hutchings
- [PATCH -next] efi/libstub/arm: Make install_memreserve_table static,
Zou Wei
- [PATCH v5 0/7] Add UEFI support for RISC-V,
Ard Biesheuvel
- [PATCH v5 1/7] efi/libstub: Move arm-stub to a common file, Ard Biesheuvel
- [PATCH v5 2/7] efi/libstub: Make initrd file loader configurable, Ard Biesheuvel
- [PATCH v5 6/7] RISC-V: Add PE/COFF header for EFI stub, Ard Biesheuvel
- [PATCH v5 3/7] efi/libstub/riscv: add arch specific efi.h header file, Ard Biesheuvel
- [PATCH v5 4/7] include: pe.h: Add RISC-V related PE definition, Ard Biesheuvel
- [PATCH v5 5/7] RISC-V: Define fixmap bindings for generic early ioremap support, Ard Biesheuvel
- [PATCH v5 7/7] RISC-V: Add EFI stub support., Ard Biesheuvel
- Re: [PATCH v5 0/7] Add UEFI support for RISC-V, Ard Biesheuvel
- Re: [PATCH v5 0/7] Add UEFI support for RISC-V, Atish Patra
- Re: [PATCH v5 0/7] Add UEFI support for RISC-V, Palmer Dabbelt
- [v4 PATCH 0/3] Add UEFI support for RISC-V,
Atish Patra
- [efi:next 26/32] drivers/firmware/efi/libstub/x86-stub.c:444:25: warning: passing argument 2 of 'efi_stub_entry' discards 'const' qualifier from pointer target type, kbuild test robot
- Starting with kernel 5.6 deleting efibootmgr entries no longer works (efivarfs regresson),
Hans de Goede
- [PATCH 1/2] efi: clean up config table description arrays,
Ard Biesheuvel
- [PATCH] efi/libstub/x86: avoid getter function for efi_is64, Ard Biesheuvel
- [PATCH 1/2] efi/libstub: drop __pure getter for efi_system_table,
Ard Biesheuvel
- Regression with commit 0a67361dcdaa,
Jarkko Nikula
- [PATCH 5.6 098/254] efi/x86: Add TPM related EFI tables to unencrypted mapping checks, Greg Kroah-Hartman
- [PATCH 5.4 098/232] efi/x86: Add TPM related EFI tables to unencrypted mapping checks, Greg Kroah-Hartman
- [PATCH 5.5 112/257] efi/x86: Add TPM related EFI tables to unencrypted mapping checks, Greg Kroah-Hartman
- [PATCH 0/5] efi: Remove __efistub_global annotation,
Arvind Sankar
- [v3 PATCH 0/5] Add UEFI support for RISC-V,
Atish Patra
- Re: Kernel V5.7-rc1 doesn't boot (EFI?),
Ard Biesheuvel
- [v2 PATCH 0/5] Add UEFI support for RISC-V,
Atish Patra
- [PATCH v2 0/5] ARM: simplify handover from UEFI to decompressor,
Ard Biesheuvel
- [PATCH v2 0/8] efi/libstub: simplify arm64 kernel image loading,
Ard Biesheuvel
- [PATCH] efi/earlycon: fix early printk for wider fonts,
Dave Young
- [PATCH] efi/x86: Expose number of entries in the EFI configuration table via sysfs,
Ignat Korchagin
- [PATCH] efi/x86: Revert struct layout change to fix kexec boot regression,
Ard Biesheuvel
- [PATCH AUTOSEL 5.6 49/68] efi/x86: Ignore the memory attributes table on i386, Sasha Levin
- [PATCH AUTOSEL 5.5 38/56] efi/x86: Ignore the memory attributes table on i386, Sasha Levin
- [PATCH AUTOSEL 5.4 30/46] efi/x86: Ignore the memory attributes table on i386, Sasha Levin
- [PATCH AUTOSEL 4.19 19/32] efi/x86: Ignore the memory attributes table on i386, Sasha Levin
- [PATCH AUTOSEL 4.14 13/22] efi/x86: Ignore the memory attributes table on i386, Sasha Levin
- [PATCH] efi/libstub/arm64: Enable __efistub_global define in .data section,
Victor Erminpour
- [efi:urgent] BUILD SUCCESS 55a3cad6df4bff67280c4722ceb2a5ff4375eff9, kbuild test robot
- [GIT PULL 0/9] EFI fixes for v5.7-rc,
Ard Biesheuvel
- [PATCH 1/9] efi/cper: Use scnprintf() for avoiding potential buffer overflow, Ard Biesheuvel
- [PATCH 2/9] efi/libstub/x86: remove redundant assignment to pointer hdr, Ard Biesheuvel
- [PATCH 3/9] efi/x86: Move efi stub globals from .bss to .data, Ard Biesheuvel
- [PATCH 4/9] efi/x86: Always relocate the kernel for EFI handover entry, Ard Biesheuvel
- [PATCH 6/9] Documentation: efi/x86: clarify EFI handover protocol and its requirements, Ard Biesheuvel
- [PATCH 5/9] efi/arm: Deal with ADR going out of range in efi_enter_kernel(), Ard Biesheuvel
- [PATCH 7/9] efi/libstub/file: merge filename buffers to reduce stack usage, Ard Biesheuvel
- [PATCH 9/9] efi/x86: Don't remap text<->rodata gap read-only for mixed mode, Ard Biesheuvel
- [PATCH 8/9] efi/x86: Fix the deletion of variables in mixed mode, Ard Biesheuvel
- Re: [GIT PULL 0/9] EFI fixes for v5.7-rc, Theodore Y. Ts'o
- Re: [GIT PULL 0/9] EFI fixes for v5.7-rc, David Howells
- [PATCH] efi/x86: Don't remap text<->rodata gap read-only for mixed mode,
Ard Biesheuvel
- [efi:urgent] BUILD SUCCESS f5356a8c201bf2dfa3783b3894f31f8e96f94624, kbuild test robot
- [PATCH] efi/x86: Fix the deletion of variables in mixed mode,
Gary Lin
- [PATCH] efi/libstub/file: merge filename buffers to reduce stack usage, Ard Biesheuvel
- [PATCH] Documentation: efi/x86: clarify EFI handover protocol and its requirements,
Ard Biesheuvel
- Re: [PATCH 1/2] x86/boot/compressed/64: Remove .bss/.pgtable from bzImage,
Arvind Sankar
- [efi:urgent] BUILD SUCCESS 33da38529f13f938a73107aa2dc7c3b4e786967a, kbuild test robot
- [PATCH] efi/libstub/x86: remove redundant assignment to pointer hdr,
Colin King
- [GIT PULL] EFI changes for v5.7,
Ingo Molnar
- [efi:next] BUILD SUCCESS a7a39e7e9249f2c47245d87fa0e86c874c0eb69f, kbuild test robot
- [GIT PULL 0/2] EFI touchups for v5.7,
Ard Biesheuvel
- [PATCH] efi/libstub/arm64: avoid image_base value from efi_loaded_image,
Ard Biesheuvel
- [PATCH 0/5] ARM: simplify handover from UEFI to decompressor,
Ard Biesheuvel
- [efi:next] BUILD SUCCESS 7f464c588240add3620dc2080872cc4d44f7d248, kbuild test robot
- [PATCH 0/2] efi/arm64: execute the kernel in place if possible,
Ard Biesheuvel
- [PATCH] x86/efi: Add a prototype for efi_arch_mem_reserve(),
Benjamin Thiel
- [PATCH 00/14] efi/gop: Refactoring + mode-setting feature,
Arvind Sankar
- [PATCH 03/14] efi/gop: Get mode information outside the loop, Arvind Sankar
- [PATCH 12/14] efi/gop: Allow specifying mode by <xres>x<yres>, Arvind Sankar
- [PATCH 14/14] efi/gop: Allow automatically choosing the best mode, Arvind Sankar
- [PATCH 13/14] efi/gop: Allow specifying depth as well as resolution, Arvind Sankar
- [PATCH 11/14] efi/gop: Allow specifying mode number on command line, Arvind Sankar
- [PATCH 10/14] efi/gop: Add prototypes for query_mode and set_mode, Arvind Sankar
- [PATCH 09/14] efi/gop: Remove unreachable code from setup_pixel_info, Arvind Sankar
- [PATCH 01/14] efi/gop: Remove redundant current_fb_base, Arvind Sankar
- [PATCH 02/14] efi/gop: Move check for framebuffer before con_out, Arvind Sankar
- [PATCH 04/14] efi/gop: Factor out locating the gop into a function, Arvind Sankar
- [PATCH 05/14] efi/gop: Slightly re-arrange logic of find_gop, Arvind Sankar
- [PATCH 07/14] efi/gop: Use helper macros for populating lfb_base, Arvind Sankar
- [PATCH 08/14] efi/gop: Use helper macros for find_bits, Arvind Sankar
- [PATCH 06/14] efi/gop: Move variable declarations into loop block, Arvind Sankar
- Re: [PATCH 00/14] efi/gop: Refactoring + mode-setting feature, Ard Biesheuvel
- [PATCH v2 01/14] efi/gop: Remove redundant current_fb_base, Arvind Sankar
- [PATCH v2 11/14] efi/gop: Allow specifying mode number on command line, Arvind Sankar
- [PATCH v2 14/14] efi/gop: Allow automatically choosing the best mode, Arvind Sankar
- [PATCH v2 13/14] efi/gop: Allow specifying depth as well as resolution, Arvind Sankar
- [PATCH v2 12/14] efi/gop: Allow specifying mode by <xres>x<yres>, Arvind Sankar
- [PATCH v2 09/14] efi/gop: Remove unreachable code from setup_pixel_info, Arvind Sankar
- [PATCH v2 10/14] efi/gop: Add prototypes for query_mode and set_mode, Arvind Sankar
- [PATCH v2 08/14] efi/gop: Use helper macros for find_bits, Arvind Sankar
- [PATCH v2 07/14] efi/gop: Use helper macros for populating lfb_base, Arvind Sankar
- [PATCH v2 05/14] efi/gop: Slightly re-arrange logic of find_gop, Arvind Sankar
- [PATCH v2 03/14] efi/gop: Get mode information outside the loop, Arvind Sankar
- [PATCH v2 06/14] efi/gop: Move variable declarations into loop block, Arvind Sankar
- [PATCH v2 04/14] efi/gop: Factor out locating the gop into a function, Arvind Sankar
- [PATCH v2 02/14] efi/gop: Move check for framebuffer before con_out, Arvind Sankar
- [PATCH v2 00/14] efi/gop: Refactoring + mode-setting feature, Arvind Sankar
- [PATCH 4.19 47/48] efi: Fix debugobjects warning on efi_rts_work, Greg Kroah-Hartman
- [PATCH v6 00/10] Subject: Enable Linux guests on Hyper-V on ARM64,
Michael Kelley
- [PATCH v6 02/10] arm/arm64: smccc-1.1: Add vendor specific owner definition, Michael Kelley
- [PATCH v6 01/10] arm64: hyperv: Add core Hyper-V include files, Michael Kelley
- [PATCH v6 03/10] arm64: hyperv: Add hypercall and register access functions, Michael Kelley
- [PATCH v6 09/10] arm64: efi: Export screen_info, Michael Kelley
- [PATCH v6 10/10] Drivers: hv: Enable Hyper-V code to be built on ARM64, Michael Kelley
- [PATCH v6 05/10] arm64: hyperv: Add interrupt handlers for VMbus and stimer, Michael Kelley
- [PATCH v6 07/10] arm64: hyperv: Initialize hypervisor on boot, Michael Kelley
- [PATCH v6 06/10] arm64: hyperv: Add kexec and panic handlers, Michael Kelley
- [PATCH v6 08/10] Drivers: hv: vmbus: Add hooks for per-CPU IRQ, Michael Kelley
- [PATCH v6 04/10] arm64: hyperv: Add memory alloc/free functions for Hyper-V size pages, Michael Kelley
- Message not available
[PATCH] Revert "x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T",
Jian-Hong Pan
[PATCH v6 2/2] eif/capsule-pstore: Add capsule pstore backend,
Qiuxu Zhuo
[PATCH v6 1/2] efi: Add 'nr_config_table' variable in efi structure,
Qiuxu Zhuo
[PATCH v6 0/2] Add capsule-pstore backend support,
Qiuxu Zhuo
[PATCH] efi/cper: Use scnprintf() for avoiding potential buffer overflow,
Takashi Iwai
[PATCH 5.4 166/168] efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper, Greg Kroah-Hartman
[PATCH 5.4 167/168] efi/x86: Handle by-ref arguments covering multiple pages in mixed mode, Greg Kroah-Hartman
[PATCH 5.4 168/168] efi: READ_ONCE rng seed size before munmap, Greg Kroah-Hartman
[PATCH 4.19 83/86] efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper, Greg Kroah-Hartman
[PATCH 4.19 84/86] efi/x86: Handle by-ref arguments covering multiple pages in mixed mode,
Greg Kroah-Hartman
[PATCH 5.5 188/189] efi: READ_ONCE rng seed size before munmap, Greg Kroah-Hartman
[PATCH 5.5 186/189] efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper, Greg Kroah-Hartman
[PATCH 5.5 187/189] efi/x86: Handle by-ref arguments covering multiple pages in mixed mode, Greg Kroah-Hartman
[GIT PULL 00/28] More EFI fixes for v5.7,
Ard Biesheuvel
- [PATCH 01/28] efi/x86: Add TPM related EFI tables to unencrypted mapping checks, Ard Biesheuvel
- [PATCH 02/28] efi/x86: Add RNG seed EFI table to unencrypted mapping check, Ard Biesheuvel
- [PATCH 03/28] efi: don't shadow i in efi_config_parse_tables(), Ard Biesheuvel
- [PATCH 04/28] efi/arm: clean EFI stub exit code from cache instead of avoiding it, Ard Biesheuvel
- [PATCH 05/28] efi/arm64: clean EFI stub exit code from cache instead of avoiding it, Ard Biesheuvel
- [PATCH 06/28] efi: mark all EFI runtime services as unsupported on non-EFI boot, Ard Biesheuvel
- [PATCH 07/28] MAINTAINERS: adjust EFI entry to removing eboot.c, Ard Biesheuvel
- [PATCH 08/28] efi/libstub: add libstub/mem.c to documentation tree, Ard Biesheuvel
- [PATCH 09/28] efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA, Ard Biesheuvel
- [PATCH 10/28] efi/x86: Respect 32-bit ABI in efi32_pe_entry, Ard Biesheuvel
- [PATCH 11/28] efi/x86: Make efi32_pe_entry more readable, Ard Biesheuvel
- [PATCH 12/28] efi/x86: Avoid using code32_start, Ard Biesheuvel
- [PATCH 13/28] x86/boot: Use unsigned comparison for addresses, Ard Biesheuvel
- [PATCH 14/28] efi/libstub/x86: deal with exit() boot service returning, Ard Biesheuvel
- [PATCH 15/28] x86/boot/compressed/32: Save the output address instead of recalculating it, Ard Biesheuvel
- [PATCH 16/28] efi/x86: Decompress at start of PE image load address, Ard Biesheuvel
- [PATCH 17/28] efi/x86: Add kernel preferred address to PE header, Ard Biesheuvel
- [PATCH 18/28] efi/x86: Remove extra headroom for setup block, Ard Biesheuvel
- [PATCH 19/28] efi/x86: Don't relocate the kernel unless necessary, Ard Biesheuvel
- [PATCH 20/28] efi/x86: ignore memory attributes table on i386, Ard Biesheuvel
- [PATCH 21/28] efi/x86: preserve %ebx correctly in efi_set_virtual_address_map(), Ard Biesheuvel
- [PATCH 22/28] efi/libstub: avoid linking libstub/lib-ksyms.o into vmlinux, Ard Biesheuvel
- [PATCH 23/28] efi: fix a race and a buffer overflow while reading efivars via sysfs, Ard Biesheuvel
- [PATCH 24/28] efi: add a sanity check to efivar_store_raw(), Ard Biesheuvel
- [PATCH 25/28] efi: fix a mistype in comments mentioning efivar_entry_iter_begin(), Ard Biesheuvel
- [PATCH 26/28] efi/libstub/x86: use ULONG_MAX as upper bound for all allocations, Ard Biesheuvel
- [PATCH 27/28] efi/x86: Fix cast of image argument, Ard Biesheuvel
- [PATCH 28/28] partitions/efi: Fix partition name parsing in GUID partition entry, Ard Biesheuvel
- Re: [GIT PULL 00/28] More EFI fixes for v5.7, Ingo Molnar
[efi:next] BUILD REGRESSION dfb2a1c61fcdc8be5dd74608c411c78008a0f078, kbuild test robot
[GIT PULL v2] More EFI updates for v5.7, Ard Biesheuvel
[PATCH v3] ima: add a new CONFIG for loading arch-specific policies,
Nayna Jain
[efi:next] BUILD SUCCESS 7a344b350a7c516fb86140398f9041dd2e34f50d, kbuild test robot
[PATCH] efi/x86: Fix cast of image argument,
Arvind Sankar
[PATCH] efi/libstub: avoid linking libstub/lib-ksyms.o into vmlinux,
Masahiro Yamada
[efi:next] BUILD REGRESSION 0ceadd2c387c53cd26352fcd2447f310b99459d1,
kbuild test robot
[efi:efi-firmware-platform-x86] BUILD SUCCESS f0df68d5bae8825ee5b62f00af237ae82247f045, kbuild test robot
[PATCH] efi/x86: Move mixed-mode thunk to efi/libstub,
Arvind Sankar
[PATCH efi-next] efi/x86: ignore memory attributes table on i386,
Ard Biesheuvel
[PATCH efi-next] efi/x86: preserve %ebx correctly in efi_set_virtual_address_map(),
Ard Biesheuvel
[PATCH v2] ima: add a new CONFIG for loading arch-specific policies,
Nayna Jain
ioremap WARN on 32-bit kernel,
Arvind Sankar
[PATCH] efi/libstub/x86: use ULONG_MAX as upper bound for all allocations, Ard Biesheuvel
[PATCH 0/4] Bugfix + small cleanup to populate_p[mug]d,
Arvind Sankar
[GIT PULL] shared stable branch between EFI, platform/x86 and driver tree, Ard Biesheuvel
[PATCH] efi: fix a race and a buffer overflow while reading efivars via sysfs,
Vladis Dronov
[PATCH] efi/libstub/x86: deal with exit() boot service returning,
Ard Biesheuvel
[PATCH 0/5] Minimize the need to move the kernel in the EFI stub,
Arvind Sankar
[PATCH 0/5] efi/x86 cleanups and one bugfix,
Arvind Sankar
[PATCH] MAINTAINERS: adjust EFI entry to removing eboot.c,
Lukas Bulwahn
[GIT PULL 0/6] More EFI updates for v5.7,
Ard Biesheuvel
[Index of Archives]
[Linux Kernel Development]
[Security]
[Linux ARM Kernel]
[Tools]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]