August 2025 Archives by date
Starting: Tue Aug 5 03:44:21 PDT 2025
Ending: Fri Aug 29 13:47:25 PDT 2025
Messages: 252
- [PATCH] RISC-V: KVM: fix stack overrun when loading vlenb
Radim Krčmář
- [PATCH] RISC-V: KVM: fix stack overrun when loading vlenb
Daniel Henrique Barboza
- [PATCH] RISC-V: KVM: fix stack overrun when loading vlenb
Nutty Liu
- [PATCH v2 0/2] Few timer and AIA fixes for KVM RISC-V
patchwork-bot+linux-riscv at kernel.org
- [PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
Sean Christopherson
- [PATCH v5 01/44] perf: Skip pmu_ctx based on event_type
Sean Christopherson
- [PATCH v5 02/44] perf: Add generic exclude_guest support
Sean Christopherson
- [PATCH v5 03/44] perf: Move security_perf_event_free() call to __free_event()
Sean Christopherson
- [PATCH v5 04/44] perf: Add APIs to create/release mediated guest vPMUs
Sean Christopherson
- [PATCH v5 05/44] perf: Clean up perf ctx time
Sean Christopherson
- [PATCH v5 06/44] perf: Add a EVENT_GUEST flag
Sean Christopherson
- [PATCH v5 07/44] perf: Add APIs to load/put guest mediated PMU context
Sean Christopherson
- [PATCH v5 08/44] perf: core/x86: Register a new vector for handling mediated guest PMIs
Sean Christopherson
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Sean Christopherson
- [PATCH v5 10/44] perf/x86/core: Do not set bit width for unavailable counters
Sean Christopherson
- [PATCH v5 11/44] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
Sean Christopherson
- [PATCH v5 12/44] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
Sean Christopherson
- [PATCH v5 13/44] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
Sean Christopherson
- [PATCH v5 14/44] KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init()
Sean Christopherson
- [PATCH v5 15/44] KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs
Sean Christopherson
- [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks
Sean Christopherson
- [PATCH v5 17/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
Sean Christopherson
- [PATCH v5 18/44] KVM: x86/pmu: Start stubbing in mediated PMU support
Sean Christopherson
- [PATCH v5 19/44] KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
Sean Christopherson
- [PATCH v5 20/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
Sean Christopherson
- [PATCH v5 21/44] KVM: x86/pmu: Register PMI handler for mediated vPMU
Sean Christopherson
- [PATCH v5 22/44] KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers
Sean Christopherson
- [PATCH v5 23/44] KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header
Sean Christopherson
- [PATCH v5 24/44] KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
Sean Christopherson
- [PATCH v5 25/44] KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates
Sean Christopherson
- [PATCH v5 26/44] KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controls
Sean Christopherson
- [PATCH v5 27/44] KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
Sean Christopherson
- [PATCH v5 28/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
Sean Christopherson
- [PATCH v5 29/44] KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents
Sean Christopherson
- [PATCH v5 30/44] KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86
Sean Christopherson
- [PATCH v5 31/44] KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+
Sean Christopherson
- [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
Sean Christopherson
- [PATCH v5 33/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
Sean Christopherson
- [PATCH v5 34/44] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
Sean Christopherson
- [PATCH v5 35/44] KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
Sean Christopherson
- [PATCH v5 36/44] KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
Sean Christopherson
- [PATCH v5 37/44] KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Sean Christopherson
- [PATCH v5 38/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
Sean Christopherson
- [PATCH v5 39/44] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
Sean Christopherson
- [PATCH v5 40/44] KVM: nVMX: Add macros to simplify nested MSR interception setting
Sean Christopherson
- [PATCH v5 41/44] KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
Sean Christopherson
- [PATCH v5 42/44] KVM: nSVM: Disable PMU MSR interception as appropriate while running L2
Sean Christopherson
- [PATCH v5 43/44] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
Sean Christopherson
- [PATCH v5 44/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
Sean Christopherson
- [PATCH] RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap
fangyu.yu at linux.alibaba.com
- [PATCH] riscv: skip csr restore if vcpu preempted reload
Jinyu Tang
- [PATCH v2 0/3] KVM: riscv: selftests: Enable supported test cases
dayss1224 at gmail.com
- [PATCH v2 1/3] KVM: riscv: selftests: Add common supported test cases
dayss1224 at gmail.com
- [PATCH v2 2/3] KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`
dayss1224 at gmail.com
- [PATCH v2 3/3] KVM: riscv: selftests: Add missing headers for new testcases
dayss1224 at gmail.com
- [PATCH] RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap
Nutty.Liu
- [PATCH v5 07/44] perf: Add APIs to load/put guest mediated PMU context
Mi, Dapeng
- [PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
Mi, Dapeng
- [PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
Mi, Dapeng
- [PATCH v2 0/6] RISC-V: KVM: Allow zicbop/bfloat16 exts for guests
zhouquan at iscas.ac.cn
- [PATCH v2 1/6] RISC-V: KVM: Change zicbom/zicboz block size to depend on the host isa
zhouquan at iscas.ac.cn
- [PATCH v2 2/6] RISC-V: KVM: Provide UAPI for Zicbop block size
zhouquan at iscas.ac.cn
- [PATCH v2 3/6] RISC-V: KVM: Allow Zicbop extension for Guest/VM
zhouquan at iscas.ac.cn
- [PATCH v2 4/6] RISC-V: KVM: Allow bfloat16 extension for Guest/VM
zhouquan at iscas.ac.cn
- [PATCH v2 5/6] KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
zhouquan at iscas.ac.cn
- [PATCH v2 6/6] KVM: riscv: selftests: Add bfloat16 extension to get-reg-list test
zhouquan at iscas.ac.cn
- [PATCH] RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap
Radim Krčmář
- [PATCH] RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap
fangyu.yu at linux.alibaba.com
- [PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
patchwork-bot+linux-riscv at kernel.org
- [GIT PULL v2] KVM/riscv changes for 6.17
patchwork-bot+linux-riscv at kernel.org
- [GIT PULL v2] KVM/riscv changes for 6.17
patchwork-bot+linux-riscv at kernel.org
- [PATCH] RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
zhouquan at iscas.ac.cn
- [RFC PATCH 0/6] iommu/riscv: Add MRIF support
fangyu.yu at linux.alibaba.com
- [RFC PATCH 1/6] RISC-V: Add more elements to irqbypass vcpu_info
fangyu.yu at linux.alibaba.com
- [RFC PATCH 2/6] RISC-V: KVM: Transfer the physical address of MRIF to iommu-ir
fangyu.yu at linux.alibaba.com
- [RFC PATCH 3/6] RISC-V: KVM: Add a xarray to record host irq msg
fangyu.yu at linux.alibaba.com
- [RFC PATCH 4/6] iommu/riscv: Add irq_mask and irq_ack configure for iommu-ir
fangyu.yu at linux.alibaba.com
- [RFC PATCH 5/6] iommu/riscv: Add MRIF mode support
fangyu.yu at linux.alibaba.com
- [RFC PATCH 6/6] RISC-V: KVM: Check the MRIF in notice MSI irq handler
fangyu.yu at linux.alibaba.com
- [PATCH] RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap
Radim Krčmář
- [PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
Sandipan Das
- [PATCH v5 20/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
Sandipan Das
- [PATCH v5 38/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
Sandipan Das
- [PATCH v5 17/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
Sandipan Das
- [PATCH v5 15/44] KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs
Sandipan Das
- [PATCH v5 33/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
Sandipan Das
- [PATCH 0/6] ONE_REG interface for SBI FWFT extension
Anup Patel
- [PATCH 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
Anup Patel
- [PATCH 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
Anup Patel
- [PATCH 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
Anup Patel
- [PATCH 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
Anup Patel
- [PATCH 5/6] RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
Anup Patel
- [PATCH 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test
Anup Patel
- [PATCH 4/6] selftests: kvm: riscv: fix spelling mistakes in comments
Soham Metha
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Peter Zijlstra
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Peter Zijlstra
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Sean Christopherson
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Sean Christopherson
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Sean Christopherson
- [PATCH 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
Andrew Jones
- [PATCH 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
Andrew Jones
- [PATCH 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
Andrew Jones
- [PATCH 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
Andrew Jones
- [PATCH] RISC-V: KVM: Write hgatp register with valid mode bits
fangyu.yu at linux.alibaba.com
- [PATCH] RISC-V: KVM: Write hgatp register with valid mode bits
kernel test robot
- [PATCH 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
Anup Patel
- [PATCH v2 0/6] ONE_REG interface for SBI FWFT extension
Anup Patel
- [PATCH v2 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
Anup Patel
- [PATCH v2 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
Anup Patel
- [PATCH v2 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
Anup Patel
- [PATCH v2 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
Anup Patel
- [PATCH v2 5/6] RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
Anup Patel
- [PATCH v2 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test
Anup Patel
- [PATCH] RISC-V: KVM: Write hgatp register with valid mode bits
kernel test robot
- [PATCH V2] RISC-V: KVM: Write hgatp register with valid mode bits
guoren at kernel.org
- [PATCH V2] RISC-V: KVM: Write hgatp register with valid mode bits
Guo Ren
- [PATCH V2] RISC-V: KVM: Write hgatp register with valid mode bits
Troy Mitchell
- [PATCH V2] RISC-V: KVM: Write hgatp register with valid mode bits
Guo Ren
- [PATCH 0/6] ONE_REG interface for SBI FWFT extension
Radim Krčmář
- [PATCH] RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap
Anup Patel
- [PATCH] RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
Andrew Jones
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Peter Zijlstra
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Sean Christopherson
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Peter Zijlstra
- [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
Liang, Kan
- [PATCH v2 1/6] RISC-V: KVM: Change zicbom/zicboz block size to depend on the host isa
Andrew Jones
- [PATCH v2 2/6] RISC-V: KVM: Provide UAPI for Zicbop block size
Andrew Jones
- [PATCH v2 2/3] KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`
Andrew Jones
- [PATCH v2 3/3] KVM: riscv: selftests: Add missing headers for new testcases
Andrew Jones
- [PATCH v2 1/3] KVM: riscv: selftests: Add common supported test cases
Andrew Jones
- [PATCH v2 0/3] KVM: riscv: selftests: Enable supported test cases
Andrew Jones
- [PATCH] RISC-V: KVM: Prevent HGATP_MODE_BARE passed
guoren at kernel.org
- [PATCH v2 1/6] RISC-V: KVM: Change zicbom/zicboz block size to depend on the host isa
Troy Mitchell
- [PATCH] RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap
fangyu.yu at linux.alibaba.com
- [PATCH] RISC-V: KVM: Prevent HGATP_MODE_BARE passed
fangyu.yu at linux.alibaba.com
- [PATCH v2 1/6] RISC-V: KVM: Change zicbom/zicboz block size to depend on the host isa
Nutty.Liu
- [PATCH v2 2/6] RISC-V: KVM: Provide UAPI for Zicbop block size
Nutty.Liu
- [PATCH v2 3/6] RISC-V: KVM: Allow Zicbop extension for Guest/VM
Nutty.Liu
- [PATCH v2 4/6] RISC-V: KVM: Allow bfloat16 extension for Guest/VM
Nutty.Liu
- [PATCH v2 5/6] KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
Nutty.Liu
- [PATCH v2 6/6] KVM: riscv: selftests: Add bfloat16 extension to get-reg-list test
Nutty.Liu
- [PATCH] RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
Nutty.Liu
- [PATCH V2] RISC-V: KVM: Write hgatp register with valid mode bits
Nutty.Liu
- [PATCH 0/6] ONE_REG interface for SBI FWFT extension
Anup Patel
- [PATCH] RISC-V KVM: Remove unnecessary HGATP csr_read
guoren at kernel.org
- [PATCH 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
Nutty.Liu
- [PATCH 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
Nutty.Liu
- [PATCH] RISC-V: KVM: Prevent HGATP_MODE_BARE passed
Nutty.Liu
- [PATCH] RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap
Anup Patel
- [PATCH 0/6] ONE_REG interface for SBI FWFT extension
Radim Krčmář
- [PATCH] RISC-V: KVM: Prevent HGATP_MODE_BARE passed
Troy Mitchell
- [PATCH 0/6] ONE_REG interface for SBI FWFT extension
Anup Patel
- [PATCH] riscv: skip csr restore if vcpu preempted reload
Andrew Jones
- [PATCH 0/6] ONE_REG interface for SBI FWFT extension
Radim Krčmář
- [PATCH v3 0/2] Fix hgatp mode settings within kvm_riscv_gstage_vmid_detect
fangyu.yu at linux.alibaba.com
- [PATCH v3 1/2] RISC-V: KVM: Write hgatp register with valid mode bits
fangyu.yu at linux.alibaba.com
- [PATCH v3 2/2] RISC-V KVM: Remove unnecessary HGATP csr_read
fangyu.yu at linux.alibaba.com
- [PATCH v3 2/2] RISC-V KVM: Remove unnecessary HGATP csr_read
Troy Mitchell
- [PATCH v3 2/2] RISC-V KVM: Remove unnecessary HGATP csr_read
Guo Ren
- [PATCH v3 2/2] RISC-V KVM: Remove unnecessary HGATP csr_read
Guo Ren
- [PATCH v3 2/2] RISC-V KVM: Remove unnecessary HGATP csr_read
Guo Ren
- [PATCH v3 2/2] RISC-V KVM: Remove unnecessary HGATP csr_read
Nutty.Liu
- [PATCH V4 0/3] Fixup & optimize hgatp mode & vmid detect functions
guoren at kernel.org
- [PATCH V4 1/3] RISC-V: KVM: Write hgatp register with valid mode bits
guoren at kernel.org
- [PATCH V4 2/3] RISC-V: KVM: Remove unnecessary HGATP csr_read
guoren at kernel.org
- [PATCH V4 3/3] RISC-V: KVM: Prevent HGATP_MODE_BARE passed
guoren at kernel.org
- [PATCH V2] RISC-V: KVM: Write hgatp register with valid mode bits
guoren at kernel.org
- [PATCH 0/6] ONE_REG interface for SBI FWFT extension
Anup Patel
- [PATCH] riscv: skip csr restore if vcpu preempted reload
Nutty.Liu
- [PATCH 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
Pincheng Wang
- [PATCH 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
Pincheng Wang
- [PATCH 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
Pincheng Wang
- [PATCH 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
Pincheng Wang
- [PATCH 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
Pincheng Wang
- [PATCH 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test
Pincheng Wang
- [PATCH v1 RESEND 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
Pincheng Wang
- [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
Pincheng Wang
- [PATCH v1 RESEND 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
Pincheng Wang
- [PATCH v1 RESEND 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
Pincheng Wang
- [PATCH v1 RESEND 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
Pincheng Wang
- [PATCH v1 RESEND 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test
Pincheng Wang
- [PATCH V4 RESEND 0/3] Fixup & optimize hgatp mode & vmid detect functions
guoren at kernel.org
- [PATCH V4 RESEND 1/3] RISC-V: KVM: Write hgatp register with valid mode bits
guoren at kernel.org
- [PATCH V4 RESEND 2/3] RISC-V: KVM: Remove unnecessary HGATP csr_read
guoren at kernel.org
- [PATCH V4 RESEND 3/3] RISC-V: KVM: Prevent HGATP_MODE_BARE passed
guoren at kernel.org
- [PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
Hao, Xudong
- [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks
Anup Patel
- [PATCH] RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
Anup Patel
- [PATCH v2 0/6] RISC-V: KVM: Allow zicbop/bfloat16 exts for guests
Anup Patel
- [PATCH] RISC-V: KVM: fix stack overrun when loading vlenb
Anup Patel
- [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
Conor Dooley
- [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
Inochi Amaoto
- [PATCH v3 0/6] ONE_REG interface for SBI FWFT extension
Anup Patel
- [PATCH v3 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
Anup Patel
- [PATCH v3 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
Anup Patel
- [PATCH v3 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
Anup Patel
- [PATCH v3 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
Anup Patel
- [PATCH v3 5/6] RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
Anup Patel
- [PATCH v3 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test
Anup Patel
- [PATCH v3 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test
Andrew Jones
- [PATCH v2] riscv: skip csr restore if vcpu preempted reload
Jinyu Tang
- [PATCH v2] riscv: skip csr restore if vcpu preempted reload
Andrew Jones
- [PATCH v3] riscv: skip csr restore if vcpu preempted reload
Jinyu Tang
- [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
pincheng.plct at isrc.iscas.ac.cn
- [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
Pincheng Wang
- [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
Pincheng Wang
- [PATCH v3] riscv: skip csr restore if vcpu preempted reload
Andrew Jones
- [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
Conor Dooley
- [PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
Sean Christopherson
- [PATCH 1/5] Drivers: hv: Move TIF pre-guest work handling fully into mshv_common.c
Sean Christopherson
- [PATCH 2/5] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
Sean Christopherson
- [PATCH 3/5] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
Sean Christopherson
- [PATCH 4/5] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
Sean Christopherson
- [PATCH 5/5] Drivers: hv: Use common "entry virt" APIs to do work before running guest
Sean Christopherson
- [PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
Wei Liu
- [PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
Peter Zijlstra
- [PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
Wei Liu
- [PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
Nuno Das Neves
- [PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
Sean Christopherson
- [PATCH v2 0/5] Add Zilsd/Zclsd support in hwprobe and KVM
Pincheng Wang
- [PATCH v2 1/5] dt-bindings: riscv: add Zilsd and Zclsd extension descriptions
Pincheng Wang
- [PATCH v2 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
Pincheng Wang
- [PATCH v2 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
Pincheng Wang
- [PATCH v2 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
Pincheng Wang
- [PATCH v2 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test
Pincheng Wang
- [PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
Wei Liu
- [PATCH v2 1/5] dt-bindings: riscv: add Zilsd and Zclsd extension descriptions
Conor Dooley
- [PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
Sean Christopherson
- [PATCH v2 1/7] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
Sean Christopherson
- [PATCH v2 2/7] Drivers: hv: Disentangle VTL return cancellation from SIGPENDING
Sean Christopherson
- [PATCH v2 3/7] Drivers: hv: Disable IRQs only after handling pending work before VTL return
Sean Christopherson
- [PATCH v2 4/7] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
Sean Christopherson
- [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
Sean Christopherson
- [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest
Sean Christopherson
- [PATCH v2 7/7] Drivers: hv: Use "entry virt" APIs to do work before returning to lower VTL
Sean Christopherson
- [External] [PATCH v5 14/21] RISC-V: perf: Implement supervisor counter delegation support
yunhui cui
- [PATCH v2 1/7] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
Nuno Das Neves
- [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest
Nuno Das Neves
- [GIT PULL] KVM/riscv fixes for 6.17 take #1
Anup Patel
- [PATCH v5 0/9] Add SBI v3.0 PMU enhancements
Atish Patra
- [PATCH v5 1/9] drivers/perf: riscv: Add SBI v3.0 flag
Atish Patra
- [PATCH v5 2/9] drivers/perf: riscv: Add raw event v2 support
Atish Patra
- [PATCH v5 3/9] RISC-V: KVM: Add support for Raw event v2
Atish Patra
- [PATCH v5 4/9] drivers/perf: riscv: Implement PMU event info function
Atish Patra
- [PATCH v5 5/9] drivers/perf: riscv: Export PMU event info function
Atish Patra
- [PATCH v5 6/9] KVM: Add a helper function to check if a gpa is in writable memselot
Atish Patra
- [PATCH v5 7/9] RISC-V: KVM: Use the new gpa validate helper function
Atish Patra
- [PATCH v5 8/9] RISC-V: KVM: Implement get event info function
Atish Patra
- [PATCH v5 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
Atish Patra
- [GIT PULL] KVM/riscv fixes for 6.17 take #1
Paolo Bonzini
- [PATCH v2 2/7] Drivers: hv: Disentangle VTL return cancellation from SIGPENDING
Wei Liu
- [PATCH v5 6/9] KVM: Add a helper function to check if a gpa is in writable memselot
Sean Christopherson
Last message date:
Fri Aug 29 13:47:25 PDT 2025
Archived on: Fri Aug 29 16:08:20 PDT 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).