kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-11 11:51:40 to 2019-07-12 14:32:59 UTC [more...]

[PULL 00/19] Migration patches
 2019-07-12 14:32 UTC  (19+ messages)
` [PULL 01/19] migration: fix multifd_recv event typo
` [PULL 02/19] migration-test: rename parameter to parameter_int
` [PULL 03/19] migration-test: Add migration multifd test
` [PULL 04/19] migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOS
` [PULL 05/19] migration/xbzrle: update cache and current_data in one place
` [PULL 06/19] cutils: remove one unnecessary pointer operation
` [PULL 07/19] migration/multifd: sync packet_num after all thread are done
` [PULL 08/19] migration/ram.c: reset complete_round when we gets a queued page
` [PULL 09/19] migration: No need to take rcu during sync_dirty_bitmap
` [PULL 10/19] memory: Don't set migration bitmap when without migration
` [PULL 11/19] bitmap: Add bitmap_copy_with_{src|dst}_offset()
` [PULL 12/19] memory: Pass mr into snapshot_and_clear_dirty
` [PULL 13/19] memory: Introduce memory listener hook log_clear()
` [PULL 14/19] kvm: Update comments for sync_dirty_bitmap
` [PULL 15/19] kvm: Persistent per kvmslot dirty bitmap
` [PULL 16/19] kvm: Introduce slots lock for memory listener
` [PULL 17/19] kvm: Support KVM_CLEAR_DIRTY_LOG
` [PULL 18/19] migration: Split log_clear() into smaller chunks

Call for agenda for KVM call for 2019-07-16
 2019-07-12 14:20 UTC 

[PATCH] [v3] x86: kvm: avoid -Wsometimes-uninitized warning
 2019-07-12 14:13 UTC 

[PATCH] [v2] x86: kvm: avoid -Wsometimes-uninitized warning
 2019-07-12 14:13 UTC  (3+ messages)

[RFC v2 00/27] Kernel Address Space Isolation
 2019-07-12 14:06 UTC  (51+ messages)
` [RFC v2 01/26] mm/x86: Introduce kernel address space isolation
` [RFC v2 02/26] mm/asi: Abort isolation on interrupt, exception and context switch
` [RFC v2 03/26] mm/asi: Handle page fault due to address space isolation
` [RFC v2 04/26] mm/asi: Functions to track buffers allocated for an ASI page-table
` [RFC v2 05/26] mm/asi: Add ASI page-table entry offset functions
` [RFC v2 06/26] mm/asi: Add ASI page-table entry allocation functions
` [RFC v2 07/26] mm/asi: Add ASI page-table entry set functions
` [RFC v2 08/26] mm/asi: Functions to populate an ASI page-table from a VA range
` [RFC v2 09/26] mm/asi: Helper functions to map module into ASI
` [RFC v2 10/26] mm/asi: Keep track of VA ranges mapped in ASI page-table
` [RFC v2 11/26] mm/asi: Functions to clear ASI page-table entries for a VA range
` [RFC v2 12/26] mm/asi: Function to copy page-table entries for percpu buffer
` [RFC v2 13/26] mm/asi: Add asi_remap() function
` [RFC v2 14/26] mm/asi: Handle ASI mapped range leaks and overlaps
` [RFC v2 15/26] mm/asi: Initialize the ASI page-table with core mappings
` [RFC v2 16/26] mm/asi: Option to map current task into ASI
` [RFC v2 17/26] rcu: Move tree.h static forward declarations to tree.c
` [RFC v2 18/26] rcu: Make percpu rcu_data non-static
` [RFC v2 19/26] mm/asi: Add option to map RCU data
` [RFC v2 20/26] mm/asi: Add option to map cpu_hw_events
` [RFC v2 21/26] mm/asi: Make functions to read cr3/cr4 ASI aware
` [RFC v2 22/26] KVM: x86/asi: Introduce address_space_isolation module parameter
` [RFC v2 23/26] KVM: x86/asi: Introduce KVM address space isolation
` [RFC v2 24/26] KVM: x86/asi: Populate the KVM ASI page-table
` [RFC v2 25/26] KVM: x86/asi: Switch to KVM address space on entry to guest
` [RFC v2 26/26] KVM: x86/asi: Map KVM memslots and IO buses into KVM ASI

