kvm-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-06 20:58:07 to 2025-08-26 16:30:30 UTC [more...]

[PATCH v2 0/5] Add Zilsd/Zclsd support in hwprobe and KVM
 2025-08-26 16:29 UTC  (2+ messages)
` [PATCH v2 1/5] dt-bindings: riscv: add Zilsd and Zclsd extension descriptions

[PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-26  0:27 UTC  (11+ messages)
` [PATCH 1/5] Drivers: hv: Move TIF pre-guest work handling fully into mshv_common.c
` [PATCH 2/5] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH 3/5] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 4/5] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH 5/5] Drivers: hv: Use common "entry virt" APIs to do work before running guest

[PATCH v1 RESEND 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
 2025-08-25 16:23 UTC  (11+ messages)
` [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
` [PATCH v1 RESEND 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
` [PATCH v1 RESEND 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
` [PATCH v1 RESEND 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH v1 RESEND 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test

[PATCH v3] riscv: skip csr restore if vcpu preempted reload
 2025-08-25 16:22 UTC  (2+ messages)

[PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
 2025-08-25 14:58 UTC 

[PATCH v2] riscv: skip csr restore if vcpu preempted reload
 2025-08-25 11:17 UTC  (2+ messages)

[PATCH v3 0/6] ONE_REG interface for SBI FWFT extension
 2025-08-25 11:02 UTC  (8+ messages)
` [PATCH v3 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
` [PATCH v3 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
` [PATCH v3 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
` [PATCH v3 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
` [PATCH v3 5/6] RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
` [PATCH v3 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-08-22 10:32 UTC  (52+ messages)
` [PATCH v5 07/44] perf: Add APIs to load/put guest mediated PMU context
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
` [PATCH v5 12/44] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
` [PATCH v5 13/44] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
` [PATCH v5 14/44] KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init()
` [PATCH v5 15/44] KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs
` [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks
` [PATCH v5 17/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
` [PATCH v5 20/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
` [PATCH v5 23/44] KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header
` [PATCH v5 24/44] KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
` [PATCH v5 25/44] KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates
` [PATCH v5 26/44] KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controls
` [PATCH v5 27/44] KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
` [PATCH v5 28/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
` [PATCH v5 29/44] KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents
` [PATCH v5 30/44] KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86
` [PATCH v5 31/44] KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
` [PATCH v5 33/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
` [PATCH v5 34/44] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v5 35/44] KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
` [PATCH v5 36/44] KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
` [PATCH v5 37/44] KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
` [PATCH v5 38/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
` [PATCH v5 39/44] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
` [PATCH v5 40/44] KVM: nVMX: Add macros to simplify nested MSR interception setting
` [PATCH v5 41/44] KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
` [PATCH v5 42/44] KVM: nSVM: "
` [PATCH v5 43/44] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
` [PATCH v5 44/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match

[PATCH] RISC-V: KVM: fix stack overrun when loading vlenb
 2025-08-22 11:28 UTC  (2+ messages)

[PATCH v2 0/6] RISC-V: KVM: Allow zicbop/bfloat16 exts for guests
 2025-08-22 11:20 UTC  (17+ messages)
` [PATCH v2 1/6] RISC-V: KVM: Change zicbom/zicboz block size to depend on the host isa
` [PATCH v2 2/6] RISC-V: KVM: Provide UAPI for Zicbop block size
` [PATCH v2 3/6] RISC-V: KVM: Allow Zicbop extension for Guest/VM
` [PATCH v2 4/6] RISC-V: KVM: Allow bfloat16 "
` [PATCH v2 5/6] KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
` [PATCH v2 6/6] KVM: riscv: selftests: Add bfloat16 "

[PATCH] RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
 2025-08-22 11:16 UTC  (4+ messages)

[PATCH V4 RESEND 0/3] Fixup & optimize hgatp mode & vmid detect functions
 2025-08-21 14:25 UTC  (4+ messages)
` [PATCH V4 RESEND 1/3] RISC-V: KVM: Write hgatp register with valid mode bits
` [PATCH V4 RESEND 2/3] RISC-V: KVM: Remove unnecessary HGATP csr_read
` [PATCH V4 RESEND 3/3] RISC-V: KVM: Prevent HGATP_MODE_BARE passed

[PATCH 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
 2025-08-21 13:55 UTC  (6+ messages)
` [PATCH 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
` [PATCH 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
` [PATCH 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
` [PATCH 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test

[PATCH] riscv: skip csr restore if vcpu preempted reload
 2025-08-21  8:22 UTC  (3+ messages)

[PATCH 0/6] ONE_REG interface for SBI FWFT extension
 2025-08-21  6:26 UTC  (20+ messages)
` [PATCH 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
` [PATCH 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
` [PATCH 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
` [PATCH 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
` [PATCH 5/6] RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
` [PATCH 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test

[PATCH V2] RISC-V: KVM: Write hgatp register with valid mode bits
 2025-08-21  3:17 UTC  (11+ messages)
    ` [PATCH] RISC-V KVM: Remove unnecessary HGATP csr_read
    ` [PATCH V4 0/3] Fixup & optimize hgatp mode & vmid detect functions
      ` [PATCH V4 1/3] RISC-V: KVM: Write hgatp register with valid mode bits
      ` [PATCH V4 2/3] RISC-V: KVM: Remove unnecessary HGATP csr_read
      ` [PATCH V4 3/3] RISC-V: KVM: Prevent HGATP_MODE_BARE passed

[PATCH v3 0/2] Fix hgatp mode settings within kvm_riscv_gstage_vmid_detect
 2025-08-21  2:49 UTC  (8+ messages)
` [PATCH v3 1/2] RISC-V: KVM: Write hgatp register with valid mode bits
` [PATCH v3 2/2] RISC-V KVM: Remove unnecessary HGATP csr_read

[PATCH] RISC-V: KVM: Prevent HGATP_MODE_BARE passed
 2025-08-19 14:27 UTC  (4+ messages)

[PATCH] RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap
 2025-08-19  9:57 UTC  (8+ messages)

[PATCH v2 0/3] KVM: riscv: selftests: Enable supported test cases
 2025-08-19  0:20 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: riscv: selftests: Add common "
` [PATCH v2 2/3] KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`
` [PATCH v2 3/3] KVM: riscv: selftests: Add missing headers for new testcases

[PATCH] RISC-V: KVM: Write hgatp register with valid mode bits
 2025-08-17 21:01 UTC  (3+ messages)

[PATCH v2 0/6] ONE_REG interface for SBI FWFT extension
 2025-08-17 12:33 UTC  (7+ messages)
` [PATCH v2 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
` [PATCH v2 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
` [PATCH v2 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
` [PATCH v2 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
` [PATCH v2 5/6] RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
` [PATCH v2 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test

[PATCH 4/6] selftests: kvm: riscv: fix spelling mistakes in comments
 2025-08-15  0:18 UTC 

[RFC PATCH 0/6] iommu/riscv: Add MRIF support
 2025-08-11  6:11 UTC  (7+ messages)
` [RFC PATCH 1/6] RISC-V: Add more elements to irqbypass vcpu_info
` [RFC PATCH 2/6] RISC-V: KVM: Transfer the physical address of MRIF to iommu-ir
` [RFC PATCH 3/6] RISC-V: KVM: Add a xarray to record host irq msg
` [RFC PATCH 4/6] iommu/riscv: Add irq_mask and irq_ack configure for iommu-ir
` [RFC PATCH 5/6] iommu/riscv: Add MRIF mode support
` [RFC PATCH 6/6] RISC-V: KVM: Check the MRIF in notice MSI irq handler

[GIT PULL v2] KVM/riscv changes for 6.17
 2025-08-10 21:40 UTC  (3+ messages)

[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-08-10 21:12 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).