public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-06 20:45:00 to 2017-03-10 11:17:52 UTC [more...]

[kvm-unit-tests PATCH 0/2] powerpc: Test SPR persistency during migration
 2017-03-10 10:27 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] Add the possibility to do simple migration tests
` [kvm-unit-tests PATCH 2/2] powerpc: Add Special Purpose Register persistency test

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-10 11:06 UTC  (28+ messages)
` [RFC PATCH v2 02/32] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v2 04/32] KVM: SVM: Add SEV feature definitions to KVM
` [RFC PATCH v2 05/32] x86: Use encrypted access of BOOT related data with SEV
` [RFC PATCH v2 06/32] x86/pci: Use memremap when walking setup data
` [RFC PATCH v2 07/32] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page
` [RFC PATCH v2 09/32] x86: Change early_ioremap to early_memremap for BOOT data
` [RFC PATCH v2 10/32] x86: DMA support for SEV memory encryption
` [RFC PATCH v2 12/32] x86: Add early boot support when running with SEV active
` [RFC PATCH v2 13/32] KVM: SVM: Enable SEV by setting the SEV_ENABLE CPU feature
` [RFC PATCH v2 14/32] x86: mm: Provide support to use memblock when spliting large pages

[PATCH RFC v3 00/15] basic vfio-ccw infrastructure
 2017-03-10 10:46 UTC  (2+ messages)

[kvm-unit-tests PATCH] powerpc: add -n to LDFLAGS
 2017-03-10 10:45 UTC  (2+ messages)

[PATCH 00/17] tools/kvm_stat: Misc Patches
 2017-03-10 10:05 UTC  (16+ messages)
` [PATCH 04/17] tools/kvm_stat: fix misc glitches
` [PATCH 07/17] tools/kvm_stat: reduce perceived idle time on filter updates
` [PATCH 09/17] tools/kvm_stat: display guest name when using pid filter

[PATCH v7 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-03-10 10:02 UTC  (13+ messages)
` [PATCH v7 kernel 2/5] virtio-balloon: VIRTIO_BALLOON_F_CHUNK_TRANSFER
` [PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
    `  "
` [PATCH v7 kernel 4/5] virtio-balloon: define flags and head for host request vq
` [PATCH v7 kernel 5/5] This patch contains two parts:

[RFC PATCH 0/4] KVM: Emulate UMIP (or almost do so)
 2017-03-10  9:31 UTC  (8+ messages)

[kvm-unit-tests PATCH] run_tests: add run all tests parameter
 2017-03-10  9:20 UTC  (2+ messages)

[PATCH] KVM: Documentation: document MCE ioctls
 2017-03-10  8:46 UTC  (4+ messages)

[PATCH RFC 0/4] 5-level EPT
 2017-03-10  8:00 UTC  (11+ messages)
` [PATCH RFC 2/4] KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL
` [PATCH RFC 3/4] KVM: MMU: Add 5 level EPT & Shadow page table support
` [PATCH RFC 4/4] VMX: Expose the LA57 feature to VM

[PATCH kernel v8 00/10] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-03-10  4:48 UTC  (13+ messages)
` [PATCH kernel v8 01/10] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel v8 02/10] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel v8 03/10] powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
` [PATCH kernel v8 04/10] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel v8 05/10] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel v8 06/10] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel v8 07/10] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel v8 08/10] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel v8 09/10] KVM: PPC: iommu: Unify TCE checking
` [PATCH kernel v8 10/10] KVM: PPC: VFIO: Add in-kernel acceleration for VFIO

virtio disk host cpu overhead?
 2017-03-10  1:52 UTC  (2+ messages)

[PATCH-v4-RESEND 0/4] vsock: cancel connect packets when failing to connect
 2017-03-10  1:48 UTC  (5+ messages)
` [PATCH-v4-RESEND 1/4] vsock: track pkt owner vsock

[PATCH] kvm: better MWAIT emulation for guests
 2017-03-10  1:12 UTC  (3+ messages)

[PATCH kernel v7 00/10] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-03-10  0:36 UTC  (15+ messages)
` [PATCH kernel v7 01/10] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel v7 02/10] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel v7 03/10] powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
` [PATCH kernel v7 04/10] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel v7 05/10] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel v7 06/10] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel v7 07/10] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel v7 08/10] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel v7 09/10] KVM: PPC: iommu: Unify TCE checking
` [PATCH kernel v7 10/10] KVM: PPC: VFIO: Add in-kernel acceleration for VFIO

[PATCH v5 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-09 23:17 UTC  (12+ messages)
` [PATCH v5 2/3] x86: Remap GDT tables in the Fixmap section
      ` [Xen-devel] "
` [PATCH v5 3/3] x86: Make the GDT remapping read-only on 64-bit

[PATCH 1/3] iommu: Disambiguate MSI region types
 2017-03-09 19:50 UTC 

[PATCH 00/10] KVM/ARM fixes for 4.11-rc2
 2017-03-09 15:52 UTC  (13+ messages)
` [PATCH 01/10] arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs
` [PATCH 02/10] KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass
` [PATCH 03/10] KVM: arm/arm64: Let vcpu thread modify its own active state
` [PATCH 04/10] arm: KVM: Survive unknown traps from guests
` [PATCH 05/10] arm64: "
` [PATCH 06/10] KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled
` [PATCH 07/10] KVM: Add documentation for KVM_CAP_NR_MEMSLOTS
` [PATCH 08/10] KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64
` [PATCH 09/10] KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused
` [PATCH 10/10] KVM: arm64: Increase number of user memslots to 512

[PATCH] KVM: x86: optimize local IRQ disable time before vmentry
 2017-03-09 13:11 UTC  (3+ messages)

[PATCH 0/6] KVM: nVMX: nested EPT improvements and A/D bits, RDRAND and RDSEED exits
 2017-03-09 10:50 UTC  (11+ messages)
` [PATCH 1/6] KVM: nVMX: we support 1GB EPT pages
` [PATCH 2/6] KVM: VMX: cleanup check for invalid EPT violation
` [PATCH 3/6] kvm: x86: MMU support for EPT accessed/dirty bits
` [PATCH 4/6] kvm: nVMX: support "
` [PATCH 5/6] KVM: VMX: add missing exit reasons
` [PATCH 6/6] KVM: nVMX: support RDRAND and RDSEED exiting

[PATCH v2 0/6] KVM: x86: cleanup and speedup for APICv
 2017-03-09 10:03 UTC  (5+ messages)
` [PATCH 6/6] kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection

[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-09  9:41 UTC  (16+ messages)
` [PATCH V12 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V12 07/10] efi: print unrecognized CPER section
` [PATCH V12 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V12 09/10] trace, ras: add ARM processor error trace event
` [PATCH V12 10/10] arm/arm64: KVM: add guest SEA support

[PATCH v2] arm64: kvm: Use has_vhe() instead of hyp_alternate_select()
 2017-03-09  9:16 UTC  (2+ messages)

vtime accounting
 2017-03-09  8:16 UTC  (2+ messages)

[PATCH V3 0/3] VFIO SRIOV support
 2017-03-09  6:29 UTC  (4+ messages)

guest blocked for a few seconds
 2017-03-08 23:32 UTC 

WARNING: at arch/x86/kvm/mmu.c:3589 handle_mmio_page_fault+0x362/0x370
 2017-03-09  3:02 UTC  (4+ messages)

[PATCH kvm-unit-tests 0/4] vmx: cleanup EPT tests and cover EPT A/D bits
 2017-03-08 18:07 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/4] vmx: adjust reserved bits in MSR_IA32_VMX_EPT_VPID_CAP
` [PATCH kvm-unit-tests 2/4] VMX: run EPT tests with A/D bits enabled
` [PATCH kvm-unit-tests 3/4] VMX: add tests for EPT A/D bits
` [PATCH kvm-unit-tests 4/4] VMX: move execution control setup to setup_ept

[kvm-unit-tests PATCH] arm/arm64: gic: Test changing active state of interrupts
 2017-03-08 15:40 UTC  (5+ messages)

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-03-08 15:26 UTC  (3+ messages)
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-08 15:05 UTC  (18+ messages)
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 24/28] x86: Access the setup data through debugfs decrypted
` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted
` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

[kvm-unit-tests PATCH v4 0/5] pci: Complete conversion of PCI API to struct pci_dev
 2017-03-08 11:45 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 6/5] pci: Add BAR sanity checks

[PATCH] KVM: nVMX: do not warn when MSR bitmap address is not backed
 2017-03-07 19:22 UTC  (3+ messages)

[PATCH RFC 00/21] pic/ioapic/irqchip cleanups + minor fixes
 2017-03-07 15:32 UTC  (7+ messages)
` [PATCH RFC 02/21] KVM: x86: check against irqchip_mode in kvm_set_routing_entry()

[PATCH v3] KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset
 2017-03-07 14:45 UTC  (2+ messages)

[PATCH] KVM: arm64: VGIC: fix command handling while ITS being disabled
 2017-03-07 14:49 UTC  (2+ messages)

[PATCH] sched/deadline: Add missing update_rq_clock() in dl_task_timer()
 2017-03-07 13:35 UTC  (2+ messages)

[PATCH kernel v6 00/10] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-03-07 12:08 UTC  (8+ messages)
` [PATCH kernel v6 10/10] KVM: PPC: VFIO: Add in-kernel acceleration for VFIO

[PATCH v2] KVM: arm/arm64: Let vcpu thread modify its own active state
 2017-03-07  9:57 UTC  (3+ messages)

[PATCH 0/8] arm64: KVM: Fix PMU exception generation
 2017-03-07  9:52 UTC  (4+ messages)

suspicious RCU usage
 2017-03-06 21:04 UTC  (3+ messages)

[RFC PATCH v2 01/32] x86: Add the Secure Encrypted Virtualization CPU feature
 2017-03-06 20:54 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