Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-14 10:36:48 to 2026-03-17 04:16:18 UTC [more...]

[PATCH 1/1] usb: dwc3: dwc3-generic-plat: Add optional VBUS regulator support
 2026-03-17  4:15 UTC  (2+ messages)

[PATCH RFC] riscv: disable local interrupts and stop other CPUs before restart
 2026-03-17  4:07 UTC  (6+ messages)

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-03-17  3:49 UTC  (10+ 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] perf symbol: Add RISCV case in get_plt_sizes
 2026-03-17  3:48 UTC 

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-03-17  3:34 UTC  (13+ messages)
` [PATCH 01/11] arch: arm64: Export arch_smp_send_reschedule for mshv_vtl module
` [PATCH 02/11] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH 03/11] Drivers: hv: Add support to setup percpu vmbus handler
` [PATCH 04/11] Drivers: hv: Refactor mshv_vtl for ARM64 support to be added
` [PATCH 05/11] drivers: hv: Export vmbus_interrupt for mshv_vtl module
` [PATCH 06/11] Drivers: hv: Make sint vector architecture neutral in MSHV_VTL
` [PATCH 07/11] arch: arm64: Add support for mshv_vtl_return_call
` [PATCH 08/11] Drivers: hv: mshv_vtl: Move register page config to arch-specific files
` [PATCH 09/11] Drivers: hv: mshv_vtl: Let userspace do VSM configuration
` [PATCH 10/11] Drivers: hv: Add support for arm64 in MSHV_VTL
` [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL

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

[RFC PATCH v2 0/7] futex: Use runtime constants for futex_hash computation
 2026-03-17  3:06 UTC  (17+ messages)
` [RFC PATCH v2 1/7] x86/runtime-const: Introduce runtime_const_mask_32()
` [RFC PATCH v2 2/7] arm64/runtime-const: "
` [RFC PATCH v2 3/7] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [RFC PATCH v2 4/7] riscv/runtime-const: Introduce runtime_const_mask_32()
` [RFC PATCH v2 5/7] s390/runtime-const: "
` [RFC PATCH v2 6/7] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [RFC PATCH v2 7/7] futex: Use runtime constants for __futex_hash() hot path

[PATCH v3] reset: spacemit: k3: Decouple composite reset lines
 2026-03-17  2:36 UTC 

[RFC PATCH] riscv: add userspace interface to voluntarily release vector state
 2026-03-17  2:22 UTC 

[PATCH v2 0/2] serial: 8250_dw: Add support for UltraRISC DP1000 uart
 2026-03-17  1:29 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: serial: update bindings of ultrarisc dp1000 uart
` [PATCH v2 2/2] riscv: ultrarisc: 8250_dw: support DP1000 uart

[PATCH bpf v3] bpf: do not use kmalloc_nolock when !HAVE_CMPXCHG_DOUBLE
 2026-03-17  0:40 UTC  (5+ messages)

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

cleanup the RAID5 XOR library v2
 2026-03-16 22:12 UTC  (3+ messages)
` [PATCH 10/27] alpha: move the XOR code to lib/raid/

[RFC PATCH 0/6] riscv: support EIC770X/JH7110 noncoherent devices with XPbmtUC
 2026-03-16 21:22 UTC  (11+ messages)
` [RFC PATCH 1/6] riscv: Add a custom, simplified version of Svpbmt "XPbmtUC"

[PATCH 0/4] riscv: Add PCIe support for UltraRISC DP1000 SoC
 2026-03-16 20:49 UTC  (9+ messages)
` [PATCH 1/4] riscv: add UltraRISC SoC family Kconfig support
` [PATCH 2/4] MAINTAINERS: Add entry for the UltraRISC DP1000 PCIe controller driver and its DT binding
` [PATCH 3/4] dt-bindings: PCI: Add UltraRISC DP1000 PCIe controller
` [PATCH 4/4] PCI: dwc: Add UltraRISC DP1000 PCIe rc driver

[PATCH net-next v9 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-16 18:31 UTC  (9+ messages)
` [PATCH net-next v9 1/6] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v9 2/6] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH net-next v9 3/6] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH net-next v9 4/6] net: stmmac: qcom-ethqos: split power management fields into a separate structure
` [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 v2] riscv: mm: add null check for find_vm_area in __set_memory
 2026-03-16 17:38 UTC  (3+ messages)

[PATCHv7 RESEND 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-03-16 17:01 UTC  (13+ messages)
` [PATCHv7 05/18] riscv/mm: Align vmemmap to maximal folio size
` [PATCHv7 06/18] LoongArch/mm: "
` [PATCHv7 08/18] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv7 09/18] mm/hugetlb: Defer vmemmap population for bootmem hugepages
` [PATCHv7 11/18] x86/vdso: Undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32
` [PATCHv7 12/18] mm/hugetlb: Remove fake head pages

[PATCH] riscv: kvm: fix vector context allocation leak
 2026-03-16 16:36 UTC  (4+ messages)
    `  "

[PATCH] riscv: mm: add null check for find_vm_area in set_memory
 2026-03-16 16:34 UTC  (4+ messages)
    `  "

[linux-next:master] [xor] ebbbf58989: BUG:KASAN:slab-out-of-bounds_in_xor_gen_avx
 2026-03-16 16:13 UTC  (2+ messages)

[PATCH v4 0/3] Add SDHCI support for Canaan K230 SoC
 2026-03-16 16:03 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: mmc: Add sdhci support for Canaan k230
` [PATCH v4 2/3] mmc: sdhci-dwcmshc: Add Canaan K230 DWCMSHC controller support
` [PATCH v4 3/3] riscv: dts: canaan: Add mmc nodes for K230

[PATCH RESEND v4] riscv: Implement ARCH_HAS_CC_CAN_LINK
 2026-03-16 15:46 UTC 

[GIT PULL] clk: tenstorrent: Add Atlantis PRCM for v7.1
 2026-03-16 15:26 UTC 

[PATCH v2] riscv: kvm: fix vector context allocation leak
 2026-03-16 15:22 UTC  (2+ messages)

[PATCH v3 0/7] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-03-16 14:03 UTC  (8+ messages)
` [PATCH v3 1/7] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation
` [PATCH v3 2/7] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support
` [PATCH v3 3/7] mmc: sdhci-of-k1: add comprehensive SDR tuning support
` [PATCH v3 4/7] riscv: dts: spacemit: k1: add SD card controller and pinctrl support
` [PATCH v3 5/7] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH v3 6/7] riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes
` [PATCH v3 7/7] riscv: dts: spacemit: k1-bananapi-f3: "

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

[PATCH v3 0/5] Add initial Milk-V Duo S board support
 2026-03-16 12:54 UTC  (9+ messages)
` [PATCH v3 1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles
` [PATCH v3 2/5] arm64: dts: sophgo: add initial Milk-V Duo S board support

[PATCH 0/2] serial: 8250_dw: Add support for UltraRISC DP1000 uart
 2026-03-16 11:22 UTC  (7+ messages)
` [PATCH 1/2] riscv: ultrarisc: 8250_dw: support "
` [PATCH 2/2] dt-bindings: serial: update bindings of ultrarisc dp1000 uart

[PATCH v12 0/4] PolarFire SoC GPIO interrupt support
 2026-03-16 10:59 UTC  (10+ messages)
` [PATCH v12 1/4] gpio: mpfs: Add "
` [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 v1] RISC-V: KVM: Batch stage-2 remote TLB flushes
 2026-03-16  9:23 UTC  (2+ messages)

[PATCH v2 0/7] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-03-16  9:34 UTC  (5+ messages)
` [PATCH v2 1/7] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation

[PATCH] irqchip/riscv-rpmi-sysmsi: Fix mailbox channel leak in rpmi_sysmsi_probe()
 2026-03-16  8:15 UTC  (3+ messages)

[PATCH v3 0/3] RISC-V: KVM: Fix hugepage mapping handling during dirty logging
 2026-03-16  6:12 UTC 

[RFC PATCH v2 0/3] riscv: support EIC770X/JH7110 noncoherent devices with XPbmtUC
 2026-03-16  6:03 UTC  (4+ messages)
` [RFC PATCH v2 1/3] riscv: alternatives: support auipc+load pair
` [RFC PATCH v2 2/3] riscv: errata: sifive: support auipc/load pair in patched alternatives
` [RFC PATCH v2 3/3] riscv: errata: sifive: Add an "errata" to simulate Svpbmt on cores without

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

[PATCH net-next v4 2/3] net: stmmac: eic7700: enable clocks before syscon access and correct RX sampling timing
 2026-03-16  2:10 UTC  (3+ messages)
` [net-next,v4,2/3] "
  `  "

[PATCH v10 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-03-16  2:03 UTC  (2+ messages)

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

[PATCH v2] reset: spacemit: k3: Decouple composite reset lines
 2026-03-16  1:40 UTC  (3+ messages)

[PATCH v3 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
 2026-03-16  1:39 UTC  (4+ messages)
` [PATCH v3 2/2] RISC-V: KVM: selftests: Fix firmware counter read in sbi_pmu_test
    `  "

[GIT PULL] RISC-V T-HEAD Devicetrees for v7.1
 2026-03-15 19:10 UTC 

[PATCH bpf] bpf: do not use kmalloc_nolock when !HAVE_CMPXCHG_DOUBLE
 2026-03-14 17:05 UTC  (4+ messages)

[PATCH bpf v2] bpf: do not use kmalloc_nolock when !HAVE_CMPXCHG_DOUBLE
 2026-03-14 15:31 UTC 

[PATCH 0/4] riscv: spacemit: k3: Add more resource to UART
 2026-03-14 14:13 UTC  (5+ messages)
` [PATCH 1/4] riscv: dts: spacemit: k3: add clock tree


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