kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-10 20:53:33 to 2021-08-12 17:44:43 UTC [more...]

[PATCH v4 0/3] Add detailed page size stats in KVM stats
 2021-08-12 17:44 UTC  (10+ messages)
` [PATCH v4 3/3] KVM: x86/mmu: Add detailed page size stats

[PATCH 0/2] KVM: x86/mmu: Fix a TDP MMU leak and optimize zap all
 2021-08-12 17:38 UTC  (10+ messages)
` [PATCH 1/2] KVM: x86/mmu: Don't skip non-leaf SPTEs when zapping all SPTEs
` [PATCH 2/2] KVM: x86/mmu: Don't step down in the TDP iterator "

[PATCH] vfio_pci: Wake device to D0 before resets
 2021-08-12 17:37 UTC 

[PATCH v9 05/26] x86/fpu/xstate: Add new variables to indicate dynamic XSTATE buffer size
 2021-08-12 17:09 UTC  (4+ messages)
` [PATCH v9 07/26] x86/fpu/xstate: Convert the struct fpu 'state' field to a pointer

[PATCH] KVM: nVMX: Use vmx_need_pf_intercept() when deciding if L0 wants a #PF
 2021-08-12 16:18 UTC  (3+ messages)

cleanup vfio iommu_group creation
 2021-08-12 16:14 UTC  (19+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 02/14] vfio: factor out a vfio_iommu_driver_allowed helper
` [PATCH 03/14] vfio: remove the iommudata check in vfio_noiommu_attach_group
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/14] vfio: refactor noiommu group creation
` [PATCH 06/14] vfio: remove the iommudata hack for noiommu groups
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
` [PATCH 08/14] vfio: remove unused method from vfio_iommu_driver_ops
` [PATCH 09/14] vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
` [PATCH 10/14] vfio: remove the unused mdev iommu hook
` [PATCH 11/14] vfio: clean up the check for mediated device in vfio_iommu_type1
` [PATCH 12/14] vfio/spapr_tce: reject mediated devices
` [PATCH 13/14] vfio/iommu_type1: remove the "external" domain
` [PATCH 14/14] vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER

[PATCH v1] KVM: stats: Add VM stat for the cumulative number of dirtied pages
 2021-08-12 16:08 UTC  (3+ messages)

[PATCH 0/2] KVM: x86/mmu: Fix unsync races within TDP MMU
 2021-08-12 16:06 UTC  (8+ messages)
` [PATCH 1/2] KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlock
` [PATCH 2/2] KVM: x86/mmu: Drop 'shared' param from tdp_mmu_link_page()

[PATCH 1/2] KVM: X86: Check pte present first in __shadow_walk_next()
 2021-08-12 16:03 UTC  (3+ messages)
` [PATCH 2/2] KVM: X86: Remove the present check from for_each_shadow_entry* loop body

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-12 15:57 UTC  (8+ messages)

[PATCH 0/2] KVM: x86: abstract locking around pvclock_update_vm_gtod_copy
 2021-08-12 15:53 UTC  (5+ messages)
` [PATCH 1/2] KVM: KVM-on-hyperv: shorten no-entry section on reenlightenment
` [PATCH 2/2] kvm: x86: abstract locking around pvclock_update_vm_gtod_copy

[PATCH] kvm: x86: move architecture-specific code into kvm_arch_vcpu_fault
 2021-08-12 15:41 UTC  (6+ messages)
  ` [PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
    ` [PATCH v2 2/2] kvm: x86: move architecture specific code into kvm_arch_vcpu_fault

[kvm-unit-tests PATCH v2 0/4] S390x: CPU Topology Information
 2021-08-12 15:12 UTC  (13+ messages)
` [kvm-unit-tests PATCH v2 1/4] s390x: lib: Add SCLP toplogy nested level
` [kvm-unit-tests PATCH v2 2/4] s390x: lib: Simplify stsi_get_fc and move it to library
` [kvm-unit-tests PATCH v2 3/4] s390x: topology: Check the Perform Topology Function

[kvm-unit-tests PATCH 0/1] s390x: css: check the CSS is working with any ISC
 2021-08-12 14:59 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/1] "

[PATCH V9 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-08-12 13:20 UTC  (3+ messages)
  ` [PING][PATCH "

[PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-12 13:08 UTC  (32+ messages)
` [PATCH v3 01/15] KVM: arm64: placeholder to check if VM is protected
` [PATCH v3 02/15] KVM: arm64: Remove trailing whitespace in comment
` [PATCH v3 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v3 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v3 07/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
` [PATCH v3 08/15] KVM: arm64: Add feature register flag definitions
` [PATCH v3 09/15] KVM: arm64: Add config register bit definitions
` [PATCH v3 11/15] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v3 12/15] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v3 13/15] KVM: arm64: Trap access to pVM restricted features
` [PATCH v3 14/15] KVM: arm64: Handle protected guests at 32 bits
` [PATCH v3 15/15] KVM: arm64: Restrict protected VM capabilities

[PATCH 0/5] KVM: x86: Clean up redundant macro definitions
 2021-08-12 13:00 UTC  (4+ messages)
` [PATCH 5/5] KVM: x86: Clean up redundant pr_fmt(fmt) macro definition for svm

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-12 10:07 UTC  (10+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

[PATCH resend] vsock/virtio: avoid potential deadlock when vsock device remove
 2021-08-12  8:03 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/12] nSVM: NPT improvements and cleanups
 2021-08-12  7:58 UTC  (5+ messages)
` [kvm-unit-tests PATCH 05/12] nSVM: Remove NPT reserved bits tests (new one on the way)

[RESEND PATCH V3 0/2] vDPA/ifcvf: implement management netlink framework
 2021-08-12  3:24 UTC  (3+ messages)
` [RESEND PATCH V3 1/2] vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id
` [RESEND PATCH V3 2/2] vDPA/ifcvf: implement management netlink framework for ifcvf

BANNED contents from you (.exe,file.scr)
 2021-08-12  1:19 UTC 

[PATCH] vsock/virtio: avoid potential deadlock when vsock device remove
 2021-08-12  1:09 UTC 

[PATCH] KVM: stats: Add VM dirty_pages stats for the number of dirty pages
 2021-08-11 23:25 UTC  (11+ messages)

[PATCH 0/2] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-08-11 23:25 UTC  (6+ messages)
` [PATCH 1/2] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
` [PATCH 2/2] KVM: nSVM: temporarly save vmcb12's efer, cr0 and cr4 to avoid TOC/TOU races

[PATCH v4 00/14] Provide core infrastructure for managing open/release
 2021-08-11 22:08 UTC  (2+ messages)

[PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state
 2021-08-11 19:01 UTC  (14+ messages)
` [PATCH v6 01/21] KVM: x86: Fix potential race in KVM_GET_CLOCK
` [PATCH v6 13/21] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v6 17/21] KVM: arm64: Allow userspace to configure a guest's counter-timer offset

[PATCH] KVM: Move binary stats helpers to header to effectively export them
 2021-08-11 17:55 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] Couple of SVM fixes
 2021-08-11 16:43 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] x86: access: Fix timeout failure by limiting number of flag combinations

[PATCH v3 0/6] KVM: my debug patch queue
 2021-08-11 14:26 UTC  (10+ messages)
` [PATCH v3 1/6] KVM: SVM: split svm_handle_invalid_exit
` [PATCH v3 2/6] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v3 3/6] KVM: SVM: implement force_intercept_exceptions_mask
` [PATCH v3 4/6] scripts/gdb: rework lx-symbols gdb script
` [PATCH v3 5/6] KVM: x86: implement KVM_GUESTDBG_BLOCKIRQ
` [PATCH v3 6/6] KVM: selftests: test KVM_GUESTDBG_BLOCKIRQ

[PATCH v12] qapi: introduce 'query-x86-cpuid' QMP command
 2021-08-11 13:58 UTC  (7+ messages)

[PATCH 0/7] vfio: device fd address space and vfio-pci mmap invalidation cleanup
 2021-08-11 11:57 UTC  (20+ messages)
` [PATCH 1/7] vfio: Create vfio_fs_type with inode per device
` [PATCH 3/7] vfio/pci: Use vfio_device_unmap_mapping_range()
` [PATCH 7/7] vfio/pci: Remove map-on-fault behavior

[PATCH v3 0/5] Linear and Logarithmic histogram statistics
 2021-08-11 10:53 UTC  (4+ messages)
` [PATCH v3 1/5] KVM: stats: Support linear and logarithmic "

[PATCH v4 14/14] vfio: Remove struct vfio_device_ops open/release
 2021-08-11 10:35 UTC  (2+ messages)

[PATCH v4 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
 2021-08-11 10:33 UTC  (2+ messages)

[PATCH v4 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
 2021-08-11 10:14 UTC  (2+ messages)

[PATCH v5 0/7] KVM: PKS Virtualization support
 2021-08-11 10:11 UTC  (8+ messages)
` [PATCH v5 1/7] KVM: VMX: Introduce PKS VMCS fields
` [PATCH v5 2/7] KVM: VMX: Add proper cache tracking for PKRS
` [PATCH v5 3/7] KVM: X86: Expose IA32_PKRS MSR
` [PATCH v5 4/7] KVM: MMU: Rename the pkru to pkr
` [PATCH v5 5/7] KVM: MMU: Add support for PKS emulation
` [PATCH v5 6/7] KVM: VMX: Expose PKS to guest
` [PATCH v5 7/7] KVM: VMX: Enable PKS for nested VM

[PATCH v4 08/14] vfio/pci: Move to the device set infrastructure
 2021-08-11  9:35 UTC  (2+ messages)

[PATCH v4 02/14] vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes
 2021-08-11  9:17 UTC  (2+ messages)

[RFC PATCH v2 0/5] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-08-11  9:12 UTC  (11+ messages)
` [RFC PATCH v2 1/5] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOM' bit
` [RFC PATCH v2 2/5] vhost/vsock: support MSG_EOR bit processing
` [RFC PATCH v2 3/5] virito/vsock: "
` [RFC PATCH v2 4/5] af_vsock: rename variables in receive loop
` [RFC PATCH v2 5/5] vsock_test: update message bounds test for MSG_EOR

[PATCH v4 00/16] My AVIC patch queue
 2021-08-11  8:06 UTC  (14+ messages)
` [PATCH v4 06/16] KVM: x86/mmu: allow kvm_faultin_pfn to return page fault handling code
` [PATCH v4 07/16] KVM: x86/mmu: allow APICv memslot to be enabled but invisible
` [PATCH v4 08/16] KVM: x86: don't disable APICv memslot when inhibited
` [PATCH v4 09/16] KVM: x86: APICv: fix race in kvm_request_apicv_update on SVM
` [PATCH v4 10/16] KVM: SVM: add warning for mistmatch between AVIC vcpu state and AVIC inhibition
` [PATCH v4 11/16] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use
` [PATCH v4 12/16] KVM: SVM: remove svm_toggle_avic_for_irq_window
` [PATCH v4 13/16] KVM: SVM: avoid refreshing avic if its state didn't change
` [PATCH v4 14/16] KVM: SVM: move check for kvm_vcpu_apicv_active outside of avic_vcpu_{put|load}
` [PATCH v4 15/16] KVM: SVM: call avic_vcpu_load/avic_vcpu_put when enabling/disabling AVIC
` [PATCH v4 16/16] KVM: SVM: AVIC: drop unsupported AVIC base relocation code

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-10 21:52 UTC  (6+ messages)
` [PATCH Part1 RFC v4 05/36] x86/sev: Define the Linux specific guest termination reasons

[PATCH v2] kvm: vmx: Sync all matching EPTPs when injecting nested EPT fault
 2021-08-10 21:41 UTC 

[PATCH] kvm: vmx: Sync all matching EPTPs when injecting nested EPT fault
 2021-08-10 21:34 UTC  (4+ 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).