kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-05 22:26:24 to 2017-07-10 20:49:36 UTC [more...]

[PATCH v4 0/3] Expose VMFUNC to the nested hypervisor
 2017-07-10 20:49 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: vmx: Enable VMFUNCs
` [PATCH v4 2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH v4 3/3] KVM: nVMX: Emulate EPTP switching "

[PATCH v3 0/3] Expose VMFUNC to the nested hypervisor
 2017-07-10 20:34 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: vmx: Enable VMFUNCs
` [PATCH v3 2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH v3 3/3] KVM: nVMX: Emulate EPTP switching "

[PATCH v9 00/38] x86: Secure Memory Encryption (AMD)
 2017-07-10 19:50 UTC  (45+ messages)
` [PATCH v9 01/38] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v9 02/38] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v9 03/38] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v9 08/38] x86/mm: Add support to enable SME in early boot processing
` [PATCH v9 09/38] x86/mm: Simplify p[g4um]d_page() macros
` [PATCH v9 13/38] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v9 14/38] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v9 15/38] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v9 16/38] efi: Add an EFI table address match function
` [PATCH v9 18/38] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v9 19/38] x86/mm: Add support to access boot related data in the clear
` [PATCH v9 20/38] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v9 21/38] x86/mm: Add support to access persistent memory in the clear
` [PATCH v9 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v9 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot
  ` [PATCH v9 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
  ` [PATCH v9 05/38] x86/CPU/AMD: Handle SME reduction in physical address size
  ` [PATCH v9 06/38] x86/mm: Add Secure Memory Encryption (SME) support
  ` [PATCH v9 07/38] x86/mm: Remove phys_to_virt() usage in ioremap()
  ` [PATCH v9 10/38] x86/mm: Provide general kernel support for memory encryption
  ` [PATCH v9 11/38] x86/mm: Add SME support for read_cr3_pa()
  ` [PATCH v9 12/38] x86/mm: Extend early_memremap() support with additional attrs
  ` [PATCH v9 17/38] efi: Update efi_mem_type() to return an error rather than 0
  ` [PATCH v9 22/38] x86/mm: Add support for changing the memory encryption attribute
  ` [PATCH v9 24/38] x86, swiotlb: Add memory encryption support
  ` [PATCH v9 25/38] swiotlb: Add warnings for use of bounce buffers with SME
  ` [PATCH v9 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption
  ` [PATCH v9 33/38] x86/mm: Use proper encryption attributes with /dev/mem
  ` [PATCH v9 35/38] x86/mm: Add support to encrypt the kernel in-place
  ` [PATCH v9 37/38] compiler-gcc.h: Introduce __nostackp function attribute
` [PATCH v9 28/38] x86, realmode: Check for memory encryption on the APs
` [PATCH v9 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v9 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v9 31/38] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v9 32/38] xen/x86: Remove SME feature in PV guests
` [PATCH v9 34/38] x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4
` [PATCH v9 36/38] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v9 38/38] x86/mm: Add support to make use of Secure Memory Encryption

Support SVM without PASID
 2017-07-10 19:31 UTC  (6+ messages)

[PATCH 1/3] kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH fails
 2017-07-10 19:29 UTC  (10+ messages)
` [PATCH 2/3] kvm: nVMX: Validate the I/O bitmaps on nested VM-entry
    ` [PATCH v2 1/3] kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH fails
      ` [PATCH v2 2/3] kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controls
      ` [PATCH v2 3/3] kvm: nVMX: Validate the I/O bitmaps on nested VM-entry
` [PATCH 3/3 RESEND] kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controls

RFC: Task switch emulation fails for VM86 mode
 2017-07-10 19:26 UTC  (5+ messages)

[PATCH kernel v4 0/6] vfio-pci: Add support for mmapping MSI-X table
 2017-07-10 19:23 UTC  (7+ messages)
` [PATCH kernel v4 1/6] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
` [PATCH kernel v4 4/6] iommu: Set PCI_BUS_FLAGS_MSI_REMAP on iommu driver initialization

[PATCH] KVM: x86: take slots_lock in kvm_free_pit
 2017-07-10 18:53 UTC 

[PATCH] KVM: s390: Fix KVM_S390_GET_CMMA_BITS ioctl definition
 2017-07-10 18:43 UTC  (2+ messages)

[Question] About the behavior of HLT in VMX guest mode
 2017-07-10 17:08 UTC  (11+ messages)

[RFC PATCH v2 0/1] VM introspection
 2017-07-10 17:03 UTC  (6+ messages)
` [RFC PATCH v2 1/1] kvm: Add documentation and ABI/API header for "

[RFC PATCH 0/2] make L2 kvm-clock stable
 2017-07-10 13:32 UTC  (8+ messages)
` [RFC PATCH 1/2] timekeeper: change interface of clocksource reding functions
` [RFC PATCH 2/2] KVM: x86: add support of kvm-clock stablity in L2

[PATCH 0/3 v2] Expose VMFUNC to the nested hypervisor
 2017-07-10 12:15 UTC  (12+ messages)
` [PATCH 1/3 v2] KVM: vmx: Enable VMFUNCs
` [PATCH 2/3 v2] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH 3/3 v2] KVM: nVMX: Emulate EPTP switching "

[PATCH v3 0/1]
 2017-07-10 11:54 UTC  (5+ messages)
` [PATCH v3 1/1] KVM: trigger uevents when starting or stopping a VM

[GIT PULL 0/5] rcu annotation fixes for KVM
 2017-07-10 10:49 UTC  (6+ messages)
` [GIT PULL 1/5] KVM: mark vcpu->pid pointer as rcu protected
` [GIT PULL 2/5] KVM: use rcu access function for irq routing
` [GIT PULL 3/5] KVM: mark kvm->busses as rcu protected
` [GIT PULL 4/5] KVM: mark memory slots as rcu
` [GIT PULL 5/5] KVM: use correct accessor function for __kvm_memslots

Query on KVM exit
 2017-07-10  8:43 UTC  (2+ messages)

[PATCH] vfio: Remove unnecessary uses of vfio_container.group_lock
 2017-07-10  5:22 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability
 2017-07-09 21:26 UTC  (2+ messages)

[PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
 2017-07-09  3:41 UTC  (7+ messages)
` [Qemu-devel] "

[PATCH 0/4] VMCS shadowing fix
 2017-07-07 22:00 UTC  (17+ messages)
` [PATCH 1/4] kvm: nVMX: Add support for "VMWRITE to any supported field"
` [PATCH 2/4] kvm: vmx: Introduce vmcs_read_any and vmcs_write_any
` [PATCH 3/4] kvm: nVMX: Introduce/rename enums for VMCS field encodings
` [PATCH 4/4] kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fields
    ` [PATCH v2] "

[PATCH] KVM: use correct accessor function for __kvm_memslots
 2017-07-07 16:56 UTC  (2+ messages)

[PATCH v2] KVM: mark kvm->busses as rcu protected
 2017-07-07 16:54 UTC  (2+ messages)

[kvm-unit-tests PATCH] VMX controls test framework
 2017-07-07 16:12 UTC  (3+ messages)
  ` [PATCH v2] "

possible recursive locking issue
 2017-07-07 15:50 UTC  (5+ messages)

[PATCH v2 0/1]
 2017-07-07 15:41 UTC  (4+ messages)
` [PATCH v2 1/1] KVM: trigger uevents when starting or stopping a VM

[PATCH 1/1] KVM: mark kvm->busses as rcu protected
 2017-07-07 12:01 UTC  (4+ messages)

[kvm-unit-tests PATCH] vmx_tests: Add vmfunc tests
 2017-07-07  8:46 UTC  (2+ messages)

[PATCH v2 0/4] KVM: SVM: Virtual VMLOAD VMSAVE
 2017-07-07  8:41 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: SVM: Prepare for new bit definition in lbr_ctl
` [PATCH v2 2/4] KVM: SVM: Rename lbr_ctl field in the vmcb control area
` [PATCH v2 3/4] KVM: SVM: Add Virtual VMLOAD VMSAVE feature definition
` [PATCH v2 4/4] KVM: SVM: Enable Virtual VMLOAD VMSAVE feature

[PATCH] KVM: use rcu access function for irq routing
 2017-07-07  8:34 UTC  (2+ messages)

[kvm-unit-tests PATCH] VMCS shadow high access consistency
 2017-07-07  8:19 UTC  (2+ messages)

[PATCH v2 0/8] ARM/ARM64 Direct EOI setup for VFIO platform interrupts
 2017-07-07  7:41 UTC  (4+ messages)
` [PATCH v2 5/8] KVM: arm/arm64: vgic: Handle mapped level sensitive SPIs

[PATCH v4 3/3] arm64: kvm: inject SError with user space specified syndrome
 2017-07-06 16:39 UTC  (6+ messages)

[PATCH v2] KVM: mark memory slots as rcu
 2017-07-06 15:31 UTC  (2+ messages)

[PATCH] KVM: mark memory slots as rcu protected
 2017-07-06 14:57 UTC  (3+ messages)

[PATCH v2] KVM: mark vcpu->pid pointer as rcu protected
 2017-07-06 14:23 UTC  (2+ messages)

[PATCH/RFC] KVM: mark vcpu->pid pointer as rcu protected
 2017-07-06 13:08 UTC  (5+ messages)

[PATCH v2] KVM: arm/arm64: Handle hva aging while destroying the vm
 2017-07-06  9:43 UTC  (9+ messages)

[PATCH] kvm: avoid unused variable warning for UP builds
 2017-07-06  8:13 UTC  (2+ messages)

(unknown),
 2017-07-06  0:55 UTC 

[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-07-05 22:31 UTC  (11+ messages)
` [RFC PATCH 7/8] VFIO: Add new IOCTL for IOMMU TLB invalidate propagation
    ` [Qemu-devel] "


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