kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-25 22:26:36 to 2022-05-27 16:55:57 UTC [more...]

[PATCH v4 1/8] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
 2022-05-27 16:55 UTC  (11+ messages)

[PATCH] KVM: Only display message about bios support disabled once
 2022-05-27 16:08 UTC  (2+ messages)

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

[PATCH] kvm-unit-tests: Build changes for illumos
 2022-05-27 14:41 UTC  (15+ messages)
` [PATCH 0/2] kvm-unit-tests: Build changes to support illumos
  ` [PATCH 2/2] kvm-unit-tests: configure changes for illumos
              ` [PATCH 1/2] kvm-unit-tests: invoke $LD explicitly in

[PATCH v3 0/4] Implement vdpasim stop operation
 2022-05-27 14:13 UTC  (12+ messages)
` [PATCH v3 2/4] vhost-vdpa: introduce STOP backend feature bit

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-05-27 13:50 UTC  (10+ messages)
` [PATCH v19 08/20] s390/vfio-ap: introduce new mutex to control access to the KVM pointer
` [PATCH v19 09/20] s390/vfio-ap: use proper locking order when setting/clearing "
` [PATCH v19 10/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassign
` [PATCH v19 11/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove

[PATCH v4 00/37] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-05-27 11:43 UTC  (6+ messages)
` [PATCH v4 02/37] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v4 05/37] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently

[PATCH v4 0/4] Implement vdpasim stop operation
 2022-05-27 10:55 UTC  (12+ messages)
` [PATCH v4 1/4] vdpa: Add "
` [PATCH v4 2/4] vhost-vdpa: introduce STOP backend feature bit
` [PATCH v4 3/4] vhost-vdpa: uAPI to stop the device
` [PATCH v4 4/4] vdpa_sim: Implement stop vdpa op

[PATCH v7 0/8] KVM: PKS Virtualization support
 2022-05-27  9:55 UTC  (22+ messages)
` [PATCH v7 1/8] KVM: VMX: Introduce PKS VMCS fields
` [PATCH v7 2/8] KVM: VMX: Add proper cache tracking for PKRS
` [PATCH v7 3/8] KVM: X86: Expose IA32_PKRS MSR
` [PATCH v7 5/8] KVM: MMU: Add helper function to get pkr bits
` [PATCH v7 6/8] KVM: MMU: Add support for PKS emulation
` [PATCH v7 7/8] KVM: VMX: Expose PKS to guest
` [PATCH v7 8/8] KVM: VMX: Enable PKS for nested VM

[PATCH 0/2] KVM: VMX: Sanitize VM-Entry/VM-Exit pairs during setup
 2022-05-27  9:44 UTC  (13+ messages)
` [PATCH 1/2] KVM: VMX: Sanitize VM-Entry/VM-Exit control pairs at kvm_intel load time
` [PATCH 2/2] KVM: VMX: Add knob to allow rejecting kvm_intel on inconsistent VMCS config

[RFC PATCH v4 00/36] TDX QEMU support
 2022-05-27  8:39 UTC  (23+ messages)
` [RFC PATCH v4 13/36] i386/tdx: Validate TD attributes
` [RFC PATCH v4 16/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v4 18/36] i386/tdx: Skip BIOS shadowing setup
` [RFC PATCH v4 20/36] i386/tdx: Register a machine_init_done callback for TD
` [RFC PATCH v4 22/36] i386/tdx: Track RAM entries for TDX VM

[PATCH] x86: Fix all occurences of "the the"
 2022-05-27  6:14 UTC 

[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
 2022-05-27  7:55 UTC  (4+ messages)
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs

[kvm-unit-tests RFC] Inlining in PMU Test
 2022-05-27  1:32 UTC 

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-05-27  0:52 UTC  (3+ messages)
` [Bug 216026] "

[PATCH] vhost-vdpa: Fix some error handling path in vhost_vdpa_process_iotlb_msg()
 2022-05-26 23:25 UTC  (2+ messages)

[PATCH v2 0/8] KVM: x86: Emulator _regs fixes and cleanups
 2022-05-26 23:14 UTC  (10+ messages)
` [PATCH v2 1/8] KVM: x86: Grab regs_dirty in local 'unsigned long'
` [PATCH v2 2/8] KVM: x86: Harden _regs accesses to guard against buggy input
` [PATCH v2 3/8] KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array
` [PATCH v2 4/8] KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs
` [PATCH v2 5/8] KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVM
` [PATCH v2 6/8] KVM: x86: Bug the VM if the emulator accesses a non-existent GPR
` [PATCH v2 7/8] KVM: x86: Bug the VM if the emulator generates a bogus exception vector
` [PATCH v2 8/8] KVM: x86: Bug the VM on an out-of-bounds data read

[GIT PULL] KVM changes for Linux 5.19 merge window
 2022-05-26 22:04 UTC  (2+ messages)

[PATCH V3 00/12] KVM: X86/MMU: Use one-off local shadow page for special roots
 2022-05-26 22:01 UTC  (9+ messages)
` [PATCH V3 02/12] KVM: X86/MMU: Add using_local_root_page()
` [PATCH V3 04/12] KVM: X86/MMU: Add local shadow pages

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-05-26 19:28 UTC  (7+ messages)
` [RFC PATCH v6 003/104] KVM: Refactor CPU compatibility check on module initialiization
` [RFC PATCH v6 006/104] KVM: TDX: Detect CPU feature on kernel module initialization

[PATCH v8 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-05-26 18:45 UTC  (13+ messages)
` [PATCH v8 01/11] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v8 02/11] KVM: selftests: Read binary stats header in lib
` [PATCH v8 03/11] KVM: selftests: Read binary stats desc "
` [PATCH v8 04/11] KVM: selftests: Clean up coding style in binary stats test
` [PATCH v8 05/11] KVM: selftests: Read binary stat data in lib
` [PATCH v8 06/11] KVM: selftests: Add NX huge pages test
` [PATCH v8 07/11] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v8 08/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v8 09/11] KVM: selftests: Factor out calculation of pages needed for a VM
` [PATCH v8 10/11] KVM: selftests: Test disabling NX hugepages on "
` [PATCH v8 11/11] KVM: selftests: Cache binary stats metadata for duration of test

[PATCH v4 0/4] KVM: Dirty quota-based throttling
 2022-05-26 17:58 UTC  (12+ messages)
` [PATCH v4 1/4] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v4 2/4] KVM: arm64: Dirty "

[PATCH] KVM: mmu: spte_write_protect optimization
 2022-05-26 17:33 UTC  (4+ messages)

[PATCH] KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
 2022-05-26 16:40 UTC  (9+ messages)

[Bug 216033] New: KVM VMX nested virtualization: VMXON does not check guest CR0 against IA32_VMX_CR0_FIXED0
 2022-05-26 16:18 UTC  (2+ messages)
` [Bug 216033] "

[PATCH 0/4] KVM: x86: Emulator _regs fixes and cleanups
 2022-05-26 16:01 UTC  (13+ messages)
` [PATCH 1/4] KVM: x86: Grab regs_dirty in local 'unsigned long'
` [PATCH 2/4] KVM: x86: Harden _regs accesses to guard against buggy input
` [PATCH 4/4] KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs

[PATCH 3/4] KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array
 2022-05-26 15:47 UTC  (3+ messages)

RTC (real-time clock) emulation through host shim
 2022-05-26 15:24 UTC 

[kvm-unit-tests PATCH v2] x86: vpmu: Add tests for Arch LBR support
 2022-05-26 15:30 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 8cb8311e95e3bb58bd84d6350365f14a718faa6d
 2022-05-26 15:03 UTC  (10+ messages)

[PATCH kvm-unit-tests v2 0/2] lib: Cleanups
 2022-05-26 12:49 UTC  (5+ messages)
` [PATCH kvm-unit-tests v2 2/2] lib: Add ctype.h and collect is* functions

[PATCH] KVM: x86/pmu: Update pmu->pebs_enable_mask with actual counter_mask
 2022-05-26 10:16 UTC  (2+ messages)

[PATCH] kvm: x86/svm/nested: Cache PDPTEs for nested NPT in PAE paging mode
 2022-05-26  9:52 UTC  (6+ messages)

[PATCH V2 0/7] KVM: X86/MMU: Use one-off special shadow page for special roots
 2022-05-26  9:38 UTC  (18+ messages)
` [PATCH V2 1/7] KVM: X86/MMU: Add using_special_root_page()
` [PATCH V2 2/7] KVM: X86/MMU: Add special shadow pages
` [PATCH V2 3/7] KVM: X86/MMU: Link PAE root pagetable with its children
` [PATCH V2 4/7] KVM: X86/MMU: Activate special shadow pages and remove old logic
` [PATCH V2 6/7] KVM: X86/MMU: Allocate mmu->pae_root for PAE paging on-demand

[PATCH kvmtool v2] Fixes: 0febaae00bb6 ("Add asm/kernel.h for riscv")
 2022-05-26  9:17 UTC  (2+ messages)

[PATCH kvmtool 0/4] Update virtio headers (to fix build)
 2022-05-26  9:17 UTC  (2+ messages)

[PATCH v4 0/3] Enable notify VM exit
 2022-05-26  2:21 UTC  (4+ messages)
` [PATCH v4 3/3] i386: Add notify VM exit support

[PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
 2022-05-26  0:38 UTC  (11+ 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).