public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-09 08:56:00 to 2016-03-14 11:57:53 UTC [more...]

[PATCH v4 0/5] [PATCH v3 0/5] Improve non-"safe" MSR access failure handling
 2016-03-14 11:57 UTC  (7+ messages)
` [PATCH v4 1/5] x86/paravirt: Add _safe to the read_msr and write_msr PV hooks
` [PATCH v4 2/5] x86/msr: Carry on after a non-"safe" MSR access fails without !panic_on_oops
` [PATCH v4 3/5] x86/paravirt: Add paravirt_{read,write}_msr
` [PATCH v4 4/5] x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
` [PATCH v4 5/5] x86/msr: Set the return value to zero when native_rdmsr_safe fails

[PART1 RFC v2 00/10] KVM: x86: Introduce SVM AVIC support
 2016-03-14 11:48 UTC  (31+ messages)
` [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 06/10] svm: Add interrupt injection via AVIC
` [PART1 RFC v2 07/10] svm: Add VMEXIT handlers for AVIC
` [PART1 RFC v2 09/10] svm: Do not intercept CR8 when enable AVIC
` [PART1 RFC v2 10/10] svm: Manage vcpu load/unload "

User question: how to connect two VMs using serial port?
 2016-03-14 11:22 UTC  (2+ messages)

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2016-03-14 11:13 UTC  (4+ messages)

KVM Call for 2016-03-15
 2016-03-14  9:01 UTC 

[PATCH 0/1] KVM: x86: using the fpu in interrupt context with a guest's xcr0
 2016-03-14  7:46 UTC  (5+ messages)
` [PATCH 1/1] KVM: don't allow irq_fpu_usable when the VCPU's XCR0 is loaded

[PATCH v3 0/9] arm64: Add support of KVM with ACPI
 2016-03-13 18:19 UTC  (5+ messages)
` [PATCH v3 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure

[added to the 4.1 stable tree] MIPS: kvm: Fix ioctl error handling
 2016-03-13 17:43 UTC 

[PATCH V2 0/3] vfio, platform: add HIDMA and ACPI support
 2016-03-13 17:25 UTC  (7+ messages)
` [PATCH V2 1/3] vfio, platform: add support for ACPI while detecting the reset driver
` [PATCH V2 2/3] vfio, platform: make reset driver a requirement
` [PATCH V2 3/3] vfio, platform: add QTI HIDMA reset driver

[PATCH 0/7] KVM/X86/PPC: Clear up kvm mmu memory barriers and update related comments
 2016-03-13  3:10 UTC  (8+ messages)
` [PATCH 1/7] KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
` [PATCH 2/7] KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page_lockless_begin/end()
` [PATCH 3/7] KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_request()
` [PATCH 4/7] KVM/x86: Call smp_wmb() before increasing tlbs_dirty
` [PATCH 5/7] KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs()
` [PATCH 6/7] KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()
` [PATCH 7/7] KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter()

[PATCH v3 0/5] Improve non-"safe" MSR access failure handling
 2016-03-12 17:32 UTC  (9+ messages)
` [PATCH v3 1/5] x86/paravirt: Add _safe to the read_msr and write_msr PV hooks
` [PATCH v3 2/5] x86/msr: Carry on after a non-"safe" MSR access fails without !panic_on_oops
` [PATCH v3 3/5] x86/paravirt: Add paravirt_{read,write}_msr
` [PATCH v3 4/5] x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
` [PATCH v3 5/5] x86/msr: Set the return value to zero when native_rdmsr_safe fails

[PATCH v3] x86/cpufeatures.h: Enable A Few New AVX-512 Features
 2016-03-12 16:29 UTC  (2+ messages)

[PATCH] Replacing (and removing) get_ticks_per_sec() function with NANOSECONDS_PER_SECOND Signed-off-by: Rutuja Shah <rutu.shah.26@gmail.com>
 2016-03-12 16:20 UTC  (10+ messages)
` [Qemu-devel] "

[PATCH v2 0/2] x86/msr: MSR access failure changes
 2016-03-12 16:02 UTC  (12+ messages)
` [PATCH v2 1/2] x86/msr: Carry on after a non-"safe" MSR access fails without !panic_on_oops

runtime regression with "x86/mm/pat: Emulate PAT when it is disabled"
 2016-03-12 12:03 UTC  (6+ messages)

FUND TRANSFER (KEEP AS CONFIDENTIAL)
 2016-03-12  5:03 UTC 

[PATCH kvm-unit-tests] build: don't reevaluate cc-option shell command
 2016-03-12  0:21 UTC 

[RFC PATCH v4 0/3] vfio IGD assignment
 2016-03-11 22:59 UTC  (4+ messages)
` [RFC PATCH v4 1/3] linux-headers/vfio: Update matching current linux-next
` [RFC PATCH v4 2/3] vfio: Enable sparse mmap capability
` [RFC PATCH v4 3/3] vfio/pci: Intel IGD support

[RFC PATCH v2 1/3] vGPU Core driver
 2016-03-11 18:18 UTC  (15+ messages)
` [RFC PATCH v2 3/3] VFIO: Type1 IOMMU mapping support for vGPU

[PATCH 1/2] vfio, platform: add support for ACPI while detecting the reset driver
 2016-03-11 16:09 UTC  (9+ messages)

[PATCH kvm-unit-tests] x86: access: avoid repeated calls to CPUID
 2016-03-11 15:51 UTC 

[PATCH kvm-unit-tests] x86: access: add PKE testcases
 2016-03-11 15:50 UTC 

[PATCH 0/2] KVM: x86: disable MPX if host did not enable MPX XSAVE features
 2016-03-11 12:09 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH] kvmtool: arm: move PMU support into arm64 only
 2016-03-11  6:28 UTC 

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

[RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-11  2:38 UTC  (33+ messages)
    ` [Qemu-devel] "

[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
 2016-03-11  2:15 UTC  (22+ messages)
` [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 8/9] KVM: PPC: Add in-kernel handling for VFIO
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE

[PATCH] KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
 2016-03-11  1:13 UTC  (16+ messages)

[PATCH kvm-unit-tests v5 0/5] Debugging aids
 2016-03-11  0:31 UTC  (4+ messages)
` [PATCH kvm-unit-tests v5 1/5] lib: backtrace printing

[PATCH v3] pci: Wait for up to 1000ms after FLR reset
 2016-03-10 20:50 UTC  (2+ messages)

[edk2] KVM Forum 2016: Call For Participation
 2016-03-10 18:09 UTC 

[PATCH] Replaced get_ticks_per_sec calls with NANOSECONDS_PER_SECOND
 2016-03-10 17:28 UTC  (2+ messages)

[GIT PULL 0/9] KVM: s390: Fixes and features for kvm/next (4.6) part 2
 2016-03-10 16:07 UTC  (11+ messages)
` [GIT PULL 1/9] KVM: s390: Add diag "watchdog functions" to trace event decoding
` [GIT PULL 2/9] KVM: s390: store cpu id in vcpu->cpu when scheduled in
` [GIT PULL 3/9] KVM: s390: abstract access to the VCPU cpu timer
` [GIT PULL 4/9] KVM: s390: step VCPU cpu timer during kvm_run ioctl
` [GIT PULL 5/9] KVM: s390: protect VCPU cpu timer with a seqcount
` [GIT PULL 6/9] KVM: s390: step the VCPU timer while in enabled wait
` [GIT PULL 7/9] KVM: s390: wake up when the VCPU cpu timer expires
` [GIT PULL 8/9] KVM: s390: enable STFLE interpretation only if enabled for the guest
` [GIT PULL 9/9] KVM: s390: allocate only one DMA page per VM

[RFC PATCH 0/2] KVM: MMU: return page fault error code from permission_fault
 2016-03-10 14:07 UTC  (7+ messages)
` [RFC PATCH 1/2] KVM: MMU: precompute page fault error code
` [RFC PATCH 2/2] KVM: MMU: return page fault error code from permission_fault

[PATCH 0/2] KVM: MMU: fix ept=0/pte.u=0/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
 2016-03-10 12:26 UTC  (12+ messages)
` [PATCH 1/2] KVM: MMU: fix ept=0/pte.u=0/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
` [PATCH 2/2] KVM: MMU: fix reserved bit check for pte.u=0/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0

[RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-03-10 11:52 UTC  (3+ messages)
` [RFC v5 06/17] dma-reserved-iommu: iommu_get/put_single_reserved

[GIT PULL] Final KVM changes for 4.5
 2016-03-10 11:32 UTC 

[Qemu-devel] [RFC kernel 0/2]A PV solution for KVM live migration optimization
 2016-03-10  7:30 UTC  (3+ messages)

[PATCH V4 0/3] basic busy polling support for vhost_net
 2016-03-10  6:48 UTC  (6+ messages)

[RFC PATCH v4 0/7] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
 2016-03-10  4:47 UTC  (4+ messages)
` [RFC PATCH v4 1/7] PCI: Add a new option for resource_alignment to reassign alignment

[PATCH] kvm: cap halt polling at exactly halt_poll_ns
 2016-03-09 10:55 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: use new kvmclock MSRs
 2016-03-09 10:53 UTC  (2+ messages)

[PULL] KVM/ARM updates for 4.6
 2016-03-09 10:50 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