[PULL 00/19] Migration patches
 2019-07-12 14:06 UTC  (6+ messages)
` [Qemu-devel] "

[RFC v2 0/5] Some vfio-ccw fixes
 2019-07-12 13:59 UTC  (12+ messages)
` [RFC v2 4/5] vfio-ccw: Don't call cp_free if we are processing a channel program

[PATCH 1/2] x86: kvm: avoid -Wsometimes-uninitized warning
 2019-07-12 13:32 UTC  (7+ messages)
` [PATCH 2/2] x86: kvm: avoid constant-conversion warning

[PATCH v3 0/5] Some vfio-ccw fixes
 2019-07-12 13:28 UTC  (13+ messages)
` [PATCH v3 1/5] vfio-ccw: Fix misleading comment when setting orb.cmd.c64
` [PATCH v3 2/5] vfio-ccw: Fix memory leak and don't call cp_free in cp_init
` [PATCH v3 3/5] vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn
` [PATCH v3 4/5] vfio-ccw: Don't call cp_free if we are processing a channel program
` [PATCH v3 5/5] vfio-ccw: Update documentation for csch/hsch

[PATCH v1 0/9] vfio_pci: wrap pci device as a mediated device
 2019-07-12 12:55 UTC  (16+ messages)
` [PATCH v1 9/9] smaples: add vfio-mdev-pci driver

[PATCH kvm-unit-tests v2] arm: Add PL031 test
 2019-07-12  9:19 UTC 

[PATCH kvm-unit-tests] arm: Add PL031 test
 2019-07-12  8:51 UTC  (4+ messages)

[PATCH v7 0/3] KVM: x86: Enable user wait instructions
 2019-07-12  8:29 UTC  (4+ messages)
` [PATCH v7 1/3] KVM: x86: add support for "
` [PATCH v7 2/3] KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
` [PATCH v7 3/3] KVM: vmx: handle vm-exit for UMWAIT and TPAUSE

[PATCH RESEND 1/2] KVM: LAPIC: Add pv ipi tracepoint
 2019-07-12  7:39 UTC  (2+ messages)
` [PATCH RESEND 2/2] KVM: X86: Add pv tlb shootdown tracepoint

[PATCH RESEND] KVM: Boosting vCPUs that are delivering interrupts
 2019-07-12  7:25 UTC  (2+ messages)

[PATCH] KVM: Boosting vCPUs that are delivering interrupts
 2019-07-12  7:10 UTC 

[PATCH] vfio: platform: reset: add support for XHCI reset hook
 2019-07-12  7:03 UTC  (2+ messages)

[PATCH v2] KVM: x86: PMU Event Filter
 2019-07-12  3:27 UTC  (5+ messages)

[PATCH 1/2] KVM: LAPIC: Add pv ipi tracepoint
 2019-07-12  2:54 UTC  (2+ messages)
` [PATCH 2/2] KVM: X86: Add pv tlb shootdown tracepoint

[kvm-unit-tests PATCH v2 0/3] tscdeadline_latency: Some fixes of hangs
 2019-07-12  2:28 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] tscdeadline_latency: Check condition first before loop
` [kvm-unit-tests PATCH v2 2/3] tscdeadline_latency: Limit size
` [kvm-unit-tests PATCH v2 3/3] tscdeadline_latency: Stop timer when reach max loop

[PATCH 01/12] Documentation: move architectures together
 2019-07-12  2:20 UTC  (12+ messages)
