public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-07 17:27:23 to 2023-11-08 17:46:50 UTC [more...]

[PATCH v3 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
 2023-11-08 17:46 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: s390: vsie: Fix STFLE interpretive execution identification
` [PATCH v3 2/4] KVM: s390: vsie: Fix length of facility list shadowed
` [PATCH v3 3/4] KVM: s390: cpu model: Use proper define for facility mask size
` [PATCH v3 4/4] KVM: s390: Minor refactor of base/ext facility lists

[kvm:guestmemfd 59/59] arch/s390/kvm/../../../virt/kvm/kvm_main.c:5517:14: error: 'KVM_TRACE_ENABLE' undeclared; did you mean 'KVM_PV_ENABLE'?
 2023-11-08 17:34 UTC 

RFC: A KVM-specific alternative to UserfaultFD
 2023-11-08 17:34 UTC  (17+ messages)

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-11-08 17:27 UTC  (61+ messages)
` [RFC 01/33] KVM: x86: Decouple lapic.h from hyperv.h
` [RFC 02/33] KVM: x86: Introduce KVM_CAP_APIC_ID_GROUPS
` [RFC 03/33] KVM: x86: hyper-v: Introduce XMM output support
` [RFC 04/33] KVM: x86: hyper-v: Move hypercall page handling into separate function
` [RFC 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page
` [RFC 06/33] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [RFC 07/33] KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_VSM
` [RFC 08/33] KVM: x86: Don't use hv_timer if CAP_HYPERV_VSM enabled
` [RFC 09/33] KVM: x86: hyper-v: Introduce per-VTL vcpu helpers
` [RFC 10/33] KVM: x86: hyper-v: Introduce KVM_HV_GET_VSM_STATE
` [RFC 11/33] KVM: x86: hyper-v: Handle GET/SET_VP_REGISTER hcall in user-space
` [RFC 12/33] KVM: x86: hyper-v: Handle VSM hcalls "
` [RFC 13/33] KVM: Allow polling vCPUs for events
` [RFC 14/33] KVM: x86: Add VTL to the MMU role
` [RFC 15/33] KVM: x86/mmu: Introduce infrastructure to handle non-executable faults
` [RFC 16/33] KVM: x86/mmu: Expose R/W/X flags during memory fault exits
` [RFC 17/33] KVM: x86/mmu: Allow setting memory attributes if VSM enabled
` [RFC 18/33] KVM: x86: Decouple kvm_get_memory_attributes() from struct kvm's mem_attr_array
` [RFC 19/33] KVM: x86: Decouple kvm_range_has_memory_attributes() "
` [RFC 20/33] KVM: x86/mmu: Decouple hugepage_has_attrs() "
` [RFC 21/33] KVM: Pass memory attribute array as a MMU notifier argument
` [RFC 22/33] KVM: Decouple kvm_ioctl_set_mem_attributes() from kvm's mem_attr_array
` [RFC 23/33] KVM: Expose memory attribute helper functions unanimously
` [RFC 24/33] KVM: x86: hyper-v: Introduce KVM VTL device
` [RFC 25/33] KVM: Introduce a set of new memory attributes
` [RFC 26/33] KVM: x86: hyper-vsm: Allow setting per-VTL "
` [RFC 27/33] KVM: x86/mmu/hyper-v: Validate memory faults against per-VTL memprots
` [RFC 28/33] x86/hyper-v: Introduce memory intercept message structure
` [RFC 29/33] KVM: VMX: Save instruction length on EPT violation
` [RFC 30/33] KVM: x86: hyper-v: Introduce KVM_REQ_HV_INJECT_INTERCEPT request
` [RFC 31/33] KVM: x86: hyper-v: Inject intercept on VTL memory protection fault
` [RFC 32/33] KVM: x86: hyper-v: Implement HVCALL_TRANSLATE_VIRTUAL_ADDRESS
` [RFC 33/33] Documentation: KVM: Introduce "Emulating Hyper-V VSM with KVM"

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-08 17:00 UTC  (3+ messages)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-11-08 16:52 UTC  (13+ messages)

[kvm:guestmemfd 59/59] arch/loongarch/kvm/../../../virt/kvm/kvm_main.c:5517:14: error: 'KVM_TRACE_ENABLE' undeclared; did you mean 'KVM_PV_ENABLE'?
 2023-11-08 16:24 UTC 

[PATCH v7 00/19] KVM: x86/pmu: selftests: Fixes and new tests
 2023-11-08 16:06 UTC  (24+ messages)
` [PATCH v7 01/19] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v7 02/19] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v7 03/19] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v7 04/19] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v7 05/19] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v7 06/19] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v7 07/19] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v7 08/19] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v7 09/19] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v7 10/19] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v7 11/19] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v7 12/19] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v7 13/19] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v7 14/19] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v7 15/19] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v7 16/19] KVM: selftests: Add helpers to read integer module params
` [PATCH v7 17/19] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v7 18/19] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v7 19/19] KVM: selftests: Test PMC virtualization with forced emulation

[PATCH v2 0/2] KVM: selftests: Detect if KVM bugged the VM
 2023-11-08 16:07 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: selftests: Drop the single-underscore ioctl() helpers
` [PATCH v2 2/2] KVM: selftests: Add logic to detect if ioctl() failed because VM was killed

