Linux EFI Development - Date Index
[Prev Page][Next Page]
- [PATCH v4 4/5] ARM: decompressor: move GOT into .data for EFI enabled builds, (continued)
- [PATCH] efi/libstub: use pool allocation for the command line, Ard Biesheuvel
- [PATCH 00/24] efi/libstub: Add printf implementation,
Arvind Sankar
- [PATCH 01/24] efi/libstub: Include dependencies of efistub.h, Arvind Sankar
- [PATCH 02/24] efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts, Arvind Sankar
- [PATCH 03/24] efi/libstub: Buffer output of efi_puts, Arvind Sankar
- [PATCH 05/24] efi/libstub: Optimize for size instead of speed, Arvind Sankar
- [PATCH 04/24] efi/libstub: Add a basic printf implementation, Arvind Sankar
- [PATCH 06/24] efi/printf: Drop %n format and L qualifier, Arvind Sankar
- [PATCH 07/24] efi/printf: Add 64-bit and 8-bit integer support, Arvind Sankar
- [PATCH 08/24] efi/printf: Factor out flags parsing and handle '%' earlier, Arvind Sankar
- [PATCH 09/24] efi/printf: Fix minor bug in precision handling, Arvind Sankar
- [PATCH 10/24] efi/printf: Merge 'p' with the integer formats, Arvind Sankar
- [PATCH 12/24] efi/printf: Factor out integer argument retrieval, Arvind Sankar
- [PATCH 13/24] efi/printf: Handle null string input, Arvind Sankar
- [PATCH 11/24] efi/printf: Factor out width/precision parsing, Arvind Sankar
- [PATCH 15/24] efi/printf: Abort on invalid format, Arvind Sankar
- [PATCH 14/24] efi/printf: Refactor code to consolidate padding and output, Arvind Sankar
- [PATCH 17/24] efi/libstub: Implement printk-style logging, Arvind Sankar
- [PATCH 16/24] efi/printf: Turn vsprintf into vsnprintf, Arvind Sankar
- [PATCH 19/24] efi/gop: Add an option to list out the available GOP modes, Arvind Sankar
- [PATCH 20/24] efi/printf: Add support for wchar_t (UTF-16), Arvind Sankar
- [PATCH 18/24] efi/libstub: Add definitions for console input and events, Arvind Sankar
- [PATCH 21/24] efi/libstub: Add UTF-8 decoding to efi_puts, Arvind Sankar
- [PATCH 22/24] efi/libstub: Use %ls for filename, Arvind Sankar
- [PATCH 24/24] efi/libstub: Use snprintf with %ls to convert the command line, Arvind Sankar
- [PATCH 23/24] efi/libstub: Get the exact UTF-8 length, Arvind Sankar
- Re: [PATCH 00/24] efi/libstub: Add printf implementation, Ard Biesheuvel
- [efi:urgent] BUILD SUCCESS b4f1874c62168159fdb419ced4afc77c1b51c475, kbuild test robot
- [GIT PULL 0/7] EFI fixes for v5.7,
Ard Biesheuvel
- [GIT PULL] ARM: simplify handover from UEFI to decompressor, Ard Biesheuvel
- [PATCH v6 0/7] Introduce NVIDIA Tegra Partition Table,
Dmitry Osipenko
- [PATCH v5 0/6] Introduce NVIDIA Tegra Partition Table,
Dmitry Osipenko
- [PATCH v2] efi: Pull up arch-specific prototype efi_systab_show_arch(),
Benjamin Thiel
- [PATCH] efi: Pull up arch-specific prototype efi_systab_show_arch(),
Benjamin Thiel
- [PATCH v4 0/6] Introduce NVIDIA Tegra Partition Table,
Dmitry Osipenko
- [PATCH AUTOSEL 5.6 59/62] gcc-10: mark more functions __init to avoid section mismatch warnings, Sasha Levin
- [PATCH AUTOSEL 5.4 46/49] gcc-10: mark more functions __init to avoid section mismatch warnings, Sasha Levin
- [efi:urgent] BUILD SUCCESS 6d18c58caf5b45ee8fb0cd90e4e109605ad7d5c4, kbuild test robot
- [efi:urgent] BUILD SUCCESS 84d262f05313532f227638745f161bfc02cc7802, kbuild test robot
- [Patch v2] efi: cper: Add support for printing Firmware Error Record Reference,
Punit Agrawal
- [GIT PULL 00/15] More EFI changes for v5.8,
Ard Biesheuvel
- [PATCH 01/15] efi/x86: Use correct size for boot_params, Ard Biesheuvel
- [PATCH 02/15] efi/libstub: Add a helper function to split 64-bit values, Ard Biesheuvel
- [PATCH 03/15] efi/libstub: Move pr_efi/pr_efi_err into efi namespace, Ard Biesheuvel
- [PATCH 04/15] efi/x86: Use efi_err for error messages, Ard Biesheuvel
- [PATCH 06/15] efi/tpm: Use efi_err for error messages, Ard Biesheuvel
- [PATCH 05/15] efi/gop: Use efi_err for error messages, Ard Biesheuvel
- [PATCH 08/15] efi/x86: Move command-line initrd loading to efi_main, Ard Biesheuvel
- [PATCH 12/15] efi/libstub: Fix mixed mode boot issue after macro refactor, Ard Biesheuvel
- [PATCH 13/15] efi/libstub/x86: Work around LLVM ELF quirk build regression, Ard Biesheuvel
- [PATCH 09/15] efi/libstub: Unify initrd loading across architectures, Ard Biesheuvel
- [PATCH 10/15] efi/x86: Support builtin command line, Ard Biesheuvel
- [PATCH 11/15] efi/libstub: Check return value of efi_parse_options, Ard Biesheuvel
- [PATCH 14/15] efi/libstub: Make efi_printk() input argument const char*, Ard Biesheuvel
- [PATCH 15/15] efi/libstub: Correct comment typos, Ard Biesheuvel
- [PATCH 07/15] efi/libstub: Upgrade ignored dtb= argument message to error, Ard Biesheuvel
- Re: [GIT PULL 00/15] More EFI changes for v5.8, Ard Biesheuvel
- [efi:urgent] BUILD SUCCESS adb96adcc600d807c48c57e259ece1a517f61436, kbuild test robot
- [PATCH V3] efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820(),
Lenny Szubowicz
- [PATCH V2] efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820(),
Lenny Szubowicz
- [efi:next] BUILD SUCCESS 4026229934f6ca0cb44af7b9df00e647b2f1f787, kbuild test robot
- [BUG]is there a memleak in function efivar_create_sysfs_entry?, 亿一
- [PATCH v3 0/5] ARM: simplify handover from UEFI to decompressor,
Ard Biesheuvel
- [efi:next] BUILD SUCCESS 0b8d9fc9953fde4ea3eb3191d986ca2d01eb783c, kbuild test robot
- [PATCH] efi/libstub/x86: Free EFI map buffer in allocate_e820(),
Lenny Szubowicz
- [efi:next 14/14] drivers/firmware/efi/libstub/efi-stub-helper.c:35:43: sparse: sparse: incorrect type in argument 1 (different type sizes), kbuild test robot
- [PATCH] efi/libstub: Make efi_printk() input argument const char*, Ard Biesheuvel
- [PATCH v2] efi/libstub/x86: Work around LLVM ELF quirk build regression,
Ard Biesheuvel
- [efi:next] BUILD SUCCESS ac1261b64d4a1a1b6d90f303bd2fbf2680f32688, kbuild test robot
- [PATCH] efi/libstub/x86: work around LLVM ELF quirk build regression,
Ard Biesheuvel
- [PATCH] efi/libstub/x86: fix mixed mode boot issue after macro refactor,
Ard Biesheuvel
- [efi:next] BUILD SUCCESS 055042bedd4e0af8186266b189b81e73e708b82b, kbuild test robot
- [efi:urgent] BUILD SUCCESS 588af83485064eb5106d33ed7d033877db5a2f61, kbuild test robot
- [efi:urgent] BUILD SUCCESS 588d8fbb4877e3d7eaff3397203c71e8fa1c4439, kbuild test robot
- [efi:urgent] BUILD SUCCESS f788211a7558920509af0d9d28cbd48cb77b214a, kbuild test robot
- [PATCH] efi/tpm: fix section mismatch warning,
Arnd Bergmann
- [PATCH 00/10] efi: some cleanups/refactoring for efi/next,
Arvind Sankar
- [PATCH 02/10] efi: Add a helper function to split 64-bit values, Arvind Sankar
- [PATCH 03/10] efi/x86: Use pr_efi_err for error messages, Arvind Sankar
- [PATCH 10/10] efi/libstub: Check return value of efi_parse_options, Arvind Sankar
- [PATCH 07/10] efi/libstub: Unify initrd loading across architectures, Arvind Sankar
- [PATCH 08/10] efi/x86: Drop soft_limit for x86 initrd loading, Arvind Sankar
- [PATCH 09/10] efi/x86: Support builtin command line, Arvind Sankar
- [PATCH 06/10] efi/x86: Move command-line initrd loading to efi_main, Arvind Sankar
- [PATCH 01/10] efi/x86: Use correct size for boot_params, Arvind Sankar
- [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
[Index of Archives]
[Linux Kernel Development]
[Security]
[Linux ARM Kernel]
[Tools]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]