linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-30 17:55:42 to 2025-07-02 14:52:46 UTC [more...]

[PATCH v7 0/8] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-02 13:45 UTC  (9+ messages)
  ` [PATCH v7 1/8] pwm: Expose PWM_WFHWSIZE in public header
  ` [PATCH v7 2/8] rust: pwm: Add Kconfig and basic data structures
  ` [PATCH v7 3/8] rust: pwm: Add core 'Device' and 'Chip' object wrappers
  ` [PATCH v7 4/8] rust: pwm: Add driver operations trait and registration support
  ` [PATCH v7 5/8] pwm: Add Rust driver for T-HEAD TH1520 SoC
  ` [PATCH v7 6/8] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
  ` [PATCH v7 7/8] riscv: dts: thead: Add PWM controller node
  ` [PATCH v7 8/8] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v7 00/24] Linux SBI MPXY and RPMI drivers
 2025-07-02 13:16 UTC  (42+ messages)
` [PATCH v7 01/24] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
` [PATCH v7 02/24] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
` [PATCH v7 03/24] RISC-V: Add defines for the SBI message proxy extension
` [PATCH v7 04/24] mailbox: Add common header for RPMI messages sent via mailbox
` [PATCH v7 05/24] mailbox: Allow controller specific mapping using fwnode
` [PATCH v7 06/24] byteorder: Add memcpy_to_le32() and memcpy_from_le32()
` [PATCH v7 07/24] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver
` [PATCH v7 08/24] dt-bindings: clock: Add RPMI clock service message proxy bindings
` [PATCH v7 09/24] dt-bindings: clock: Add RPMI clock service controller bindings
` [PATCH v7 10/24] clk: Add clock driver for the RISC-V RPMI clock service group
` [PATCH v7 11/24] dt-bindings: Add RPMI system MSI message proxy bindings
` [PATCH v7 12/24] dt-bindings: Add RPMI system MSI interrupt controller bindings
` [PATCH v7 13/24] irqchip: Add driver for the RPMI system MSI service group
` [PATCH v7 14/24] ACPI: property: Refactor acpi_fwnode_get_reference_args()
` [PATCH v7 15/24] ACPI: property: Add support for cells property
` [PATCH v7 16/24] ACPI: scan: Update honor list for RPMI System MSI
` [PATCH v7 17/24] ACPI: RISC-V: Create interrupt controller list in sorted order
` [PATCH v7 18/24] ACPI: RISC-V: Add support to update gsi range
` [PATCH v7 19/24] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
` [PATCH v7 20/24] irqchip/irq-riscv-imsic-early: Export imsic_acpi_get_fwnode()
` [PATCH v7 21/24] mailbox/riscv-sbi-mpxy: Add ACPI support
` [PATCH v7 22/24] irqchip/riscv-rpmi-sysmsi: "
` [PATCH v7 23/24] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
` [PATCH v7 24/24] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers

[GIT PULL] RISC-V Fixes for 6.16-rc4
 2025-07-02 12:40 UTC 

[REGRESSION] Random oops on SG2042 with Linux 6.16-rc and dynamic ftrace
 2025-07-02 13:05 UTC  (7+ messages)

[PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension
 2025-07-02 12:30 UTC  (7+ messages)

[PATCH v3] irqchip/riscv-imsic: Add kernel parameter to disable IPIs
 2025-07-02 12:24 UTC 

[PATCH v2] irqchip/riscv-imsic: Add kernel parameter to disable IPIs
 2025-07-02 12:20 UTC  (2+ messages)

[PATCH v12 0/6] reset: spacemit: add K1 reset support
 2025-07-02 11:37 UTC  (7+ messages)
` [PATCH v12 1/6] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH v12 2/6] soc: spacemit: create a header for clock/reset registers
` [PATCH v12 3/6] clk: spacemit: set up reset auxiliary devices
` [PATCH v12 4/6] clk: spacemit: define three reset-only CCUs
` [PATCH v12 5/6] reset: spacemit: add support for SpacemiT CCU resets
` [PATCH v12 6/6] riscv: dts: spacemit: add reset support for the K1 SoC

[PATCH] irqchip: riscv-imsic: Add kernel parameter to disable IPIs
 2025-07-02 11:04 UTC  (5+ messages)

[PATCH v11 0/6] reset: spacemit: add K1 reset support
 2025-07-02 10:56 UTC  (5+ messages)

[PATCH v3 0/3] Add SiFive power provider driver
 2025-07-02  9:12 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: power: Add SiFive Domain Management controllers
` [PATCH v3 2/3] cpuidle: riscv-sbi: Work with the external pmdomain driver
` [PATCH v3 3/3] cpuidle: Add SiFive power provider

[PATCH net-next v3 0/5] Add Ethernet MAC support for SpacemiT K1
 2025-07-02  7:41 UTC  (8+ messages)
` [PATCH net-next v3 1/5] dt-bindings: net: Add "
` [PATCH net-next v3 2/5] net: spacemit: Add K1 Ethernet MAC
` [PATCH net-next v3 3/5] riscv: dts: spacemit: Add Ethernet support for K1
` [PATCH net-next v3 4/5] riscv: dts: spacemit: Add Ethernet support for BPI-F3
` [PATCH net-next v3 5/5] riscv: dts: spacemit: Add Ethernet support for Jupiter

[PATCH v6 00/23] Linux SBI MPXY and RPMI drivers
 2025-07-02  5:12 UTC  (9+ messages)
` [PATCH v6 05/23] mailbox: Allow controller specific mapping using fwnode
` [PATCH v6 06/23] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver

[PATCH v4 1/1] mm/rmap: fix potential out-of-bounds page table access during batched unmap
 2025-07-02  1:29 UTC  (3+ messages)

[PATCH v6 0/8] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-01 20:05 UTC  (11+ messages)
  ` [PATCH v6 1/8] pwm: Expose PWM_WFHWSIZE in public header
  ` [PATCH v6 2/8] rust: pwm: Add Kconfig and basic data structures
  ` [PATCH v6 3/8] rust: pwm: Add core 'Device' and 'Chip' object wrappers
  ` [PATCH v6 4/8] rust: pwm: Add driver operations trait and registration support
  ` [PATCH v6 5/8] pwm: Add Rust driver for T-HEAD TH1520 SoC
  ` [PATCH v6 6/8] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
  ` [PATCH v6 7/8] riscv: dts: thead: Add PWM controller node
  ` [PATCH v6 8/8] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v4 0/4] mm: batched unmap lazyfree large folios during reclamation
 2025-07-01 16:17 UTC  (5+ messages)
` [PATCH v4 3/4] mm: Support batched unmap for "

[PATCH net-next v2 00/18] Support the Cadence MACB/GEM instances on Mobileye EyeQ5 SoCs
 2025-07-01 16:53 UTC  (31+ messages)
` [PATCH net-next v2 01/18] dt-bindings: net: cdns,macb: sort compatibles
` [PATCH net-next v2 02/18] dt-bindings: net: cdns,macb: add Mobileye EyeQ5 ethernet interface
` [PATCH net-next v2 03/18] dt-bindings: net: cdns,macb: allow tsu_clk without tx_clk
` [PATCH net-next v2 05/18] net: macb: use BIT() macro for capability definitions
` [PATCH net-next v2 06/18] net: macb: Remove local variables clk_init and init in macb_probe()
` [PATCH net-next v2 07/18] net: macb: drop macb_config NULL checking
` [PATCH net-next v2 08/18] net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)
` [PATCH net-next v2 09/18] net: macb: sort #includes
` [PATCH net-next v2 10/18] net: macb: remove illusion about TBQPH/RBQPH being per-queue
` [PATCH net-next v2 11/18] net: macb: single dma_alloc_coherent() for DMA descriptors
` [PATCH net-next v2 12/18] net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignment
` [PATCH net-next v2 13/18] net: macb: avoid double endianness swap in macb_set_hwaddr()
` [PATCH net-next v2 14/18] net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
` [PATCH net-next v2 15/18] net: macb: Add "mobileye,eyeq5-gem" compatible

[PATCH v3 1/1] mm/rmap: fix potential out-of-bounds page table access during batched unmap
 2025-07-01 14:15 UTC  (3+ messages)

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-07-01 13:56 UTC  (2+ messages)
` [PATCH 16/23] riscv: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset "

[PATCH v5 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-01 13:47 UTC  (12+ messages)
  ` [PATCH v5 8/9] riscv: dts: thead: Add PVT node
  ` [PATCH v5 1/9] rust: pwm: Add Kconfig and basic data structures

[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-07-01 13:37 UTC  (10+ messages)
` [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes

[PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension
 2025-07-01 13:01 UTC  (4+ messages)

[PATCH v3 11/24] cpuidle: riscv-sbi: Opt-out from genpd's common ->sync_state() support
 2025-07-01 11:47 UTC  (2+ messages)
` [PATCH v3 24/24] cpuidle: riscv-sbi: Drop redundant sync_state support

[PATCH v4 0/7] spacemit: introduce P1 PMIC support
 2025-07-01 11:07 UTC  (5+ messages)
` [PATCH v4 2/7] mfd: simple-mfd-i2c: add SpacemiT P1 support

[PATCH v2 0/8] dmaengine: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
 2025-07-01 10:04 UTC  (17+ messages)
` [PATCH v2 1/8] dt-bindings: dma: marvell,mmp-dma: Add SpacemiT K1 PDMA support
` [PATCH v2 2/8] dmaengine: mmp_pdma: Add optional clock support
` [PATCH v2 3/8] dmaengine: mmp_pdma: Add optional reset controller support
` [PATCH v2 4/8] dmaengine: mmp_pdma: Add operations structure for controller abstraction
` [PATCH v2 5/8] dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressing
` [PATCH v2 6/8] riscv: dts: spacemit: Add PDMA0 node for K1 SoC
` [PATCH v2 7/8] riscv: dts: spacemit: Enable PDMA0 on Banana Pi F3 and Milkv Jupiter
` [PATCH v2 8/8] riscv: defconfig: Enable MMP_PDMA support for SpacemiT K1 SoC

[PATCH 0/3] PCI: host-generic: Fix driver_data overwriting bugs
 2025-07-01 10:54 UTC  (5+ messages)

[PATCH net-next RFC v4 0/4] riscv: dts: sophgo: Add ethernet support for cv18xx
 2025-07-01 10:04 UTC  (9+ messages)
` [PATCH net-next RFC v4 1/4] dt-bindings: net: Add support for Sophgo CV1800 dwmac
` [PATCH net-next RFC v4 2/4] riscv: dts: sophgo: Add ethernet device for cv18xx
` [PATCH net-next RFC v4 3/4] riscv: dts: sophgo: Add mdio multiplexer "
` [PATCH net-next RFC v4 4/4] riscv: dts: sophgo: Enable ethernet device for Huashan Pi

[PATCH 0/6] docs: Remove false positives from check-sysctl-docs
 2025-07-01  8:56 UTC  (7+ messages)
` [PATCH 1/6] docs: nixify check-sysctl-docs
` [PATCH 2/6] docs: Use skiplist when checking sysctl admin-guide
` [PATCH 3/6] docs: Add awk section for ucount sysctl entries
` [PATCH 4/6] docs: Remove colon from ctltable title in vm.rst
` [PATCH 5/6] docs: Replace spaces with tabs in check-sysctl-docs
` [PATCH 6/6] docs: Downgrade arm64 & riscv from titles to comment

[PATCH 0/8] pwm: Drop local locking in several drivers
 2025-07-01  7:57 UTC  (2+ messages)

[PATCH v4] riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot
 2025-07-01  4:16 UTC  (2+ messages)

[PATCH v3 0/3] RISC-V: Add ACPI support for IOMMU
 2025-07-01  3:47 UTC  (7+ messages)
` [PATCH v3 1/3] ACPI: RISC-V: Add support for RIMT
` [PATCH v3 2/3] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()

[PATCH net-next 0/2] riscv: dts: sophgo: Add mdio multiplexer for cv18xx
 2025-07-01  0:36 UTC  (4+ messages)
` [PATCH net-next 2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs

ld.lld: error: Function Import: link error: linking module flags 'Code Model': IDs have conflicting values: 'i32 3' from vmlinux.a(init.o at 899876), and 'i32 1' from vmlinux.a(security.o at 937376)
 2025-06-30 22:22 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 18/21] riscv: vdso: Exclude .rodata from the PT_DYNAMIC segment
 2025-06-30 20:45 UTC 

[PATCH AUTOSEL 6.15 20/23] riscv: vdso: Exclude .rodata from the PT_DYNAMIC segment
 2025-06-30 20:44 UTC 

[PATCH v7 0/5] Add TH1520 GPU support with power sequencing
 2025-06-30 20:52 UTC  (3+ messages)
  ` [PATCH v7 3/5] riscv: dts: thead: th1520: Add GPU clkgen reset to AON node

[PATCH v4 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-30 20:35 UTC  (3+ messages)
  ` [PATCH v4 5/9] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED

[PATCH v2 00/14] SHA-256 library improvements
 2025-06-30 16:06 UTC  (7+ messages)
` [PATCH v2 02/14] cxl/test: Simplify fw_buf_checksum_show()
` [PATCH v2 05/14] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH v2 10/14] crypto: sha256 - Use same state format as legacy drivers
` [PATCH v2 11/14] lib/crypto: sha256: Remove sha256_is_arch_optimized()
` [PATCH v2 12/14] lib/crypto: sha256: Consolidate into single module
` [PATCH v2 13/14] lib/crypto: sha256: Sync sha256_update() with sha512_update()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).