linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-11 07:24:57 to 2026-09-14 15:09:30 UTC [more...]

[PATCH v2 00/21] kbuild: significantly speed up kernel builds
 2026-09-14 15:02 UTC  (23+ 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
` [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 v2 00/17] drm/spacemit: add SpacemiT K3 display support
 2026-09-14 14:10 UTC  (6+ messages)
` [PATCH v2 08/17] drm/spacemit: add Saturn DPU core types, cmdlist and display MMU
` [PATCH v2 10/17] drm/spacemit: add Saturn DPU KMS pipeline

[PATCH 0/9] Add support for MIPS P8700
 2026-09-14 13:55 UTC  (10+ messages)
` [PATCH 1/9] dt-bindings: vendor-prefixes: Add GlobalFoundries, Inc
` [PATCH 2/9] dt-bindings: riscv: cpus: add gf,mips-p8700
` [PATCH 3/9] dt-bindings: riscv: Add MIPS Boston board compatible
` [PATCH 4/9] dt-bindings: interrupt-controller: Add MIPS P8700 APLIC
` [PATCH 5/9] dt-bindings: interrupt-controller: Add MIPS P8700 ACLINT MSWI
` [PATCH 6/9] dt-bindings: timer: Add MIPS P8700 ACLINT MTIMER
` [PATCH 7/9] dt-bindings: interrupt-controller: thead,c900-aclint-sswi: Add MIPS P8700 gf compatible
` [PATCH 8/9] riscv: dts: gf: Initial support for the P8700 Boston board
` [PATCH 9/9] riscv: defconfig: Enable GF SoCs

[PATCH v6 1/5] riscv: Introduce support for hardware break/watchpoints
 2026-09-14 13:18 UTC  (3+ messages)

[PATCH] perf riscv: Add perf_regs_load and enable the dwarf unwind test
 2026-09-14 12:41 UTC 

[PATCH] riscv: patch: fix handling of bpf-jit execmem addresses
 2026-09-14 11:56 UTC 

[PATCH] usb: musb: mpfs: fix phy unregister in remove()
 2026-09-14 11:09 UTC 

[PATCH v6 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-09-14  9:26 UTC  (8+ messages)
` [PATCH v6 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v6 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v6 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v6 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v6 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v6 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v6 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH v1 0/3] pinctrl: mpfs-mssio: three fixes
 2026-09-14  9:10 UTC  (2+ messages)

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-14  8:57 UTC  (69+ messages)
` [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

[PATCH v3] riscv: lib: Fix ZBB strnlen wrap-around regression on huge counts
 2026-09-14  8:21 UTC 

[PATCH v5 0/6] hwmon: (lm63) Add Sensylink CTF2301 support
 2026-09-14  8:18 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: vendor-prefixes: Add Sensylink
` [PATCH v5 2/6] dt-bindings: hwmon: Move LM63 family to a dedicated binding
` [PATCH v5 3/6] dt-bindings: hwmon: Add Sensylink CTF2301
` [PATCH v5 4/6] hwmon: (lm63) Add Sensylink CTF2301 support
` [PATCH v5 5/6] riscv: dts: spacemit: Add K3 I2C6 pinctrl state
` [PATCH v5 6/6] riscv: dts: spacemit: Add CTF2301 on K3 CoM260

[PATCH] riscv: lib: Fix ZBB strnlen wrap-around regression on huge counts
 2026-09-14  7:49 UTC  (3+ messages)

[PATCH v3 0/2] arm64/cpufreq: report and track frequencies above 4.19 GHz
 2026-09-14  7:04 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: topology: fix arch_freq_get_on_cpu() overflow "

[PATCH v4 0/5] dma: swiotlb: Centralize default pool policy and sizing
 2026-09-14  7:01 UTC  (6+ messages)
` [PATCH v4 1/5] dma: swiotlb: Centralize default pool policy selection
` [PATCH v4 2/5] dma: swiotlb: Centralize minimal pool sizing
` [PATCH v4 3/5] dma: swiotlb: Centralize memory-encryption "
` [PATCH v4 4/5] dma: swiotlb: Add an overridable architecture pool opt-out
` [PATCH v4 5/5] dma: swiotlb: Remove SWIOTLB_ANY

[PATCH v2] riscv: lib: Fix ZBB strnlen wrap-around regression on huge counts
 2026-09-14  6:52 UTC 

[PATCH v5 0/2] RISC-V: KVM: Huge page recovery during disable-dirty-log
 2026-09-14  5:59 UTC  (3+ messages)
` [PATCH v5 1/2] RISC-V: KVM: add tracepoint for guest page faults
` [PATCH v5 2/2] RISC-V: KVM: Recover gstage huge page mappings during disable-dirty-log

[RESEND v22 0/3] Add OpenCores PTC PWM support
 2026-09-14  5:47 UTC  (4+ messages)

[PATCH v6 00/10] kdump: reduce vmcore size and capture time
 2026-09-14  5:20 UTC  (3+ messages)
` [PATCH v6 01/10] mm: memblock: add missing HugeTLB flag name

[PATCH] RISC-V: KVM: Fix HSM hart status error propagation
 2026-09-14  5:14 UTC  (2+ messages)

[PATCH v1 0/3] RISC-V: KVM: Fix PMU counter handling issues
 2026-09-14  5:04 UTC  (2+ messages)

[PATCH v11 0/2] RISC-V IOMMU HPM support
 2026-09-14  3:57 UTC  (3+ messages)
` [PATCH v11 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v11 2/2] iommu/riscv: create a auxiliary device for HPM

[PATCH] irqchip/sifive-plic: Panic if initialization fails
 2026-09-13 21:46 UTC  (2+ messages)

[PATCH v2 0/6] riscv: Make IPI_MAX visible and use it consistently
 2026-09-13 19:53 UTC  (2+ messages)

[PATCH 02/14] irqchip: fix typos in comments
 2026-09-13 18:31 UTC  (2+ messages)

[PATCH v6 00/11] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-09-13 14:43 UTC  (3+ messages)
` [PATCH v6 11/11] riscv: hwprobe: Introduce rva23u64 "

[PATCH v3 2/3] riscv: hwprobe: export the availability of vector to user
 2026-09-13 12:08 UTC  (4+ messages)
  `  "

[PATCH v2] riscv: mm: Trace TLB flush path selection
 2026-09-13 10:14 UTC  (2+ messages)

[PATCH v2 0/9] Add SpacemiT K1 USB2.0 controllers support
 2026-09-13  8:33 UTC  (3+ messages)
` [PATCH v2 8/9] riscv: dts: spacemit: enable USB2.0 controllers on OrangePi RV2

[PATCH v4 0/2] RISC-V: KVM: Huge page recovery during disable-dirty-log
 2026-09-13  7:03 UTC  (3+ messages)
` [PATCH v4 1/2] RISC-V: KVM: add tracepoint for guest page faults
` [PATCH v4 2/2] RISC-V: KVM: Recover gstage huge page mappings during disable-dirty-log

[PATCH V2] powerpc/kasan: require memintrinsic prefix support for KASAN
 2026-09-12 18:55 UTC  (2+ messages)

[PATCH] powerpc/kasan: require memintrinsic prefix support for KASAN
 2026-09-12 18:53 UTC  (5+ messages)

[PATCH v4 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
 2026-09-12 17:59 UTC  (4+ messages)
` [PATCH v4 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
` [PATCH v4 2/2] rust: kernel: Add KUnit tests for powerpc ARCH_WARN_ASM bug table emission

[PATCH v9 3/3] PCI: Remove device links to PHY
 2026-09-12 15:28 UTC  (6+ messages)

[PATCH RFC 0/5] tee: optee: add RISC-V RPMI TEE transport
 2026-09-12 10:15 UTC  (6+ messages)
` [PATCH RFC 1/5] optee: riscv: add RPMI TEE service group transport
` [PATCH RFC 2/5] optee: riscv: add shared memory and scheduled calls
` [PATCH RFC 3/5] optee: riscv: enable persistent shared argument cache
` [PATCH RFC 4/5] optee: riscv: add asynchronous notifications over the signal bus
` [PATCH RFC 5/5] dt-bindings: tee: add RISC-V RPMI TEE transport

[PATCH] riscv: vector: Fix data pointer constraints in context save/restore
 2026-09-12  9:21 UTC  (5+ messages)

[PATCH] RISC-V: KVM: Publish NACL HFENCE configuration last
 2026-09-12  7:19 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix sdata leak and stale snapshot_addr in snapshot_set_shmem
 2026-09-12  7:19 UTC  (2+ messages)

[PATCH v4 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
 2026-09-11 21:29 UTC  (4+ messages)
` [PATCH v4 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash

[PATCH v4 0/3] Add UFS Host driver support for SpacemiT K3 SoC
 2026-09-11 20:26 UTC  (2+ messages)

[GIT PULL] RISC-V updates for v7.3-rc3
 2026-09-11 20:24 UTC  (2+ messages)

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

[PATCH] riscv: fix RVG_SYSTEM_CSR_MASK width mask
 2026-09-11 19:42 UTC 

[PATCH] riscv: vector: Fix output operands in context save
 2026-09-11 19:42 UTC 

[PATCH v3 00/12] mm: make userland page table freeing RCU-safe
 2026-09-11 19:36 UTC  (13+ messages)
` [PATCH v3 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v3 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v3 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v3 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v3 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v3 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v3 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v3 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v3 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v3 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v3 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v3 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH v1 0/2] riscv: runtime enablement for native misaligned ucopy
 2026-09-11 18:24 UTC  (3+ messages)
` [PATCH v1 1/2] riscv: introduce assembly version of jump table
` [PATCH v1 2/2] riscv: optmize ucopy for has_fast_unaligned_accesses

Interrupt chip driver maintainence
 2026-09-11 18:07 UTC  (4+ messages)

[PATCH] drm: verisilicon: support non-coherent DMA framebuffers
 2026-09-11 15:33 UTC 

[PATCH v3] RISC-V: KVM: Avoid synchronous IPIs on VMID rollover
 2026-09-11 15:23 UTC 

[PATCH v10 0/9] riscv: add SBI Supervisor Software Events support
 2026-09-11 12:14 UTC  (10+ messages)
` [PATCH v10 1/9] riscv: add SBI SSE extension definitions
` [PATCH v10 2/9] riscv: add support for SBI Supervisor Software Events extension
` [PATCH v10 3/9] riscv: sse: mask events during shutdown and kexec
` [PATCH v10 4/9] drivers: firmware: add riscv SSE support
` [PATCH v10 5/9] riscv: mm: avoid enabling interrupts for nofault page faults
` [PATCH v10 6/9] perf: RISC-V: support callchains with SSE delivery
` [PATCH v10 7/9] perf: RISC-V: add support for SSE event
` [PATCH v10 8/9] selftests/riscv: add SSE test module
` [PATCH v10 9/9] selftests/riscv: add perf user-stack SSE copy regression test

[RESEND v22 1/3] dt-bindings: pwm: opencores: Update compatibles, examples and maintainers
 2026-09-11 10:16 UTC  (2+ messages)

[PATCH] riscv/kvm: Only context-switch senvcfg where it exists
 2026-09-11  9:50 UTC  (2+ messages)

[PATCH v5 00/14] Linux RISC-V trace framework and drivers
 2026-09-11  9:22 UTC  (3+ messages)
` [PATCH v5 03/14] gtrace: Add RISC-V platform driver for the gtrace framework

[PATCH v2 0/6] spacemit: k3: Replace bad CLINT node with ACLINT nodes
 2026-09-11  8:43 UTC  (2+ messages)

[PATCH 0/2] RISC-V: KVM: Validate AIA MMIO ranges against GPA width
 2026-09-11  7:24 UTC  (3+ messages)
` [PATCH 2/2] RISC-V: KVM: Disallow GPA-width changes after AIA init


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