Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-29 13:07:52 to 2026-07-01 08:42:14 UTC [more...]

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-01  8:41 UTC  (12+ messages)
` [PATCH v5 1/8] x86/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v5 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 4/8] riscv/runtime-const: Replace open-coded placeholder with RUNTIME_MAGIC
` [PATCH v5 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 6/8] s390/runtime-const: "
` [PATCH v5 7/8] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path

[PATCH v4 0/3] riscv: improve percpu helpers and PIO mapping
 2026-07-01  8:18 UTC  (5+ messages)
` [PATCH v4 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
    ` [External] "

[PATCH v6 0/2] riscv: add c.jal instruction simulation for kprobes
 2026-07-01  8:10 UTC  (3+ messages)
` [PATCH v6 1/2] riscv: probes: simulate c.jal instruction
` [PATCH v6 2/2] riscv: kprobes: add test case for c.jal instruction simulation

[PATCH] riscv: kvm: Skip preventive hfence.gvma for new G-stage mappings with Svvptc
 2026-07-01  7:52 UTC 

[PATCH v21 0/3] Add OpenCores PTC PWM support
 2026-07-01  7:44 UTC  (4+ messages)
` [PATCH v21 1/3] dt-bindings: pwm: opencores: Update compatibles, examples and maintainers
` [PATCH v21 2/3] riscv: dts: starfive: Correct pwm nodes
` [PATCH v21 3/3] pwm: Add OpenCores PTC PWM driver

[PATCH v5 0/3] riscv: improve percpu helpers and PIO mapping
 2026-07-01  6:24 UTC  (6+ messages)
` [PATCH v5 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [PATCH v5 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v5 3/3] riscv: store percpu offset into thread_info

[PATCH v3 0/8] treewide: remove unnecessary invalid range checks in memblock iteration loops
 2026-07-01  6:22 UTC  (4+ messages)
` [PATCH v3 3/8] riscv: remove unreachable invalid range check in create_linear_mapping_page_table()
` [PATCH v3 4/8] riscv: remove unreachable invalid range check in kasan_init()

[PATCH v3] riscv: Fix a NULL pointer dereference in machine_kexec_prepare
 2026-07-01  6:00 UTC  (5+ messages)

[PATCH] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-07-01  5:57 UTC  (3+ messages)

[PATCH v4] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-07-01  5:33 UTC  (4+ messages)

[RFC PATCH 0/6] iommu/riscv: Add MRIF support
 2026-07-01  4:00 UTC  (5+ messages)
` [RFC PATCH 0/3] RISC-V: KVM/IOMMU: Fix MRIF irqfd notice handling
  ` [RFC PATCH 1/3] iommu/riscv: Complete MRIF MSI PTE setup
  ` [RFC PATCH 2/3] KVM: Move irqfd arch data into route snapshots
  ` [RFC PATCH 3/3] RISC-V: KVM: Identify MRIF notices from irqfd snapshots

[PATCH] riscv: Fix a NULL pointer reference in machine_kexec_prepare
 2026-07-01  3:29 UTC  (7+ messages)

[PATCH] ACPI: RISC-V: Fix false warning in cppc_read_ffh() for same-CPU reads
 2026-07-01  3:14 UTC  (2+ messages)

[PATCH] riscv: smp: Invoke cpu_ops->cpu_stop() in ipi_stop() for hotplug
 2026-07-01  3:13 UTC 

[PATCH v4 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-01  2:07 UTC  (9+ messages)
` [PATCH v4 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v4 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v4 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v4 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v4 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v4 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [PATCH v4 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v4 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test

[PATCH v3 0/2] RISC-V IOMMU HPM support
 2026-07-01  1:43 UTC  (5+ messages)
` [PATCH v3 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v3 2/2] iommu/riscv: create a auxiliary device for HPM

[PATCH v2 00/16] riscv: Generate riscv instruction functions
 2026-07-01  1:17 UTC  (12+ messages)
` [PATCH v2 01/16] riscv: Introduce instruction table generation
` [PATCH v2 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v2 07/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v2 08/16] riscv: kvm: Use generated instruction headers for csr code

[PATCH] riscv: probes: save original sp in rethook trampoline
 2026-07-01  0:51 UTC  (3+ messages)

[PATCH v3 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-07-01  0:24 UTC  (7+ messages)
` [PATCH v3 3/8] riscv: Add support for srmcfg CSR from Ssqosid extension
` [PATCH v3 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH v3 7/8] dt-bindings: riscv: Add binding for CBQRI controllers

[PATCH 0/2] clk: spacemit: k3: set few clocks as critical
 2026-06-30 22:50 UTC  (4+ messages)
` [PATCH 1/2] clk: spacemit: k3: set hdma clock "
` [PATCH 2/2] clk: spacemit: k3: set rcpu "

[PATCH v1] rtc: mpfs: fix counter upload completion condition
 2026-06-30 20:54 UTC  (3+ messages)

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

[PATCH net-next v9 0/6] net: stmmac: eic7700: add eth1 variant support and update delay bindings
 2026-06-30 17:14 UTC  (9+ messages)
` [PATCH net-next v9 1/6] dt-bindings: ethernet: eswin: relax internal delay model to range-based constraints
` [PATCH net-next v9 2/6] dt-bindings: ethernet: eswin: add EIC7700 eth1 RX clock inversion variant
` [PATCH net-next v9 3/6] net: stmmac: eic7700: make RGMII delay properties optional
` [PATCH net-next v9 4/6] net: stmmac: eic7700: add support for eth1 clock inversion variant
` [PATCH net-next v9 5/6] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible
` [PATCH net-next v9 6/6] riscv: dts: eswin: eic7700-hifive-premier-p550: enable Ethernet controller

[PATCH 0/3] clk: spacemit: Add clock support for UFS
 2026-06-30 17:09 UTC  (5+ messages)
` [PATCH 1/3] clk: spacemit: k3: fix parent clock of UFS aclk
` [PATCH 2/3] dt-bindings: soc: spacemit: k3: Add clock ID for UFS refclk
` [PATCH 3/3] clk: spacemit: k3: Add UFS refclk clock

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-06-30 16:37 UTC  (15+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 05/18] arm64: ptrace: Expand secure_computing() in place
` [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 v17 00/10] arm64/riscv: Add support for crashkernel CMA reservation
 2026-06-30 15:49 UTC  (2+ messages)

[PATCH net-next v11 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-06-30 13:44 UTC  (13+ 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 0/5] riscv: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-06-30 12:11 UTC  (3+ messages)
` [PATCH 5/5] "

[PATCH v4 00/10] kdump: reduce vmcore size and capture time
 2026-06-30 12:00 UTC  (17+ messages)
` [PATCH v4 01/10] kexec/crash: provide crash_exclude_mem_range() stub when CONFIG_CRASH_DUMP=n
` [PATCH v4 02/10] of: reserved_mem: dedup and relocate reserved-memory messages
` [PATCH v4 03/10] of: reserved_mem: skip late scan when no regions are reserved
` [PATCH v4 04/10] of: reserved_mem: split alloc_reserved_mem_array() from fdt_scan_reserved_mem_late()
` [PATCH v4 05/10] of: reserved_mem: add dumpable flag to opt-in vmcore
` [PATCH v4 06/10] of: reserved_mem: save /memreserve/ entries into the reserved_mem array
` [PATCH v4 07/10] of: reserved_mem: add kdump helpers to exclude non-dumpable regions
` [PATCH v4 08/10] arm64: kdump: exclude non-dumpable reserved memory regions from vmcore
` [PATCH v4 09/10] riscv: "
` [PATCH v4 10/10] loongarch: "

[PATCH v2 0/6] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
 2026-06-30 10:55 UTC  (5+ messages)
` [PATCH v2 6/6] irqchip/gic-v5: Enable GICv5 IWB ACPI probe ordering detection

[PATCH v20 0/3] Add OpenCores PTC PWM support
 2026-06-30  9:59 UTC  (6+ messages)
` [PATCH v20 1/3] dt-bindings: pwm: opencores: Update compatibles, examples and maintainers

[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
 2026-06-30  9:48 UTC  (7+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 3/7] cpufreq: rcpufreq_dt: "

[PATCH RFC 00/12] rvtrace: Add SiFive pre-ratified trace device support
 2026-06-30  9:46 UTC  (13+ messages)
` [PATCH RFC 01/12] dt-bindings: riscv: Add SiFive pre-ratified trace components
` [PATCH RFC 02/12] rvtrace: Add pre-ratified implementation callback
` [PATCH RFC 03/12] rvtrace: Add pre-ratified private data callback
` [PATCH RFC 04/12] rvtrace: Pass struct rvtrace_path_node to start callback
` [PATCH RFC 05/12] rvtrace: encoder: Add pre-ratified support
` [PATCH RFC 06/12] rvtrace: Add pre-ratified trace sink config
` [PATCH RFC 07/12] rvtrace: Add pre-ratified trace funnel driver
` [PATCH RFC 08/12] rvtrace: Introduce struct rvtrace_ramsink_regs to abstract register offsets
` [PATCH RFC 09/12] rvtrace: Add pre-ratified ramsink setup
` [PATCH RFC 10/12] rvtrace: Add copyto_auxbuf callback for pre-ratified encoder and funnel
` [PATCH RFC 11/12] rvtrace: encoder: Add probe success message
` [PATCH RFC 12/12] rvtrace: Reset RAM sink write pointer on every context switch

[PATCH v4] riscv: stacktrace: fix stack-out-of-bounds in walk_stackframe()
 2026-06-30  9:05 UTC 

[PATCH v3] riscv: stacktrace: fix stack-out-of-bounds in walk_stackframe()
 2026-06-30  8:50 UTC  (2+ messages)

[PATCH v3] riscv: stacktrace: fix stack-out-of-bounds in walk_stackframe()
 2026-06-30  8:45 UTC  (2+ messages)

[PATCH 0/3] riscv: alternative: Statically compute alternative section boundaries and patch compat vDSO
 2026-06-30  7:41 UTC  (4+ messages)
` [PATCH 1/3] riscv: vdso: Add symbols for the alternative section boundaries
` [PATCH 2/3] riscv: alternative: Use the statically extracted vDSO section offsets
` [PATCH 3/3] riscv: alternative: Also patch the compat vDSO

[PATCH v5 0/6] clk/reset: anlogic: add support for DR1V90 SoC
 2026-06-30  7:23 UTC  (5+ messages)
` [PATCH v5 4/6] reset: anlogic: add support for Anlogic DR1V90 resets

[PATCH] riscv: Avoid stack access when CSR_SCRATCH is incorrect
 2026-06-30  6:36 UTC 

[PATCH v4] riscv: probes: simulate c.jal instruction
 2026-06-30  6:20 UTC  (4+ messages)

[PATCH v2] ACPI: APEI: GHES: Mark ghes_in_nmi_spool_from_list() as maybe unused
 2026-06-30  6:14 UTC 

[PATCH] riscv: Add "g" as an instruction alias
 2026-06-30  6:07 UTC  (3+ messages)

[RESEND PATCH] riscv: mm: exclude invalid THP PMDs from page table check
 2026-06-30  4:42 UTC  (3+ messages)
  ` [External] "

[PATCH v2] iommu/riscv: Replace illegal command with dummy IOFENCE to prevent hardware lockup
 2026-06-30  2:30 UTC 

[PATCH 0/2] spacemit: fix USB2 clock and reset
 2026-06-30  1:10 UTC  (2+ messages)
` (subset) "

[PATCH v4] hwmon: add a driver for the temp/voltage sensor on PolarFire SoC
 2026-06-29 21:20 UTC  (2+ messages)

[PATCH 0/2] riscv: unaligned: stop using kthread for vector speed probe
 2026-06-29 20:52 UTC  (3+ messages)
` [PATCH 1/2] riscv: unaligned: stop using kthread for check_vector_unaligned_access()

[PATCH v4 00/16] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-06-29 18:21 UTC  (3+ messages)
` [PATCH v4 06/16] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs to cpufeature and hwprobe

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

[PATCH v2 0/8] treewide: remove unnecessary invalid range checks in memblock iteration loops
 2026-06-29 16:37 UTC  (3+ messages)
` [PATCH v2 3/8] riscv: remove unreachable invalid range check in create_linear_mapping_page_table()
` [PATCH v2 4/8] riscv: remove unreachable invalid range check in kasan_init()

[PATCH bpf-next v4 0/6] Mixing bpf2bpf and tailcalls for RV64
 2026-06-29 16:19 UTC  (9+ 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 0/7] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP power domain, I2C and watchdog
 2026-06-29 15:18 UTC  (9+ messages)
` [PATCH 3/7] riscv: dts: eswin: eic7700: add pinctrl support
    `  "
        `  "
            `  "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox