Linux EFI development
 help / color / mirror / Atom feed
 messages from 2026-09-02 01:10:00 to 2026-09-10 09:29:08 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-10  9:29 UTC  (49+ messages)
` [PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
` [PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
` [PATCH 03/23] kallsyms: index symbols by token to speed up table compression
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 05/23] kbuild: do not sort nm output where the order is irrelevant
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 07/23] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH 08/23] kallsyms: reimplement mksysmap in C
` [PATCH 09/23] kbuild: do not allocate .modinfo in vmlinux
` [PATCH 10/23] kbuild: cache list, composite object state per object
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 13/23] modpost: hash module source per-file, not per-byte
` [PATCH 14/23] modpost: cache section relocation mismatch state
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 16/23] kbuild: batch module finalisation
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 19/23] objtool: decode instructions and resolve branch targets in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 21/23] rust: make exports.o depend on the headers generated for it
` [PATCH 22/23] kbuild: build rust crates in parallel with the rest of the build
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH v4 0/3] sysfb: Fix display output on Lenovo D330 (and others)
 2026-09-10  8:11 UTC  (10+ messages)
` [PATCH v4 1/3] firmware/sysfb: Remove rotation quirk for Lenovo D330
` [PATCH v4 2/3] drm/edid: Add drm_edid_detect_panel_size()
` [PATCH v4 3/3] drm/sysfb: Use preferred panel size for panel orientation quirks

[PATCH] x86/efi: Handle errors for efi_map_region_fixed()
 2026-09-10  7:53 UTC  (2+ messages)

[PATCH 1/2] efi/libstub: Simplify check_image_region()
 2026-09-10  7:51 UTC  (2+ messages)

[PATCH] efistub/x86: Use struct boot_e820_entry for size calculations
 2026-09-10  7:43 UTC  (2+ messages)

[PATCH] efi/capsule-loader: Replace kmap() with kmap_local_page()
 2026-09-10  7:38 UTC  (2+ messages)

[PATCH] firmware: efi: fix typo "existance" in comment
 2026-09-10  7:33 UTC  (2+ messages)

[PATCH RESEND] block: store GPT attributes as a raw value
 2026-09-10  7:16 UTC  (2+ messages)

[PATCH] efi/libstub: Fix efi_set_event_at() parameter documentation
 2026-09-10  7:14 UTC  (2+ messages)

[PATCH v2 00/10] efi/libstub: Avoid UTF-16 conversion busywork
 2026-09-09 20:43 UTC  (13+ messages)
` [PATCH v2 01/10] x86/boot: Drop pointless re-implementation of panic()
` [PATCH v2 02/10] lib/ucs2_string: Drop arbitrary input size limit and associated WARN()
` [PATCH v2 03/10] lib/ucs2_string: Suppress modinfo when __DISABLE_EXPORTS is set
` [PATCH v2 04/10] lib/ucs2_string: Split out ucs2_as_utf8_l() taking a separate limit
` [PATCH v2 05/10] efi/libstub: Use ucs2_string library for UTF-16 to UTF-8 conversion
` [PATCH v2 06/10] efi/libstub: Avoid efi_puts() for compile time constant strings
` [PATCH v2 07/10] efi/libstub: Output UTF-16 directly from vsnprintf()
` [PATCH v2 08/10] efi/libstub: Add support for printing human readable GUIDs
` [PATCH v2 09/10] efi/libstub: Add efi_snprintf() to construct wide strings
` [PATCH v2 10/10] efi/libstub: add initial Boot Loader Interface support

[PATCH] efi: pstore: Fix pstore_disable parameter setting (if built as module)
 2026-09-09 17:12 UTC  (3+ messages)

[PATCH v4 0/5] mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-09-09 14:47 UTC  (14+ messages)
` [PATCH v4 1/5] mm/memory-failure: efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v4 2/5] mm/memory-failure: libstub: install the poisoned-memory EFI table
` [PATCH v4 3/5] mm/memory-failure: efi: record hardware-poisoned frames into the poisoned-memory table
` [PATCH v4 4/5] mm/memory-failure: efi: answer whether a range is poisoned
` [PATCH v4 5/5] mm/memory-failure: keep inherited poisoned frames out of the buddy allocator

[PATCH 0/7] efi/libstub: Avoid UTF-16 conversion busywork
 2026-09-09 12:46 UTC  (12+ messages)
` [PATCH 1/7] x86/boot: Drop pointless re-implementation of panic()
` [PATCH 2/7] lib/ucs2_string: Avoid WARN in library code
` [PATCH 3/7] efi/libstub: Use ucs2_string library for UTF-16 to UTF-8 conversion
` [PATCH 4/7] efi/libstub: Avoid efi_puts() for compile time constant strings
` [PATCH 5/7] efi/libstub: Output UTF-16 directly from vsnprintf()
` [PATCH 6/7] efi/libstub: Add support for printing human readable GUIDs
` [PATCH 7/7] efi/libstub: Add efi_snprintf() to construct wide strings
` [PATCH] efi: pass NUL-inclusive sizes to ucs2_as_utf8()

[PATCH v3] efi/libstub: add initial Boot Loader Interface support
 2026-09-09  7:32 UTC  (4+ messages)

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-09  2:26 UTC  (17+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 2/8] scripts/sorttable: Make the arm64 before_func offset configurable
` [PATCH RFC 3/8] compiler_types: Let notrace keep the function prefix NOPs
` [PATCH RFC 4/8] arm64: ftrace: Make the CALL_OPS prefix layout configurable
` [PATCH RFC 5/8] arm64: cfi: Use CONFIG_ARM64_FUNCTION_PREFIX_NOPS for the type hash offset
` [PATCH RFC 6/8] arm64: ftrace: Support CALL_OPS on kernels built with kCFI
` [PATCH RFC 7/8] arm64: ftrace: Use five prefix NOPs on ThinLTO kernels with BTI
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH v2 0/4] kho: rename "scratch" to "bootmem"
 2026-09-08 15:56 UTC  (5+ messages)
` [PATCH v2 1/4] memblock: get rid of CONFIG_MEMBLOCK_KHO_SCRATCH
` [PATCH v2 2/4] memblock: rename KHO_SCRATCH to KHO_NOPRSRV
` [PATCH v2 3/4] kho: rename KHO scratch to KHO bootmem
` [PATCH v2 4/4] kho: rename kho_scratch= commandline parameter to kho_bootmem=

[PATCH] mefi: add dynamic control interface for EFI runtime services
 2026-09-08 10:17 UTC  (4+ messages)
` [PATCH] efi: "

[efi:next] BUILD SUCCESS 2457ac9d44f3c2a33459eef39989f26d545fcece
 2026-09-07 19:00 UTC 

[PATCH v1 0/2] efi/tpm: Preserve event log without changing x86 E820
 2026-09-07 15:57 UTC  (5+ messages)

[PATCH v3 0/5] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-09-07 15:23 UTC  (11+ messages)
` [PATCH v3 1/5] mm/memory-failure: efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v3 2/5] mm/memory-failure: libstub: install the poisoned-memory EFI table
` [PATCH v3 3/5] mm/memory-failure: efi: record hardware-poisoned frames into the poisoned-memory table

[PATCH v5 0/5] LoongArch: add KHO support and selftests
 2026-09-07  2:10 UTC  (9+ messages)
` [PATCH v5 1/5] efi: add a KHO configuration table channel
` [PATCH v5 2/5] liveupdate: synchronize EFI KHO channel at execution
` [PATCH v5 3/5] liveupdate: kho_block: include linux/mm.h for virt/phys translation
` [PATCH v5 4/5] LoongArch: enable kexec handover (KHO)
` [PATCH v5 5/5] selftests/kho: add LoongArch vmtest support

[PATCH v2] efi/libstub: populate LoaderDevicePartUUID
 2026-09-05 12:05 UTC  (4+ messages)

[PATCH 0/3] efi/libstub: reduce size by optimizing GUID storage
 2026-09-04 16:31 UTC  (5+ messages)
` [PATCH 1/3] efi/libstub: move direct GUID references to static storage
` [PATCH 2/3] efi/libstub: make local GUID variables static
` [PATCH 3/3] efi/libstub: factor shared static GUID variables

[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
 2026-09-04 16:31 UTC  (3+ messages)

[RFC PATCH 00/12] Introduce LVBS support for Hyper-V guests
 2026-09-04 13:23 UTC  (16+ messages)
` [RFC PATCH 03/12] drivers: hv: Reserve memory for VSM secure kernel during early boot
` [RFC PATCH 04/12] firmware: efi: libstub: x86-stub: Enable VSM awareness in efi os indications variable
` [RFC PATCH 06/12] drivers: hv: Add VSM boot driver and enable VTL1 at the partition level
` [RFC PATCH 07/12] drivers: hv: hv_vsm_boot: load secure kernel image from firmware

[PATCH] efi: vars: commonize the 512-byte name buffer quirk
 2026-09-03 21:28 UTC  (5+ messages)
` [PATCH v2] "

[PATCH RFC 0/6] PSCI-via-EFI to support firmware and kernel sharing EL2 for Apple Silicon
 2026-09-03 16:26 UTC  (6+ messages)

[PATCH] firmware: efi: add a separate timeout for UpdateCapsule()
 2026-09-03 14:35 UTC  (6+ messages)

[PATCH] efi/capsule: Replace kmap_atomic() with kmap_local_page()
 2026-09-03  9:27 UTC  (2+ messages)

[PATCH v3 0/7] efi/runtime-wrappers: bound the wait for EFI runtime service calls
 2026-09-02 15:43 UTC  (12+ messages)
` [PATCH v3 5/7] "

[PATCH v3 0/3] sysfb: Fix display output on Lenovo D330 (and others)
 2026-09-02 11:06 UTC  (4+ messages)
` [PATCH v3 2/3] drm/edid: Add drm_edid_detect_panel_size()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox