Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-26 08:21:57 to 2026-06-29 14:07:40 UTC [more...]

[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
 2026-06-29 14:06 UTC  (10+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 2/7] pwm: th1520: "
` [PATCH 3/7] cpufreq: rcpufreq_dt: "
` [PATCH 4/7] block: rnull: "
` [PATCH 5/7] net: phy: ax88796b: "
` [PATCH 6/7] net: phy: qt2025: "
` [PATCH 7/7] drm/nova: "

[PATCH net-next v11 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-06-29 13:51 UTC  (10+ messages)
` [PATCH net-next v11 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v11 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v11 3/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v11 4/7] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v11 5/7] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v11 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v11 7/7] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH bpf-next v4 0/6] Mixing bpf2bpf and tailcalls for RV64
 2026-06-29 14:00 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] bpf: Extract the is_struct_ops_tramp helper
` [PATCH bpf-next v4 2/6] riscv, bpf: Remove redundant ctx->offset initialization
` [PATCH bpf-next v4 3/6] riscv, bpf: Using kvzalloc_objs to allocate cache buffer
` [PATCH bpf-next v4 4/6] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v4 5/6] riscv, bpf: Mixing bpf2bpf and tailcalls
` [PATCH bpf-next v4 6/6] selftests/bpf: Remove tailcalls tests from DENYLIST.riscv64

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-06-29 13:06 UTC  (19+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 03/18] arm64: ptrace: Pass thread flags to syscall_trace_enter/exit()
` [PATCH v16 04/18] arm64: ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v16 05/18] arm64: ptrace: Expand secure_computing() in place
` [PATCH v16 06/18] arm64: ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v16 07/18] arm64: ptrace: Protect rseq_syscall() from tracer PC modifications
` [PATCH v16 08/18] arm64: ptrace: Rename syscall_trace_exit() to syscall_exit_work()
` [PATCH v16 09/18] arm64: syscall: Rework the syscall exit path in el0_svc_common()
` [PATCH v16 10/18] arm64: ptrace: Extract syscall_exit_to_user_mode_work() helper
` [PATCH v16 11/18] arm64: ptrace: Align syscall exit work semantics with generic entry
` [PATCH v16 12/18] arm64: syscall: Use exit-specific flags check in el0_svc_common()
` [PATCH v16 13/18] arm64: syscall: Simplify el0_svc_common() syscall exit path
` [PATCH v16 14/18] arm64: syscall: Simplify syscall exit path in el0_svc_common()
` [PATCH v16 15/18] arm64: ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v16 16/18] arm64: entry: Convert to generic entry
` [PATCH v16 17/18] arm64: Inline el0_svc_common()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH v2] gpu: nova-core: falcon: store bar and dev in falcon
 2026-06-29 13:00 UTC  (4+ messages)

[PATCH] riscv: Fix a NULL pointer reference in machine_kexec_prepare
 2026-06-29 12:54 UTC  (8+ messages)

[PATCH RFC 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-06-29 12:52 UTC  (2+ messages)

cleanup the RAID6 P/Q library v3
 2026-06-29 12:48 UTC  (9+ messages)
` [PATCH 08/18] raid6: warn when using less than four devices

[PATCH 0/6] treewide: remove unnecessary invalid range checks in memblock iteration loops
 2026-06-29 11:43 UTC  (4+ messages)

[PATCH v17 00/10] arm64/riscv: Add support for crashkernel CMA reservation
 2026-06-29 11:28 UTC  (12+ messages)
` [PATCH v17 01/10] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v17 02/10] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v17 03/10] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v17 04/10] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v17 05/10] x86/crash: "
` [PATCH v17 06/10] riscv: kexec_file: "
` [PATCH v17 07/10] LoongArch: "
` [PATCH v17 08/10] powerpc/kexec_file: Use crash_exclude_core_ranges() helper
` [PATCH v17 09/10] arm64: kexec_file: Add support for crashkernel CMA reservation
` [PATCH v17 10/10] riscv: "

[PATCH v2] riscv: Fix a NULL pointer reference in machine_kexec_prepare
 2026-06-29 11:13 UTC  (2+ messages)

[PATCH 0/7] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP power domain, I2C and watchdog
 2026-06-29  9:40 UTC  (8+ messages)
` [PATCH 3/7] riscv: dts: eswin: eic7700: add pinctrl support
    `  "
        `  "
            `  "

[PATCH v4] hwmon: add a driver for the temp/voltage sensor on PolarFire SoC
 2026-06-29  9:30 UTC 

[PATCH] riscv: mm: Fix concurrency in mark_new_valid_map()
 2026-06-29  9:25 UTC 

[PATCH] arch/riscv: vdso: remove CFI landing pad from rt_sigreturn
 2026-06-29  7:38 UTC  (3+ messages)

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

[PATCH v4 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-06-29  6:42 UTC 

[PATCH v4 1/7] riscv: stacktrace: Add frame record metadata
 2026-06-29  6:42 UTC 

[PATCH v4 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
 2026-06-29  6:42 UTC 

[PATCH v4 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
 2026-06-29  6:42 UTC 

[PATCH v4 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
 2026-06-29  6:42 UTC 

[PATCH v4 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
 2026-06-29  6:42 UTC 

[PATCH v4 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
 2026-06-29  6:42 UTC 

[PATCH v4 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
 2026-06-29  6:42 UTC 

[PATCH v20 0/3] Add OpenCores PTC PWM support
 2026-06-29  6:36 UTC  (4+ messages)
` [PATCH v20 1/3] dt-bindings: pwm: opencores: Update compatibles, examples and maintainers
` [PATCH v20 2/3] riscv: dts: starfive: Correct pwm nodes
` [PATCH v20 3/3] pwm: Add OpenCores PTC PWM driver

[PATCH v4 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-06-29  4:58 UTC  (7+ messages)
` [PATCH v4 1/2] cpufreq: dt-platdev: Add SpacemiT K1 SoC to the allowlist
` [PATCH v4 2/2] riscv: dts: spacemit: Add cpu scaling for K1 SoC

[PATCH bpf-next v2 0/3] Add BPF Exceptions support for RISC-V
 2026-06-29  3:01 UTC  (9+ messages)
` [PATCH bpf-next v2 1/3] riscv: stacktrace: Implement arch_bpf_stack_walk() for BPF
` [PATCH bpf-next v2 2/3] riscv, bpf: Add support for BPF exceptions
` [PATCH bpf-next v2 3/3] riscv, bpf: Remove BPF exceptions from BPF CI denylist

[PATCH bpf-next 0/3] Add BPF Exceptions support for RISC-V
 2026-06-29  2:53 UTC  (7+ messages)
` [PATCH bpf-next 2/3] riscv, bpf: Add support for BPF exceptions

[PATCH v19 0/3] Add OpenCores PTC PWM support
 2026-06-29  2:09 UTC  (4+ messages)
` [PATCH v19 1/3] dt-bindings: pwm: opencores: Update compatibles, examples and maintainers

[PATCH] iommu/riscv: Replace illegal command with dummy IOFENCE to prevent hardware lockup
 2026-06-29  1:59 UTC  (3+ messages)

[PATCH v1] iommu/riscv: Support 32-bit register accesses
 2026-06-29  1:15 UTC  (12+ messages)

[PATCH v3 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-06-28 21:18 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH v3 2/8] riscv: Detect the Ssqosid extension
` [PATCH v3 3/8] riscv: Add support for srmcfg CSR from "
` [PATCH v3 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH v3 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH v3 6/8] riscv: Enable resctrl filesystem for Ssqosid
` [PATCH v3 7/8] dt-bindings: riscv: Add binding for CBQRI controllers
` [PATCH v3 8/8] riscv_cbqri: Add CBQRI capacity allocation platform driver

[PATCH v3 0/2] rust: clk: Add ExclusiveClk and use it in pwm-th1520
 2026-06-28 20:17 UTC  (3+ messages)
` [PATCH v3 1/2] rust: clk: Add `ExclusiveClk` wrapper for `clk_rate_exclusive_get`
` [PATCH v3 2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get

[PATCH v4 0/3] Clk improvements
 2026-06-28 20:15 UTC  (3+ messages)
` [PATCH v4 1/3] rust: clk: use the type-state pattern

[PATCH v3] riscv: stacktrace: fix stack-out-of-bounds in walk_stackframe()
 2026-06-28 19:02 UTC  (3+ messages)

[PATCH 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-06-28  8:41 UTC  (8+ messages)
` [PATCH 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)

[PATCH v2 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-06-27 22:10 UTC  (19+ messages)
` [PATCH v2 3/8] riscv: Add support for srmcfg CSR from Ssqosid extension
  ` [External] "
` [PATCH v2 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
  ` [External] "
` [PATCH v2 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH v2 7/8] dt-bindings: riscv: Add generic CBQRI controller binding

[PATCH] riscv: Add "g" as an instruction alias
 2026-06-27 13:58 UTC  (2+ messages)

[PATCH] riscv: kprobes: Add test case for c.jal instruction simulation
 2026-06-27 13:25 UTC  (3+ messages)

[PATCH v5] riscv: probes: simulate c.jal instruction
 2026-06-27 12:43 UTC 

[PATCH v4] riscv: probes: simulate c.jal instruction
 2026-06-27 11:52 UTC  (5+ messages)

Booting v7.1-rc4 hangs on a single core CPU, bisected to ff1c0c5d07028
 2026-06-27  6:48 UTC  (3+ messages)
` [PATCH] clocksource/drivers/timer-sun4i: Advertise a real minimum delta

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-06-26 15:28 UTC  (3+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-06-26 15:28 UTC  (11+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()

[PATCH RESEND] riscv: enable HAVE_CMPXCHG_{DOUBLE,LOCAL}
 2026-06-26 14:39 UTC  (4+ messages)

[RFC PATCH 0/3] dt-bindings: riscv: Add RISC-V Worlds and SiFive WorldGuard DT bindings
 2026-06-26 14:36 UTC  (5+ messages)
` [RFC PATCH 2/3] dt-bindings: riscv: Add Worlds per-hart properties

[GIT PULL] KVM/riscv changes for 7.2
 2026-06-26 11:16 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Add arch-specific tracepoints
 2026-06-26 10:36 UTC 

[PATCH v3 0/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states
 2026-06-26  9:38 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: RISC-V: Clear former VCPU cache on virtualization disable
` [PATCH v3 2/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states

[PATCH V5] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
 2026-06-26  8:41 UTC  (2+ messages)

[PATCH v2 0/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states
 2026-06-26  8:23 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: RISC-V: Clear former VCPU cache on virtualization disable
` [PATCH v2 2/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH] Disable -Wattribute-alias for clang-23 and newer
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix NULL pointer dereference in AIA IMSIC functions
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH v13 0/4] kunit: Add support for suppressing warning backtraces
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix timer state restore
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH v1] riscv: kvm: Use endian-specific __lelong for NACL shared memory
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH 0/4] module: force sh_addr=0 for arch-specific sections
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH v1] dt-bindings: soc: microchip: document irqmux on pic64gx
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH 0/5] KVM: riscv: Speed up dirty logging write faults
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH v3 0/5] mm/sparse-vmemmap: Provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH v2 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-06-26  8:21 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