kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-10 15:41:49 to 2019-01-21 07:27:05 UTC [more...]

[PATCH] [next] kvm: vmx: fix some -Wmissing-prototypes warnings
 2019-01-21  7:27 UTC 

[PATCH 0/4] KVM: MMU: fast cleanup D bit based on fast write protect
 2019-01-21  6:37 UTC  (10+ messages)
` [PATCH 1/4] KVM: MMU: correct the behavior of mmu_spte_update_no_track
` [PATCH 2/4] KVM: MMU: introduce possible_writable_spte_bitmap
` [PATCH 3/4] KVM: MMU: introduce kvm_mmu_write_protect_all_pages
` [PATCH 4/4] KVM: MMU: fast cleanup D bit based on fast write protect

[RESEND PATCH V8 0/11] KVM: X86: Introducing ROE Protection Kernel Hardening
 2019-01-20 23:39 UTC  (12+ messages)
` [RESEND PATCH V8 01/11] KVM: State whether memory should be freed in kvm_free_memslot
` [RESEND PATCH V8 02/11] KVM: X86: Add arbitrary data pointer in kvm memslot iterator functions
` [RESEND PATCH V8 03/11] KVM: X86: Add helper function to convert SPTE to GFN
` [RESEND PATCH V8 04/11] KVM: Document Memory ROE
` [RESEND PATCH V8 05/11] KVM: Create architecture independent ROE skeleton
` [RESEND PATCH V8 06/11] KVM: X86: Enable ROE for x86
` [RESEND PATCH V8 07/11] KVM: Add support for byte granular memory ROE
` [RESEND PATCH V8 08/11] KVM: X86: Port ROE_MPROTECT_CHUNK to x86
` [RESEND PATCH V8 09/11] KVM: Add new exit reason For ROE violations
` [RESEND PATCH V8 10/11] KVM: Log ROE violations in system log
` [RESEND PATCH V8 11/11] KVM: ROE: Store protected chunks in red black tree

[PULL] virtio, vhost: fixes and cleanups
 2019-01-20 18:40 UTC  (2+ messages)

[PATCH 0/3] Inject a PMI for KVM Guest when ToPA buffer is filled
 2019-01-19 20:04 UTC  (4+ messages)
` [PATCH 1/3] perf/x86/intel/pt: Move pt structure to global header
` [PATCH 2/3] perf/x86/intel/pt: Inject PMI for KVM guest
` [PATCH 3/3] KVM: x86: Add support of clear Trace_ToPA_PMI status

[PATCH v6] x86: load FPU registers on return to userland
 2019-01-18 21:43 UTC  (24+ messages)
` [PATCH 01/22] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
` [PATCH 03/22] x86/fpu: Remove preempt_disable() in fpu__clear()
` [PATCH 04/22] x86/fpu: Always init the `state' "
` [PATCH 05/22] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()

[PATCH 0/3] vfio-ccw: support hsch/csch (kernel part)
 2019-01-18 13:53 UTC  (10+ messages)
` [PATCH 3/3] vfio-ccw: add handling for asnyc channel instructions

[RFC v3 00/21] SMMUv3 Nested Stage Setup
 2019-01-18 10:02 UTC  (37+ messages)
` [RFC v3 01/21] iommu: Introduce set_pasid_table API
` [RFC v3 02/21] iommu: Introduce cache_invalidate API
` [RFC v3 03/21] iommu: Introduce bind_guest_msi
` [RFC v3 04/21] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [RFC v3 06/21] vfio: VFIO_IOMMU_BIND_MSI
` [RFC v3 09/21] iommu/smmuv3: Get prepared for nested stage support
` [RFC v3 11/21] iommu/smmuv3: Implement cache_invalidate
` [RFC v3 14/21] iommu: introduce device fault data
` [RFC v3 17/21] iommu/smmuv3: Report non recoverable faults
` [RFC v3 18/21] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type

[PATCH] KVM: x86: Sync the pending Posted-Interrupts
 2019-01-18  6:34 UTC 

[PATCH net V4] vhost: log dirty page correctly
 2019-01-18  5:47 UTC  (4+ messages)

[patch 9/9] vfio/pci: Cleanup license mess
 2019-01-17 23:14 UTC 

[PATCH 0/2] x86/kvm/hyper-v: fix KVM_CAP_HYPERV_ENLIGHTENED_VMCS
 2019-01-17 17:12 UTC  (3+ messages)
` [PATCH 1/2] x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectly
` [PATCH 2/2] KVM: selftests: check returned evmcs version range

[PATCH] iommu/intel-iommu: fix memory leak in intel_iommu_put_resv_regions()
 2019-01-16 20:43 UTC  (2+ messages)

[PATCH] kvm: add proper frame pointer logic for vmx
 2019-01-16 16:35 UTC  (16+ messages)

[PATCH v2 0/3] optimize waiting for free thread to do compression
 2019-01-16  6:40 UTC  (14+ messages)
` [PATCH v2 1/3] migration: introduce pages-per-second
` [PATCH v2 2/3] migration: fix memory leak when updating tls-creds and tls-hostname
` [PATCH v2 3/3] migration: introduce adaptive model for waiting thread

[PATCH] KVM: MMU: fast cleanup D bit based on fast write protect
 2019-01-15 23:29 UTC  (2+ messages)

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-15 20:42 UTC  (23+ messages)
` [PATCH v3 2/5] virtio-pmem: Add virtio pmem driver
              ` [Qemu-devel] [PATCH v3 0/5] kvm "virtio pmem" device

KMSAN: kernel-infoleak in kvm_vcpu_write_guest_page
 2019-01-15 17:51 UTC  (6+ messages)
` [RFC PATCH] kvm: x86/vmx: Use kzalloc for cached_vmcs12

[PATCH] kvm: always inline vmx_vcpu_run()
 2019-01-15 15:40 UTC 

[PATCH v5 0/8] vfio/mdev: IOMMU aware mediated device
 2019-01-15 13:31 UTC  (13+ messages)
` [PATCH v5 1/8] iommu: Add APIs for multiple domains per device
` [PATCH v5 2/8] iommu/vt-d: Add per-device IOMMU feature ops entries
` [PATCH v5 3/8] iommu/vt-d: Move common code out of iommu_attch_device()
` [PATCH v5 4/8] iommu/vt-d: Aux-domain specific domain attach/detach

[PATCH net V3] vhost: log dirty page correctly
 2019-01-15  7:14 UTC  (3+ messages)

[PATCH v3 0/3] virtio-balloon: tweak config_changed
 2019-01-15  2:18 UTC  (7+ messages)
` [PATCH v3 1/3] virtio-balloon: tweak config_changed implementation
` [PATCH v3 2/3] virtio-balloon: improve update_balloon_size_func

[PULL 0/5] x86 queue, 2019-01-14
 2019-01-14 19:27 UTC  (7+ messages)
` [PULL 1/5] i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.EAX as feature words
` [PULL 2/5] target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU models
` [PULL 3/5] target/i386: Disable MPX support on named "
` [PULL 4/5] x86: host-phys-bits-limit option
` [PULL 5/5] i386/kvm: add a comment explaining why .feat_names are commented out for Hyper-V feature bits

5.0-rc1 KVM inspired "BUG: Bad page state in process" spew
 2019-01-14 17:42 UTC  (7+ messages)

[PATCH kvmtool v2 0/6] arm: Add support for firmware booting
 2019-01-14  9:50 UTC  (4+ messages)
` [PATCH kvmtool v2 4/6] arm: Support firmware loading

[PATCH] KVM: validate userspace input in kvm_clear_dirty_log_protect()
 2019-01-14  9:10 UTC  (5+ messages)

[PATCH kernel] KVM: PPC: Fix compile when CONFIG_PPC_RADIX_MMU is not defined
 2019-01-14  0:38 UTC 

[PATCH v3 0/2] x86/kvm: Enable MCE injection in the guest
 2019-01-13 14:37 UTC  (3+ messages)

[GIT PULL] KVM fixes for Linux 5.0-rc2
 2019-01-12 18:45 UTC  (2+ messages)

[PATCH] vhost/vsock: fix vhost vsock cid hashing inconsistent
 2019-01-12  1:48 UTC  (3+ messages)

[PATCH] kvm: Use struct_size() in kmalloc()
 2019-01-11 13:53 UTC  (2+ messages)

[PATCH] KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flush_tlb_with_range()
 2019-01-11 13:51 UTC  (2+ messages)

[patch] kvm: sev: Fail KVM_SEV_INIT if already initialized
 2019-01-11 13:50 UTC  (2+ messages)

[PATCH] kvm/eventfd : unnecessory conversion to bool
 2019-01-11 13:42 UTC  (2+ messages)

[PATCH][next] KVM: x86: Fix bit shifting in update_intel_pt_cfg
 2019-01-11 13:39 UTC  (2+ messages)

[RESEND PATCH] kvm/x86: propagate fetch fault into guest
 2019-01-11 13:30 UTC  (2+ messages)

[RFC PATCH V3 0/5] Hi:
 2019-01-11  8:59 UTC  (6+ messages)

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-01-11  4:09 UTC  (3+ messages)
` [PATCH 04/19] KVM: PPC: Book3S HV: export services for the XIVE native exploitation device

[PATCH net V2] vhost: log dirty page correctly
 2019-01-11  3:58 UTC  (5+ messages)

[PATCH] vfio_pci: set TRACE_INCLUDE_PATH to fix the build error
 2019-01-11  1:49 UTC  (5+ messages)

[PATCH tip/core/rcu 2/2] virt/kvm: Replace spin_is_locked() with lockdep
 2019-01-10 18:52 UTC  (3+ messages)

[RFC][PATCH v2 00/21] PMEM NUMA node and hotness accounting/migration
 2019-01-10 18:26 UTC  (16+ messages)

[GIT PULL] VFIO fixes for v5.0-rc2
 2019-01-10 17:25 UTC  (2+ messages)

[RFC RESEND PATCH] kvm: arm64: export memory error recovery capability to user space
 2019-01-10 15:41 UTC 


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