public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 17:19:40 to 2026-03-13 01:17:14 UTC [more...]

[PATCH net-next v8 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-13  1:16 UTC  (11+ messages)
` [PATCH net-next v8 1/6] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v8 2/6] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH net-next v8 3/6] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH net-next v8 4/6] net: stmmac: qcom-ethqos: split power management fields into a separate structure
` [PATCH net-next v8 5/6] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH net-next v8 6/6] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v2 0/4] riscv: dts: spacemit: Add PMIC regulators usb pcie
 2026-03-13  0:30 UTC  (4+ messages)
` [PATCH v2 2/4] riscv: dts: spacemit: Define fixed regulators for OrangePi RV2

[PATCH 0/2] reset: spacemit: k3: Decouple the composite reset
 2026-03-13  0:23 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: soc: spacemit: k3: Decouple composite reset lines
` [PATCH 2/2] reset: spacemit: k3: Add individual reset lines for USB, PCIe

[PATCH v2 0/7] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-03-13  0:19 UTC  (7+ messages)
` [PATCH v2 2/7] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support
` [PATCH v2 6/7] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure

mm/pgtable: Support for page table check on s390
 2026-03-12 22:46 UTC  (8+ messages)
` [PATCH v2 1/4] mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()

[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
 2026-03-12 19:30 UTC  (2+ messages)

[PATCH 00/20] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-12 19:28 UTC  (21+ messages)
` [PATCH 01/20] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH 03/20] mm/vma: add further vma_flags_t unions
` [PATCH 04/20] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH 05/20] mm/vma: use new VMA flags for sticky flags logic
` [PATCH 06/20] tools/testing/vma: fix VMA flag tests
` [PATCH 07/20] mm/vma: add append_vma_flags() helper
` [PATCH 08/20] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH 09/20] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH 10/20] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH 11/20] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH 12/20] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH 13/20] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH 14/20] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH 15/20] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH 16/20] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH 17/20] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH 18/20] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH 19/20] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH 20/20] mm/vma: convert __mmap_region() "
` [PATCH 02/20] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]

[PATCH 00/17] cleanup in spi by use devm_clk_get_enabled
 2026-03-12 19:18 UTC  (21+ messages)
` [PATCH 01/17] spi: axiado: Use helper function devm_clk_get_enabled()
` [PATCH 02/17] spi: bcm63xx-hsspi: "
` [PATCH 03/17] spi: bcmbca-hsspi: "
` [PATCH 04/17] spi: img-spfi: "
` [PATCH 05/17] spi: imx: "
` [PATCH 06/17] spi: npcm-pspi: "
` [PATCH 07/17] spi: orion: "
` [PATCH 08/17] spi: rockchip-sfc: "
` [PATCH 09/17] spi: sifive: "
` [PATCH 10/17] spi: slave-mt27xx: "
` [PATCH 11/17] spi: st: "
` [PATCH 12/17] spi: stm32-qspi: "
` [PATCH 13/17] spi: stm32: "
` [PATCH 14/17] spi: sunplus-sp7021: "
` [PATCH 15/17] spi: uniphier: "
` [PATCH 16/17] spi: zynq-qspi: "
` [PATCH 17/17] spi: zynqmp-gqspi: "

[PATCH v1] firmware: microchip: fail auto-update probe if no flash found
 2026-03-12 18:01 UTC  (3+ messages)

[PATCH] dt-bindings: serial: 8250: spacemit: fix clock property for K3 SoC
 2026-03-12 14:13 UTC  (4+ messages)

cleanup the RAID5 XOR library v2
 2026-03-12 13:46 UTC  (35+ messages)
` [PATCH 01/27] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/27] arm/xor: remove in_interrupt() handling
` [PATCH 03/27] um/xor: cleanup xor.h
` [PATCH 04/27] xor: move to lib/raid/
` [PATCH 05/27] xor: small cleanups
` [PATCH 06/27] xor: cleanup registration and probing
` [PATCH 07/27] xor: split xor.h
` [PATCH 08/27] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/27] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 11/27] arm: "
` [PATCH 12/27] arm64: "
` [PATCH 13/27] loongarch: "
` [PATCH 14/27] powerpc: "
` [PATCH 15/27] riscv: "
` [PATCH 16/27] sparc: "
` [PATCH 17/27] s390: "
` [PATCH 18/27] x86: "
` [PATCH 19/27] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/27] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/27] xor: add a better public API
` [PATCH 22/27] async_xor: use xor_gen
` [PATCH 23/27] btrfs: "
` [PATCH 24/27] xor: pass the entire operation to the low-level ops
` [PATCH 25/27] xor: use static_call for xor_gen
` [PATCH 26/27] random: factor out a __limit_random_u32_below helper
` [PATCH 27/27] xor: add a kunit test case

[PATCH v1 0/2] LRW UART: Patch series for LRW UART driver
 2026-03-12 13:45 UTC  (3+ messages)
` [PATCH v1 2/2] LRW UART: serial: add driver for the LRW UART

[PATCH v3 0/3] Add SDHCI support for Canaan K230 SoC
 2026-03-12 13:31 UTC  (6+ messages)
