public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-02-25 10:44:16 to 2026-02-27 19:30:59 UTC [more...]

[PATCH v6 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-26  9:35 UTC  (11+ messages)
` [PATCH v6 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v6 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v6 4/5] arm64: kexec: Add support for crashkernel CMA reservation

[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-02-27 19:30 UTC  (12+ messages)
` [PATCHv7 01/18] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv7 02/18] mm: Change the interface of prep_compound_tail()
` [PATCHv7 03/18] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv7 04/18] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv7 05/18] riscv/mm: Align vmemmap to maximal folio size
` [PATCHv7 06/18] LoongArch/mm: "
` [PATCHv7 07/18] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [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 10/18] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv7 11/18] x86/vdso: Undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32

[PATCH v4 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
 2026-02-27 16:49 UTC  (6+ messages)
` [PATCH v4 1/4] PCI/MSI: Conservatively generalize "

[PATCH v5 0/4] Add USB support for Canaan K230
 2026-02-27 15:29 UTC  (4+ messages)
` (subset) "

[PATCH v4 0/6] Convert riscv to use the generic iommu page table
 2026-02-27 15:25 UTC  (7+ messages)
` [PATCH v4 1/6] iommupt: Add the RISC-V page table format
` [PATCH v4 2/6] iommu/riscv: Disable SADE
` [PATCH v4 3/6] iommu/riscv: Use the generic iommu page table
` [PATCH v4 4/6] iommu/riscv: Enable SVNAPOT support for contiguous ptes
` [PATCH v4 5/6] iommu/riscv: Add missing GENERIC_MSI_IRQ
` [PATCH v4 6/6] iommu/riscv: Allow RISC_VIOMMU to COMPILE_TEST

[PATCH v3] phy: k1-usb: add disconnect function support
 2026-02-27 15:25 UTC  (2+ messages)

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-27 15:14 UTC  (7+ messages)
` [PATCH v3 23/29] arch, mm: consolidate initialization of nodes, zones and memory map
` [PATCH v3 24/29] arch, mm: consolidate initialization of SPARSE memory model

[PATCH 0/4] KVM: riscv: Fix Spectre-v1 vulnerabilities in register access
 2026-02-27 15:12 UTC  (7+ messages)
` [PATCH 1/4] KVM: riscv: Fix Spectre-v1 in ONE_REG "
` [PATCH 2/4] KVM: riscv: Fix Spectre-v1 in AIA CSR access
` [PATCH 3/4] KVM: riscv: Fix Spectre-v1 in floating-point register access
` [PATCH 4/4] KVM: riscv: Fix Spectre-v1 in PMU counter access

[PATCH v2 0/3] phy: spacemit: Add USB2 PHY support for K3 SoC
 2026-02-27 14:59 UTC  (3+ messages)
` [PATCH v2 3/3] phy: k1-usb: k3: add USB2 PHY support

[RFC v11 0/4] PolarFire SoC GPIO interrupt support
 2026-02-27 14:52 UTC  (5+ messages)
` [RFC v11 1/4] gpio: mpfs: Add "
` [RFC v11 2/4] dt-bindings: soc: microchip: document PolarFire SoC's gpio interrupt mux
` [RFC v11 3/4] soc: microchip: add mpfs gpio interrupt mux driver
` [RFC v11 4/4] riscv: dts: microchip: update mpfs gpio interrupts to better match the SoC

