[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-09-02 15:41 UTC (13+ messages)
` [PATCH v2 1/7] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH v2 2/7] Drivers: hv: Disentangle VTL return cancellation from SIGPENDING
` [PATCH v2 3/7] Drivers: hv: Disable IRQs only after handling pending work before VTL return
` [PATCH v2 4/7] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest
` [PATCH v2 7/7] Drivers: hv: Use "entry virt" APIs to do work before returning to lower VTL
[PATCH v3 0/3] KVM: riscv: selftests: Enable supported test cases
2025-09-02 15:36 UTC (5+ messages)
` [PATCH v3 1/3] KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`
` [PATCH v3 2/3] KVM: riscv: selftests: Add missing headers for new testcases
` [PATCH v3 3/3] KVM: riscv: selftests: Add common supported test cases
[PATCH v2 0/5] Add Zilsd/Zclsd support in hwprobe and KVM
2025-09-01 8:46 UTC (12+ messages)
` [PATCH v2 1/5] dt-bindings: riscv: add Zilsd and Zclsd extension descriptions
` [PATCH v2 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
` [PATCH v2 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
` [PATCH v2 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH v2 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test
[PATCH v5 0/9] Add SBI v3.0 PMU enhancements
2025-08-29 20:47 UTC (11+ messages)
` [PATCH v5 1/9] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v5 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v5 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v5 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v5 5/9] drivers/perf: riscv: Export "
` [PATCH v5 6/9] KVM: Add a helper function to check if a gpa is in writable memselot
` [PATCH v5 7/9] RISC-V: KVM: Use the new gpa validate helper function
` [PATCH v5 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v5 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[GIT PULL] KVM/riscv fixes for 6.17 take #1
2025-08-29 16:53 UTC (2+ messages)
[PATCH v5 00/21] Add Counter delegation ISA extension support
2025-08-28 9:56 UTC (3+ messages)
` [PATCH v5 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [External] "
[PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-08-26 16:58 UTC (12+ 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 (25+ messages)
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
` [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 33/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
` [PATCH v5 38/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
[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 (7+ 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)
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;
as well as URLs for NNTP newsgroup(s).