kvm-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-25 09:53:49 to 2025-08-06 22:29:59 UTC [more...]

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-08-06 19:57 UTC  (40+ messages)
` [PATCH v5 01/44] perf: Skip pmu_ctx based on event_type
` [PATCH v5 02/44] perf: Add generic exclude_guest support
` [PATCH v5 03/44] perf: Move security_perf_event_free() call to __free_event()
` [PATCH v5 04/44] perf: Add APIs to create/release mediated guest vPMUs
` [PATCH v5 05/44] perf: Clean up perf ctx time
` [PATCH v5 06/44] perf: Add a EVENT_GUEST flag
` [PATCH v5 07/44] perf: Add APIs to load/put guest mediated PMU context
` [PATCH v5 08/44] perf: core/x86: Register a new vector for handling mediated guest PMIs
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
` [PATCH v5 10/44] perf/x86/core: Do not set bit width for unavailable counters
` [PATCH v5 11/44] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
` [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 16/44] KVM: Add a simplified wrapper for registering perf callbacks
` [PATCH v5 18/44] KVM: x86/pmu: Start stubbing in mediated PMU support
` [PATCH v5 19/44] KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
` [PATCH v5 20/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
` [PATCH v5 21/44] KVM: x86/pmu: Register PMI handler for mediated vPMU
` [PATCH v5 22/44] KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers
` [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 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 v2 0/2] Few timer and AIA fixes for KVM RISC-V
 2025-08-06 17:15 UTC  (8+ messages)
` [PATCH v2 1/2] RISC-V: KVM: Disable vstimecmp before exiting to user-space
` [PATCH v2 2/2] RISC-V: KVM: Move HGEI[E|P] CSR access to IMSIC virtualization

[PATCH] RISC-V: KVM: fix stack overrun when loading vlenb
 2025-08-06 10:05 UTC  (3+ messages)

[GIT PULL] KVM/riscv changes for 6.17
 2025-07-29 12:52 UTC  (11+ messages)

[GIT PULL v2] KVM/riscv changes for 6.17
 2025-07-29 11:34 UTC 

[PATCH v4 0/9] Add SBI v3.0 PMU enhancements
 2025-07-22 17:20 UTC  (14+ messages)
` [PATCH v4 1/9] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v4 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v4 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v4 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v4 5/9] drivers/perf: riscv: Export "
` [PATCH v4 6/9] KVM: Add a helper function to validate vcpu gpa range
` [PATCH v4 7/9] RISC-V: KVM: Use the new gpa range validate helper function
` [PATCH v4 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v4 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
 2025-07-18  5:44 UTC  (20+ messages)
` [PATCH v3 1/9] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v3 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v3 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v3 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v3 5/9] drivers/perf: riscv: Export "
` [PATCH v3 6/9] KVM: Add a helper function to validate vcpu gpa range
` [PATCH v3 7/9] RISC-V: KVM: Use the new gpa range validate helper function
` [PATCH v3 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[GIT PULL] KVM/riscv fixes for 6.16 take #2
 2025-07-17 15:10 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
 2025-07-17 12:03 UTC  (2+ messages)

[PATCH 0/5] RISC-V: KVM: Allow zicop/bfloat16 exts for guest
 2025-07-17 12:04 UTC  (2+ messages)

[PATCH 0/2] RISC-V: KVM: Enable ring-based dirty memory tracking
 2025-07-17  9:24 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: riscv: selftests: Add common supported test cases

[PATCH] RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAs
 2025-07-17  6:50 UTC  (2+ messages)

[PATCH] RISC-V: perf/kvm: Add reporting of interrupt events
 2025-07-17  6:31 UTC  (2+ messages)

[RFC PATCH 0/2] RISC-V: KVM: Pointer Masking Support
 2025-07-16 12:24 UTC  (2+ messages)

[PATCH v4] RISC-V: KVM: Delegate illegal instruction fault to VS mode
 2025-07-16  5:20 UTC  (2+ messages)

[PATCH v3] RISC-V: KVM: Delegate illegal instruction fault to VS mode
 2025-07-14  8:03 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE
 2025-07-14  7:20 UTC 

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
 2025-07-11 14:37 UTC  (26+ messages)
` [kvm-unit-tests PATCH v4 01/13] run_tests.sh: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v4 02/13] scripts: Document environment variables
` [kvm-unit-tests PATCH v4 03/13] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v4 04/13] scripts: Use an associative array for qemu argument names
` [kvm-unit-tests PATCH v4 05/13] scripts: Add 'kvmtool_params' to test definition
` [kvm-unit-tests PATCH v4 06/13] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v4 07/13] scripts: Add default arguments "
` [kvm-unit-tests PATCH v4 08/13] scripts: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v4 09/13] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v4 10/13] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v4 11/13] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v4 12/13] scripts: Add 'disabled_if' test definition parameter for kvmtool to use
` [kvm-unit-tests PATCH v4 13/13] scripts: Enable kvmtool

[PATCH v2] RISC-V: KVM: Delegate kvm unhandled faults to VS mode
 2025-07-11  8:57 UTC  (5+ messages)
  ` [External] "

[PATCH v2 00/15] Add KVM Selftests runner
 2025-07-10  0:20 UTC  (18+ messages)
` [PATCH v2 01/15] KVM: selftest: Create KVM selftest runner
` [PATCH v2 02/15] KVM: selftests: Enable selftests runner to find executables in different path
` [PATCH v2 03/15] KVM: selftests: Add timeout option in selftests runner
` [PATCH v2 04/15] KVM: selftests: Add option to save selftest runner output to a directory
` [PATCH v2 06/15] KVM: selftests: Add a flag to print only test status in KVM Selftests run
` [PATCH v2 07/15] KVM: selftests: Add various print flags to KVM Selftest Runner
` [PATCH v2 11/15] KVM: selftests: Auto generate default tests for KVM Selftests Runner

[kvm-unit-tests PATCH v3 1/2] lib: Add STR_IS_Y and STR_IS_N for checking env vars
 2025-07-09 16:58 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 2/2] riscv: lib: Add sbi-exit-code to configure and environment

[kvm-unit-tests PATCH v2 1/2] lib: Add STR_IS_Y and STR_IS_N for checking env vars
 2025-07-09 10:14 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 2/2] riscv: lib: Add sbi-exit-code to configure and environment

[kvm-unit-tests PATCH 0/2] riscv: Add kvmtool support
 2025-07-08  9:00 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: Ensure proper host arch with kvmtool
` [kvm-unit-tests PATCH 2/2] riscv: Add kvmtool support

[kvm-unit-tests PATCH] riscv: lib: Add sbi-exit-code to configure and environment
 2025-07-07 17:53 UTC  (4+ messages)

[PATCH 0/2] Few timer and AIA fixes for KVM RISC-V
 2025-07-07  3:52 UTC  (8+ messages)
` [PATCH 1/2] RISC-V: KVM: Disable vstimecmp before exiting to user-space
` [PATCH 2/2] RISC-V: KVM: Move HGEI[E|P] CSR access to IMSIC virtualization

[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
 2025-07-04  8:41 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/2] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter

[kvm-unit-tests PATCH] riscv: Use norvc over arch, -c
 2025-07-04  8:26 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] riscv: Allow SBI_CONSOLE with no uart in device tree
 2025-07-02 14:46 UTC  (2+ messages)

[kvm-unit-tests v3 0/2] riscv: Add double trap testing
 2025-07-02 14:48 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] riscv: sbi: sse: Fix some potential crashes
 2025-07-02 14:46 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] riscv: lib: sbi_shutdown add pass/fail exit code
 2025-07-02 14:45 UTC  (5+ messages)

[kvm-unit-tests PATCH v3 1/2] riscv: Add RV_INSN_LEN to processor.h
 2025-07-02 14:49 UTC  (2+ messages)

[kvm-unit-tests PATCH v8] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-07-02 14:43 UTC  (3+ messages)

[kvm-unit-tests PATCH v7] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-07-01  8:45 UTC  (2+ messages)

[kvm-unit-tests PATCH v6] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-28  9:11 UTC  (4+ messages)

[PATCH v5 0/3] Move duplicated instructions macros into asm/insn.h
 2025-06-25 14:20 UTC  (2+ messages)

[PATCH v3 00/12] MMU related improvements for KVM RISC-V
 2025-06-25  7:43 UTC  (3+ messages)
` [PATCH v3 09/12] RISC-V: KVM: Introduce struct kvm_gstage_mapping


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).