[PATCH v7 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-27 14:50 UTC  (8+ messages)
` [PATCH v7 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v7 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v7 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v7 5/5] riscv: "

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

[PATCH v7] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-27 14:00 UTC  (2+ messages)

[PATCH] RISC-V: KVM: fix off-by-one array access in SBI PMU
 2026-02-27 13:46 UTC 

[PATCH v8 07/15] iommupt: Add map_pages op
 2026-02-27 13:48 UTC  (7+ messages)

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

[PATCH] iommu/riscv: Stop polling when CQCSR reports an error
 2026-02-27 11:26 UTC 

[PATCH v3 00/22] riscv: Memory type control for platforms with physical memory aliases
 2026-02-27 10:54 UTC  (3+ messages)

[PATCH] riscv: add system error interrupt handler support
 2026-02-27 10:08 UTC  (5+ messages)

[PATCH net-next v4 0/3] riscv: spacemit: Add ethernet support for K3
 2026-02-27  8:01 UTC  (3+ messages)

[PATCH net-next v5 0/3] riscv: spacemit: Add ethernet support for K3
 2026-02-27  7:57 UTC  (4+ messages)
` [PATCH net-next v5 1/3] dt-bindings: net: Add support for Spacemit K3 dwmac
` [PATCH net-next v5 2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string
` [PATCH net-next v5 3/3] net: stmmac: Add glue layer for Spacemit K3 SoC

[PATCH v4] riscv: Implement ARCH_HAS_CC_CAN_LINK
 2026-02-27  6:52 UTC 

[PATCH v3] riscv: Implement ARCH_HAS_CC_CAN_LINK
 2026-02-27  6:49 UTC 

[PATCH v3 0/8] iommu/riscv: Add HPM support for RISC-V IOMMU
 2026-02-27  5:55 UTC  (5+ messages)

[PATCH v2 0/2] RISC-V IOMMU HPM support
 2026-02-27  5:54 UTC  (4+ messages)

[GIT PULL] RISC-V updates for v7.0
 2026-02-26 21:04 UTC  (10+ messages)

[PATCH v8 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-02-26 19:57 UTC  (6+ messages)
` [PATCH v8 1/3] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
` [PATCH v8 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
` [PATCH v8 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests

[PATCH v2 0/3] Add SDHCI support for Canaan K230 SoC
 2026-02-26 18:30 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: mmc: Add sdhci support for Canaan k230
` [PATCH v2 2/3] mmc: sdhci-dwcmshc: Add Canaan K230 DWCMSHC controller support
` [PATCH v2 3/3] riscv: dts: canaan: Add mmc nodes for K230

[PATCH 1/1] riscv: dts: starfive: Milk-V Mars CM Lite broken-cd
 2026-02-26 17:58 UTC  (2+ messages)

[PATCH 0/4] mm/pgtable: Support for page table check on s390
 2026-02-26 17:04 UTC  (3+ messages)
` [PATCH 1/4] mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()

[PATCH v1] clk: microchip: mpfs-ccc: fix out of bounds access during output registration
 2026-02-26 15:38 UTC  (5+ messages)

[PATCH v6] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-26 15:04 UTC  (2+ messages)

[PATCH v2] riscv: Limit uaccess speculation using guard page
 2026-02-26 15:03 UTC 

[PATCH v3 0/2] riscv: Introduce support for hardware break/watchpoints
 2026-02-26 13:03 UTC  (15+ messages)
` [PATCH v3 1/2] "

[PATCH] RISC-V: KVM: Skip THP support check during dirty logging
 2026-02-26 11:12 UTC 

[PATCH net-next v2 0/8] macb usrio/tsu patches
 2026-02-26 11:09 UTC  (10+ messages)
` [PATCH net-next v2 1/8] riscv: dts: microchip: add tsu clock to macb on mpfs
` [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
` [PATCH net-next v2 3/8] net: macb: np4 doesn't need a usrio pointer
` [PATCH net-next v2 4/8] dt-bindings: net: macb: add property indicating timer adjust mode
` [PATCH net-next v2 5/8] net: macb: timer adjust mode is not supported
` [PATCH net-next v2 6/8] net: macb: add mpfs specific usrio configuration
` [PATCH net-next v2 7/8] net: macb: warn on pclk use as a tsu_clk fallback
` [PATCH net-next v2 8/8] net: macb: clean up tsu clk rate acquisition

[PATCH v2] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
 2026-02-26  9:46 UTC  (2+ messages)

[PATCH] riscv: dts: spacemit: adapt regulator node name to preferred form
 2026-02-26  9:35 UTC 

[PATCH v2] RISC-V: KVM: Fix use-after-free in kvm_riscv_gstage_get_leaf()
 2026-02-26  9:08 UTC  (3+ messages)
  `  "

RISC-V: KVM: Fix hugepage mapping handling during dirty logging
 2026-02-26  9:22 UTC 

[PATCH] riscv: dts: spacemit: pcie: fix missing power regulator
 2026-02-26  8:17 UTC 

[PATCH v3 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
 2026-02-26  7:05 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible
` (subset) [PATCH v3 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller

[PATCH v7 0/8] riscv: optimize string functions and add kunit tests
 2026-02-26  6:12 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
 2026-02-26  6:00 UTC  (2+ messages)

[PATCH] KVM: riscv: Fix Spectre-v1 in APLIC interrupt handling
 2026-02-26  5:47 UTC  (2+ messages)

[RFC PATCH v1 0/7] perf libunwind multiple remote support
 2026-02-26  1:34 UTC  (4+ messages)
` [RFC PATCH v1 7/7] perf unwind-libunwind: Add RISC-V libunwind support

[PATCH v4 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
 2026-02-25 22:21 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/6] ASoC: sophgo: add CV1800 I2S controllers support
 2026-02-25 22:32 UTC  (4+ messages)
` [PATCH v4 6/6] riscv: dts: sophgo: dts nodes for i2s tdm modules

[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
 2026-02-25 22:02 UTC 

[PATCH v5] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-25 20:24 UTC  (2+ messages)

[PATCH v2 0/5] mm: arch/shstk: Common shadow stack mapping helper and VM_NOHUGEPAGE
 2026-02-25 20:12 UTC  (7+ messages)
` [PATCH v2 1/5] mm: Introduce vm_mmap_shadow_stack() as a helper for VM_SHADOW_STACK mappings
` [PATCH v2 2/5] arm64: gcs: Use the new common vm_mmap_shadow_stack() helper
` [PATCH v2 3/5] riscv: shstk: "
` [PATCH v2 4/5] x86: "
` [PATCH v2 5/5] mm: Do not map the shadow stack as THP

[PATCH v4 0/3] regulator: spacemit-p1: Support board power tree via DT properties
 2026-02-25 19:07 UTC  (2+ messages)
` (subset) "

[PATCH] vdso/datapage: Define vdso data pointers as arrays
 2026-02-25 17:24 UTC  (2+ messages)

[PATCH 0/5] mm: arch/shstk: Common shadow stack mapping helper and VM_NOHUGEPAGE
 2026-02-25 16:10 UTC  (16+ messages)
` [PATCH 1/5] mm: Introduce vm_mmap_shadow_stack() as a helper for VM_SHADOW_STACK mappings
` [PATCH 2/5] arm64: gcs: Use the new common vm_mmap_shadow_stack() helper
` [PATCH 3/5] riscv: shstk: "
` [PATCH 4/5] x86: "
` [PATCH 5/5] mm: Do not map the shadow stack as THP

[PATCH 0/3] use runtime constant to optimize handle_arch_irq access
 2026-02-25 14:40 UTC  (9+ messages)
` [PATCH 3/3] arm64: "


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