Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-05 23:54:55 to 2026-04-08 08:49:15 UTC [more...]

[PATCH] clk: microchip: mpfs-ccc: fix out-of-bounds write
 2026-04-08  8:49 UTC  (2+ messages)

[PATCH] iommu: Always fill in gather when unmapping
 2026-04-08  8:42 UTC  (6+ messages)

[PATCH] riscv: dts: sophgo: reduce SG2042 MSI count to 16
 2026-04-08  7:35 UTC  (3+ messages)

[PATCH v6 0/9] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-04-08  6:49 UTC  (11+ messages)
` [PATCH v6 1/9] dt-bindings: mmc: spacemit,sdhci: add pinctrl support for voltage switching
` [PATCH v6 2/9] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation
` [PATCH v6 3/9] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support
` [PATCH v6 4/9] mmc: sdhci-of-k1: add comprehensive SDR tuning support
` [PATCH v6 5/9] riscv: dts: spacemit: k1: add SD card controller and pinctrl support
` [PATCH v6 6/9] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH v6 7/9] riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes
` [PATCH v6 8/9] riscv: dts: spacemit: k1-bananapi-f3: "
` [PATCH v6 9/9] riscv: dts: spacemit: k1-musepi-pro: "

[PATCH v2 0/4] riscv: Add PCIe support for UltraRISC DP1000 SoC
 2026-04-08  6:49 UTC  (14+ messages)
` [PATCH v2 1/4] riscv: add UltraRISC SoC family Kconfig support
` [PATCH v2 2/4] MAINTAINERS: Add entry for the UltraRISC DP1000 PCIe controller driver and its DT binding
` [PATCH v2 3/4] dt-bindings: PCI: Add UltraRISC DP1000 PCIe controller
` [PATCH v2 4/4] PCI: ultrarisc: Add UltraRISC DP1000 PCIe Root Complex driver

[PATCH v3 0/2] Add DeepComputing FML13V05 board dts
 2026-04-08  6:39 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: riscv: spacemit: add deepcomputing,fml13v05
` [PATCH v3 2/2] riscv: dts: spacemit: add DeepComputing FML13V05 board device tree

[PATCH v1 00/13] Add StarFive JHB100 syscon modules
 2026-04-08  6:29 UTC  (22+ messages)
` [PATCH v1 01/13] dt-bindings: soc: starfive: "
` [PATCH v1 02/13] dt-bindings: clock: Add system-0 domain PLL clock
` [PATCH v1 03/13] clk: starfive: Add system-0 domain PLL clock driver
` [PATCH v1 11/13] dt-bindings: hwinfo: Add starfive,jhb100-socinfo
` [PATCH v1 12/13] soc: starfive: Add socinfo driver for JHB100 SoC

[PATCH v3] dt-bindings: timer: Add SiFive CLINT2
 2026-04-08  6:15 UTC  (3+ messages)

[PATCH 00/16] riscv: Generate riscv instruction functions
 2026-04-08  4:46 UTC  (16+ messages)
` [PATCH 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH 04/16] riscv: kprobes: "
` [PATCH 05/16] riscv: cfi: "
` [PATCH 06/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH 07/16] riscv: kvm: Use generated instruction headers for csr code
` [PATCH 08/16] riscv: kvm: Fix MMIO emulation for sign-extended insns
` [PATCH 09/16] KVM: device: Add test device
` [PATCH 10/16] KVM: riscv: selftests: Add mmio test
` [PATCH 11/16] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH 12/16] riscv: kvm: Add emulated test csr
` [PATCH 13/16] KVM: riscv: selftests: Add csr emulation test
` [PATCH 14/16] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH 15/16] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH 16/16] riscv: Remove unused instruction headers

[RESEND][PATCH v5] mfd: simple-mfd-i2c: add a reboot cell for the SpacemiT P1 chip
 2026-04-08  2:48 UTC  (5+ messages)

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-04-07 22:58 UTC  (3+ messages)
` [PATCH v5 7/9] driver core: Replace dev->dma_coherent with dev_dma_coherent()

