Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 06:24:07 to 2026-03-26 08:33:17 UTC [more...]

[PATCH RFC v2 00/17] RISC-V: QoS: add CBQRI resctrl interface
 2026-03-26  8:32 UTC  (15+ messages)
` [PATCH RFC v2 06/17] RISC-V: QoS: define CBQRI resctrl resources and domains
  ` [External] "
` [PATCH RFC v2 08/17] RISC-V: QoS: add resctrl interface for CBQRI controllers
  ` [External] "
` [PATCH RFC v2 13/17] acpi: pptt: Add helper to find a cache from id
  ` [External] "
` [PATCH RFC v2 14/17] include: acpi: actbl2: Add structs for RQSC table
  ` [External] "

[PATCH v2 0/7] dmaengine: Add Peripheral DMA support for SpacemiT K3 SoC
 2026-03-26  8:17 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: dmaengine: Add SpacemiT K1 DMA request definitions
` [PATCH v2 2/7] dt-bindings: dmaengine: Add SpacemiT K3 DMA compatible string
` [PATCH v2 3/7] dt-bindings: dmaengine: Add SpacemiT K3 DMA request definitions
` [PATCH v2 4/7] dmaengine: mmp_pdma: support variable extended DRCMR base
` [PATCH v2 5/7] dmaengine: mmp_pdma: add Spacemit K3 support
` [PATCH v2 6/7] clk: spacemit: k3: mark top_dclk as CLK_IS_CRITICAL
` [PATCH v2 7/7] riscv: dts: spacemit: Add PDMA controller node for K3 SoC

[PATCH v5 phy-next 00/27] Split Generic PHY consumer and provider API
 2026-03-26  8:04 UTC  (7+ messages)
` [PATCH v5 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state

[PATCH 0/2] riscv: spacemit: k3: Add I2C support
 2026-03-26  7:47 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: i2c: spacemit: k3: Add compatible
` [PATCH 2/2] dts: riscv: spacemit: k3: Add i2c nodes

[PATCH 0/6] riscv: dts: spacemit: enable more devices
 2026-03-26  7:34 UTC  (18+ messages)
` [PATCH 1/6] riscv: dts: spacemit: add LEDs for Milk-V Jupiter board
` [PATCH 2/6] riscv: dts: spacemit: add 24c04 eeprom on Milk-V Jupiter
` [PATCH 3/6] riscv: dts: spacemit: add i2c aliases "
` [PATCH 4/6] riscv: dts: spacemit: enable QSPI and add SPI NOR "
` [PATCH 5/6] riscv: dts: spacemit: enable USB 3 ports "
` [PATCH 6/6] riscv: dts: spacemit: enable PCIe "

[PATCH] dts: riscv: spacemit: k3: add P1 PMIC regulator tree
 2026-03-26  7:27 UTC  (7+ messages)

[PATCH v6] riscv: dts: spacemit: Add ethernet device for K3
 2026-03-26  7:25 UTC  (2+ messages)

[PATCH v2 4/4] riscv: dts: spacemit: Enable USB3.0/PCIe on OrangePi RV2
 2026-03-26  7:06 UTC  (3+ messages)

[PATCH v4 00/10] gpu: nova-core: convert registers to use the kernel register macro
 2026-03-26  6:27 UTC  (14+ messages)
` [PATCH v4 01/10] gpu: nova-core: introduce `bounded_enum` macro
` [PATCH v4 02/10] gpu: nova-core: convert PMC registers to kernel register macro
` [PATCH v4 03/10] gpu: nova-core: convert PBUS "
` [PATCH v4 04/10] gpu: nova-core: convert PFB "
` [PATCH v4 05/10] gpu: nova-core: convert GC6 "
` [PATCH v4 06/10] gpu: nova-core: convert FUSE "
` [PATCH v4 07/10] gpu: nova-core: convert PDISP "
` [PATCH v4 08/10] gpu: nova-core: convert falcon "
` [PATCH v4 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
` [PATCH v4 10/10] Documentation: nova: remove register abstraction task

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

cleanup the RAID6 P/Q library
 2026-03-26  5:25 UTC  (22+ messages)
` [PATCH 01/17] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/17] raid6: move to lib/raid/
` [PATCH 04/17] raid6: remove unused defines in pq.h
` [PATCH 05/17] raid6: remove raid6_get_zero_page
` [PATCH 06/17] raid6: use named initializers for struct raid6_calls
` [PATCH 07/17] raid6: improve the public interface
` [PATCH 08/17] raid6: hide internals
` [PATCH 09/17] raid6: rework the init helpers
` [PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 12/17] raid6: update top of file comments
` [PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 15/17] raid6_kunit: cleanup dataptr handling
` [PATCH 16/17] raid6_kunit: randomize parameters and increase limits
` [PATCH 17/17] raid6_kunit: randomize buffer alignment

cleanup the RAID5 XOR library v3
 2026-03-26  5:18 UTC  (25+ messages)
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case

[PATCH v10 0/8] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-26  4:00 UTC  (10+ messages)
` [PATCH v10 1/8] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v10 2/8] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v10 3/8] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v10 4/8] crash: Exclude crash kernel memory in crash core
` [PATCH v10 5/8] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v10 6/8] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v10 7/8] riscv: "
` [PATCH v10 8/8] crash: Fix race condition between crash kernel loading and memory hotplug

[PATCH net-next v5 0/3] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
 2026-03-26  3:14 UTC  (7+ messages)
` [PATCH net-next v5 1/3] dt-bindings: ethernet: eswin: add clock sampling control
` [PATCH net-next v5 2/3] net: stmmac: eic7700: enable clocks before syscon access and correct RX sampling timing
` [PATCH net-next v5 3/3] riscv: dts: eswin: eic7700-hifive-premier-p550: enable Ethernet controller
    `  "

[PATCH v5] riscv: dts: spacemit: Add ethernet device for K3
 2026-03-26  1:32 UTC  (3+ messages)

