linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-10 11:04:55 to 2026-09-16 10:26:27 UTC [more...]

[PATCH v2 00/10] efi/libstub: Avoid UTF-16 conversion busywork
 2026-09-16 10:26 UTC  (22+ messages)
` [PATCH v2 01/10] x86/boot: Drop pointless re-implementation of panic()
` [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 09/10] efi/libstub: Add efi_snprintf() to construct wide strings
` [PATCH v2 10/10] efi/libstub: add initial Boot Loader Interface support

[PATCH v5 0/9] mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-09-16  9:35 UTC  (25+ messages)
` [PATCH v5 1/9] mm/page_alloc: factor out the accept-and-free tail of __free_pages_core()
` [PATCH v5 2/9] mm/memory-failure: efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v5 3/9] mm/memory-failure: libstub: install the poisoned-memory EFI table
` [PATCH v5 4/9] mm/memory-failure: efi: adopt the inherited poisoned-memory table
` [PATCH v5 5/9] mm/memory-failure: efi: record hardware-poisoned frames into the "
` [PATCH v5 6/9] mm/memory-failure: efi: answer whether a range is poisoned
` [PATCH v5 7/9] drivers/base/memory: count inherited poisoned frames into the block
` [PATCH v5 8/9] mm/memory-failure: add hwpoison_boot_page() to flag an inherited frame
` [PATCH v5 9/9] mm/memory-failure: keep inherited poisoned frames out of the buddy allocator

[PATCH v2 00/21] kbuild: significantly speed up kernel builds
 2026-09-16  7:42 UTC  (70+ messages)
` [PATCH v2 01/21] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v2 02/21] kallsyms: index symbols by token to speed up table compression
` [PATCH v2 03/21] kallsyms: output binary data to speed output and kallsyms assembly
      ` [v2 "
` [PATCH v2 04/21] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v2 05/21] kbuild: only emit vmlinux relocations when required
` [PATCH v2 06/21] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v2 07/21] kallsyms: reimplement mksysmap in C
` [PATCH v2 08/21] kbuild: cache list, composite object state per object
` [PATCH v2 09/21] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v2 10/21] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v2 11/21] kbuild: avoid re-running compiler and linker probes
` [PATCH v2 12/21] modpost: cache section relocation mismatch state
` [PATCH v2 13/21] modpost: emit module descriptors as assembly
` [PATCH v2 14/21] kbuild: batch module finalisation
` [PATCH v2 15/21] objtool: cache relocations, do less work
` [PATCH v2 16/21] objtool: size the instruction hash to the text
` [PATCH v2 17/21] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v2 18/21] kbuild: rust: optionally parallelise rustc front end
` [PATCH v2 19/21] rust: make exports.o depend on the headers generated for it
` [PATCH v2 20/21] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v2 21/21] kbuild: use pigz for gzip compression if available

[PATCH 0/3] Move memory acceptance x86 arch code into EFI stub
 2026-09-16  7:05 UTC  (8+ messages)
` [PATCH 1/3] x86/tdx: Share tdx_panic() with the "
` [PATCH 2/3] x86/boot: Move unaccepted memory handling out of the decompressor
` [PATCH 3/3] x86/boot: Drop unused implementation of panic()

[PATCH 1/2] efistub/x86: Use struct_size() for setup_data sizes
 2026-09-15 22:03 UTC  (2+ messages)
` [PATCH 2/2] x86/setup: "

[PATCH v4 0/5] mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-09-15 14:35 UTC  (10+ messages)
` [PATCH v4 2/5] mm/memory-failure: libstub: install the poisoned-memory EFI table

[PATCH] firmware: efi: add a separate timeout for UpdateCapsule()
 2026-09-15  8:49 UTC  (7+ messages)

[PATCH 0/6] arm64: distinguish HW PTE pointers from SW PTE value pointers
 2026-09-14 13:51 UTC  (7+ messages)
` [PATCH 1/6] arm64: use hw_pte_t for HW PTE pointers
` [PATCH 2/6] arm64: use hw_pte_val for HW PTE atomics
` [PATCH 3/6] arm64: convert between HW PTEs and SW PTE values
` [PATCH 4/6] arm64: use hw_pte_t for fixmap HW PTEs
` [PATCH 5/6] arm64: use HW PTE accessors in early map_range()
` [PATCH 6/6] arm64: enable a distinct type for HW PTEs

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-14  8:57 UTC  (78+ messages)
` [PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
    ` [4/23] "
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [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 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 23/23] kbuild: use pigz for gzip compression if available

[linus:master] [efivarfs] b2326338dc: stress-ng.sysinfo.ops_per_sec 19.5% improvement
 2026-09-14  2:34 UTC 

[PATCH 08/23] kallsyms: reimplement mksysmap in C
 2026-09-11 19:42 UTC  (4+ messages)

[efi:next] BUILD SUCCESS bb6cbbb42c3a4b1d949dbe0efdd5f7c952a9d7b0
 2026-09-11  7:38 UTC 

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

[PATCH v1 0/2] efi/tpm: Preserve event log without changing x86 E820
 2026-09-11  3:03 UTC  (6+ messages)

[PATCH RESEND] block: store GPT attributes as a raw value
 2026-09-10 20:55 UTC  (3+ messages)

[PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
 2026-09-10 19:00 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).