public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-05 22:50:28 to 2018-02-08 10:19:00 UTC [more...]

[PATCH 0/2] KVM: s390: avoid jump tables
 2018-02-08 10:18 UTC  (21+ messages)
` [PATCH 1/2] KVM: s390: use switch vs jump table in priv.c
` [PATCH 2/2] KVM: s390: use switch vs jump table in intercept.c
  ` [PATCH v2 "

[PATCH v28 0/4] Virtio-balloon: support free page reporting
 2018-02-08  9:50 UTC  (5+ messages)
` [PATCH v28 1/4] mm: support reporting free page blocks
` [PATCH v28 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v28 3/4] mm/page_poison: add a function to expose page poison val to kernel modules
` [PATCH v28 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH v1] KVM: s390: use switch vs jump table in interrupt.c
 2018-02-08 10:04 UTC  (8+ messages)

[PATCH] target-i386: adds PV_DEDICATED hint CPUID feature bit
 2018-02-08  9:44 UTC 

qemu takes 100% of a core, freezes the VM
 2018-02-08  9:24 UTC  (4+ messages)

[PATCH] KVM: X86: Fix SMRAM accessing even if VM is shutdown
 2018-02-08  8:57 UTC  (5+ messages)

[Bug 198621] New: KVM Guest panics when running own guest, while being live migrated
 2018-02-08  8:25 UTC  (2+ messages)
` [Bug 198621] "

[libvirt-users] Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
 2018-02-08  8:19 UTC  (3+ messages)

[PATCH v2] KVM: X86: Fix SMRAM accessing even if VM is shutdown
 2018-02-08  7:32 UTC 

[PATCH] KVM: nVMX: Fix CR4 after VMLAUNCH/VMRESUME failure
 2018-02-08  6:22 UTC  (7+ messages)

[PATCH] x86/kvm/vmx: Don't halt vcpu when L1 is injecting events to L2
 2018-02-08  5:13 UTC 

[PATCH v27 0/4] Virtio-balloon: support free page reporting
 2018-02-08  3:04 UTC  (8+ messages)
` [PATCH v27 1/4] mm: support reporting free page blocks
` [PATCH v27 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v27 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v27 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[STABLE 4.9.y PATCH 0/9] Backport of KVM Speculation Control support
 2018-02-08  2:49 UTC  (13+ messages)
` [PATCH 1/9] KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail
` [PATCH 2/9] KVM: nVMX: mark vmcs12 pages dirty on L2 exit
` [PATCH 3/9] KVM: nVMX: Eliminate vmcs02 pool
` [PATCH 4/9] KVM: VMX: introduce alloc_loaded_vmcs
` [PATCH 5/9] KVM: VMX: make MSR bitmaps per-VCPU
` [PATCH 6/9] KVM/x86: Add IBPB support
` [PATCH 7/9] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
` [PATCH 8/9] KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
` [PATCH 9/9] KVM/SVM: "

[PATCH v3 1/2] i386: Add Intel Processor Trace feature support
 2018-02-08  1:24 UTC  (3+ messages)
` [Qemu-devel] "

[RFC PATCH] vfio/pci: Add ioeventfd support
 2018-02-08  1:22 UTC  (8+ messages)
` [Qemu-devel] "

[vhost:vhost 19/20] Warning: arch/x86/tools/test_get_len found difference at <pm_restore_gfp_mask>:ffffffff811aa5f0
 2018-02-08  0:41 UTC  (6+ messages)
  ` [kbuild-all] "

[PATCH RFC 0/6] KVM: s390: Multiple-epoch facility fixes
 2018-02-07 22:43 UTC  (17+ messages)
` [PATCH RFC 1/6] KVM: s390: take care of clock-comparator sign control
` [PATCH RFC 2/6] KVM: s390: provide only a single function for setting the tod
` [PATCH RFC 3/6] KVM: s390: consider epoch index on hotplugged CPUs
` [PATCH RFC 4/6] KVM: s390: consider epoch index on TOD clock syncs
` [PATCH RFC 5/6] KVM: s390: no need to inititalize kvm->arch members to 0
` [PATCH RFC 6/6] KVM: s390: generalize kvm_s390_get_tod_clock_ext()

Filesystem passthrough for Windows guests
 2018-02-07 21:57 UTC 

[PATCH v7 01/26] memattrs: add debug attribute
 2018-02-07 20:26 UTC  (38+ messages)
` [PATCH v7 02/26] exec: add ram_debug_ops support
` [PATCH v7 03/26] exec: add debug version of physical memory read and write API
` [PATCH v7 04/26] monitor/i386: use debug APIs when accessing guest memory
` [PATCH v7 05/26] target/i386: add memory encryption feature cpuid support
` [PATCH v7 06/26] machine: add -memory-encryption property
` [PATCH v7 07/26] kvm: update kvm.h to include memory encryption ioctls
` [PATCH v7 08/26] docs: add AMD Secure Encrypted Virtualization (SEV)
` [PATCH v7 09/26] accel: add Secure Encrypted Virtulization (SEV) object
` [PATCH v7 10/26] sev: add command to initialize the memory encryption context
` [PATCH v7 11/26] sev: register the guest memory range which may contain encrypted data
` [PATCH v7 12/26] kvm: introduce memory encryption APIs
` [PATCH v7 13/26] qmp: add query-sev command
` [PATCH v7 14/26] hmp: add 'info sev' command
` [PATCH v7 15/26] sev: add command to create launch memory encryption context
` [PATCH v7 16/26] sev: add command to encrypt guest memory region
` [PATCH v7 17/26] target/i386: encrypt bios rom
` [PATCH v7 18/26] sev: add support to LAUNCH_MEASURE command
` [PATCH v7 19/26] sev: Finalize the SEV guest launch flow
` [PATCH v7 20/26] hw: i386: set ram_debug_ops when memory encryption is enabled
` [PATCH v7 21/26] sev: add debug encrypt and decrypt commands
` [PATCH v7 22/26] target/i386: clear C-bit when walking SEV guest page table
` [PATCH v7 23/26] include: add psp-sev.h header file
` [PATCH v7 24/26] sev: add support to query PLATFORM_STATUS command
` [PATCH v7 25/26] sev: add support to KVM_SEV_GUEST_STATUS
` [PATCH v7 26/26] qmp: add query-sev-launch-measure command