[PATCH net-next v9 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-26  1:08 UTC  (9+ messages)
` [PATCH net-next v9 2/6] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH net-next v9 5/6] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH net-next v9 6/6] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v4 0/2] phy: spacemit: Add USB2 PHY support for K3 SoC
 2026-03-26  0:14 UTC  (2+ messages)

[PATCH 0/2] riscv: mm: Define DIRECT_MAP_PHYSMEM_END, fix ZONE_DEVICE
 2026-03-25 23:11 UTC  (3+ messages)
` [PATCH 1/2] riscv: mm: WARN_ON() for bad addresses in vmemmap_populate()

[PATCH] riscv: enable HAVE_IOREMAP_PROT
 2026-03-25 23:09 UTC  (2+ messages)

[PATCH] riscv: dts: thead: beaglev-ahead: enable HDMI output
 2026-03-25 21:57 UTC  (3+ messages)

[PATCH net-next v4 00/13] macb usrio/tsu patches
 2026-03-25 21:46 UTC  (3+ messages)
` [PATCH net-next v4 03/13] dt-bindings: net: cdns,macb: replace cdns,refclk-ext with cdns,refclk-source

[PATCH net-next v10 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-25 21:14 UTC  (3+ messages)
` [PATCH net-next v10 2/6] net: stmmac: qcom-ethqos: use generic device properties

[PATCH] riscv: Fix typo in purgatory end label
 2026-03-25 18:59 UTC  (2+ messages)

[PATCH] riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not set
 2026-03-25 18:57 UTC  (2+ messages)

[PATCH net-next v10 6/6] net: stmmac: qcom-ethqos: add support for sa8255p
 2026-03-25 16:53 UTC  (2+ messages)

[PATCH net-next v5 00/14] macb usrio/tsu patches
 2026-03-25 16:28 UTC  (15+ messages)
` [PATCH net-next v5 01/14] Revert "net: macb: Clean up the .usrio settings in macb_config instances"
` [PATCH net-next v5 02/14] net: macb: rename macb_default_usrio to at91_default_usrio as not all platforms have mii mode control in usrio
` [PATCH net-next v5 03/14] net: macb: split USRIO_HAS_CLKEN capability in two
` [PATCH net-next v5 04/14] dt-bindings: net: cdns,macb: replace cdns,refclk-ext with cdns,refclk-source
` [PATCH net-next v5 05/14] net: macb: rework usrio refclk selection code
` [PATCH net-next v5 06/14] net: macb: np4 doesn't need a usrio pointer
` [PATCH net-next v5 07/14] net: macb: add mpfs specific usrio configuration
` [PATCH net-next v5 08/14] net: macb: warn on pclk use as a tsu_clk fallback
` [PATCH net-next v5 09/14] net: macb: clean up tsu clk rate acquisition
` [PATCH net-next v5 10/14] dt-bindings: net: macb: add property indicating timer adjust mode
` [PATCH net-next v5 11/14] net: macb: timer adjust mode is not supported
` [PATCH net-next v5 12/14] net: macb: runtime detect MACB_CAPS_USRIO_DISABLED
` [PATCH net-next v5 13/14] net: macb: set MACB_CAPS_USRIO_DISABLED if no usrio config is provided
` [PATCH net-next v5 14/14] net: macb: drop usrio pointer on EyeQ5 config

[PATCH] phy: spacemit: Remove incorrect clk_disable() in spacemit_usb2phy_init()
 2026-03-25 16:23 UTC 

[PATCH v5 00/10] Add clock and reset support for Mobileye EyeQ7H
 2026-03-25 12:48 UTC  (3+ messages)

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-25 12:44 UTC  (15+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCH] gpio: fix up CONFIG_OF dependencies
 2026-03-25 10:41 UTC  (3+ messages)

[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
 2026-03-25  4:14 UTC  (2+ messages)

[PATCH 00/12] SM3 library
 2026-03-24 23:27 UTC  (2+ messages)

[RFC PATCH v2 0/3] riscv: support EIC770X/JH7110 noncoherent devices with XPbmtUC
 2026-03-24 17:49 UTC  (3+ messages)

[PATCH v13 0/5] PolarFire SoC GPIO interrupt support
 2026-03-24 17:45 UTC  (3+ messages)
` (subset) "

[PATCH v4 0/8] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-03-24 14:43 UTC  (4+ messages)
` [PATCH v4 2/8] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support

[PATCH v5 0/4] Add USB support for Canaan K230
 2026-03-24 13:03 UTC  (3+ messages)
` [PATCH v5 2/4] dt-bindings: usb: dwc2: Add support for Canaan K230 SoC

[PATCH v2 1/1] usb: dwc3: Add optional VBUS regulator support to SpacemiT K1
 2026-03-24 13:02 UTC  (2+ messages)

[PATCH v3 07/12] rvtrace: Add trace ramsink driver
 2026-03-24 12:45 UTC  (3+ messages)

[PATCH 0/4] Add crashdump support in guest kernel
 2026-03-24 11:45 UTC  (5+ messages)
` [PATCH 1/4] riscv: Add kexec trampoline text section to vmlinux.lds.S
` [PATCH 2/4] riscv: kexec: Place norelocate trampoline into .kexec.tramp.text
` [PATCH 3/4] riscv: kexec: Build trampoline page tables for crash kernel entry
` [PATCH 4/4] riscv: kexec: Switch to trampoline page table before norelocate

[RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
 2026-03-24  9:12 UTC  (12+ messages)

[PATCH] riscv: dts: spacemit: Add PDMA controller node for K3 SoC
 2026-03-24  8:43 UTC  (3+ messages)

[PATCH] riscv: dts: spacemit: drop incorrect pinctrl for combo PHY
 2026-03-24  6:54 UTC  (2+ messages)

[PATCH] clk: spacemit: ccu_mix: fix inverted condition in ccu_mix_trigger_fc()
 2026-03-24  6:45 UTC  (2+ messages)

[PATCH 1/1] riscv: dts: spacemit: reorder phy nodes for K1
 2026-03-24  6:39 UTC  (2+ messages)

[PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-24  6:35 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