Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2026-09-08 06:33:51 to 2026-09-09 15:27:03 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-09 15:26 UTC  (34+ 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 v5 00/26] perf arm64: Support data type profiling
 2026-09-09 15:04 UTC  (34+ 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

[PATCH v5 00/24] vdso: Reject absolute relocations during build
 2026-09-09 14:49 UTC  (44+ 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 04/24] arm64: elf: "
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 06/24] riscv: elf: "
` [PATCH v5 07/24] LoongArch: "
` [PATCH v5 08/24] s390/elf: "
` [PATCH v5 09/24] MIPS: ELF: "
` [PATCH v5 10/24] sparc: elf: "
` [PATCH v5 11/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v5 12/24] vdso: Add the vdsocheck tool
` [PATCH v5 13/24] x86/vdso: Enable "
` [PATCH v5 14/24] ARM: vdso: "
` [PATCH v5 15/24] arm64: "
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v5 18/24] riscv: vdso: "
` [PATCH v5 19/24] LoongArch: vDSO: "
` [PATCH v5 20/24] s390/vdso: "
` [PATCH v5 21/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v5 22/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v5 23/24] sparc: "
` [PATCH v5 24/24] vDSO: Automatically enable VDSO_CHECK

[PATCH 00/14] mfd: unused driver purge
 2026-09-09 14:47 UTC  (23+ 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 v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-09-09 11:48 UTC  (15+ messages)

[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 v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
 2026-09-08 23:55 UTC  (5+ 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 v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-09-08 23:16 UTC  (24+ messages)
` [PATCH v2 03/15] accel/qda: Add initial QDA DRM accelerator driver
` [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 

[PATCHv2] dmaengine: bestcomm: ata: drop unused local variable 'inc'
 2026-09-08 21:33 UTC 

[PATCH v5 00/26] perf arm64: Support data type profiling
 2026-09-08 18:08 UTC  (26+ 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 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 

[pinchartl:rcar/x5h/vsp 1/1] drivers/media/platform/renesas/rcar-fcp.c:263:14: warning: cast to smaller integer type 'enum rcar_fcp_type' from 'const void *'
 2026-09-08  8:09 UTC 

[PATCH v3 0/2] phy: qcom: usb-hs: MSM8x60 vendor ULPI init
 2026-09-08  8: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