messages from 2026-09-08 13:05:45 to 2026-09-10 19:00:32 UTC [more...]
[PATCH 00/23] kbuild: significantly speed up kernel builds
2026-09-10 19:00 UTC (60+ 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 08/14] mfd: remove unused aat2870 driver
2026-09-10 18:38 UTC (2+ messages)
[PATCH] srcutree: Skip torture to-big transition for atomic SRCU
2026-09-10 16:54 UTC (2+ messages)
[paulmck-rcu:dev.2026.09.03a 43/55] drivers/usb/mtu3/./mtu3_trace.h:239:27: error: cannot take the address of an rvalue of type 'dma_addr_t' (aka 'unsigned long long')
2026-09-10 16:14 UTC (2+ messages)
[asahilinux:bits/240-isp 88/89] drivers/media/platform/apple/avd/avd-drv.c:155:5: error: call to undeclared function 'FIELD_PREP'; ISO C99 and later do not support implicit function declarations
2026-09-10 14:26 UTC
[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-09-10 14:35 UTC (17+ messages)
[PATCHv2] dmaengine: bestcomm: ata: drop unused local variable 'inc'
2026-09-10 14:10 UTC (2+ messages)
[PATCH v5 00/26] perf arm64: Support data type profiling
2026-09-10 13:28 UTC (36+ messages)
` [PATCH v5 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v5 02/26] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v5 03/26] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v5 04/26] perf annotate-arm64: Handle load and store instructions
` [PATCH v5 05/26] perf annotate: Normalize arch__dwarf_regnum() error return values
` [PATCH v5 06/26] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v5 08/26] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v5 09/26] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v5 10/26] perf annotate: Default to --itrace=i1i for data type profiling
` [PATCH v5 11/26] perf arm-spe: Set default synthesized event period to 1
` [PATCH v5 12/26] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v5 13/26] perf annotate-arm64: Enable instruction tracking support
` [PATCH v5 14/26] perf annotate-data: Add arch_get_reg_offset helper
` [PATCH v5 15/26] perf annotate-arm64: Track return type after call instructions
` [PATCH v5 16/26] perf annotate-arm64: Support load instruction tracking
` [PATCH v5 17/26] perf annotate-arm64: Support store "
` [PATCH v5 18/26] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v5 19/26] perf annotate-data: Track imm_value for stack variables
` [PATCH v5 20/26] perf annotate-x86: Delete stale stack state on store of untracked register
` [PATCH v5 21/26] perf annotate-arm64: Support stack variable tracking
` [PATCH v5 22/26] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v5 23/26] perf annotate-arm64: Support 'add' "
` [PATCH v5 24/26] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v5 25/26] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v5 26/26] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer
[geert-renesas-drivers:renesas-clk-for-v7.4 16/16] drivers/clk/renesas/r9a09g077-cpg.c:966:35: error: use of undeclared identifier '__free_kfree'; did you mean '__free_pages'?
2026-09-10 10:14 UTC (2+ messages)
[PATCH v5 00/24] vdso: Reject absolute relocations during build
2026-09-10 8:33 UTC (27+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 12/24] vdso: Add the vdsocheck tool
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool
[PATCHv2] PCI: dwc: uniphier: use fwnode API for legacy-interrupt-controller
2026-09-10 8:01 UTC (2+ messages)
[morimoto:sound-cleanup-2026-09-04 266/343] sound/soc/sdw_utils/soc_sdw_senary_sdca_jack_common.c:86:6: error: incomplete definition of type 'struct snd_soc_card'
2026-09-10 5:44 UTC
[morimoto:sound-cleanup-2026-09-04 265/343] sound/soc/sdw_utils/soc_sdw_senary_sdca_jack_common.c:79:36: error: call to undeclared function 'snd_soc_card_get_drvdata'; ISO C99 and later do not support implicit function declarations
2026-09-10 2:53 UTC
[PATCH v6 5/6] iio: pressure: dps310: add hardware FIFO support
2026-09-10 2:36 UTC (4+ messages)
[PATCH] HID: lenovo: suppress phantom radio control input on Yoga Slim 7x Gen 11
2026-09-09 23:48 UTC
[PATCH v2] kconfig: preserve the final answer when input has no newline
2026-09-09 22:43 UTC (2+ messages)
[PATCH v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
2026-09-09 18:26 UTC (6+ messages)
` [PATCH v4 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v4 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v4 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v4 4/4] selftests/sched_ext: build BPF schedulers "
[PATCH 00/14] mfd: unused driver purge
2026-09-09 17:26 UTC (27+ messages)
` [PATCH 01/14] mfd: remove unused 88pm80x driver
` [PATCH 02/14] mfd: remove unused rdc321x southbridge support
` [PATCH 03/14] mfd: remove unused si476x driver
` [PATCH 04/14] mfd: remove unused wm8400 driver
` [PATCH 05/14] mfd: remove unused adp5520 driver
` [PATCH 06/14] mfd: remove unused da903x driver
` [PATCH 07/14] mfd: remove unused lp8788 driver
` [PATCH 08/14] mfd: remove unused aat2870 driver
` [PATCH 09/14] mfd: remove unused lm3533 driver
` [PATCH 10/14] mfd: remove unused rc5t583 driver
` [PATCH 11/14] mfd: remove unused wm8350 driver
` [PATCH 12/14] mfd: remove unused mcp-sa11x0/ucb1x00 driver
` [PATCH 13/14] mfd: remove unused menelaus driver
` [PATCH 14/14] mfd: remove unused iPaq micro driver
[PATCH] mtd: docg3: use devm_platform_ioremap_resource()
2026-09-09 7:55 UTC (2+ messages)
[PATCH] scripts/sorttable: Mark long_size as __maybe_unused
2026-09-09 6:11 UTC (4+ messages)
Prebuilt LLVM 23.1.1 uploaded
2026-09-09 3:48 UTC
[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
2026-09-09 2:26 UTC (6+ messages)
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust
[PATCH v10 2/2] module: Rename module_blacklist to module_denylist
2026-09-09 1:35 UTC
[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-09-08 23:16 UTC (14+ messages)
` [PATCH v2 09/15] accel/qda: Add DMA-backed GEM objects and memory manager integration
` [PATCH v2 11/15] accel/qda: Add PRIME DMA-BUF import support
` [PATCH v2 12/15] accel/qda: Add FastRPC invocation support
[PATCH 3/5] compiler_attributes: Add overflow_behavior macros __ob_trap and __ob_wrap
2026-09-08 22:34 UTC (2+ messages)
[dhowells-fs:netfs-next-1 6/8] fs/netfs/buffered_read.c:245:26: error: use of undeclared identifier 'NETFS_RREQ_USE_PGPRIV2'
2026-09-08 22:11 UTC
[PATCH v5 00/26] perf arm64: Support data type profiling
2026-09-08 18:08 UTC (4+ messages)
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
[PATCH RFC v3 00/12] KCOV: entry/exit records, memory access records, and delay injection
2026-09-08 17:04 UTC (14+ messages)
` [PATCH RFC v3 01/12] kcov: wire up compiler instrumentation for CONFIG_KCOV_EXT_RECORDS
` [PATCH RFC v3 02/12] kcov: refactor mode check out of check_kcov_mode()
` [PATCH RFC v3 03/12] kcov: introduce extended PC coverage collection mode
` [PATCH RFC v3 04/12] kcov: summarize entry/exit while disabled
` [PATCH RFC v3 05/12] kasan: refactor write/is_write arguments to flags
` [PATCH RFC v3 06/12] kcov: introduce memory access tracing
` [PATCH RFC v3 07/12] kasan: provide memory access information to KCOV
` [PATCH RFC v3 08/12] kcov: log freeing of SLUB objects and pages
` [PATCH RFC v3 09/12] kcov: record return address on function entry
` [PATCH RFC v3 10/12] kcov: log old value
` [PATCH RFC v3 11/12] kcov: introduce delay injection
` [PATCH RFC v3 12/12] Documentation/kcov: add documentation for EXT_RECORDS and KCOV_MEMORY
[PATCH] spi: orion: yield to scheduler in transfer wait loop
2026-09-08 12:02 UTC (2+ messages)
[PATCH net-next v15 00/12] net: pcs: Introduce support for fwnode PCS
2026-09-08 14:40 UTC (2+ messages)
[PATCH wireless] wifi: mac80211_hwsim: don't hand frames to mac80211 while stopping
2026-09-08 13:46 UTC
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