` [PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm
` [PATCH 03/12] Documentation/ia64: repointer docs to Documentation/arch/ia64
` [PATCH 04/12] Documentation/m68k: repointer docs to Documentation/arch/
` [PATCH 05/12] Documentation/s390: "
` [PATCH 06/12] Documentation/mips: "
` [PATCH 07/12] Documentation/parisc: "
` [PATCH 08/12] Dcumentation/powerpc: "
` [PATCH 09/12] Dcumentation/sh: "
` [PATCH 10/12] Documentation/sparc: "
` [PATCH 11/12] Documentation/x86: "
` [PATCH 12/12] Documentation/xtensa: "

[PATCH 0/2] scsi: add support for request batching
 2019-07-12  1:37 UTC  (7+ messages)

[RFC][PATCH v11 0/2] mm: Support for page hinting
 2019-07-12  1:12 UTC  (27+ messages)
` [RFC][Patch v11 1/2] mm: page_hinting: core infrastructure
` [QEMU Patch] virtio-baloon: Support for page hinting

[PATCH v6 0/3] KVM: x86: Enable user wait instructions
 2019-07-12  0:42 UTC  (4+ messages)
` [PATCH v6 2/3] KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL

[kvm-unit-tests PATCH] tscdeadline_latency: Check condition first before loop
 2019-07-11 23:34 UTC  (5+ messages)

[PATCH v5 0/8] s390: virtio: support protected virtualization
 2019-07-11 21:48 UTC  (3+ messages)
` [PATCH v5 1/8] s390/mm: force swiotlb for "

[PATCH RESEND v2] target-i386: adds PV_SCHED_YIELD CPUID feature bit
 2019-07-11 17:40 UTC  (2+ messages)

KVM_SET_NESTED_STATE not yet stable
 2019-07-11 17:30 UTC  (6+ messages)

[PATCH 0/4] target/i386: kvm: Various nested-state fixes
 2019-07-11 17:27 UTC  (7+ messages)
` [PATCH 1/4] target/i386: kvm: Init nested-state for VMX when vCPU expose VMX
  ` [Qemu-devel] "
` [PATCH 2/4] target/i386: kvm: Init nested-state for vCPU exposed with SVM
  ` [Qemu-devel] "

[PATCH v3 0/2] KVM: nVMX: add tracepoints for nested VM-Enter failures
 2019-07-11 15:58 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: nVMX: add tracepoint for failed nested VM-Enter
` [PATCH v3 2/2] KVM: nVMX: trace nested VM-Enter failures detected by H/W

[PATCH v7 0/2] KVM: LAPIC: Implement Exitless Timer
 2019-07-11 14:03 UTC  (2+ messages)

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2019-07-11 13:56 UTC  (12+ messages)
` [PATCH v9 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v9 02/11] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v9 03/11] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v9 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v9 05/11] vfio/pci: Register an iommu fault handler
` [PATCH v9 06/11] vfio/pci: Allow to mmap the fault queue
` [PATCH v9 07/11] vfio: Use capability chains to handle device specific irq
` [PATCH v9 08/11] vfio: Add new IRQ for DMA fault reporting
` [PATCH v9 09/11] vfio/pci: Add framework for custom interrupt indices
` [PATCH v9 10/11] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v9 11/11] vfio: Document nested stage control

[GIT PULL] KVM/arm updates for Linux 5.3
 2019-07-11 13:40 UTC  (2+ messages)

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-07-11 13:17 UTC  (5+ messages)
` [PATCH 48/59] KVM: arm64: nv: Load timer before the GIC
` [PATCH 55/59] arm64: KVM: nv: Add handling of EL2-specific timer registers

[PATCH v3 0/3] Documentation: virtual: convert .txt to .rst
 2019-07-11 13:12 UTC  (3+ messages)
` [PATCH v3 3/3] Documentation: virtual: Add toctree hooks

[PATCH] KVM: x86: Unconditionally enable irqs in guest context
 2019-07-11 13:10 UTC  (2+ messages)

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-07-11 13:07 UTC  (15+ messages)
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler

[PATCH v9 00/14] SMMUv3 Nested Stage Setup (IOMMU part)
 2019-07-11 11:49 UTC  (4+ messages)
` [PATCH v9 12/14] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v9 13/14] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v9 14/14] iommu/smmuv3: Report non recoverable faults


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