messages from 2026-09-09 11:55:58 to 2026-09-15 11:09:18 UTC [more...]
[PATCH v2 00/21] kbuild: significantly speed up kernel builds
2026-09-15 11:09 UTC (51+ 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 v4 0/5] mm/memory-failure: keep hardware-poisoned pages out of the next kexec
2026-09-15 9:03 UTC (16+ 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] firmware: efi: add a separate timeout for UpdateCapsule()
2026-09-15 8:49 UTC (7+ messages)
[PATCH 0/3] Move memory acceptance x86 arch code into EFI stub
2026-09-15 3:11 UTC (7+ 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 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 (95+ 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 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [4/23] "
` [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 09/23] kbuild: do not allocate .modinfo in vmlinux
` [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 v2 00/10] efi/libstub: Avoid UTF-16 conversion busywork
2026-09-13 18:11 UTC (20+ 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 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 (9+ 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 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 (4+ messages)
[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] efi/libstub: Fix efi_set_event_at() parameter documentation
2026-09-10 7:14 UTC (2+ messages)
[PATCH] efi: pstore: Fix pstore_disable parameter setting (if built as module)
2026-09-09 17:12 UTC (3+ messages)
[PATCH 0/7] efi/libstub: Avoid UTF-16 conversion busywork
2026-09-09 12:46 UTC (3+ messages)
` [PATCH 5/7] efi/libstub: Output UTF-16 directly from vsnprintf()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).