[PATCH kvm-unit-tests 0/8] arm/arm64: extend psci tests
 2018-02-07 19:34 UTC  (11+ messages)
` [PATCH kvm-unit-tests 1/8] virtio-mmio: fix queue allocation
  ` [PATCH kvm-unit-tests v2 "
` [PATCH kvm-unit-tests 2/8] scripts/arch-run: run_migration improvements
` [PATCH kvm-unit-tests 3/8] powerpc: don't use NMI's to signal end of migration
` [PATCH kvm-unit-tests 4/8] powerpc: Introduce getchar
` [PATCH kvm-unit-tests 5/8] lib: Introduce do_migration
` [PATCH kvm-unit-tests 6/8] arm/arm64: Add support for migration tests
` [PATCH kvm-unit-tests 7/8] arm/arm64: psci: add migration test
` [PATCH kvm-unit-tests 8/8] arm/psci: add smccc 1.1 tests

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-07 17:56 UTC  (6+ messages)
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put

[PATCH v7 00/26] x86: Secure Encrypted Virtualization (AMD)
 2018-02-07 16:02 UTC 

[PATCH 00/16] kvm: arm64: Support for dynamic IPA size
 2018-02-07 15:10 UTC  (3+ messages)
` [PATCH v1 02/16] irqchip: gicv3-its: Add helpers for handling 52bit address

[PATCH V6 0/2 RESEND] KSM replace hash algo with faster hash
 2018-02-07 10:22 UTC  (3+ messages)
` [PATCH V6 1/2 RESEND] xxHash: create arch dependent 32/64-bit xxhash()
` [PATCH V6 2/2 RESEND] ksm: replace jhash2 with faster hash

[PATCH 1/2] KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
 2018-02-07  9:11 UTC  (3+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
  ` [PATCH v2] "

linux-next: manual merge of the kvm tree with the arm64 tree
 2018-02-07  8:29 UTC  (2+ messages)

[PATCH v26 2/2 RESEND] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
 2018-02-07  7:26 UTC  (3+ messages)

[vhost:vhost 20/20] ERROR: "page_poisoning_enabled" [drivers/virtio/virtio_balloon.ko] undefined!
 2018-02-07  4:28 UTC  (5+ messages)

[PATCH v6 00/23] x86: Secure Encrypted Virtualization (AMD)
 2018-02-07  1:07 UTC  (3+ messages)
` [Qemu-devel] "

[RFC PATCH 0/5] vfio: ioeventfd support
 2018-02-07  0:26 UTC  (6+ messages)
` [RFC PATCH 1/5] vfio/quirks: Add common quirk alloc helper
` [RFC PATCH 2/5] vfio/quirks: Add generic support for ioveventfds
` [RFC PATCH 3/5] vfio/quirks: Automatic ioeventfd enabling for NVIDIA BAR0 quirks
` [RFC PATCH 4/5] vfio: Update linux header
` [RFC PATCH 5/5] vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly

Recent KVM memory usage strangeness
 2018-02-06 21:17 UTC 

[PATCH v4 0/2] KVM: x86: Add SYNC REGS functionality
 2018-02-06 20:03 UTC  (6+ messages)
` [PATCH v4 2/2] KVM: x86: KVM_CAP_SYNC_REGS

[PATCH v2] KVM: s390: take care of clock-comparator sign control
 2018-02-06 17:02 UTC  (3+ messages)

[PATCH 0/3] vfio, dax: disable filesystem-dax and minor fixups
 2018-02-06 15:09 UTC  (4+ messages)
` [PATCH 3/3] vfio: disable filesystem-dax page pinning

[RFC] kvm: x86: export vCPU halted state to sysfs
 2018-02-06 14:05 UTC  (5+ messages)
    ` [libvirt] "

[RFC 09/10] x86/enter: Create macros to restrict/unrestrict Indirect Branch Speculation
 2018-02-06  9:14 UTC  (12+ messages)

WARNING in handle_ept_misconfig
 2018-02-06  8:58 UTC  (3+ messages)

[PATCH for-4.15 0/5] KVM: (almost) emulate UMIP on current processors
 2018-02-06  2:45 UTC  (3+ messages)
` [PATCH 2/5] KVM: x86: add support for UMIP

[RFC] kvm: x86: export vCPU halted state to sysfs
 2018-02-06  2:04 UTC  (12+ messages)
  ` [libvirt] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox