kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-03 01:30:19 to 2022-08-04 08:03:33 UTC [more...]

[PATCH v3 0/7] ASID support in vhost-vdpa net
 2022-08-04  7:54 UTC  (16+ messages)
` [PATCH v3 1/7] linux-headers: Update kernel headers
` [PATCH v3 2/7] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH v3 3/7] vdpa: Allocate SVQ unconditionally
` [PATCH v3 4/7] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v3 5/7] vdpa: Store x-svq parameter in VhostVDPAState
` [PATCH v3 6/7] vhost_net: Add NetClientInfo prepare callback
` [PATCH v3 7/7] vdpa: Always start CVQ in SVQ mode

[PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
 2022-08-04  7:58 UTC  (13+ messages)

[PATCH v2 0/7] KVM: x86: Intel PERF_CAPABILITIES fixes and cleanups
 2022-08-04  7:52 UTC  (9+ messages)
` [PATCH v2 1/7] KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIES
` [PATCH v2 2/7] perf/x86/core: Remove unnecessary stubs provided for KVM-only helpers
` [PATCH v2 3/7] perf/x86/core: Drop the unnecessary return value from x86_perf_get_lbr()
` [PATCH v2 4/7] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs
` [PATCH v2 5/7] KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpers
` [PATCH v2 6/7] KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refresh
` [PATCH v2 7/7] KVM: VMX: Simplify capability check when handling PERF_CAPABILITIES write