[PATCH] riscv: Define __riscv_copy_{,vec_}{words,bytes}_unaligned() using SYM_TYPED_FUNC_START
 2026-04-07 19:51 UTC  (3+ messages)

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-07 19:39 UTC  (49+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
` [PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
` [PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH v2 30/33] docs: rust: general-information: use real example
` [PATCH v2 31/33] rust: declare cfi_encoding for lru_status
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH 0/6] change young flag check functions to return bool
 2026-04-07 17:52 UTC  (7+ messages)
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH 0/2] riscv: dts: sophgo: Fix CPU unit address for SG2042/SG2044
 2026-04-07 16:31 UTC  (10+ messages)
` [PATCH 1/2] riscv: dts: sophgo: sg2044: use hex for CPU unit address
` [PATCH 2/2] riscv: dts: sophgo: sg2042: "

[PATCH v2 0/8] perf libunwind multiple remote support
 2026-04-04  5:40 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 7/8] perf unwind-libunwind: Remove libunwind-local

[PATCH RFC 08/19] RISC-V: QoS: add resctrl interface for CBQRI controllers
 2026-03-31  8:14 UTC  (2+ messages)

[PATCH v1 00/22] Add basic clocks and resets for JHB100 SoC
 2026-04-07  1:37 UTC  (5+ messages)
` [PATCH v1 04/22] clk: starfive: Convert the word "jh71x0" to "starfive"
` [PATCH v1 17/22] dt-bindings: clock: Add StarFive JHB100 Peripheral-2 clock and reset generator

[PATCH 0/3] RISC-V: KVM: Huge page recovery during disable-dirty-log
 2026-04-07  9:16 UTC  (4+ messages)
` [PATCH 1/3] RISC-V: KVM: Refactor kvm_arch_commit_memory_region()
` [PATCH 2/3] RISC-V: KVM: add tracepoints for guest page faults
` [PATCH 3/3] RISC-V: KVM: Recover gstage huge page mappings during disable-dirty-log

[PATCH v9 0/6] lib and lib/cmdline enhancements
 2026-04-07 16:12 UTC  (4+ messages)

[PATCH v1 0/5] Initial device tree support for StarFive JHB100 SoC
 2026-04-07 15:56 UTC  (10+ messages)
` [PATCH v1 2/5] dt-bindings: timer: Add StarFive JHB100 clint
` [PATCH v1 3/5] dt-bindings: interrupt-controller: Add StarFive JHB100 plic
` [PATCH v1 5/5] riscv: dts: starfive: jhb100: Add JHB100 base DT

[PATCH 0/3] pic64gx semantic conflict "fixes"
 2026-04-07 15:36 UTC  (4+ messages)
` [PATCH 1/3] riscv: dts: microchip: add tsu clock to macb on pic64gx
` [PATCH 2/3] riscv: dts: microchip: update pic64gx gpio interrupts to better match the SoC
` [PATCH 3/3] riscv: dts: microchip: sort pic64gx i2c nodes alphanumerically

[PATCH v1] dt-bindings: soc: microchip: document irqmux on pic64gx
 2026-04-07 15:29 UTC 

[PATCH v3 0/2] riscv: Introduce support for hardware break/watchpoints
 2026-04-07 15:29 UTC  (15+ messages)
` [PATCH v3 1/2] "

[PATCH v10 0/3] riscv: dts: spacemit: Add PMIC regulators usb pcie
 2026-04-07 15:28 UTC  (4+ messages)
` [PATCH v10 1/3] riscv: dts: spacemit: Enable i2c8 adapter for OrangePi RV2
` [PATCH v10 2/3] riscv: dts: spacemit: Define the P1 PMIC regulators "
` [PATCH v10 3/3] riscv: dts: spacemit: Enable USB3.0/PCIe on "

[PATCH] riscv: Add WFI to secondary hart spinwait loop
 2026-04-07 12:27 UTC  (5+ messages)

[PATCH] riscv: Fix fast_unaligned_access_speed_key not getting initialized
 2026-04-07 12:06 UTC 

[PATCH 0/8] firmware: sysfb: Consolidate config/code wrt. sysfb_primary_screen
 2026-04-07  7:39 UTC  (8+ messages)
` [PATCH 3/8] firmware: sysfb: Make CONFIG_SYSFB a user-selectable option

[PATCH 0/5] riscv: Cleanup and deduplicate unaligned access speed probe
 2026-04-07  7:35 UTC  (4+ messages)

[PATCH v9 3/3] riscv: dts: spacemit: Enable USB3.0/PCIe on OrangePi RV2
 2026-04-07  7:00 UTC  (2+ messages)

[PATCH v5 3/3] riscv: dts: spacemit: Enable USB3.0/PCIe on OrangePi RV2
 2026-04-07  6:30 UTC  (2+ messages)

[PATCH 0/2] add riscv32 double-word shifts and library test
 2026-04-07  5:28 UTC  (3+ messages)
` [PATCH 1/2] riscv: add platform-specific double word shifts for riscv32
` [PATCH 2/2] lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()

[PATCH v5 0/4] AST2700-A2 interrupt controller hierarchy and route support
 2026-04-07  3:08 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: interrupt-controller: Describe AST2700-A2 hardware instead of A0
` [PATCH v5 2/4] irqchip/ast2700-intc: Add AST2700-A2 support
` [PATCH v5 3/4] irqchip/ast2700-intc: Add KUnit tests for route resolution
` [PATCH v5 4/4] irqchip/aspeed-intc: Remove AST2700-A0 support

[GIT PULL] RISC-V Sophgo Devicetrees for v7.1
 2026-04-07  0:18 UTC  (4+ messages)

[PATCH] riscv: Docs: fix unmatched quote warning
 2026-04-06 23:23 UTC 

[PATCH v3 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-04-06 18:45 UTC  (3+ messages)
` [PATCH v3 2/3] thermal: spacemit: k1: Add thermal sensor support

Devicetree spec: Specifying /cpus/cpu@* unit address format?
 2026-04-06 16:08 UTC  (5+ messages)

[PATCH RESEND v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-04-06 14:58 UTC  (2+ messages)

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06 13:21 UTC  (13+ messages)
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[GIT PULL] RISC-V soc drivers for v7.1
 2026-04-06 10:35 UTC 

[GIT PULL] RISC-V devicetrees for v7.1
 2026-04-06 10:26 UTC 

[PATCH v4 0/9] driver core: Fix some race conditions
 2026-04-06  5:49 UTC  (3+ messages)
` [PATCH v4 7/9] driver core: Replace dev->dma_coherent with dev_dma_coherent()

[PATCH v2] RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()
 2026-04-06  4:25 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