public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 17:39:52 to 2026-03-21 04:12:37 UTC [more...]

[PATCH 00/12] SM3 library
 2026-03-21  4:09 UTC  (8+ messages)
` [PATCH 01/12] crypto: sm3 - Fold sm3_init() into its caller
` [PATCH 02/12] crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]
` [PATCH 03/12] crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
` [PATCH 04/12] lib/crypto: sm3: Add SM3 library API
` [PATCH 05/12] lib/crypto: tests: Add KUnit tests for SM3
` [PATCH 06/12] crypto: sm3 - Replace with wrapper around library
` [PATCH 08/12] lib/crypto: riscv/sm3: Migrate optimized code into library

[RFC PATCH v1 7/7] perf unwind-libunwind: Add RISC-V libunwind support
 2026-03-21  3:06 UTC  (4+ messages)
` [PATCH v2 0/8] perf libunwind multiple remote support

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

[PATCH v2 00/15] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-20 22:13 UTC  (16+ messages)
` [PATCH v2 01/15] mm/memory_hotplug: fix possible race in scan_movable_pages()
` [PATCH v2 02/15] mm/memory_hotplug: remove for_each_valid_pfn() usage
` [PATCH v2 03/15] mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()
` [PATCH v2 04/15] mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v2 05/15] mm/memory_hotplug: simplify check_pfn_span()
` [PATCH v2 06/15] mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUG
` [PATCH v2 07/15] mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v2 08/15] mm/bootmem_info: avoid using sparse_decode_mem_map()
` [PATCH v2 09/15] mm/sparse: remove sparse_decode_mem_map()
` [PATCH v2 10/15] mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handling
` [PATCH v2 11/15] mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c
` [PATCH v2 12/15] mm/sparse: drop set_section_nid() from sparse_add_section()
` [PATCH v2 13/15] mm/sparse: move sparse_init_one_section() to internal.h
` [PATCH v2 14/15] mm/sparse: move __section_mark_present() "
` [PATCH v2 15/15] mm/sparse: move memory hotplug bits to sparse-vmemmap.c

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

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

[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
 2026-03-20 19:34 UTC  (13+ messages)
` [PATCH 1/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
` [PATCH 2/2] mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATION

[PATCH 0/2] drm/bridge: th1520-dw-hdmi: Two fixes
 2026-03-20 19:12 UTC  (3+ messages)
` [PATCH 1/2] drm/bridge: th1520-dw-hdmi: Fix error check on dw_hdmi_probe() return value
` [PATCH 2/2] drm/bridge: th1520-dw-hdmi: Fix remove() callback

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-20 18:28 UTC  (24+ messages)
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "

[PATCH v5] reset: spacemit: k3: Decouple composite reset lines
 2026-03-20 17:57 UTC  (3+ messages)

[PATCH v2 0/2] usb: spacemit: k3: Add USB2.0 support
 2026-03-20 17:30 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC
` [PATCH v2 2/2] usb: dwc3: dwc3-generic-plat: "

[PATCH v3 0/2] Add cofficients to the TH1520 PVT
 2026-03-20 17:26 UTC  (8+ 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] riscv: Remove support for XIP kernel
 2026-03-20 16:04 UTC  (2+ messages)

[PATCH v1] riscv: disable runtime constant support for XIP kernels
 2026-03-20 15:58 UTC 

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

[PATCH v13 0/5] PolarFire SoC GPIO interrupt support
 2026-03-20 13:02 UTC  (5+ messages)
` [PATCH v13 1/5] dt-bindings: gpio: fix microchip,mpfs-gpio interrupt documentation
` [PATCH v13 3/5] dt-bindings: soc: microchip: document PolarFire SoC's gpio interrupt mux

[PATCH v3 0/7] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-03-20 11:31 UTC  (5+ messages)
` [PATCH v3 2/7] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support

[PATCH v5 0/3] Add SDHCI support for Canaan K230 SoC
 2026-03-20 10:17 UTC  (3+ messages)
` [PATCH v5 2/3] mmc: sdhci-dwcmshc: Add Canaan K230 DWCMSHC controller support

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

[PATCH v2 0/1] usb: dwc3: Add optional VBUS regulator support to SpacemiT K1
 2026-03-20 10:01 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v4] reset: spacemit: k3: Decouple composite reset lines
 2026-03-20  9:45 UTC  (2+ messages)

[PATCH 0/4] riscv: Add PCIe support for UltraRISC DP1000 SoC
 2026-03-20  9:37 UTC  (9+ messages)
` [PATCH 3/4] dt-bindings: PCI: Add UltraRISC DP1000 PCIe controller
` [PATCH 4/4] PCI: dwc: Add UltraRISC DP1000 PCIe rc driver

[PATCH 4/4] PCI: dwc: Add UltraRISC DP1000 PCIe rc driver
 2026-03-20  9:33 UTC  (2+ messages)

