public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 14:12:01 to 2026-03-06 13:46:25 UTC [more...]

[PATCH phy-next 00/22] Split Generic PHY consumer and provider API
 2026-03-06 13:06 UTC  (65+ messages)
` [PATCH phy-next 01/22] ata: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 02/22] PCI: add missing headers transitively included by <linux/phy/phy.h>
` [PATCH phy-next 03/22] usb: "
` [PATCH phy-next 04/22] drm: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 05/22] phy: "
` [PATCH phy-next 06/22] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH phy-next 07/22] net: lan969x: include missing <linux/of.h>
` [PATCH phy-next 08/22] PCI: remove device links to PHY
` [PATCH phy-next 09/22] ufs: exynos: stop poking into struct phy guts
` [PATCH phy-next 10/22] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH phy-next 11/22] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH phy-next 12/22] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH phy-next 13/22] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH phy-next 14/22] drm/rockchip: dsi: include PHY provider header
` [PATCH phy-next 15/22] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH phy-next 16/22] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH phy-next 17/22] net: renesas: rswitch: "
` [PATCH phy-next 18/22] pinctrl: tegra-xusb: "
` [PATCH phy-next 19/22] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH phy-next 20/22] phy: include PHY provider header
` [PATCH phy-next 21/22] phy: remove temporary provider compatibility from consumer header
` [PATCH phy-next 22/22] MAINTAINERS: add regex for linux-phy

[PATCH v4 1/3] dt-bindings: mfd: spacemit,p1: Add individual regulator supply properties
 2026-03-06 13:46 UTC  (2+ messages)
` (subset) "

[RFC PATCH v1 00/11] riscv: hwprobe: Introduce rva23u64 base behavior
 2026-03-06 12:47 UTC  (15+ messages)
` [RFC PATCH v1 04/11] riscv: Add B to hwcap
` [RFC PATCH v1 08/11] riscv: hwprobe: Introduce rva23u64 base behavior
` [RFC PATCH v1 10/11] riscv: /proc/cpuinfo: Add rva23 bases to output

[PATCH] riscv: enable HAVE_IOREMAP_PROT
 2026-03-06 11:27 UTC 

[PATCH v2] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
 2026-03-06 10:01 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v2 0/3] Add SDHCI support for Canaan K230 SoC
 2026-03-06  9:00 UTC  (4+ messages)
` [PATCH v2 2/3] mmc: sdhci-dwcmshc: Add Canaan K230 DWCMSHC controller support

[PATCH v2 0/5] AST2700-A2 interrupt controller hierarchy and route support
 2026-03-06  8:07 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: interrupt-controller: aspeed: Add AST2700-A2 support
` [PATCH v2 2/5] irqchip/ast2700-intc: "
` [PATCH v2 3/5] irqchip/ast2700-intc: Add KUnit tests for route resolution
` [PATCH v2 4/5] irqchip/aspeed-intc: Remove AST2700-A0 support
` [PATCH v2 5/5] dt-bindings: interrupt-controller: aspeed: "

[PATCH] riscv: cif: clear CFI lock status in start_thread
 2026-03-06  8:06 UTC 

[PATCH 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
 2026-03-06  7:37 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Fix array out-of-bounds in pmu_ctr_read()
` [PATCH 2/2] RISC-V: KVM: Fix array out-of-bounds in pmu_fw_ctr_read_hi()

