public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 02:42:47 to 2026-01-20 11:44:04 UTC [more...]

[PATCH net-next 0/3] riscv: spacemit: Add ethernet support for K3
 2026-01-20 11:43 UTC  (13+ messages)
` [PATCH net-next 1/3] dt-bindings: net: Add support for Spacemit K3 dwmac
` [PATCH net-next 2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string
` [PATCH net-next 3/3] net: stmmac: Add glue layer for Spacemit K3 SoC

[PATCH v3 0/4] reset: spacemit: Add support for SpacemiT K3 SoC
 2026-01-20 11:10 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: soc: spacemit: Add K3 reset support and IDs
` [PATCH v3 2/4] reset: Create subdirectory for SpacemiT drivers
` [PATCH v3 3/4] reset: spacemit: Extract common K1 reset code
` [PATCH v3 4/4] reset: spacemit: Add SpacemiT K3 reset driver

[PATCH v3 0/6] ASoC: sophgo: add CV1800 I2S controllers support
 2026-01-20 10:12 UTC  (11+ messages)
` [PATCH v3 1/6] ASoC: dt-bindings: sophgo,cv1800b: add I2S/TDM controller
` [PATCH v3 2/6] ASoC: sophgo: add CV1800B I2S/TDM controller driver
` [PATCH v3 3/6] dt-bindings: codecs: sophgo,cv1800b: codecs: add ADC/DAC
` [PATCH v3 4/6] ASoC: sophgo: add CV1800B internal ADC codec driver
` [PATCH v3 5/6] ASoC: sophgo: add CV1800B internal DAC "
` [PATCH v3 6/6] riscv: dts: sophgo: dts nodes for i2s tdm modules

Typo in pinctrl-th1520.c
 2026-01-20 10:10 UTC  (8+ messages)
      ` [PATCH] "

[PATCH 0/1] riscv: dts: spacemit: Disable ETH PHY sleep mode for OrangePi
 2026-01-20 10:00 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 0/4] reset: spacemit: Add support for SpacemiT K3 SoC
 2026-01-20  9:12 UTC  (4+ messages)
` [PATCH v2 2/4] reset: Create subdirectory for SpacemiT drivers

[PATCH v4 0/3] Implement Send and Sync for clk
 2026-01-20  8:48 UTC  (4+ messages)
  ` [PATCH v4 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[PATCH] drivers: pwm: replace `kernel::c_str!` with C-Strings
 2026-01-20  8:39 UTC  (8+ messages)

[PATCH 00/27] Nested virtualization for KVM RISC-V
 2026-01-20  8:00 UTC  (28+ messages)
` [PATCH 01/27] RISC-V: KVM: Fix error code returned for Smstateen ONE_REG
` [PATCH 02/27] RISC-V: KVM: Fix error code returned for Ssaia ONE_REG
` [PATCH 03/27] RISC-V: KVM: Check host Ssaia extension when creating AIA irqchip
` [PATCH 04/27] RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()
` [PATCH 05/27] RISC-V: KVM: Factor-out ISA checks into separate sources
` [PATCH 06/27] RISC-V: KVM: Move timer state defines closer to struct in UAPI header
` [PATCH 07/27] RISC-V: KVM: Add hideleg to struct kvm_vcpu_config
` [PATCH 08/27] RISC-V: KVM: Factor-out VCPU config into separate sources
` [PATCH 09/27] RISC-V: KVM: Don't check hstateen0 when updating sstateen0 CSR
` [PATCH 10/27] RISC-V: KVM: Initial skeletal nested virtualization support
` [PATCH 11/27] RISC-V: KVM: Use half VMID space for nested guest
` [PATCH 12/27] RISC-V: KVM: Extend kvm_riscv_mmu_update_hgatp() for nested virtualization
` [PATCH 13/27] RISC-V: KVM: Extend kvm_riscv_vcpu_config_load() "
` [PATCH 14/27] RISC-V: KVM: Extend kvm_riscv_vcpu_update_timedelta() for nested virt
` [PATCH 15/27] RISC-V: KVM: Extend trap redirection for nested virtualization
` [PATCH 16/27] RISC-V: KVM: Check and inject nested virtual interrupts
` [PATCH 17/27] RISC-V: KVM: Extend kvm_riscv_isa_check_host() for nested virt
` [PATCH 18/27] RISC-V: KVM: Trap-n-emulate SRET for Guest HS-mode
` [PATCH 19/27] RISC-V: KVM: Redirect nested supervisor ecall and breakpoint traps
` [PATCH 20/27] RISC-V: KVM: Redirect nested WFI and WRS traps
` [PATCH 21/27] RISC-V: KVM: Implement remote HFENCE SBI calls for guest
` [PATCH 22/27] RISC-V: KVM: Add CSR emulation for nested virtualization
` [PATCH 23/27] RISC-V: KVM: Add HFENCE "
` [PATCH 24/27] RISC-V: KVM: Add ONE_REG interface for nested virtualization state
` [PATCH 25/27] RISC-V: KVM: selftests: Add nested virt state to get-reg-list test
` [PATCH 26/27] RISC-V: KVM: Add ONE_REG interface for nested virtualization CSRs
` [PATCH 27/27] RISC-V: KVM: selftests: Add nested virt CSRs to get-reg-list test

[PATCH v3 0/8] riscv: optimize string functions and add kunit tests
 2026-01-20  7:48 UTC  (18+ messages)
` [PATCH v3 1/8] lib/string_kunit: add correctness test for strlen
` [PATCH v3 2/8] lib/string_kunit: add correctness test for strnlen
` [PATCH v3 3/8] lib/string_kunit: add correctness test for strrchr()
` [PATCH v3 4/8] lib/string_kunit: add performance benchmarks for strlen
` [PATCH v3 5/8] lib/string_kunit: extend benchmarks to strnlen and chr searches
` [PATCH v3 6/8] riscv: lib: add strnlen implementation
` [PATCH v3 7/8] riscv: lib: add strchr implementation
` [PATCH v3 8/8] riscv: lib: add strrchr implementation

[PATCH v3 0/4] Add USB support for Canaan K230
 2026-01-20  6:06 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: phy: Add Canaan K230 USB PHY
` [PATCH v3 2/4] dt-bindings: usb: dwc2: Add support for Canaan K230 SoC
` [PATCH v3 3/4] phy: usb: Add driver for Canaan K230 USB 2.0 PHY
` [PATCH v3 4/4] riscv: dts: canaan: Add syscon and USB nodes for K230

[PATCH v2] pinctrl: canaan: k230: Fix NULL pointer dereference when parsing devicetree
 2026-01-20  6:03 UTC  (3+ messages)

[PATCH 1/2] riscv: dts: sophgo: Move PLIC and CLINT node into CPU dtsi
 2026-01-20  2:48 UTC  (3+ messages)

[PATCH v2 0/4] riscv: dts: Add "b" ISA extension to existing devicetrees
 2026-01-20  2:48 UTC  (3+ messages)
` (subset) "

[PATCH net-next] net: spacemit: Clarify stat timeout comments and messages
 2026-01-20  4:19 UTC 

[PATCH 1/1] net: spacemit: Check netif_carrier_ok when reading stats
 2026-01-20  4:16 UTC  (5+ messages)

[PATCH RFC 00/19] RISC-V: QoS: add CBQRI resctrl interface
 2026-01-20  4:14 UTC  (20+ messages)
` [PATCH RFC 01/19] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH RFC 02/19] RISC-V: Detect the Ssqosid extension
` [PATCH RFC 03/19] RISC-V: Add support for srmcfg CSR from Ssqosid ext
` [PATCH RFC 04/19] RISC-V: QoS: define properties of CBQRI controllers
` [PATCH RFC 05/19] RISC-V: QoS: define CBQRI capacity and bandwidth capabilities
` [PATCH RFC 06/19] RISC-V: QoS: define CBQRI resctrl resources and domains
` [PATCH RFC 07/19] RISC-V: QoS: define prototypes for resctrl interface
` [PATCH RFC 08/19] RISC-V: QoS: add resctrl interface for CBQRI controllers
` [PATCH RFC 09/19] RISC-V: QoS: expose implementation to resctrl
` [PATCH RFC 10/19] RISC-V: QoS: add late_initcall to setup resctrl interface
` [PATCH RFC 11/19] RISC-V: QoS: add to build when CONFIG_RISCV_ISA_SSQOSID set
` [PATCH RFC 12/19] RISC-V: QoS: make CONFIG_RISCV_ISA_SSQOSID select resctrl
` [PATCH RFC 13/19] dt-bindings: riscv: add riscv,cbqri bindings
` [PATCH NFU RFC 14/19] resctrl: riscv: add CBQRI cache controller driver
` [PATCH NFU RFC 15/19] resctrl: riscv: add CBQRI bandwidth "
` [PATCH NFU RFC 16/19] resctrl: riscv: build CBQRI drivers
` [PATCH NFU RFC 17/19] riscv: dts: qemu: add dump from virt machine
` [PATCH NFU RFC 18/19] riscv: dts: qemu: add CBQRI controller nodes
` [PATCH NFU RFC 19/19] riscv: dts: build qemu dtb for CONFIG_ARCH_VIRT

[PATCH v3 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
 2026-01-20  1:37 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible
` [PATCH v3 2/3] dmaengine: dw-axi-dmac: Add support for CV1800B DMA
` [PATCH v3 3/3] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller

[PATCH v2 0/3] pinctrl: spacemit: support I/O power domain configuration
 2026-01-20  0:55 UTC  (6+ messages)
` [PATCH v2 3/3] riscv: dts: spacemit: modify pinctrl node in dtsi
` (subset) [PATCH v2 0/3] pinctrl: spacemit: support I/O power domain configuration

[PATCH v5 0/9] riscv: vector: misc ptrace fixes for debug use-cases
 2026-01-19 20:48 UTC  (4+ messages)
` [PATCH v5 2/9] riscv: vector: init vector context with proper vlenb

[PATCH 0/2] riscv: canaan: enable reset controller for K230 SoC
 2026-01-19 18:21 UTC  (3+ messages)
` [PATCH 2/2] riscv: dts: canaan: add reset controller for K230

[PATCH] riscv: dts: canaan: k230: Add "b" ISA extension
 2026-01-19 18:13 UTC  (2+ messages)

[PATCH] riscv: support CPUs having only "zalrsc" but no "zaamo"
 2026-01-19 17:40 UTC  (5+ messages)

[PATCH v8 07/15] iommupt: Add map_pages op
 2026-01-19 17:37 UTC  (5+ messages)

[PATCH v4 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-19 16:53 UTC  (11+ messages)
` [PATCH v4 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v4 2/3] prandom: Add __always_inline version of prandom_u32_state()
` [PATCH v4 3/3] randomize_kstack: Unify random source across arches

[PATCH v3 0/3] Clk improvements
 2026-01-19 16:10 UTC  (22+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern
` [PATCH v3 2/3] rust: clk: add devres-managed clks

[PATCH v3] riscv: Use 64-bit variable for output in __get_user_asm
 2026-01-19 14:21 UTC  (2+ messages)

[PATCH] Revert "irqchip/riscv-imsic: Embed the vector array in lpriv"
 2026-01-19 14:21 UTC  (2+ messages)

[PATCH 0/2] riscv: Fix missing select CACHEMAINT_FOR_DMA
 2026-01-19 14:21 UTC  (2+ messages)

[PATCH v2] Support runtime configuration for per-VM's HGATP mode
 2026-01-19 13:56 UTC  (3+ messages)
` [PATCH v2] RISC-V: KVM: add KVM_CAP_RISCV_SET_HGATP_MODE

[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-19 12:59 UTC  (11+ messages)
` [PATCH v3 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v3 2/3] prandom: Convert prandom_u32_state() to __always_inline
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches

[PATCH] KVM: riscv: Fix Spectre-v1 in APLIC interrupt handling
 2026-01-19  9:59 UTC  (2+ messages)

[PATCH v3 0/4] Add USB support for Canaan K230
 2026-01-19  9:42 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: phy: Add Canaan K230 USB PHY
` [PATCH v3 2/4] dt-bindings: usb: dwc2: Add support for Canaan K230 SoC
` [PATCH v3 3/4] phy: usb: Add driver for Canaan K230 USB 2.0 PHY
` [PATCH v3 4/4] riscv: dts: canaan: Add syscon and USB nodes for K230

[PATCH v2 00/14] riscv: optimize string functions and add kunit tests
 2026-01-19  9:24 UTC  (3+ messages)

[PATCH v10 0/3] riscv: canaan: Add support for K230 clock
 2026-01-19  8:18 UTC  (3+ messages)
` [PATCH v10 2/3] clk: canaan: Add clock driver for Canaan K230

[PATCH v5] irqchip/riscv-imsic: Adjust the number of available guest irq files
 2026-01-19  8:04 UTC  (2+ messages)

[PATCH] riscv: increase COMMAND_LINE_SIZE value to 2048
 2026-01-19  7:41 UTC 

[PATCH] riscv: fix minor typo in syscall.h comment
 2026-01-19  7:14 UTC 

[PATCH 1/2] riscv: dts: spacemit: add common board dtsi for OrangePi
 2026-01-19  3:02 UTC  (4+ messages)
` [PATCH 2/2] riscv: dts: spacemit: add fixed regulators "

[PATCH v3 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-01-19  2:41 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: thermal: Add SpacemiT K1 "
` [PATCH v3 2/3] thermal: spacemit: k1: Add thermal sensor support
` [PATCH v3 3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC


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