public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-12 12:17:27 to 2018-06-15 21:53:40 UTC [more...]

[PATCH v2 0/2] kvm: x86 CPU power management
 2018-06-15 21:53 UTC  (21+ messages)
` [PATCH v2 1/2] kvm: support -realtime cpu-pm=on|off
` [PATCH v2 2/2] i386/cpu: make -cpu host support monitor/mwait

[PATCH v1] AMD SSB bits
 2018-06-15 19:38 UTC  (18+ messages)
` [PATCH v1 3/3] x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
` [PATCH QEMU] Patches for new AMD CPU bits
  ` [PATCH 1/2] i386: define the AMD 'amd-ssbd' CPUID feature bit

[PATCH v33 0/4] Virtio-balloon: support free page reporting
 2018-06-15 19:21 UTC  (12+ messages)
` [PATCH v33 1/4] mm: add a function to get free page blocks
` [PATCH v33 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v33 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v33 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH] kvm: x86: mmu: Add cast to negated bitmasks in update_permission_bitmask()
 2018-06-15 18:45 UTC  (6+ messages)

[PATCH v15 0/3] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-06-15 17:34 UTC  (5+ messages)
` [PATCH v15 1/3] i386: Fix up the Node id for CPUID_8000_001E
` [PATCH v15 2/3] i386: Enable TOPOEXT feature on AMD EPYC CPU
` [PATCH v15 3/3] i386: Remove generic SMT thread check

[PATCH RESEND v4 0/2] support exception state migration and set VSESR_EL2 by user space
 2018-06-15 15:57 UTC  (13+ messages)
` [PATCH RESEND v4 2/2] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS

[PATCH v14 0/6] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-06-15 14:09 UTC  (19+ messages)
` [PATCH v14 1/6] i386: Set TOPOEXT unconditionally for comapatibility
` [PATCH v14 2/6] i386: Enable TOPOEXT feature on AMD EPYC CPU
` [PATCH v14 3/6] i386: Disable TOPOEXT feature on pc-2.12
` [PATCH v14 4/6] cpus: Add new function topology_supports_topoext
` [PATCH v14 5/6] i386: Disable TOPOEXT feature if it cannot be supported
` [PATCH v14 6/6] i386: Remove generic SMT thread check

[PATCH 00/12] migration: improve multithreads for compression and decompression
 2018-06-15 11:32 UTC  (20+ messages)
` [PATCH 01/12] migration: do not wait if no free thread
` [PATCH 02/12] migration: fix counting normal page for compression
` [PATCH 03/12] migration: fix counting xbzrle cache_miss_rate
` [PATCH 04/12] migration: introduce migration_update_rates
` [PATCH 05/12] migration: show the statistics of compression

[PATCH 2/5] KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
 2018-06-15 10:34 UTC  (2+ messages)

[PATCH 3/5] KVM: nVMX: add enlightened VMCS state
 2018-06-15 10:33 UTC  (2+ messages)

[PATCH 5/5] KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case
 2018-06-15 10:31 UTC  (2+ messages)

[PATCH 0/3] Use sbitmap instead of percpu_ida
 2018-06-15  7:37 UTC  (9+ messages)
` [PATCH 1/3] target: Abstract tag freeing
` [PATCH 2/3] Convert target drivers to use sbitmap
` [PATCH 3/3] Remove percpu_ida

[PATCH kernel 0/6] powerpc/powernv/iommu: Optimize memory use
 2018-06-15  7:15 UTC  (6+ messages)
` [PATCH kernel 6/6] powerpc/powernv/ioda: Allocate indirect TCE levels on demand

Requirement to get BAR pci_bus_address in user space
 2018-06-15  6:11 UTC  (8+ messages)

[PULL] vhost: cleanups and fixes
 2018-06-15  3:53 UTC  (8+ messages)

[PATCH 1/5] KVM: hyperv: define VP assist page helpers
 2018-06-14 23:40 UTC 

[PATCH 4/5] KVM: nVMX: implement enlightened VMPTRLD and VMCLEAR
 2018-06-14 23:28 UTC 

[GIT PULL] Second batch of KVM changes for 4.18
 2018-06-14 17:01 UTC 

[RFC Patch 0/3] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
 2018-06-14 14:52 UTC  (7+ messages)
` [RFC Patch 3/3] KVM/x86: Add tlb_remote_flush callback support for vmcs

BUG: unable to handle kernel NULL pointer dereference in vmx_set_msr
 2018-06-14 13:05 UTC 

[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
 2018-06-14 13:04 UTC  (10+ messages)
` [PATCH v5 04/13] s390: vfio-ap: base implementation of VFIO AP device driver

[PATCH] Use 'imply' with SEV Kconfig CRYPTO dependencies
 2018-06-14 12:37 UTC  (5+ messages)

[PATCH 0/5] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-06-14  8:25 UTC  (6+ messages)
` [PATCH 1/5] KVM: hyperv: define VP assist page helpers
` [PATCH 2/5] KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
` [PATCH 3/5] KVM: nVMX: add enlightened VMCS state
` [PATCH 4/5] KVM: nVMX: implement enlightened VMPTRLD and VMCLEAR
` [PATCH 5/5] KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case

[PATCH v13 0/5] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-06-14  0:58 UTC  (17+ messages)
` [PATCH v13 3/5] i386: Enable TOPOEXT feature on AMD EPYC CPU

[PULL v2] vhost, virtio
 2018-06-13 23:45 UTC 

[PATCH 00/11] Add support for Hygon's Dhyana Family 18h processor
 2018-06-13 20:51 UTC  (2+ messages)

[PATCH v2 0/2] Detect & register virtio-crypto algos only if it can be supported by backend
 2018-06-13 20:38 UTC  (3+ messages)
` [PATCH v2 1/2] crypto/virtio-crypto: Read crypto services and algorithm masks
` [PATCH v2 2/2] crypto/virtio-crypto: Register an algo only if it's supported

[PATCH RESEND] KVM: x86: Expose CLDEMOTE CPU feature to guest VM
 2018-06-13 16:23 UTC  (3+ messages)

[PATCH] kvm: Delete the slot only when KVM_MEM_READONLY flag is changed
 2018-06-13 15:58 UTC  (4+ messages)

[PATCH v3 0/8] vfio: ccw: Refactoring the VFIO CCW state machine
 2018-06-13 14:51 UTC  (2+ messages)

[GIT PULL] KVM changes for 4.18 merge window
 2018-06-13 14:29 UTC  (19+ messages)

[RFC v1 0/2] Detect & register virtio-crypto algos only if it can be supported by backend
 2018-06-13  0:31 UTC  (9+ messages)
` [RFC v1 1/2] crypto/virtio-crypto: Read crypto services and algorithm masks
` [RFC v1 2/2] crypto/virtio-crypto: Register an algo only if it's supported

[PATCH 0/2] Use sbitmap instead of percpu_ida
 2018-06-12 18:08 UTC  (6+ messages)
` [PATCH 1/2] Convert target drivers to use sbitmap

[PATCH 4.9 28/31] KVM: VMX: Expose SSBD properly to guests, 4.9 supplement
 2018-06-12 16:46 UTC 

[PATCH RFC 0/2] vfio-ccw: support for {halt,clear} subchannel
 2018-06-12 15:25 UTC  (21+ messages)
` [PATCH RFC 2/2] vfio-ccw: support for halt/clear subchannel

[PATCH v2 0/6] KVM/arm64: Cache maintenance relaxations
 2018-06-12 12:55 UTC  (5+ messages)
` [PATCH v2 1/6] arm64: KVM: Add support for Stage-2 control of memory types and cacheability


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