Jim Mattson ([email protected])

Number of posts: 923 (0.34 per day)
First post: 2016-11-22 20:03:07
Last post: 2024-04-12 04:24:45

Date List Subject
2024-04-12 04:24:45 linux-kernel Re: [RFC PATCH v3 07/10] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support
2024-04-12 04:08:03 linux-kernel Re: [RFC PATCH v3 01/10] KVM: VMX: Virtualize Intel IA32_SPEC_CTRL
2024-04-11 22:30:56 linux-kernel Re: [RFC PATCH 15/41] KVM: x86/pmu: Manage MSR interception for IA32_PERF_GLOBAL_CTRL
2024-04-11 22:20:10 linux-kernel Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
2024-04-11 22:12:14 linux-kernel Re: [RFC PATCH 28/41] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL at VM boundary
2024-04-11 21:57:24 linux-kernel Re: [RFC PATCH 24/41] KVM: x86/pmu: Zero out unexposed Counters/Selectors to avoid information leakage
2024-04-11 21:51:16 linux-kernel Re: [RFC PATCH 18/41] KVM: x86/pmu: Intercept full-width GP counter MSRs by checking with perf capabilities
2024-04-11 18:17:39 linux-kernel Re: [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_PASSTHROUGH
2024-03-27 14:40:25 linux-kernel Re: [kvm-unit-tests Patch v3 03/11] x86: pmu: Add asserts to warn inconsistent fixed events and counters
2024-03-26 03:15:35 linux-kernel Re: [PATCH 0/5] AVIC bugfixes and workarounds
2024-03-25 21:42:09 linux-kernel Re: [kvm-unit-tests Patch v3 02/11] x86: pmu: Enlarge cnt[] length to 64 in check_counters_many()
2024-03-06 15:12:00 linux-kernel Re: [Patch v3] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
2024-03-01 19:24:42 linux-kernel Re: [PATCH] KVM: x86: Do not mask LVTPC when handling a PMI on AMD platforms
2024-02-15 17:46:50 linux-kernel Re: [PATCH 1/2] KVM: x86: Mark target gfn of emulated atomic instruction as dirty
2024-01-11 21:12:54 linux-kernel Re: [PATCH] x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace
2024-01-09 22:34:03 linux-kernel Re: [PATCH] KVM: selftests: Delete superfluous, unused "stage" variable in AMX test
2024-01-05 18:10:04 linux-kernel Re: [PATCH v8 00/26] Enable CET Virtualization
2024-01-05 00:45:40 linux-kernel Re: [PATCH v8 00/26] Enable CET Virtualization
2024-01-02 23:50:02 linux-kernel Re: RFC: NTP adjustments interfere with KVM emulation of TSC deadline timers
2023-12-21 19:10:31 linux-kernel Re: RFC: NTP adjustments interfere with KVM emulation of TSC deadline timers
2023-12-21 14:39:31 linux-kernel Re: [PATCH v2 1/3] KVM: x86: Make the hardcoded APIC bus frequency vm variable
2023-12-20 22:23:08 linux-kernel Re: [PATCH v2 1/3] KVM: x86: Make the hardcoded APIC bus frequency vm variable
2023-12-19 03:54:15 linux-kernel Re: [PATCH v2 1/3] KVM: x86: Make the hardcoded APIC bus frequency vm variable
2023-12-13 23:18:54 linux-kernel Re: [PATCH v2 1/3] KVM: x86: Make the hardcoded APIC bus frequency vm variable
2023-12-13 22:32:10 linux-kernel Re: [PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
2023-12-12 02:27:02 linux-kernel Re: [PATCH v9 10/28] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
2023-12-11 21:34:02 linux-kernel Re: [PATCH v9 10/28] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
2023-12-10 22:53:41 linux-kernel Re: [PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
2023-12-07 01:03:39 linux-kernel [PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
2023-12-01 04:18:41 linux-kernel Re: [PATCH 1/2] KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
2023-12-01 01:39:55 linux-kernel Re: [PATCH 2/2] KVM: x86: Use a switch statement in __feature_translate()
2023-11-30 23:58:06 linux-kernel Re: [PATCH] KVM: x86: Allow XSAVES on CPUs where host doesn't use it due to an errata
2023-11-04 13:48:06 linux-kernel Re: [PATCH v6 11/20] KVM: selftests: Test Intel PMU architectural events on fixed counters
2023-11-04 13:29:59 linux-kernel Re: [PATCH v6 10/20] KVM: selftests: Test Intel PMU architectural events on gp counters
2023-11-04 13:20:40 linux-kernel Re: [PATCH v6 09/20] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
2023-11-04 13:01:33 linux-kernel Re: [PATCH v6 08/20] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
2023-11-04 12:52:53 linux-kernel Re: [PATCH v6 07/20] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
2023-11-04 12:52:15 linux-kernel Re: [PATCH v6 06/20] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
2023-11-04 12:46:43 linux-kernel Re: [PATCH v6 05/20] KVM: x86/pmu: Allow programming events that match unsupported arch events
2023-11-04 12:43:57 linux-kernel Re: [PATCH v6 04/20] KVM: x86/pmu: Always treat Fixed counters as available when supported
2023-11-04 12:41:57 linux-kernel Re: [PATCH v6 03/20] KVM: x86/pmu: Don't enumerate arch events KVM doesn't support
2023-11-04 12:26:59 linux-kernel Re: [PATCH v6 02/20] KVM: x86/pmu: Don't enumerate support for fixed counters KVM can't virtualize
2023-11-04 12:08:45 linux-kernel Re: [PATCH v6 01/20] KVM: x86/pmu: Don't allow exposing unsupported architectural events
2023-11-03 15:18:34 linux-kernel Re: [Patch 1/2] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event
2023-11-03 14:51:36 linux-kernel Re: [Patch 1/2] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event
2023-11-02 17:46:28 linux-kernel Re: [Patch 1/2] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event
2023-11-01 12:52:53 linux-kernel Re: [kvm-unit-tests Patch v2 1/5] x86: pmu: Remove duplicate code in pmu_init()
2023-11-01 03:25:16 linux-kernel Re: [kvm-unit-tests Patch v2 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3
2023-11-01 03:05:31 linux-kernel Re: [Patch 1/2] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event
2023-11-01 02:48:17 linux-kernel Re: [kvm-unit-tests Patch v2 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3
2023-10-31 18:48:18 linux-kernel Re: [kvm-unit-tests Patch v2 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3