[PATCH v2 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
 2023-11-08 15:52 UTC  (8+ messages)
` [PATCH v2 2/4] KVM: s390: vsie: Fix length of facility list shadowed

[PATCH] KVM: x86/xen: improve accuracy of Xen timers
 2023-11-08 15:25 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-08 15:19 UTC  (16+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support

[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
 2023-11-08 15:15 UTC  (4+ messages)
` [PATCH v7 11/11] KVM: xen: allow vcpu_info content to be 'safely' copied

[PATCH] s390/vfio-ap: fix sysfs status attribute for AP queue devices
 2023-11-08 14:44 UTC  (4+ messages)

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-11-08 12:36 UTC  (3+ messages)
` [PATCH v12 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS

[PATCH] selftests: kvm/s390x: use vm_create_barebones()
 2023-11-08 10:20 UTC  (3+ messages)

[RFC 0/7] Add SIOV virtual device support
 2023-11-08  9:03 UTC  (6+ messages)
` [RFC 3/7] iommufd: Add iommufd_device_bind_pasid()

[RFC PATCH v1 0/2] send credit update during setting SO_RCVLOWAT
 2023-11-08  7:20 UTC  (3+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: "
` [RFC PATCH v1 2/2] vsock/test: SO_RCVLOWAT + deferred credit update test

[kvm-unit-tests PATCH] arm: pmu-overflow-interrupt: Increase count values
 2023-11-08  6:21 UTC  (6+ messages)

A question about how the KVM emulates the effect of guest MTRRs on AMD platforms
 2023-11-08  4:32 UTC  (11+ messages)

[PATCH net v2] virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
 2023-11-08  3:10 UTC  (2+ messages)

[PATCH v4 0/4] KVM: selftests: Add LoongArch support
 2023-11-08  2:51 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v4 2/4] KVM: selftests: Add core KVM selftests support "
` [PATCH v4 3/4] KVM: selftests: Add ucall test "
` [PATCH v4 4/4] KVM: selftests: Add test cases "

Job vacancy
 2023-11-08  2:20 UTC 

[PATCH] target/i386/kvm: call kvm_put_vcpu_events() before kvm_put_nested_state()
 2023-11-08  1:12 UTC  (7+ messages)

[ANNOUNCE] PUCK Agenda - 2023.11.08 - No topic, but still a go
 2023-11-08  0:51 UTC 

[PATCH 0/3] KVM: Performance and correctness fixes for CLEAR_DIRTY_LOG
 2023-11-08  0:23 UTC  (3+ messages)

[PATCH 0/9] SVM guest shadow stack support
 2023-11-07 23:10 UTC  (13+ messages)
` [PATCH 3/9] KVM: x86: SVM: Pass through shadow stack MSRs
` [PATCH 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel

[PATCH net 0/4] vsock: fix server prevents clients from reconnecting
 2023-11-07 22:30 UTC  (2+ messages)

[PATCH 1/1] s390/cio: make sch->lock a spinlock (is a pointer)
 2023-11-07 21:14 UTC  (3+ messages)

[RFC PATCH 00/14] Support multiple KVM modules on the same host
 2023-11-07 20:20 UTC  (15+ messages)
` [RFC PATCH 01/14] KVM: x86: Move common module params from SVM/VMX to x86
` [RFC PATCH 02/14] KVM: x86: Fold x86 vendor modules into the main KVM modules
` [RFC PATCH 03/14] KVM: x86: Remove unused exports
` [RFC PATCH 04/14] KVM: x86: Create stubs for a new VAC module
` [RFC PATCH 05/14] KVM: x86: Refactor hardware enable/disable operations into a new file
` [RFC PATCH 06/14] KVM: x86: Move user return msr operations out of KVM
` [RFC PATCH 07/14] KVM: SVM: Move shared SVM data structures into VAC
` [RFC PATCH 08/14] KVM: VMX: Move shared VMX "
` [RFC PATCH 09/14] KVM: x86: Move shared KVM state "
` [RFC PATCH 10/14] KVM: VMX: Move VMX enable and disable "
` [RFC PATCH 11/14] KVM: SVM: Move SVM "
` [RFC PATCH 12/14] KVM: x86: Move VMX and SVM support checks "
` [RFC PATCH 13/14] KVM: x86: VAC: Move all hardware enable/disable code "
` [RFC PATCH 14/14] KVM: VAC: Bring up VAC as a new module

[PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer configurable
 2023-11-07 20:03 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: Make the hardcoded APIC bus frequency vm variable
` [PATCH 2/2] KVM: X86: Add a capability to configure bus frequency for APIC timer
` KVM: X86: Make bus clock frequency for vapic timer (bus lock -> bus clock) (was Re: [PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer) configurable

[PATCH v3 2/3] KVM: arm64: selftests: Guarantee interrupts are handled
 2023-11-07 18:45 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check
 2023-11-07 18:42 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 02/10] powerpc: properly format non-kernel-doc comments

[PATCH v6 00/25] Enable CET Virtualization
 2023-11-07 18:39 UTC  (25+ messages)
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
` [PATCH v6 18/25] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v6 19/25] KVM: VMX: Emulate read and write to CET MSRs

[PATCH 00/14] KVM: x86: Make Hyper-V emulation optional
 2023-11-07 18:26 UTC  (13+ messages)
` [PATCH 02/14] KVM: x86: hyper-v: Move Hyper-V partition assist page out of Hyper-V emulation context
` [PATCH 07/14] KVM: x86: hyper-v: Introduce kvm_hv_nested_transtion_tlb_flush() helper
` [PATCH 08/14] KVM: selftests: Make all Hyper-V tests explicitly dependent on Hyper-V emulation support in KVM
` [PATCH 09/14] KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull vmx_set_nested_state_test for !eVMCS case
` [PATCH 10/14] KVM: x86: Make Hyper-V emulation optional
` [PATCH 11/14] KVM: nVMX: hyper-v: Introduce nested_vmx_evmptr12() and nested_vmx_is_evmptr12_valid() helpers

[PATCH] KVM: selftests: Fix MWAIT error message when guest assertion fails
 2023-11-07 18:21 UTC 

[PATCH v6 00/20] KVM: x86/pmu: selftests: Fixes and new tests
 2023-11-07 17:27 UTC  (5+ messages)
` [PATCH v6 03/20] KVM: x86/pmu: Don't enumerate arch events KVM doesn't support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox