[PATCH 0/3] RISC-V: KVM: AIA: Convert HGEI management to fully per-HART
2026-04-23 4:20 UTC (7+ messages)
` [PATCH 1/3] RISC-V: KVM: AIA: Make HGEI number and management fully per-CPU
` [PATCH 2/3] RISC-V: KVM: AIA: Replace global HGEI count with simple enabled bool
` [PATCH 3/3] irqchip/riscv-imsic: Remove global nr_guest_files after KVM AIA per-HART conversion
[PATCH v3 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
2026-04-23 3:46 UTC (5+ messages)
` [PATCH v3 3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC
[RFC PATCH] riscv: Fix PCI warning by enabling PCI_MSI_ARCH_FALLBACKS
2026-04-22 22:34 UTC (10+ messages)
` [Patch] PCI/MSI: Handle lack of irqdomain gracefully
[PATCH v3 0/3] riscv: Add PCIe support for UltraRISC DP1000 SoC
2026-04-22 16:47 UTC (3+ messages)
` [PATCH v3 3/3] PCI: ultrarisc: Add UltraRISC DP1000 PCIe Root Complex driver
[PATCH v1 0/5] microchip core-qspi gpio-cs fixes + cleanup
2026-04-22 16:12 UTC (8+ messages)
` [PATCH v1 1/5] spi: microchip-core-qspi: control built-in cs manually
` [PATCH v1 2/5] spi: microchip-core-qspi: don't attempt to transmit during emulated read-only dual/quad operations
` [PATCH v1 3/5] spi: microchip-core-qspi: report device on which timeout occured instead of which controller
` [PATCH v1 4/5] spi: microchip-core-qspi: remove an unused define
` [PATCH v1 5/5] spi: microchip-core-qspi: remove some inline markings
[PATCH v3 0/2] serial: 8250_dw: Add support for UltraRISC DP1000 uart
2026-04-22 9:51 UTC (13+ messages)
` [PATCH v3 1/2] dt-bindings: serial: snps-dw-apb-uart: Add UltraRISC DP1000 UART
` [PATCH v3 2/2] serial: 8250_dw: Use a fixed CPR value for "
[PATCH v2 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
2026-04-22 6:14 UTC (12+ messages)
` [PATCH v2 2/2] riscv: dts: spacemit: Add cpu scaling "
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-04-21 17:08 UTC (23+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v12 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v12 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v12 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v12 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v12 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v12 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 09/16] KVM: arm64: "
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v12 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v12 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v12 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v12 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v12 16/16] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH v3 00/19] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-04-20 21:20 UTC (20+ messages)
` [PATCH v3 01/19] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v3 02/19] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v3 03/19] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v3 04/19] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v3 05/19] KVM: selftests: Use s64 instead of int64_t
` [PATCH v3 06/19] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v3 07/19] KVM: selftests: Use s32 instead of int32_t
` [PATCH v3 08/19] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v3 09/19] KVM: selftests: Use s16 instead of int16_t
` [PATCH v3 10/19] KVM: selftests: Use u8 instead of uint8_t
` [PATCH v3 11/19] KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
` [PATCH v3 12/19] KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
` [PATCH v3 13/19] KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
` [PATCH v3 14/19] KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
` [PATCH v3 15/19] KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA
` [PATCH v3 16/19] KVM: selftests: Replace "vaddr" with "gva" throughout
` [PATCH v3 17/19] KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
` [PATCH v3 18/19] KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
` [PATCH v3 19/19] KVM: selftests: Replace "paddr" with "gpa" throughout
[PATCH v5 0/5] Add initial Milk-V Duo S board support
2026-04-21 16:13 UTC (5+ messages)
` [PATCH v5 4/5] riscv64: dts: sophgo: add SG2000 dtsi
` [PATCH v5 5/5] riscv64: dts: sophgo: add initial Milk-V Duo S board support
[PATCH V5] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
2026-04-21 14:31 UTC
[PATCH v5 0/3] arch/riscv: Add bitrev.h file to support rev8 and brev8
2026-04-21 13:07 UTC (4+ messages)
` [PATCH v5 1/3] lib/bitrev: Introduce GENERIC_BITREVERSE and cleanup Kconfig
` [PATCH v5 2/3] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH v5 3/3] arch/riscv: Add bitrev.h file to support rev8 and brev8
[PATCH v3 0/2] riscv: Introduce support for hardware break/watchpoints
2026-04-21 12:00 UTC (3+ messages)
` [PATCH v3 2/2] riscv: Add breakpoint and watchpoint test for riscv
[PATCH v3 00/12] Linux RISC-V trace framework and drivers
2026-04-21 11:30 UTC (4+ messages)
` [PATCH v3 07/12] rvtrace: Add trace ramsink driver
[PATCH v1 0/7] riscv: add Svnapot-based contiguous PTE support
2026-04-21 11:28 UTC (9+ messages)
` [PATCH 1/7] riscv: mm: split raw and public PTE helpers
` [PATCH 2/7] riscv/kvm: use raw PTE helpers for G-stage leaf PTEs
` [PATCH 3/7] riscv: mm: add Svnapot-aware contiguous PTE wrappers
` [PATCH 4/7] riscv: hugetlb: switch NAPOT mappings to raw PTE helpers
` [PATCH 5/7] riscv: add contiguous PTE range clearing helpers
` [PATCH 6/7] riscv: batch write-protect contiguous PTE ranges
` [PATCH 7/7] riscv: add Svnapot-aware pte_batch_hint support
[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
2026-04-21 11:22 UTC (8+ messages)
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
[PATCH v5 0/2] Add DeepComputing FML13V05 board dts
2026-04-21 6:43 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: riscv: spacemit: add deepcomputing,fml13v05
` [PATCH v5 2/2] riscv: dts: spacemit: add DeepComputing FML13V05 board device tree
[PATCH v4 0/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
2026-04-21 3:17 UTC (5+ messages)
` [PATCH v4 1/2] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH v4 2/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
[PATCH] riscv: dts: starfive: jh7110: Drop CAMSS node
2026-04-21 0:44 UTC (4+ messages)
` 回复: "
[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-04-20 20:43 UTC (6+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
[PATCH] dt-bindings: timer: Remove sifive,fine-ctr-bits property
2026-04-20 17:55 UTC (3+ messages)
[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
2026-04-20 15:24 UTC (13+ messages)
` [PATCH 02/11] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH 08/11] Drivers: hv: mshv_vtl: Move register page config to arch-specific files
` [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 v3 0/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
2026-04-20 12:31 UTC (7+ messages)
` [PATCH v3 1/2] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH v3 2/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
[PATCH RFC bpf-next 0/2] selftests/bpf: Add support for get_preempt_count()
2026-04-20 11:15 UTC (3+ messages)
` [PATCH RFC bpf-next 1/2] selftests/bpf: Add riscv "
` [PATCH RFC bpf-next 2/2] selftests/bpf: Add LoongArch "
[PATCH v1] riscv: dts: microchip: fix icicle i2c pinctrl configuration
2026-04-20 11:14 UTC
[PATCH] dts: riscv: spacemit: k3: only keep spacemit,k1-i2c
2026-04-20 10:28 UTC (9+ messages)
[PATCH v2 0/2] serial: 8250_dw: Add support for UltraRISC DP1000 uart
2026-04-20 5:27 UTC (6+ messages)
` [PATCH v2 2/2] riscv: ultrarisc: 8250_dw: support "
[PATCH] riscv: check leaf entry alignment in pageattr_pxd_entry()
2026-04-20 4:59 UTC
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-04-10 15:30 UTC (30+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 02/16] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap, restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
[patch 14/38] slub: Use prandom instead of get_cycles()
2026-04-13 13:02 UTC (2+ messages)
[PATCH RFC v3 06/11] RISC-V: QoS: add resctrl setup and domain management
2026-04-18 22:01 UTC (3+ messages)
[PATCH v3 0/8] perf libunwind multiple remote support
2026-04-13 2:48 UTC (3+ messages)
` [PATCH v4 "
` [PATCH v4 7/8] perf unwind-libunwind: Remove libunwind-local
[PATCH v2 00/11] Auto-generate maintainer profile entries
2026-04-19 19:07 UTC (16+ messages)
` [PATCH v2 01/11] MAINTAINERS: add an entry for media maintainers profile
` [PATCH v2 02/11] MAINTAINERS: add maintainer-tip.rst to X86
` [PATCH v2 03/11] docs: maintainers_include: auto-generate maintainer profile TOC
` [PATCH v2 04/11] docs: auto-generate maintainer entry profile links
` [PATCH v2 05/11] docs: maintainers_include: use a better title for profiles
` [PATCH v2 06/11] docs: maintainers_include: add external profile URLs
` [PATCH v2 07/11] docs: maintainers_include: preserve names for files under process/
` [PATCH v2 08/11] docs: maintainers_include: Only show main entry for profiles
` [PATCH v2 09/11] docs: maintainers_include: improve its output
` [PATCH v2 10/11] docs: maintainers_include: fix support for O=dir
` [PATCH v2 11/11] docs: maintainers_include: parse MAINTAINERS just once
[PATCH v2] perf riscv: Add SDT argument parsing for RISC-V
2026-04-19 15:52 UTC (3+ messages)
[PATCH] riscv: cfi: gitignore generated vdso files
2026-04-18 4:31 UTC
[PATCH v2 0/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
2026-04-17 19:27 UTC (6+ messages)
` [PATCH v2 2/2] "
[PATCH v3 0/2] iommu/riscv: Support Svpbmt memory types in generic_pt
2026-04-17 14:07 UTC (3+ messages)
` [PATCH v3 1/2] iommu/riscv: Advertise Svpbmt support to generic page table
` [PATCH v3 2/2] iommupt: Encode IOMMU_MMIO/IOMMU_CACHE via RISC-V Svpbmt bits
[PATCH] RISC-V: KVM: Fix invalid HVA warning in steal-time recording
2026-04-17 6:40 UTC (2+ messages)
[PATCH 0/8] Auto-generate maintainer profile entries
2026-04-17 6:18 UTC (5+ messages)
[PATCH v2] riscv: smp: Align secondary_start_sbi to 4 bytes
2026-04-17 2:48 UTC (3+ messages)
[PATCH v2] riscv: mm: Implement arch_within_stack_frames() for HARDENED_USERCOPY
2026-04-17 2:14 UTC (2+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox