Linux EFI development
 help / color / mirror / Atom feed
 messages from 2026-08-23 16:32:01 to 2026-09-08 20:59:17 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-08 20:55 UTC  (21+ 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 RESEND] block: store GPT attributes as a raw value
 2026-09-08 18:58 UTC 

[PATCH v3] efi/libstub: add initial Boot Loader Interface support
 2026-09-08 18:48 UTC  (3+ messages)

[PATCH 0/7] efi/libstub: Avoid UTF-16 conversion busywork
 2026-09-08 17:24 UTC  (10+ 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 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: "

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-07 19:33 UTC  (16+ 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

[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  (7+ messages)
` [PATCH v1 1/2] efi/libstub: Install memreserve table on x86
` [PATCH v1 2/2] efi/tpm: Persistently reserve the TPM event log

[PATCH v3 0/5] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-09-07 15:23 UTC  (14+ 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 v3 4/5] mm/memory-failure: add a helper to poison a frame at boot
` [PATCH v3 5/5] mm/memory-failure: efi: replay the poisioned page in the next kernel

[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] efi: pstore: Fix pstore_disable parameter setting (if built as module)
 2026-09-06 23:55 UTC 

[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)

[PATCH] efi/capsule-loader: Replace kmap() with kmap_local_page()
 2026-09-04 15:31 UTC 

[RFC PATCH 00/12] Introduce LVBS support for Hyper-V guests
 2026-09-04 13:23 UTC  (24+ messages)
` [RFC PATCH 01/12] drivers: hv: Add HYPERV_VSM kconfig option
` [RFC PATCH 02/12] drivers: hv: hv_common: Allocate Hyper-V output arg page when VSM is enabled
` [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 05/12] include: hyperv: hvgdk_mini.h: Add VTL-specific structures and bits
` [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
` [RFC PATCH 08/12] arch: x86: hyperv: Build initial vCPU context for VTL1 secure kernel
` [RFC PATCH 09/12] drivers: hv: hv_vsm_boot: Enable VTL1 on the boot processor
` [RFC PATCH 10/12] arch: x86: hyperv: hv_vtl_vsm: Introduce vtlcall
` [RFC PATCH 11/12] drivers: hv: hv_vsm_boot: Boot primary processor in VTL1
` [RFC PATCH 12/12] drivers: hv: hv_vsm_boot: Boot secondary processors "

[PATCH] firmware: efi: fix typo "existance" in comment
 2026-09-04 11:20 UTC 

[PATCH v4 0/3] sysfb: Fix display output on Lenovo D330 (and others)
 2026-09-04  9:41 UTC  (6+ 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] 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  (6+ messages)
` [PATCH v3 1/3] firmware/sysfb: Remove rotation quirk for Lenovo D330
` [PATCH v3 2/3] drm/edid: Add drm_edid_detect_panel_size()
` [PATCH v3 3/3] drm/sysfb: Use preferred panel size for panel orientation quirks

[RFC] efi/tpm: ACPI reclaim event log allocation breaks x86 hibernation
 2026-09-01  7:46 UTC  (2+ messages)

[PATCH v2 0/3] sysfb: Fix display output on Lenovo D330 (and others)
 2026-08-31 16:56 UTC  (14+ messages)
` [PATCH v2 1/3] firmware/sysfb: Remove rotation quirk for Lenovo D330
` [PATCH v2 2/3] drm/edid: Add drm_edid_get_preferred_size()
` [PATCH v2 3/3] drm/sysfb: Use preferred panel size for panel orientation quirks

[PATCH] rtc: efi: restore alarm support with runtime capability probe
 2026-08-31 14:00 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "

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

[PATCH 1/2] efi/libstub: Simplify check_image_region()
 2026-08-30 10:29 UTC  (2+ messages)
` [PATCH 2/2] efi/libstub: Fix grammar in efi_kaslr_relocate_kernel() comment

[PATCH] efistub/x86: Use struct boot_e820_entry for size calculations
 2026-08-29 21:20 UTC 

[ardb:efi-arm-memmap-dtprop] [efivarfs] eaa4abe54e: stress-ng.get.ops_per_sec 2915.8% improvement
 2026-08-27  1:15 UTC 

[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
 2026-08-25 14:58 UTC  (2+ messages)

[PATCH v2 0/6] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-08-24 15:19 UTC  (9+ messages)
` [PATCH v2 6/6] efi: respect the poisoned pages coming from previous kernel

Fwd: Proposal: gnu-efi-cli tool with .inf build support
 2026-08-24  8:19 UTC 

[GIT PULL] EFI updates for v7.3
 2026-08-23 16:31 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