[PATCH] riscv: dts: spacemit: Add PDMA controller node for K3 SoC
 2026-03-20  9:19 UTC  (2+ messages)

[PATCH v3] riscv: dts: spacemit: Add ethernet device for K3
 2026-03-20  9:07 UTC  (2+ messages)

[PATCH v5 11/17] spi: st: Simplify clock handling with devm_clk_get_enabled()
 2026-03-20  8:39 UTC  (2+ messages)

[PATCH v2 0/5] AST2700-A2 interrupt controller hierarchy and route support
 2026-03-20  8:24 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: interrupt-controller: aspeed: Add AST2700-A2 support

[PATCH v5 phy-next 00/27] Split Generic PHY consumer and provider API
 2026-03-20  8:22 UTC  (30+ messages)
` [PATCH v5 phy-next 01/27] ata: add <linux/pm_runtime.h> where missing
` [PATCH v5 phy-next 02/27] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v5 phy-next 03/27] usb: add "
` [PATCH v5 phy-next 04/27] drm: add <linux/pm_runtime.h> where missing
` [PATCH v5 phy-next 05/27] phy: "
` [PATCH v5 phy-next 06/27] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v5 phy-next 07/27] net: lan969x: include missing <linux/of.h>
` [PATCH v5 phy-next 08/27] PCI: Remove device links to PHY
` [PATCH v5 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts
` [PATCH v5 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state
` [PATCH v5 phy-next 11/27] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v5 phy-next 12/27] usb: host: tegra: "
` [PATCH v5 phy-next 13/27] usb: gadget: tegra-xudc: "
` [PATCH v5 phy-next 14/27] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v5 phy-next 15/27] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v5 phy-next 16/27] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v5 phy-next 17/27] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v5 phy-next 18/27] drm/rockchip: dsi: include PHY provider header
` [PATCH v5 phy-next 19/27] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v5 phy-next 20/27] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v5 phy-next 21/27] net: renesas: rswitch: "
` [PATCH v5 phy-next 22/27] pinctrl: tegra-xusb: "
` [PATCH v5 phy-next 23/27] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v5 phy-next 24/27] phy: include PHY provider header (1/2)
` [PATCH v5 phy-next 25/27] phy: include PHY provider header (2/2)
` [PATCH v5 phy-next 26/27] phy: remove temporary provider compatibility from consumer header
` [PATCH v5 phy-next 27/27] MAINTAINERS: add regexes for linux-phy

[PATCH 0/3] usb: spacemit: k3: Add USB2.0 support
 2026-03-20  6:52 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC

[REGRESSION] perf build failed after 5cf6e76e4f4f ("libperf: Don't remove -g when EXTRA_CFLAGS are used") on riscv64 with gcc 13
 2026-03-20  3:28 UTC  (3+ messages)

[PATCH v9 7/7] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
 2026-03-20  3:26 UTC  (3+ messages)

[PATCH 0/6] change young flag check functions to return bool
 2026-03-20  3:21 UTC  (18+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH v9 0/7] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-20  3:20 UTC  (4+ messages)
` [PATCH v9 1/7] arm64/acpi: Add acpi_get_cpu_uid() and switch arm_cspmu to use it

[PATCH v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-20  3:17 UTC  (9+ messages)
` [PATCH v10 1/8] arm64: acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval
` [PATCH v10 2/8] LoongArch: "
` [PATCH v10 3/8] RISC-V: ACPI: "
` [PATCH v10 4/8] x86/acpi: "
` [PATCH v10 5/8] ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.h
` [PATCH v10 6/8] perf: arm_cspmu: Switch to acpi_get_cpu_uid() from get_acpi_id_for_cpu()
` [PATCH v10 7/8] ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()
` [PATCH v10 8/8] PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSM

[PATCH 0/2] riscv: vdso_cfi build cleanup improvements
 2026-03-20  2:18 UTC  (3+ messages)
` [PATCH 1/2] riscv: vdso_cfi: Add clean rule for copied sources
` [PATCH 2/2] riscv: vdso_cfi: Add .gitignore for build artifacts

[PATCH v4 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-20  2:11 UTC  (3+ messages)
` [PATCH v4 phy-next 09/24] ufs: exynos: stop poking into struct phy guts

[PATCH] RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()
 2026-03-20  1:02 UTC  (3+ messages)

[PATCH net-next v9 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-19 20:54 UTC  (4+ messages)

[PATCH net-next v4 00/13] macb usrio/tsu patches
 2026-03-19 19:52 UTC  (2+ messages)

[PATCH v5 00/17] cleanup in spi by use devm_clk_get_enabled
 2026-03-19 18:30 UTC  (3+ messages)
` [PATCH v5 10/17] spi: slave-mt27xx: Simplify clock handling with devm_clk_get_enabled()

[PATCH] iommu/riscv: Fix signedness bug
 2026-03-19 18:26 UTC 


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