` [PATCH v3 2/3] mmc: sdhci-dwcmshc: Add Canaan K230 DWCMSHC controller support

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-03-12 12:53 UTC  (6+ messages)
` [PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt

[PATCH] irqchip/riscv-aplic: fix PM for multi-aplic system
 2026-03-12 12:07 UTC  (3+ messages)

[PATCH 0/2] gpio/pinctrl: spacemit: Add GPIO pin configuration support for K1
 2026-03-12 11:21 UTC  (4+ messages)
` [PATCH 1/2] pinctrl: spacemit: return -ENOTSUPP for unsupported pin configurations
` [PATCH 2/2] gpio: spacemit-k1: Add set_config callback support

[PATCH v6 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-12 11:07 UTC  (7+ messages)
` [PATCH v6 1/3] ACPI: Rename get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v6 2/3] x86: Implement acpi_get_cpu_uid()
` [PATCH v6 3/3] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH net-next v3 00/10] macb usrio/tsu patches
 2026-03-12 10:22 UTC  (15+ messages)
` [PATCH net-next v3 03/10] dt-bindings: net: cdns,macb: replace cdns,refclk-ext with cdns,refclk-source
` [PATCH net-next v3 08/10] net: macb: clean up tsu clk rate acquisition
` [PATCH net-next v3 09/10] dt-bindings: net: macb: add property indicating timer adjust mode
` [PATCH net-next v3 10/10] net: macb: timer adjust mode is not supported
  ` [PATCH 1/3] net: macb: runtime detect MACB_CAPS_USRIO_DISABLED
    ` [PATCH 2/3] net: macb: set MACB_CAPS_USRIO_DISABLED if no usrio config is provided
    ` [PATCH 3/3] net: macb: drop usrio pointer on EyeQ5 config

[PATCH v2 0/2] PCI: dwc: Add multi-port controller support
 2026-03-12  4:01 UTC  (2+ messages)

[PATCH RFC] riscv: disable local interrupts and stop other CPUs before restart
 2026-03-12  3:05 UTC  (5+ messages)

[PATCH net-next v9 0/4] riscv: spacemit: Add ethernet support for K3
 2026-03-12  1:22 UTC  (5+ messages)
` [PATCH net-next v9 1/4] dt-bindings: net: Add support for Spacemit K3 dwmac
` [PATCH net-next v9 2/4] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string
` [PATCH net-next v9 3/4] net: stmmac: Add glue layer for Spacemit K3 SoC
` [PATCH net-next v9 4/4] MAINTAINERS: add entry for SpacemiT DWMAC glue layer

[PATCH v3 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
 2026-03-12  1:20 UTC  (6+ messages)
` [PATCH v3 1/2] RISC-V: KVM: Fix array out-of-bounds in pmu_ctr_read() and pmu_fw_ctr_read_hi()
    `  "
` [PATCH v3 2/2] RISC-V: KVM: selftests: Fix firmware counter read in sbi_pmu_test

[PATCH v4 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
 2026-03-12  1:19 UTC  (3+ messages)
` [PATCH v4 1/2] RISC-V: KVM: Fix array out-of-bounds in pmu_ctr_read() and pmu_fw_ctr_read_hi()
` [PATCH v4 2/2] RISC-V: KVM: selftests: Fix firmware counter read in sbi_pmu_test

[PATCH v2] RISC-V: KVM: fix PMU snapshot_set_shmem on 32-bit hosts
 2026-03-11 23:18 UTC 

[PATCH] RISC-V: KVM: fix PMU snapshot_set_shmem on 32-bit hosts
 2026-03-11 23:17 UTC  (3+ messages)

[PATCH v12 0/4] PolarFire SoC GPIO interrupt support
 2026-03-11 19:44 UTC  (9+ messages)
` [PATCH v12 1/4] gpio: mpfs: Add "
` [PATCH v12 2/4] dt-bindings: soc: microchip: document PolarFire SoC's gpio interrupt mux
` [PATCH v12 3/4] soc: microchip: add mpfs gpio interrupt mux driver
` [PATCH v12 4/4] riscv: dts: microchip: update mpfs gpio interrupts to better match the SoC

[PATCH v7 0/2] i2c: spacemit: introduce pio for k1
 2026-03-11 18:42 UTC  (2+ messages)

[PATCH v2] riscv: memcpy: fast copy for unaligned buffers
 2026-03-11 17:31 UTC 

[PATCH v5 2/2] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
 2026-03-11 17:02 UTC  (4+ messages)

[PATCH v7 0/3] riscv: Use GCR.U timer device as clocksource
 2026-03-11 13:26 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: timer: mips,p8700-gcru
` [PATCH v7 2/3] riscv: clocksource: Add readq options to clocksource mmio
` [PATCH v7 3/3] riscv: clocksource: Add p8700-gcru driver

[RFC PATCH] riscv: Fix PCI warning by enabling PCI_MSI_ARCH_FALLBACKS
 2026-03-11 11:22 UTC  (5+ messages)
    ` [Patch] PCI/MSI: Handle lack of irqdomain gracefully

[PATCH] RISC-V: ACPI: fix two __iomem cast warnings
 2026-03-11 10:22 UTC 

[PATCH] riscv: uaccess: fix sparse warning about cast to restricted type
 2026-03-11 10:51 UTC 

[PATCH] riscv: acpi: update FADT revision check to 6.6
 2026-03-11  8:45 UTC  (2+ messages)

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

[PATCH] riscv: enable HAVE_CMPXCHG_{DOUBLE,LOCAL}
 2026-03-11  8:17 UTC  (2+ messages)

[PATCH v5 0/2] driver: reset: spacemit-p1: add driver for poweroff/reboot
 2026-03-11  7:48 UTC  (13+ messages)
` [PATCH v5 2/2] mfd: simple-mfd-i2c: add a reboot cell for the SpacemiT P1 chip

[PATCH] arch/riscv: Add bitrev.h file to support rev8 and brev8
 2026-03-11  7:13 UTC 

[PATCH v5 1/2] ACPI: Rename get_acpi_id_for_cpu() to acpi_get_cpu_acpi_id() on non-x86
 2026-03-11  2:57 UTC  (4+ messages)

[PATCH] riscv: cif: clear CFI lock status in start_thread
 2026-03-11  2:07 UTC  (3+ messages)


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