public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
[PATCH v3 00/19] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-04-20 21:20 UTC  (18+ 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 05/19] KVM: selftests: Use s64 instead of int64_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 v2 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-04-20 21:16 UTC  (8+ messages)
` [PATCH v2 2/2] riscv: dts: spacemit: Add cpu scaling "

[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] riscv: dts: starfive: jh7110: Drop CAMSS node
 2026-04-20 15:30 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 v4 0/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
 2026-04-20 13:12 UTC  (3+ 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 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 v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-10 15:20 UTC  (17+ 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 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  (9+ messages)
` [PATCH v2 1/2] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH v2 2/2] arch/riscv: Add bitrev.h file to support rev8 and brev8

[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  (3+ messages)

[PATCH 0/8] Auto-generate maintainer profile entries
 2026-04-17  6:18 UTC  (13+ messages)
` [PATCH 1/8] docs: maintainers_include: auto-generate maintainer profile TOC
` [PATCH 2/8] MAINTAINERS: add an entry for media maintainers profile
` [PATCH 3/8] MAINTAINERS: add maintainer-tip.rst to X86
` [PATCH 4/8] docs: auto-generate maintainer entry profile links
` [PATCH 5/8] docs: maintainers_include: use a better title for profiles
` [PATCH 6/8] docs: maintainers_include: add external profile URLs
` [PATCH 7/8] docs: maintainers_include: preserve names for files under process/
` [PATCH 8/8] docs: maintainers_include: Only show main entry for profiles

[PATCH v2] riscv: smp: Align secondary_start_sbi to 4 bytes
 2026-04-17  2:48 UTC  (6+ messages)

[PATCH v2] riscv: mm: Implement arch_within_stack_frames() for HARDENED_USERCOPY
 2026-04-17  2:14 UTC  (2+ messages)

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-16 19:32 UTC  (19+ messages)
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 18/38] lib/tests: Replace get_cycles() with ktime_get()
` [patch 27/38] m68k: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 35/38] s390: "

[PATCH] soc: microchip: mpfs-sys-controller: fix reference leak on failed device registration
 2026-04-16 13:58 UTC  (3+ messages)

[PATCH v3 00/12] Linux RISC-V trace framework and drivers
 2026-04-16 10:14 UTC  (3+ messages)
` [PATCH v3 07/12] rvtrace: Add trace ramsink driver

[PATCH] riscv: kvm: mmu: fix unlocked gstage unmap in kvm_unmap_gfn_range
 2026-04-16  9:18 UTC 

[PATCH v3 0/3] riscv: Add PCIe support for UltraRISC DP1000 SoC
 2026-04-16  8:45 UTC  (6+ messages)
` [PATCH v3 1/3] riscv: add UltraRISC SoC family Kconfig support
` [PATCH v3 2/3] dt-bindings: PCI: Add UltraRISC DP1000 PCIe controller
` [PATCH v3 3/3] PCI: ultrarisc: Add UltraRISC DP1000 PCIe Root Complex driver

[PATCH v8 0/9] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-04-16  8:18 UTC  (5+ messages)

[PATCH v2 0/5] Add interrupt controller for JHB100 SoC
 2026-04-16  6:47 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: interrupt-controller: repurpose binding for unreleased jh8100 for jhb100
` [PATCH v2 2/5] irqchip/starfive: Rename jh8100 to jhb100
` [PATCH v2 3/5] irqchip/starfive: Use devm_ interfaces to simplify resource release
` [PATCH v2 4/5] irqchip/starfive: Increase the interrupt source number up to 64
` [PATCH v2 5/5] irqchip/starfive: Implement irq_set_type() and irq_ack() callbacks

[PATCH RFC 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-04-15 22:14 UTC  (3+ messages)
` [PATCH RFC 7/8] clk: sunxi-ng: a733: Add bus clock gates

[PATCH v5 0/4] AST2700-A2 interrupt controller hierarchy and route support
 2026-04-15 22:13 UTC  (3+ messages)
` [PATCH v5 1/4] dt-bindings: interrupt-controller: Describe AST2700-A2 hardware instead of A0

[RFC PATCH] riscv: kvm: return SBI_ERR_FAILURE for PMU shmem OOM
 2026-04-15 22:09 UTC 

[PATCH bpf-next v2 0/2] bpf, arm64/riscv: Remove redundant icache flush after pack allocator finalize
 2026-04-15 19:20 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Remove redundant bpf_flush_icache() "

[PATCH 0/8] firmware: sysfb: Consolidate config/code wrt. sysfb_primary_screen
 2026-04-15 13:42 UTC  (6+ messages)
` [PATCH 1/8] hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUS
      ` [EXTERNAL] "

[PATCH v5 0/3] riscv32 library enhancements and build fixes
 2026-04-15 12:32 UTC  (4+ messages)
` [PATCH v5 1/3] riscv: add platform-specific double word shifts for riscv32
` [PATCH v5 2/3] lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()
` [PATCH v5 3/3] riscv: fix building compressed EFI image

[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
 2026-04-15 10:04 UTC  (2+ messages)

[PATCH v4 0/3] riscv32 library enhancements and build fixes
 2026-04-15  9:56 UTC  (4+ messages)
` [PATCH v4 3/3] riscv: fix building compressed EFI image

[PATCH] arch/riscv: Add bitrev.h file to support rev8 and brev8
 2026-04-15  7:39 UTC  (3+ messages)

[PATCH RFC 00/11] riscv: support Sdtrig extension hcontext/scontext CSRs
 2026-04-15  7:05 UTC  (3+ messages)
` [PATCH RFC 05/11] riscv: cpufeature: Add Sdtrig optional CSRs checks

[PATCH v2 0/2] iommu/riscv: Support Svpbmt memory types in generic_pt
 2026-04-15  6:52 UTC  (3+ messages)
` [PATCH v2 2/2] iommupt: Encode IOMMU_MMIO/IOMMU_CACHE via RISC-V Svpbmt bits

[PATCH] drivers/perf: riscv: do not restart throttled events after overflow
 2026-04-15  5:44 UTC  (2+ messages)

[PATCH RFC v3 00/11] RISC-V: QoS: add CBQRI resctrl interface
 2026-04-15  1:54 UTC  (5+ messages)
` [PATCH RFC v3 02/11] RISC-V: Detect the Ssqosid extension
` [PATCH RFC v3 07/11] RISC-V: QoS: enable resctrl support for Ssqosid
` [PATCH RFC v3 10/11] ACPI: RISC-V: Parse RISC-V Quality of Service Controller (RQSC) table
` [PATCH RFC v3 11/11] ACPI: RISC-V: Add support for RISC-V Quality of Service Controller (RQSC)


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