kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-16 04:33:58 to 2017-06-20 16:23:03 UTC [more...]

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

[PATCH v11 0/6] Virtio-balloon Enhancement
 2017-06-20 16:18 UTC  (3+ messages)
` [PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ

[PATCH v2 0/4] KVM: async_pf: Fix async_pf exception injection
 2017-06-20 16:12 UTC  (10+ messages)
` [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

[PATCH v3 0/9] vfio: Fix release ordering races and use driver_override
 2017-06-20 15:48 UTC  (10+ messages)
` [PATCH v3 1/9] vfio: Fix group release deadlock
` [PATCH v3 2/9] kvm-vfio: Decouple only when we match a group
` [PATCH v3 3/9] vfio: New external user group/file match
` [PATCH v3 4/9] iommu: Add driver-not-bound notification
` [PATCH v3 5/9] vfio: Create interface for vfio bus drivers to register
` [PATCH v3 6/9] vfio: Register pci, platform, amba, and mdev bus drivers
` [PATCH v3 7/9] vfio: Use driver_override to avert binding to compromising drivers
` [PATCH v3 8/9] amba: Export amba_bustype
` [PATCH v3 9/9] vfio: Add AMBA driver_override support

[RFC PATCH 00/19] Guest introspection
 2017-06-20 15:03 UTC  (29+ messages)
` [RFC PATCH 01/19] kvm: x86: mmu: Add kvm_mmu_get_spte() and kvm_mmu_set_spte()
` [RFC PATCH 02/19] kvm: x86: Add kvm_arch_vcpu_set_regs()
` [RFC PATCH 03/19] mm: Add vm_replace_page()
` [RFC PATCH 04/19] kvm: Add kvm_enum()
` [RFC PATCH 05/19] kvm: Add uuid member in struct kvm + support for KVM_CAP_VM_UUID
` [RFC PATCH 06/19] kvm: Add kvm_vm_shutdown()
` [RFC PATCH 07/19] kvm: x86: Add kvm_arch_msr_intercept()
` [RFC PATCH 08/19] kvm: Add the introspection subsystem
` [RFC PATCH 09/19] kvm: Hook in kvmi on VM on/off events
` [RFC PATCH 10/19] kvm: vmx: Hook in kvmi_page_fault()
` [RFC PATCH 11/19] kvm: x86: Hook in kvmi_breakpoint_event()
` [RFC PATCH 12/19] kvm: x86: Hook in kvmi_trap_event()
` [RFC PATCH 13/19] kvm: x86: Hook in kvmi_cr_event()
` [RFC PATCH 14/19] kvm: x86: Hook in kvmi_xsetbv_event()
` [RFC PATCH 15/19] kvm: x86: Hook in kvmi_msr_event()
` [RFC PATCH 16/19] kvm: x86: Change the emulation context
` [RFC PATCH 17/19] kvm: x86: Hook in kvmi_vmcall_event()
` [RFC PATCH 18/19] kvm: x86: Set the new spte flags before entering the guest
` [RFC PATCH 19/19] kvm: x86: Handle KVM_REQ_INTROSPECTION

[GIT PULL] Please pull my kvm-ppc-fixes branch
 2017-06-20 15:17 UTC  (4+ messages)

[PATCH v2] KVM: MIPS: Fix maybe-uninitialized build failure
 2017-06-20 15:07 UTC  (3+ messages)

[PATCH v1 00/19] tools/kvm_stat: More misc patches
 2017-06-20 14:47 UTC  (21+ messages)
` [PATCH v1 14/19] tools/kvm_stat: add new interactive command 'h'
` [PATCH v1 16/19] tools/kvm_stat: add new interactive command 't'
` [PATCH v1 18/19] tools/kvm_stat: add new interactive command 'b'

[PATCH 0/4] KVM: SVM: improve NMI window singlestep
 2017-06-20 13:01 UTC  (11+ messages)
` [PATCH 2/4] KVM: nSVM: do not forward NMI window singlestep VM exits to L1

PCI and USB passthrough, shared folders ?
 2017-06-20 12:33 UTC 

[PATCH v2 0/7] KVM: MMU: fast write protect
 2017-06-20  9:15 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: MMU: correct the behavior of mmu_spte_update_no_track
` [PATCH v2 2/7] KVM: MMU: introduce possible_writable_spte_bitmap
` [PATCH v2 3/7] KVM: MMU: introduce kvm_mmu_write_protect_all_pages
` [PATCH v2 4/7] KVM: MMU: enable KVM_WRITE_PROTECT_ALL_MEM
` [PATCH v2 5/7] KVM: MMU: allow dirty log without write protect
` [PATCH v2 6/7] KVM: MMU: clarify fast_pf_fix_direct_spte
` [PATCH v2 7/7] KVM: MMU: stop using mmu_spte_get_lockless under mmu-lock

[PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-06-20  8:49 UTC  (4+ messages)

[PATCH v2 0/9] vfio: Fix release ordering races and use driver_override
 2017-06-20  5:01 UTC  (15+ messages)
` [PATCH v2 1/9] vfio: Fix group release deadlock
` [PATCH v2 2/9] kvm-vfio: Decouple only when we match a group
` [PATCH v2 3/9] vfio: New external user group/file match
` [PATCH v2 4/9] iommu: Add driver-not-bound notification
` [PATCH v2 5/9] vfio: Create interface for vfio bus drivers to register
` [PATCH v2 6/9] vfio: Register pci, platform, amba, and mdev bus drivers
` [PATCH v2 7/9] vfio: Use driver_override to avert binding to compromising drivers
` [PATCH v2 8/9] amba: Export amba_bustype
` [PATCH v2 9/9] vfio: Add AMBA driver_override support

Reply Urgent
 2017-06-19 19:34 UTC 

[PATCH v2 2/2] KVM: nVMX: Check host support for MSR bitmaps
 2017-06-19 22:23 UTC  (2+ messages)
` [PATCH v2] KVM: nVMX: Fix nested_vmx_check_msr_bitmap_controls

[PATCH] KVM: MIPS: Fix maybe-uninitialized build failure
 2017-06-19 21:20 UTC  (2+ messages)

[PATCH v1] s390x: add stidp interception test
 2017-06-19 17:35 UTC  (4+ messages)

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-19 17:18 UTC  (9+ messages)
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption

[PATCH] vcpu_dirty: share the same field in CPUState for all accelerators
 2017-06-19 16:35 UTC  (2+ messages)

[PATCH 0/7] vfio: Fix release ordering races and use driver_override
 2017-06-19 14:03 UTC  (3+ messages)
` [PATCH 7/7] vfio: Use driver_override to avert binding to compromising drivers

[RFC] virtio-mem: paravirtualized memory
 2017-06-19 10:26 UTC  (7+ messages)

[RFC PATCH 00/10] Basic KVM SGX Virtualization support
 2017-06-19  5:02 UTC  (5+ messages)
` [PATCH 10/10] kvm: vmx: handle VMEXIT from SGX Enclave

[PATCH] PCI: Move test of INTx masking to pci_setup_device
 2017-06-19  0:26 UTC  (5+ messages)

[PULL] virtio: a last minute bugfix
 2017-06-18 20:16 UTC 

[PATCH for v4.9 LTS 14/86] KVM: x86: fix fixing of hypercalls
 2017-06-17 22:24 UTC 

[PATCH v2 20/26] vfio-mediated-device.txt: standardize document format
 2017-06-17 15:27 UTC  (2+ messages)
` [PATCH v2 21/26] vfio.txt: "

[PATCH v2 0/2] x86:kvm:hyperv: fix userspace interaction flaws
 2017-06-16 17:37 UTC  (3+ messages)
` [PATCH v2 1/2] x86:kvm:hyperv: add KVM_CAP_HYPERV_SYNIC2
` [PATCH v2 2/2] x86:kvm:hyperv: make VP_INDEX managed by userspace

[intel-sgx-kernel-dev] [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
 2017-06-16 16:43 UTC  (23+ messages)

[RFC] KVM: SVM: do not drop VMCB CPL to 0 if SS is not present
 2017-06-16 16:40 UTC  (7+ messages)

[PATCH] x86:kvm:hyperv: make VP_INDEX managed by userspace
 2017-06-16 16:03 UTC  (2+ messages)

[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
 2017-06-16 11:36 UTC  (4+ messages)
` [RFC PATCH linux] iommu: Add virtio-iommu driver
  ` [virtio-dev] "

[kvm-unit-tests PATCH v3] add hyperv_connections test
 2017-06-16 11:15 UTC 

[kvm-unit-tests PATCH v2] add hyperv_connections test
 2017-06-16 10:01 UTC  (4+ messages)

[PATCH 0/4] KVM: PPC: Book3S HV: Restore host state properly on guest exit
 2017-06-16  6:42 UTC  (5+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Context-switch EBB registers properly
` [PATCH 2/4] KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
` [PATCH 3/4] KVM: PPC: Book3S HV: Preserve userspace HTM state properly
` [PATCH 4/4] KVM: PPC: Book3S HV: Save/restore host values of debug registers


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