[PATCH 00/27] Nested virtualization for KVM RISC-V
 2026-03-06  7:04 UTC  (7+ 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

[RFC v1 00/18] PCI: Enable async probe by default
 2026-03-06  4:14 UTC  (12+ messages)
` [RFC v1 10/18] PCI: keystone: Allow asynchronous probing for background link training
` [RFC v1 11/18] PCI: keembay: "
` [RFC v1 12/18] PCI: kirin: "
` [RFC v1 13/18] PCI: layerscape: "
` [RFC v1 14/18] PCI: meson: "
` [RFC v1 15/18] PCI: sophgo: "
` [RFC v1 16/18] PCI: tegra194: "
` [RFC v1 17/18] PCI: uniphier: "
` [RFC v1 18/18] PCI: visconti: "

[PATCH v2 0/3] RISC-V: KVM: Fix hugepage mapping handling during dirty logging
 2026-03-06  3:19 UTC  (5+ messages)
` [PATCH v2 1/3] RISC-V: KVM: Fix lost write protection on huge pages "
` [PATCH v2 2/3] RISC-V: KVM: Allow splitting huge pages to arbitrary level
` [PATCH v2 3/3] RISC-V: KVM: Split huge pages during fault handling for dirty logging

[PATCH net-next v7 3/3] net: stmmac: Add glue layer for Spacemit K3 SoC
 2026-03-06  2:52 UTC  (2+ messages)
` [net-next,v7,3/3] "

[PATCH v13 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2026-03-05 23:50 UTC  (3+ messages)
` [PATCH v13 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller

[RFC PATCH v1 7/7] perf unwind-libunwind: Add RISC-V libunwind support
 2026-03-05 22:19 UTC  (9+ messages)
` [PATCH v2 0/8] perf libunwind multiple remote support
  ` [PATCH v2 1/8] perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selection
  ` [PATCH v2 2/8] perf build loongarch: Remove reference to missing file
  ` [PATCH v2 3/8] tools build: Deduplicate test-libunwind for different architectures
  ` [PATCH v2 4/8] perf build: Be more programmatic when setting up libunwind variables
  ` [PATCH v2 5/8] perf unwind-libunwind: Make libunwind register reading cross platform
  ` [PATCH v2 6/8] perf unwind-libunwind: Move flush/finish access out of local
  ` [PATCH v2 8/8] perf unwind-libunwind: Add RISC-V libunwind support

[PATCH v2 0/2] Add cofficients to the TH1520 PVT
 2026-03-05 21:34 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520
` [PATCH v2 2/2] riscv: dts: thead: th1520: add coefficients to the PVT node

[PATCH net-next v2 2/8] net: macb: rename macb_default_usrio to at91_default_usrio as not all platforms have mii mode control in usrio
 2026-03-05 21:04 UTC  (10+ messages)
` [net-next,v2,2/8] "

[PATCH net-next v3 0/3] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
 2026-03-05 18:42 UTC  (8+ messages)
` [PATCH net-next v3 1/3] dt-bindings: ethernet: eswin: add clock sampling control
          `  "

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-03-05 17:26 UTC  (6+ messages)
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t

[PATCH v3 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-03-05 17:05 UTC  (5+ messages)
` [PATCH v3 2/3] thermal: spacemit: k1: Add thermal sensor support

[PATCH 0/4] selftests: riscv: Fix compilation issues for v_ptrace and cfi
 2026-03-05 16:10 UTC  (6+ messages)
` [PATCH 1/4] selftests: riscv: Add definition of BIT() macro
` [PATCH 2/4] selftests: riscv: Add braces around EXPECT_EQ()
` [PATCH 3/4] riscv: ptrace: Fix BIT() compilation issues
` [PATCH 4/4] selftests: riscv: Add license to cfi selftest

[PATCH] riscv: acpi: update FADT revision check to 6.6
 2026-03-05 14:19 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()
 2026-03-05 13:30 UTC  (2+ messages)

[GIT PULL] RISC-V soc fixes for v7.0-rc1
 2026-03-05 13:26 UTC  (5+ messages)

[PATCH] clk: spacemit: ccu_mix: fix inverted condition in ccu_mix_trigger_fc()
 2026-03-05 13:19 UTC  (2+ messages)

[PATCHv7 RESEND 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-03-05 10:39 UTC  (3+ messages)
` [PATCHv7 12/18] mm/hugetlb: Remove fake head pages

[PATCH v4 0/3] Implement Send and Sync for clk
 2026-03-05  8:43 UTC  (6+ messages)
  ` [PATCH v4 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[PATCH] mailmap: add entry for Charlie Jenkins
 2026-03-05  8:34 UTC 

[PATCH v2 4/5] uaccess: Disable -Wshadow in __scoped_user_access()
 2026-03-05  8:10 UTC  (2+ messages)

[PATCH net-next v3 2/3] net: stmmac: eic7700: enable clocks before syscon access and correct RX sampling timing
 2026-03-05  8:10 UTC  (3+ messages)

[PATCH net-next] net: spacemit: Remove unused buff_addr fields
 2026-03-05  7:00 UTC 

[PATCH net v2 0/2] net: spacemit: A few error handling fixes
 2026-03-05  6:39 UTC  (3+ messages)
` [PATCH net v2 1/2] net: spacemit: Fix error handling in emac_alloc_rx_desc_buffers()
` [PATCH net v2 2/2] net: spacemit: Fix error handling in emac_tx_mem_map()

[PATCH v11 0/4] Add support for Andes Qilai SoC PCIe controller
 2026-03-05  6:31 UTC  (4+ messages)
` [PATCH v11 2/4] riscv: dts: qilai: Add PCIe node into the QiLai SoC
` (subset) [PATCH v11 0/4] Add support for Andes Qilai SoC PCIe controller

[PATCH v2 0/2] PCI: dwc: Add multi-port controller support
 2026-03-05  6:20 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: API changes for "
` [PATCH v2 2/2] PCI: dwc: Add "

[PATCH net-next 0/4] net: spacemit: A few minor/theoretical fixes
 2026-03-05  5:55 UTC  (5+ messages)
` [PATCH net-next 1/4] net: spacemit: Remove unused buff_addr fields

[PATCH v2 0/2] RISC-V IOMMU HPM support
 2026-03-05  3:51 UTC  (2+ messages)

[PATCH v4 0/2] phy: spacemit: Add USB2 PHY support for K3 SoC
 2026-03-05  1:00 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: phy: spacemit: k3: add USB2 PHY support
` [PATCH v4 2/2] phy: k1-usb: "

[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
 2026-03-05  0:36 UTC  (2+ messages)

[PATCH v4 0/6] ASoC: sophgo: add CV1800 I2S controllers support
 2026-03-05  0:01 UTC  (5+ messages)
` [PATCH v4 6/6] riscv: dts: sophgo: dts nodes for i2s tdm modules

[PATCH v7 0/3] Add Tenstorrent Atlantis Clock/Reset Controller
 2026-03-04 23:43 UTC  (6+ messages)
` [PATCH v7 3/3] clk: tenstorrent: Add Atlantis clock controller driver

spi: Regression with v7.0-rc1 on VisionFive 2
 2026-03-04 21:52 UTC  (6+ messages)

[PATCH v2] riscv: Limit uaccess speculation using guard page
 2026-03-04 15:57 UTC  (2+ messages)

[RFC v1 08/18] PCI: fu740: Allow asynchronous probing for background link training
 2026-03-04 15:54 UTC  (3+ messages)

cleanup the RAID5 XOR library
 2026-03-04 15:42 UTC  (11+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context

[PATCH v4 00/10] Add clock and reset support for Mobileye EyeQ7H
 2026-03-04 15:25 UTC  (11+ messages)
` [PATCH v4 01/10] dt-bindings: soc: mobileye: Add EyeQ7H OLB
` [PATCH v4 02/10] reset: eyeq: Add EyeQ7H compatibles
` [PATCH v4 03/10] clk: fixed-factor: Rework initialization with parent clocks
` [PATCH v4 04/10] clk: fixed-factor: Export __clk_hw_register_fixed_factor()
` [PATCH v4 05/10] clk: eyeq: Prefix the PLL registers with the PLL type
` [PATCH v4 06/10] clk: eyeq: Introduce a generic clock type
` [PATCH v4 07/10] clk: eyeq: Convert clocks declaration to eqc_clock
` [PATCH v4 08/10] clk: eyeq: Drop PLL, dividers, and fixed factors structs
` [PATCH v4 09/10] clk: eyeq: Add EyeQ7H compatibles
` [PATCH v4 10/10] MAINTAINERS: Add entry for Mobileye RISC-V SoCs


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