Linux EFI Development - Date Index
[Prev Page][Next Page]
- [v3 PATCH 1/5] efi: Move arm-stub to a common file, (continued)
- 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
[PATCH efi-next 0/3] efi: assorted fixes,
Ard Biesheuvel
[v1 PATCH 0/5] Add UEFI support for RISC-V,
Atish Patra
[PATCH 4.14 106/237] efi/x86: Dont panic or BUG() on non-critical error conditions, Greg Kroah-Hartman
[PATCH 4.14 054/237] efi/x86: Map the entire EFI vendor string before copying it, Greg Kroah-Hartman
[PATCH 4.9 033/165] efi/x86: Map the entire EFI vendor string before copying it, Greg Kroah-Hartman
[PATCH 4.4 025/113] efi/x86: Map the entire EFI vendor string before copying it, Greg Kroah-Hartman
[PATCH] ima: add a new CONFIG for loading arch-specific policies,
Nayna Jain
[PATCH v4 0/5] ARM: decompressor: use by-VA cache maintenance for v7 cores,
Ard Biesheuvel
[RFC PATCH 0/5] Add UEFI support for RISC-V,
Atish Patra
[PATCH v3 0/2] SME EFI table updates/fixes,
Tom Lendacky
[PATCH v2] x86/efi: Add additional efi tables for unencrypted mapping checks,
Tom Lendacky
[PATCH] x86/efi: Add additional efi tables for unencrypted mapping checks,
Tom Lendacky
[GIT PULL v2] EFI updates for v5.7,
Ard Biesheuvel
[PATCH v3 0/5] ARM: decompressor: use by-VA cache maintenance for v7 cores,
Ard Biesheuvel
[efi:next] BUILD REGRESSION dc235d62fc60a6549238eda7ff29769457fe5663, kbuild test robot
[PATCH 1/1] efi: superfluous assignment in setup_fake_mem(), Heinrich Schuchardt
[PATCH 1/1] efi: don't shadow i in efi_config_parse_tables(),
Heinrich Schuchardt
[PATCH 1/1] efi/capsule-loader: superfluous assignment,
Heinrich Schuchardt
[PATCH 1/1] efi/esrt: unused variable in __init efi_esrt_init,
Heinrich Schuchardt
[efi:next] BUILD REGRESSION 9bf774dd1cba4ac41c26c7613bc2d0e8935fd66d, kbuild test robot
[PATCH 1/1] efi: capitalize enum efi_secureboot_mode labels, Heinrich Schuchardt
[efi:next 28/38] efi-stub-helper.c:undefined reference to `skip_spaces', kbuild test robot
[PATCH v3 0/6] efi/x86: add support for generic EFI mixed mode boot,
Ard Biesheuvel
[efi:next] BUILD REGRESSION c0cd4ad8a865f910e646f37b16566a2f408e63a4,
kbuild test robot
[PATCH v1 0/5] Add fw_devlink kernel commandline option,
Saravana Kannan
[PATCH 1/1] efi/libstub: error message in handle_cmdline_files(),
Heinrich Schuchardt
[PATCH 1/1] efi/libstub: describe RNG functions,
Heinrich Schuchardt
[GIT PULL] EFI updates for v5.7,
Ard Biesheuvel
[GIT PULL 0/4] EFI fixes for v5.6-rc,
Ard Biesheuvel
[PATCH 4.19 109/191] efi/x86: Dont panic or BUG() on non-critical error conditions, Greg Kroah-Hartman
[PATCH 4.19 028/191] efi/x86: Map the entire EFI vendor string before copying it, Greg Kroah-Hartman
[PATCH 5.4 200/344] efi/x86: Dont panic or BUG() on non-critical error conditions, Greg Kroah-Hartman
[Index of Archives]
[Linux Kernel Development]
[Security]
[Linux ARM Kernel]
[Tools]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]