public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-24 08:53:13 to 2018-09-01 10:03:12 UTC [more...]

[PATCH v3 0/9] arm/arm64: KVM: limit icache invalidation to prefetch aborts
 2018-09-01 10:03 UTC  (11+ messages)
` [PATCH v3 7/9] KVM: arm/arm64: Only clean the dcache on translation fault

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-09-01  2:23 UTC  (5+ messages)
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing

[PATCH V4 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-08-31 16:39 UTC  (6+ messages)
` [PATCH V4 4/4] kvm: add a check if pfn is from NVDIMM pmem

[RFC 01/13] iommu: Introduce bind_guest_stage API
 2018-08-31 14:11 UTC  (8+ messages)
  ` [RFC 02/13] iommu: Introduce tlb_invalidate API
  ` [RFC 09/13] iommu/smmuv3: Get prepared for nested stage support

[PATCH 0/3] kvm "fake DAX" device
 2018-08-31 13:30 UTC  (5+ messages)
  ` [PATCH 1/3] nd: move nd_region to common header
  ` [PATCH 2/3] libnvdimm: nd_region flush callback support
  ` [PATCH 3/3] virtio-pmem: Add virtio pmem driver
  ` [PATCH] qemu: Add virtio pmem device

[PATCH V5 0/4] introduce coalesced pio support
 2018-08-31  9:05 UTC  (6+ messages)
` [PATCH V5 1/4] target-i386: introduce coalesced_pio kvm header update
` [PATCH V5 2/4] target-i386:add coalesced_pio API
` [PATCH V5 3/4] target-i386: add rtc 0x70 port as coalesced_pio
` [PATCH V5 4/4] target-i386: add i440fx 0xcf8 "

KASAN: use-after-free Read in vhost_work_queue
 2018-08-31  8:15 UTC  (3+ messages)

[PATCH V5 2/4] target-i386:add coalesced_pio API
 2018-08-31  7:58 UTC 

[PATCH V4 4/4] target-i386: add i440fx 0xcf8 portascoalesced_pio
 2018-08-31  3:39 UTC  (2+ messages)

WARNING in enter_vmx_operation
 2018-08-31  1:31 UTC 

[PATCH v2] KVM: LAPIC: Fix pv ipis out-of-bounds access
 2018-08-31  0:38 UTC  (3+ messages)

[PATCH V5 1/4] target-i386: introduce coalesced_pio kvm headerupdate
 2018-08-31  0:14 UTC 

[PATCH V5 0/4] introduce coalesced pio support
 2018-08-30 19:05 UTC  (8+ messages)
` [PATCH V5 1/4] target-i386: introduce coalesced_pio kvm header update
` [PATCH V5 2/4] target-i386:add coalesced_pio API
` [PATCH V5 3/4] target-i386: add rtc 0x70 port as coalesced_pio
` [PATCH V5 4/4] target-i386: add i440fx 0xcf8 "

[PATCH V4 0/2] introduce coalesced pio support
 2018-08-30 16:17 UTC  (3+ messages)
` [PATCH V4 1/2] kvm/x86 : add "
` [PATCH V4 2/2] kvm/x86 : add document for coalesced pio

[PATCH kvm-unit-tests 0/2] Support micro operation measurement on arm64
 2018-08-30 14:17 UTC  (3+ messages)
` [PATCH kvm-unit-tests 1/2] arm/arm64: add GICD_IIDR definition
` [PATCH kvm-unit-tests 2/2] arm64: add micro-bench

[PATCH] vfio: fix potential memory leak in vfio_msi_cap_len
 2018-08-30 14:15 UTC  (2+ messages)

[PATCH v3 0/4] x86: Fix SEV guest regression
 2018-08-30 14:10 UTC  (8+ messages)
` [PATCH v3 1/4] x86/mm: Restructure sme_encrypt_kernel()
` [PATCH v3 2/4] x86/mm: fix sme_populate_pgd() to update page flags
` [PATCH v3 3/4] x86/mm: add .data..decrypted section to hold shared variables
` [PATCH v3 4/4] x86/kvm: use __decrypted attribute in "

[PATCH v4 00/20] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-08-30 12:40 UTC  (9+ messages)
` [PATCH v4 05/20] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v4 06/20] arm64: Add a helper for PARange to physical shift conversion
` [PATCH v4 08/20] kvm: arm64: Configure VTCR_EL2 per VM
` [PATCH v4 20/20] kvm: arm64: Allow tuning the physical address size for VM

[PATCH] KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
 2018-08-30 12:20 UTC  (2+ messages)

[PATCH v1] KVM: SVM: Switch to bitmap_zalloc()
 2018-08-30 11:49 UTC 

[PATCH v2 0/3] x86: Fix SEV guest regression
 2018-08-30  9:26 UTC  (13+ messages)
` [PATCH v2 1/3] x86/mm: Restructure sme_encrypt_kernel()
` [PATCH v2 2/3] x86/mm: add .data..decrypted section to hold shared variables
` [PATCH v2 3/3] x86/kvm: use __decrypted attribute when declaring "

