Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-30 04:43:21 to 2026-07-01 12:11:30 UTC [more...]

[PATCH v4 0/5] Implement Eager Page Splitting for RISC-V
 2026-07-01 12:09 UTC  (2+ messages)
` [PATCH v4 1/5] RISC-V: KVM: Add the split page cache for ioctl context

[PATCH] riscv: Fix a NULL pointer reference in machine_kexec_prepare
 2026-07-01 12:08 UTC  (6+ messages)

[PATCH v3] riscv: Fix a NULL pointer dereference in machine_kexec_prepare
 2026-07-01 12:06 UTC  (7+ messages)

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

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2026-07-01 11:05 UTC  (12+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-01 11:01 UTC  (14+ 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] riscv: kprobes: Add test case for c.jal instruction simulation
 2026-07-01 10:46 UTC  (2+ messages)

[PATCH net-next v11 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-07-01 10:39 UTC  (12+ messages)
` [PATCH net-next v11 1/7] dt-bindings: phy: document the serdes PHY on sa8255p

[PATCH 0/2] riscv: fix kprobes on minimal kernel configs
 2026-07-01 10:28 UTC  (3+ messages)
` [PATCH 1/2] riscv: mm: make EXECMEM_KPROBES writable without ARCH_HAS_EXECMEM_ROX
` [PATCH 2/2] riscv: patch: skip fixmap mapping when kernel text is already writable

[PATCH 0/3] RISC-V: KVM: Cleanup SBI extension status when disble
 2026-07-01  9:47 UTC  (4+ messages)
` [PATCH 1/3] RISC-V: KVM: Add SBI extension validate callback
` [PATCH 2/3] RISC-V: KVM: Add SBI FWFT validation support
` [PATCH 3/3] RISC-V: KVM: Reset the SBI extension when disable it

[PATCH 0/2] riscv: vdso: Do not use LTO for the vDSO
 2026-07-01  9:21 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] riscv: vdso: Simplify cflags remove logic

[PATCH 0/2] riscv: ptdump: Refactor for KVM gstage ptdump support
 2026-07-01  8:50 UTC  (3+ messages)
` [PATCH 1/2] riscv: ptdump: Move pagetable definitions to common header
` [PATCH 2/2] KVM: riscv: Register ptdump with debugfs on guest creation

[PATCH v8 00/22] Add Counter delegation ISA extension support
 2026-07-01  8:47 UTC  (23+ messages)
` [PATCH v8 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v8 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v8 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v8 04/22] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v8 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v8 06/22] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v8 07/22] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v8 08/22] RISC-V: Add Sscfg extension CSR definition
` [PATCH v8 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v8 10/22] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v8 11/22] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v8 15/22] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v8 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v8 17/22] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v8 18/22] RISC-V: perf: Add Qemu virt machine events
` [PATCH v8 19/22] tools/perf: Support event code for arch standard events
` [PATCH v8 20/22] tools/perf: Add RISC-V CounterIDMask event field
` [PATCH v8 21/22] TEST(do-not-upstream): fake qemu-virt PMU events for cdeleg counter-mask testing
` [PATCH v8 22/22] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask 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 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] 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] 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  (10+ messages)
` [PATCH v2 01/16] riscv: Introduce instruction table generation
` [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  (3+ messages)
` [PATCH v3 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops

[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  (5+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [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 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  (5+ 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  (6+ 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] "


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