public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-04 17:24:25 to 2013-08-06 12:05:57 UTC [more...]

[PATCH] arm64: KVM: fix 2-level page tables unmapping
 2013-08-06 12:05 UTC 

[PATCH V12 0/14] Paravirtualized ticket spinlocks
 2013-08-06 11:45 UTC  (15+ messages)
` [PATCH V12 1/14] x86/spinlock: Replace pv spinlocks with pv ticketlocks
` [PATCH V12 2/14] x86/ticketlock: Don't inline _spin_unlock when using paravirt spinlocks
` [PATCH V12 3/14] x86/ticketlock: Collapse a layer of functions
` [PATCH V12 4/14] xen: Defer spinlock setup until boot CPU setup
` [PATCH V12 5/14] xen/pvticketlock: Xen implementation for PV ticket locks
` [PATCH V12 6/14] xen/pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks
` [PATCH V12 7/14] x86/pvticketlock: Use callee-save for lock_spinning
` [PATCH V12 8/14] x86/pvticketlock: When paravirtualizing ticket locks, increment by 2
` [PATCH V12 9/14] jump_label: Split out rate limiting from jump_label.h
` [PATCH V12 10/14] x86/ticketlock: Add slowpath logic
` [PATCH V12 11/14] xen/pvticketlock: Allow interrupts to be enabled while blocking
` [PATCH V12 12/14] kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi
` [PATCH V12 13/14] kvm guest : Add configuration support to enable debug information for KVM Guests
` [PATCH V12 14/14] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor

[PATCH v2 0/8] KVM: nVMX: Enable unrestricted guest mode and fix some nEPT issues
 2013-08-06 11:44 UTC  (15+ messages)
` [PATCH v2 1/8] KVM: nEPT: Advertise WB type EPTP
` [PATCH v2 2/8] KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reporting
` [PATCH v2 3/8] KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state
` [PATCH v2 4/8] KVM: nVMX: Enable unrestricted guest mode support
` [PATCH v2 5/8] KVM: nVMX: Fix guest CR3 read-back on VM-exit
` [PATCH v2 6/8] KVM: nVMX: Load nEPT state after EFER
` [PATCH v2 7/8] KVM: nVMX: Implement support for EFER saving on VM-exit
` [PATCH v2 8/8] KVM: nVMX: Update mmu.base_role.nxe after EFER loading on VM-entry/exit

[PATCH 0/6 v3] kvm: powerpc: use cache attributes from linux pte
 2013-08-06 11:31 UTC  (7+ messages)
` [PATCH 1/6 v3] powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIAN
` [PATCH 2/6 v3] kvm: powerpc: allow guest control "E" attribute in mas2
` [PATCH 3/6 v3] kvm: powerpc: allow guest control "G" "
` [PATCH 4/6 v3] powerpc: move linux pte/hugepte search to more generic file
` [PATCH 5/6 v3] kvm: powerpc: keep only pte search logic in lookup_linux_pte
` [PATCH 6/6 v3] kvm: powerpc: use caching attributes as per linux pte

[PATCH v3] KVM: nVMX: Advertise IA32_PAT in VM exit control
 2013-08-06 10:59 UTC  (2+ messages)

vm performance degradation after kvm live migration or save-restore with ETP enabled
 2013-08-06 10:47 UTC  (14+ messages)
    ` [Qemu-devel] "
          ` [Qemu-devel] vm performance degradation after kvm live migration or save-restore with EPT enabled
            `  "

[PATCH] nVMX: Keep arch.pat in sync on L1-L2 switches
 2013-08-06 10:45 UTC  (5+ messages)

KVM call agenda for 2013-08-06
 2013-08-06 10:25 UTC  (4+ messages)

[PATCH 0/2] KVM: PPC: Book3E HV: Rework to sync the software state
 2013-08-06  9:31 UTC  (3+ messages)
` [PATCH 1/2] Revert "kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()"
` [PATCH 2/2] KVM: PPC: Book3E HV: call SOFT_DISABLE_INTS to sync the software state

[PATCH v7 00/15] Nested EPT
 2013-08-06  9:02 UTC  (31+ messages)
` [PATCH v7 01/15] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
` [PATCH v7 02/15] nEPT: Fix cr3 handling in nested exit and entry
` [PATCH v7 03/15] nEPT: Fix wrong test in kvm_set_cr3
` [PATCH v7 04/15] nEPT: Move common code to paging_tmpl.h
` [PATCH v7 05/15] nEPT: make guest's A/D bits depends on guest's paging mode
` [PATCH v7 06/15] nEPT: Support shadow paging for guest paging without A/D bits
` [PATCH v7 07/15] nEPT: Add EPT tables support to paging_tmpl.h
` [PATCH v7 08/15] nEPT: Redefine EPT-specific link_shadow_page()
` [PATCH v7 09/15] nEPT: correctly check if remote tlb flush is needed for shadowed EPT tables
` [PATCH v7 10/15] nEPT: Add nEPT violation/misconfigration support
` [PATCH v7 11/15] nEPT: MMU context for nested EPT
` [PATCH v7 12/15] nEPT: Nested INVEPT
` [PATCH v7 13/15] nEPT: Advertise EPT to L1
` [PATCH v7 14/15] nEPT: Some additional comments
` [PATCH v7 15/15] nEPT: Miscelleneous cleanups

[Bug 60518] New: Heavy network traffic between guest and host triggers kernel oops
 2013-08-06  8:55 UTC  (2+ messages)
` [Bug 60518] "

[PATCH] ARM: KVM: Fix 64-bit coprocessor handling
 2013-08-06  8:43 UTC  (2+ messages)

FAQ on linux-kvm.org has broken link
 2013-08-06  8:13 UTC  (10+ messages)

[PATCH 0/6 v2] kvm: powerpc: use cache attributes from linux pte
 2013-08-06  7:02 UTC  (16+ messages)
` [PATCH 5/6 v2] kvm: powerpc: booke: Add linux pte lookup like booke3s
` [PATCH 6/6 v2] kvm: powerpc: use caching attributes as per linux pte

[PATCH 00/23] Allow PR and HV KVM to coexist in one kernel
 2013-08-06  4:28 UTC  (24+ messages)
` [PATCH 01/23] KVM: PPC: Book3S: Fix compile error in XICS emulation
` [PATCH 02/23] KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMX
` [PATCH 03/23] KVM: PPC: Book3S PR: Make instruction fetch fallback work for system calls
` [PATCH 04/23] KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
` [PATCH 05/23] KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate()
` [PATCH 06/23] KVM: PPC: Book3S PR: Allow guest to use 64k pages
` [PATCH 07/23] KVM: PPC: Book3S PR: Use 64k host pages where possible
` [PATCH 08/23] KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEs
` [PATCH 09/23] KVM: PPC: Book3S PR: Correct errors in H_ENTER implementation
` [PATCH 10/23] KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe
` [PATCH 11/23] KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
` [PATCH 12/23] KVM: PPC: Book3S HV: Better handling of exceptions that happen in real mode
` [PATCH 13/23] KVM: PPC: Book3S: Move skip-interrupt handlers to common code
` [PATCH 14/23] KVM: PPC: Book3S PR: Delay disabling relocation-on interrupts
` [PATCH 15/23] KVM: PPC: Book3S: Rename symbols that exist in both PR and HV KVM
` [PATCH 16/23] KVM: PPC: Book3S: Merge implementations of KVM_PPC_GET_SMMU_INFO ioctl
` [PATCH 17/23] KVM: PPC: Book3S HV: Factorize kvmppc_core_vcpu_create_hv()
` [PATCH 18/23] KVM: PPC: Book3S: Allow both PR and HV KVM to be selected
` [PATCH 19/23] KVM: PPC: Book3S: Select PR vs HV separately for each guest
` [PATCH 20/23] KVM: PPC: Book3S PR: Better handling of host-side read-only pages
` [PATCH 21/23] KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
` [PATCH 22/23] KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being written
` [PATCH 23/23] KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiers

[PATCH RFC V11 0/18] Paravirtualized ticket spinlocks
 2013-08-06  2:50 UTC  (3+ messages)

[PATCH] kvm: Make kvm_rebooting visible
 2013-08-05 22:57 UTC  (3+ messages)

[PATCH 0/3] mips/kvm: Code cleanups for kvm_locore.S
 2013-08-05 17:22 UTC  (8+ messages)
` [PATCH 1/3] mips/kvm: Improve code formatting in arch/mips/kvm/kvm_locore.S

[PATCH 00/10 v6] KVM: PPC: IOMMU in-kernel handling
 2013-08-05 17:18 UTC  (5+ messages)
` [PATCH 03/10] vfio: add external user support

[PATCH V2 1/4] x86: introduce hypervisor_cpuid_base()
 2013-08-05 16:50 UTC  (6+ messages)
` [PATCH V2 4/4] x86: correctly detect hypervisor

[PATCH RFC V11 15/18] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor
 2013-08-05 15:37 UTC  (17+ messages)

[RFC 0/3] WIP VFIO for device tree devices on Arndale
 2013-08-05 14:57 UTC  (10+ messages)
  ` [PATCH 1/3] VFIO_IOMMU_TYPE1 workaround to build for platform devices
  ` [PATCH 2/3] Initial skeleton of VFIO support for Device Tree based devices
  ` [PATCH 3/3] Return info for device and its memory regions and interrupts

[PATCH] kvm-unit-tests: VMX: Separate host and guest rflags
 2013-08-05 13:45 UTC  (3+ messages)

[PATCH 0/7] KVM: nVMX: Enable unrestricted guest mode and fix some nEPT issues
 2013-08-05 13:12 UTC  (11+ messages)
` [PATCH 1/7] KVM: nEPT: Advertise WB type EPTP
` [PATCH 2/7] KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state
` [PATCH 3/7] KVM: nVMX: Enable unrestricted guest mode support
` [PATCH 4/7] KVM: nVMX: Fix guest CR3 read-back on VM-exit
` [PATCH 5/7] KVM: nVMX: Load nEPT state after EFER
` [PATCH 6/7] KVM: nVMX: Implement support for EFER saving on VM-exit
` [PATCH 7/7] KVM: nVMX: Update mmu.base_role.nxe after EFER loading on VM-entry/exit

[PATCH v2] KVM: nVMX: Advertise IA32_PAT in VM exit control
 2013-08-05 12:19 UTC  (3+ messages)

[PATCH] KVM: nVMX: Advertise IA32_PAT in VM exit control
 2013-08-05 11:05 UTC  (8+ messages)

[PATCH] kvm-unit-tests: VMX: Fix confused definition of rflags
 2013-08-05  9:27 UTC  (5+ messages)

[PATCH] KVM: nVMX: correctly set tr base on nested vmexit emulation
 2013-08-05  6:23 UTC  (2+ messages)

[PATCH] KVM: MMU: fix check the reserved bits on the gpte of L2
 2013-08-05  6:03 UTC  (2+ messages)

[PATCH] arch: powerpc: kvm: add signed type cast for comparation
 2013-08-05  5:50 UTC  (3+ messages)

KVM Test report, kernel bf640876... qemu 0779caeb
 2013-08-05  4:21 UTC  (3+ messages)

[PATCH v3] kvm-unit-tests: VMX: Split VMX test suites to separate file
 2013-08-05  3:32 UTC 

[PATCH v2] kvm-unit-tests: VMX: Split VMX test suites to separate file
 2013-08-05  0:55 UTC  (5+ messages)

[PATCH v6 00/15] Nested EPT
 2013-08-04 17:24 UTC  (11+ messages)


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