[RFC PATCH v2 00/10] vfio/mdev: IOMMU aware mediated device
 2018-08-30  4:09 UTC  (11+ messages)
  ` [RFC PATCH v2 01/10] iommu: Add APIs for multiple domains per device
  ` [RFC PATCH v2 02/10] iommu/vt-d: Add multiple domains per device query
  ` [RFC PATCH v2 03/10] iommu/amd: Add default branch in amd_iommu_capable()
  ` [RFC PATCH v2 04/10] iommu/vt-d: Enable/disable multiple domains per device
` [RFC PATCH v2 05/10] iommu/vt-d: Attach/detach domains in auxiliary mode
` [RFC PATCH v2 06/10] iommu/vt-d: Return ID associated with an auxiliary domain
` [RFC PATCH v2 07/10] vfio/mdev: Add mediated device domain type
` [RFC PATCH v2 08/10] vfio/type1: Add domain at(de)taching group helpers
` [RFC PATCH v2 09/10] vfio/type1: Determine domain type of an mdev group
` [RFC PATCH v2 10/10] vfio/type1: Attach domain for "

[PATCH] KVM: LAPIC: Fix pv ipis out-of-bounds access
 2018-08-30  2:15 UTC  (13+ messages)

[PATCH V4 0/4] introduce coalesced pio support
 2018-08-29 16:50 UTC  (10+ messages)
` [PATCH V4 1/4] target-i386: introduce coalesced_pio kvm header update
` [PATCH V4 2/4] target-i386:add coalesced_pio API
` [PATCH V4 3/4] target-i386: add rtc 0x70 port as coalesced_pio
` [PATCH V4 4/4] target-i386: add i440fx 0xcf8 "

[PATCH V3 0/2] introduce coalesced pio support
 2018-08-29 15:14 UTC  (4+ messages)
` [PATCH V3 1/2] kvm/x86 : add "
` [PATCH V3 2/2] kvm/x86 : add document for coalesced pio

[PATCH RFC] migration: make sure to run iterate precopy during the bulk stage
 2018-08-29 13:40 UTC 

[PATCH v5 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-08-29 12:45 UTC  (2+ messages)
` [PATCH v5 11/16] x86/kvm: enable Hygon support to KVM infrastructure

general protection fault in kvm_pv_send_ipi
 2018-08-29 10:00 UTC 

[PATCH] KVM: LAPIC: Fix pv ipis out-of-bounds access
 2018-08-29  5:51 UTC 

[PATCH v5 0/5] KVM: x86: hyperv: PV IPI support for Windows guests
 2018-08-28 17:55 UTC  (7+ messages)
` [PATCH v5 1/5] KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
` [PATCH v5 2/5] KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()
` [PATCH v5 3/5] KVM: x86: hyperv: use get_vcpu_by_vpidx() "
` [PATCH v5 4/5] x86/hyper-v: rename ipi_arg_{ex,non_ex} structures
` [PATCH v5 5/5] KVM: x86: hyperv: implement PV IPI send hypercalls

[PATCH 0/2] x86: Fix SEV guest regression
 2018-08-28 17:13 UTC  (5+ messages)
` [PATCH 1/2] x86/mm: add .data..decrypted section to hold shared variables
` [PATCH 2/2] x86/kvm: use __decrypted attribute when declaring "

[PATCH] KVM: x86: SVM: remove unused variable dst_vaddr_end
 2018-08-28 15:22 UTC 

[PATCH v8 0/2] add support for VCPU event states
 2018-08-28 13:49 UTC  (3+ messages)
` [PATCH v8 1/2] linux-headers: Update to kernel mainline commit 815f0ddb3
` [PATCH v8 2/2] target: arm: Add support for VCPU event states

[RFC v3 0/2] kvm "fake DAX" device flushing
 2018-08-28 12:39 UTC  (3+ messages)
      ` [Qemu-devel] "

[PATCH v13 00/13] Intel SGX1 support
 2018-08-28 10:38 UTC  (6+ messages)
` [PATCH v13 03/13] x86/cpufeatures: Add Intel-defined SGX leaf CPUID_12_EAX

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-08-27 15:39 UTC  (36+ messages)
` [PATCH v9 12/22] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v9 21/22] KVM: s390: CPU model support for AP virtualization

[PATCH V4 4/4] target-i386: add i440fx 0xcf8 port ascoalesced_pio
 2018-08-27 12:36 UTC  (2+ messages)

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-08-27  7:41 UTC  (29+ messages)

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

[PATCH net] vhost: correctly check the iova range when waking virtqueue
 2018-08-26  0:40 UTC  (4+ messages)

SEV guest regression in 4.18
 2018-08-25  4:47 UTC  (17+ messages)

[PATCH] x86/kvm/nVMX: avoid redundant double assignment of nested_run_pending
 2018-08-24 20:37 UTC  (2+ messages)

general protection fault in finish_task_switch (2)
 2018-08-24 20:16 UTC  (4+ messages)

[PATCH V3 2/4] target-i386:add coalesced_pio API
 2018-08-24 10:42 UTC  (2+ messages)


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