public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-04 09:32:03 to 2016-03-08 09:06:55 UTC [more...]

[PATCH v5 0/5] NVDIMM ACPI: introduce the framework of QEMU emulated DSM
 2016-03-08  9:06 UTC  (18+ messages)
` [PATCH v5 2/5] nvdimm acpi: introduce patched dsm memory
` [PATCH v5 3/5] nvdimm acpi: let qemu handle _DSM method
` [PATCH v5 5/5] nvdimm acpi: add _CRS
                    ` [Qemu-devel] "

[PATCH] KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
 2016-03-08  8:36 UTC  (7+ messages)

[PATCH V4 0/7] KVM, pkeys: add memory protection-key support
 2016-03-08  8:47 UTC  (28+ messages)
` [PATCH V4 1/7] KVM, pkeys: expose CPUID/CR4 to guest
` [PATCH V4 2/7] KVM, pkeys: disable pkeys for guests in non-paging mode
` [PATCH V4 3/7] KVM, pkeys: update memeory permission bitmask for pkeys
` [PATCH V4 4/7] KVM, pkeys: add pkeys support for permission_fault logic
` [PATCH V4 5/7] KVM, pkeys: Add pkeys support for gva_to_gpa funcions
` [PATCH V4 6/7] KVM, pkeys: add pkeys support for xsave state
` [PATCH V4 7/7] KVM, pkeys: disable PKU feature without ept

[PATCH v2 0/9] cleanup around kvm_sync_page, and a few micro-optimizations
 2016-03-08  8:33 UTC  (14+ messages)
` [PATCH 1/9] KVM: MMU: introduce kvm_mmu_flush_or_zap
` [PATCH 2/9] KVM: MMU: move TLB flush out of __kvm_sync_page
` [PATCH 3/9] KVM: MMU: use kvm_sync_page in kvm_sync_pages
` [PATCH 4/9] KVM: MMU: cleanup __kvm_sync_page and its callers
` [PATCH 5/9] KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*
` [PATCH 6/9] KVM: MMU: move zap/flush to kvm_mmu_get_page
` [PATCH 7/9] KVM: MMU: coalesce more page zapping in mmu_sync_children
` [PATCH 8/9] KVM: MMU: simplify is_last_gpte
` [PATCH 9/9] KVM: MMU: micro-optimize gpte_access

[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
 2016-03-08  6:32 UTC  (22+ messages)
` [PATCH kernel 1/9] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel 2/9] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel 3/9] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel 4/9] powerpc/powernv/iommu: Add real mode version of xchg()
` [PATCH kernel 5/9] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel 6/9] KVM: PPC: Associate IOMMU group with guest view of TCE table
` [PATCH kernel 7/9] KVM: PPC: Create a virtual-mode only TCE table handlers
` [PATCH kernel 8/9] KVM: PPC: Add in-kernel handling for VFIO
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE

[kvm-unit-tests 0/5] Debugging aids
 2016-03-08  4:31 UTC  (27+ messages)
` [kvm-unit-tests v3 0/4] "
  ` [kvm-unit-tests v3 1/4] lib: backtrace printing
  ` [kvm-unit-tests v3 3/4] lib: dump stack on failed assert()
  ` [kvm-unit-tests v3 4/4] scripts: pretty print stack traces
` [PATCH kvm-unit-tests v4 0/6] Debugging aids
  ` [PATCH kvm-unit-tests v4 1/5] lib: backtrace printing
  ` [PATCH kvm-unit-tests v4 2/5] x86: lib: debug dump on unhandled exceptions
  ` [PATCH kvm-unit-tests v4 3/5] lib: dump stack on failed assert()
  ` [PATCH kvm-unit-tests v4 4/5] scripts: pretty print stack traces
  ` [PATCH kvm-unit-tests v4 5/5] scripts: automatically pretty print stacks
` [PATCH kvm-unit-tests v5 0/5] Debugging aids
  ` [PATCH kvm-unit-tests v5 1/5] lib: backtrace printing
  ` [PATCH kvm-unit-tests v5 2/5] x86: lib: debug dump on unhandled exceptions
  ` [PATCH kvm-unit-tests v5 3/5] lib: dump stack on failed assert()
  ` [PATCH kvm-unit-tests v5 4/5] scripts: pretty print stack traces
  ` [PATCH kvm-unit-tests v5 5/5] scripts: automatically pretty print stacks

[PATCH v2] KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
 2016-03-08  2:39 UTC 

[PATCH] KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
 2016-03-08  2:31 UTC  (3+ messages)

[RFC PATCH v2 1/3] vGPU Core driver
 2016-03-08  0:31 UTC  (6+ messages)
` [RFC PATCH v2 3/3] VFIO: Type1 IOMMU mapping support for vGPU

[RFC] host and guest kernel trace merging
 2016-03-07 17:13 UTC  (8+ messages)
` [Qemu-devel] "

[PART1 RFC v2 00/10] KVM: x86: Introduce SVM AVIC support
 2016-03-07 16:41 UTC  (17+ messages)
` [PART1 RFC v2 01/10] KVM: x86: Misc LAPIC changes to exposes helper functions
` [PART1 RFC v2 02/10] KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking
` [PART1 RFC v2 03/10] svm: Introduce new AVIC VMCB registers
` [PART1 RFC v2 04/10] svm: clean up V_TPR, V_IRQ, V_INTR_PRIO, and V_INTR_MASKING
` [PART1 RFC v2 05/10] KVM: x86: Detect and Initialize AVIC support
` [PART1 RFC v2 06/10] svm: Add interrupt injection via AVIC
` [PART1 RFC v2 07/10] svm: Add VMEXIT handlers for AVIC
` [PART1 RFC v2 08/10] svm: Do not expose x2APIC when enable AVIC
` [PART1 RFC v2 09/10] svm: Do not intercept CR8 "
` [PART1 RFC v2 10/10] svm: Manage vcpu load/unload "

[RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-07 15:06 UTC  (26+ messages)
    ` [Qemu-devel] "

[PATCH] kvm/irqchip: use bitmap utility for gsi tracking
 2016-03-07 13:53 UTC  (3+ messages)

[PATCH v3 00/12] Virtual GIC save/restore optimization
 2016-03-07  9:33 UTC  (13+ messages)
` [PATCH v3 01/12] KVM: arm/arm64: vgic-v2: Avoid accessing GICH registers
` [PATCH v3 02/12] KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if required
` [PATCH v3 03/12] KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH v3 04/12] KVM: arm/arm64: vgic-v2: Do not save an LR known to be empty
` [PATCH v3 05/12] KVM: arm/arm64: vgic-v2: Reset LRs at boot time
` [PATCH v3 06/12] KVM: arm/arm64: vgic-v2: Only wipe LRs on vcpu exit
` [PATCH v3 07/12] KVM: arm/arm64: vgic-v2: Make GICD_SGIR quicker to hit
` [PATCH v3 08/12] arm64: KVM: vgic-v3: Avoid accessing ICH registers
` [PATCH v3 09/12] arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
` [PATCH v3 10/12] arm64: KVM: vgic-v3: Do not save an LR known to be empty
` [PATCH v3 11/12] arm64: KVM: vgic-v3: Reset LRs at boot time
` [PATCH v3 12/12] arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit

[RFC PATCH v4 0/7] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
 2016-03-07  7:48 UTC  (8+ messages)
` [RFC PATCH v4 1/7] PCI: Add a new option for resource_alignment to reassign alignment
` [RFC PATCH v4 2/7] PCI: Use IORESOURCE_WINDOW to identify bridge resources
` [RFC PATCH v4 3/7] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
` [RFC PATCH v4 4/7] PCI: Modify resource_alignment to support multiple devices
` [RFC PATCH v4 5/7] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
` [RFC PATCH v4 6/7] vfio-pci: Allow to mmap MSI-X table if IOMMU_CAP_INTR_REMAP was set
` [RFC PATCH v4 7/7] powerpc/powernv/pci-ioda: Add IOMMU_CAP_INTR_REMAP for IODA host bridge

Kernel: BUG: soft lockup - CPU#0 stuck for 22s! on many machines at the same time
 2016-03-06 19:24 UTC  (2+ messages)

[PATCH 00/12] KVM: MMU: cleanup around kvm_sync_page, and a few micro-optimizations
 2016-03-04 21:43 UTC  (2+ messages)

[PATCH] KVM: i8254: drop local copy of mul_u64_u32_div
 2016-03-04 19:38 UTC  (2+ messages)

[kvm-unit-tests] arm: fix parallel build (make -j)
 2016-03-04 18:34 UTC  (7+ messages)
` [PATCH kvm-unit-tests v2] "

[kvm-unit-tests] powerpc: fix boot_rom.bin build
 2016-03-04 18:34 UTC  (6+ messages)
` [PATCH kvm-unit-tests v2] "

[PATCH v2] KVM: VMX: disable PEBS before a guest entry
 2016-03-04 17:25 UTC  (2+ messages)

[PATCH kvm-unit-tests] build: enable -Werror
 2016-03-04 16:57 UTC  (5+ messages)

[PATCH v6 0/4] NVDIMM ACPI: introduce the framework of QEMU emulated DSM
 2016-03-04 16:00 UTC  (5+ messages)
` [PATCH v6 1/4] nvdimm acpi: initialize the resource used by NVDIMM ACPI
` [PATCH v6 2/4] nvdimm acpi: introduce patched dsm memory
` [PATCH v6 3/4] nvdimm acpi: let qemu handle _DSM method
` [PATCH v6 4/4] nvdimm acpi: emulate dsm method

[PATCH] KVM: x86: disable PEBS before a guest entry
 2016-03-04 13:27 UTC  (3+ messages)

[PATCH v2 00/17] KVM/ARM: Guest Entry/Exit optimizations
 2016-03-04 11:45 UTC  (6+ messages)
` [PATCH v2 11/17] arm64: KVM: vgic-v2: Only wipe LRs on vcpu exit

[PATCH V4 0/3] basic busy polling support for vhost_net
 2016-03-04 11:24 UTC  (4+ messages)
` [PATCH V4 1/3] vhost: introduce vhost_has_work()
` [PATCH V4 2/3] vhost: introduce vhost_vq_avail_empty()
` [PATCH V4 3/3] vhost_net: basic polling support

Question regarding a special case VM communication
 2016-03-04 11:03 UTC  (2+ messages)

[PATCH v2 0/6] arm64: Add support of KVM with ACPI
 2016-03-04 10:32 UTC  (4+ messages)
` [PATCH v2 2/6] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables

[RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-04  9:36 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