[PATCH] selftests: kvm/x86: test if it checks all the bits in the LBR_FMT bit-field
 2022-08-04  7:38 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-04  7:10 UTC  (16+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
` [PATCH v7 12/14] KVM: Handle page fault for "
` [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH] KVM: HWPoison: Fix memory address&size during remap
 2022-08-04  6:59 UTC  (3+ messages)
` PING: "

[bug report] KVM: x86: Do not block APIC write for non ICR registers
 2022-08-04  6:56 UTC 

[RFC 0/5] In virtio-spec 1.1, new feature bit VIRTIO_F_IN_ORDER was introduced
 2022-08-04  5:04 UTC  (6+ messages)
` [RFC 1/5] vhost: reorder used descriptors in a batch

[PATCH v2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-04  3:16 UTC 

[PATCH v2] KVM: X86: Explicitly set the 'fault.async_page_fault' value in kvm_fixup_and_inject_pf_error()
 2022-08-04  3:14 UTC  (4+ messages)

[kvm-unit-tests PATCH] X86: Set up EPT before running vmx_pf_exception_test
 2022-08-04  2:14 UTC  (5+ messages)

[PATCH v3 0/5] kvm: x86/pmu: Introduce and test masked events
 2022-08-04  1:36 UTC  (5+ messages)
` [PATCH v3 1/5] kvm: x86/pmu: Introduce masked events to the pmu event filter

[PATCH v1 00/40] TDX QEMU support
 2022-08-04  0:55 UTC  (7+ messages)
` [PATCH v1 08/40] i386/tdx: Adjust the supported CPUID based on TDX restrictions

[PATCH v2 0/3] KVM: x86/mmu: MMIO caching bug fixes
 2022-08-04  0:16 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: x86: Tag kvm_mmu_x86_module_init() with __init
` [PATCH v2 2/3] KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
` [PATCH v2 3/3] KVM: SVM: Disable SEV-ES support if MMIO caching is disable

[PATCH 0/5] Fix a race between posted interrupt delivery and migration in a nested VM
 2022-08-03 23:55 UTC  (13+ messages)
` [PATCH 1/5] KVM: x86: Get vmcs12 pages before checking pending interrupts
` [PATCH 2/5] selftests: KVM/x86: Fix vcpu_{save,load}_state() by adding APIC state into kvm_x86_state

[PATCH] KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
 2022-08-03 22:49 UTC  (3+ messages)

[PATCH v5 00/22] TDX host kernel support
 2022-08-03 22:35 UTC  (30+ messages)
` [PATCH v5 01/22] x86/virt/tdx: Detect TDX during kernel boot
  ` [PATCH v5 1/22] "
` [PATCH v5 02/22] cc_platform: Add new attribute to prevent ACPI CPU hotplug
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function
` [PATCH v5 12/22] x86/virt/tdx: Convert all memory regions in memblock to TDX memory

[kvm-unit-tests PATCH v3 0/1] s390x: verify EQBS/SQBS is unavailable
 2022-08-03 22:17 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-03 20:26 UTC  (5+ messages)
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH v2 0/2] Extend KVM trace_kvm_nested_vmrun() to support VMX
 2022-08-03 19:27 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: nested/x86: update trace_kvm_nested_vmrun() to suppot VMX
` [PATCH v2 2/2] kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun

[PATCH 0/3] KVM: x86: Intel PERF_CAPABILITIES fix and cleanups
 2022-08-03 18:47 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIES

[GIT PULL] VFIO updates for v6.0-rc1
 2022-08-03 18:44 UTC 

[kvm-unit-tests PATCH v2 0/3] arm: pmu: Fixes for bare metal
 2022-08-03 18:23 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] arm: pmu: Add missing isb()'s after sys register writing
` [kvm-unit-tests PATCH v2 2/3] arm: pmu: Reset the pmu registers before starting some tests
` [kvm-unit-tests PATCH v2 3/3] arm: pmu: Check for overflow in the low counter in chained counters tests

[PATCH 2/2] KVM: selftests: x86: Test illegal LEA handling
 2022-08-03 18:21 UTC  (12+ messages)
` [kvm-unit-tests PATCH v2] "
        ` [kvm-unit-tests PATCH 1/4] x86: emulator.c cleanup: Save and restore exception handlers
          ` [kvm-unit-tests PATCH 2/4] x86: emulator.c cleanup: Use ASM_TRY for the UD_VECTOR cases
          ` [kvm-unit-tests PATCH 3/4] x86: Test emulator's handling of LEA with /reg
          ` [kvm-unit-tests PATCH 4/4] x86: Extend ASM_TRY to handle #UD thrown by FEP-triggered emulator

[PATCH] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-03 17:35 UTC  (6+ messages)

[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
 2022-08-03 17:26 UTC  (6+ messages)

[PATCH v2 0/7] ASID support in vhost-vdpa net
 2022-08-03 17:18 UTC  (5+ messages)
` [PATCH v2 7/7] vdpa: Always start CVQ in SVQ mode

[PATCH MANUALSEL 5.18 1/6] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
 2022-08-03 16:50 UTC  (4+ messages)

[kvm-unit-tests PATCH] x86: kvmclock: Fix a non-prototype function declaration
 2022-08-03 16:00 UTC  (3+ messages)

[PATCH v3 00/13] SMM emulation and interrupt shadow fixes
 2022-08-03 15:50 UTC  (14+ messages)
` [PATCH v3 01/13] bug: introduce ASSERT_STRUCT_OFFSET
` [PATCH v3 02/13] KVM: x86: emulator: em_sysexit should update ctxt->mode
` [PATCH v3 03/13] KVM: x86: emulator: introduce emulator_recalc_and_set_mode
` [PATCH v3 04/13] KVM: x86: emulator: update the emulation mode after rsm
` [PATCH v3 05/13] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH v3 06/13] KVM: x86: emulator/smm: number of GPRs in the SMRAM image depends on the image format
` [PATCH v3 07/13] KVM: x86: emulator/smm: add structs for KVM's smram layout
` [PATCH v3 08/13] KVM: x86: emulator/smm: use smram structs in the common code
` [PATCH v3 09/13] KVM: x86: emulator/smm: use smram struct for 32 bit smram load/restore
` [PATCH v3 10/13] KVM: x86: emulator/smm: use smram struct for 64 "
` [PATCH v3 11/13] KVM: x86: SVM: use smram structs
` [PATCH v3 12/13] KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable
` [PATCH v3 13/13] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM

[PATCH] KVM: x86/mmu: Make page tables for eager page splitting NUMA aware
 2022-08-03 15:08 UTC  (8+ messages)

[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-08-03 14:29 UTC  (42+ messages)
` [PATCH v9 01/40] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v9 02/40] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v9 03/40] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v9 04/40] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v9 05/40] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v9 06/40] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v9 07/40] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v9 08/40] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v9 09/40] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v9 10/40] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v9 11/40] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v9 12/40] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v9 13/40] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v9 14/40] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v9 15/40] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v9 16/40] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v9 17/40] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v9 18/40] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v9 19/40] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v9 20/40] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v9 21/40] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v9 22/40] KVM: nSVM: "
` [PATCH v9 23/40] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v9 24/40] KVM: selftests: Better XMM read/write helpers
` [PATCH v9 25/40] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v9 26/40] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v9 27/40] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v9 28/40] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v9 29/40] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v9 30/40] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v9 31/40] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v9 32/40] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v9 33/40] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v9 34/40] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v9 35/40] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v9 36/40] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v9 37/40] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v9 38/40] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v9 39/40] KVM: selftests: hyperv_svm_test: "
` [PATCH v9 40/40] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-03 14:07 UTC  (10+ messages)
` [RFC PATCH v3 1/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v3 2/9] hv_sock: disable SO_RCVLOWAT support
` [RFC PATCH v3 3/9] virtio/vsock: use 'target' in notify_poll_in callback
` [RFC PATCH v3 4/9] vmci/vsock: "
` [RFC PATCH v3 5/9] vsock: pass sock_rcvlowat to notify_poll_in as target
` [RFC PATCH v3 6/9] vsock: add API call for data ready
` [RFC PATCH v3 7/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
` [RFC PATCH v3 8/9] vmci/vsock: "
` [RFC PATCH v3 9/9] vsock_test: POLLIN + SO_RCVLOWAT test

[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-08-03 13:22 UTC  (4+ messages)
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page

[PATCH v2 1/2] KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
 2022-08-03 13:01 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-08-03 12:51 UTC  (8+ messages)

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-08-03 12:47 UTC  (10+ messages)
` [RFC v2 02/10] Drop unused static function return values

[kvm-unit-tests PATCH v2 1/8] s390x: uv-host: Add access checks for donated memory
 2022-08-03 11:18 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3] "

[PATCH v7 000/102] KVM TDX basic feature support
 2022-08-03 10:48 UTC  (7+ messages)

[PATCH v5 1/5] vfio: Add the device features for the low power entry and exit
 2022-08-03  6:32 UTC  (12+ messages)

[kvm-unit-tests PATCH v2] s390x: verify EQBS/SQBS is unavailable
 2022-08-03  6:26 UTC 

[kvm-unit-tests PATCH v1] s390x: verify EQBS/SQBS is unavailable
 2022-08-03  5:41 UTC  (3+ messages)


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