public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-15 15:43:01 to 2015-05-26 14:48:06 UTC [more...]

[PATCH 1/2] KVM: MMU: fix SMAP virtualization
 2015-05-26 14:48 UTC  (6+ messages)

kvm: odd time values since "kvmclock: set scheduler clock stable"
 2015-05-26 13:25 UTC  (10+ messages)
          ` KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR

KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
 2015-05-26 13:22 UTC  (3+ messages)
` [PATCH v2] "

KVM call agenda for 2015-05-26
 2015-05-26 12:47 UTC  (2+ messages)

[PATCH] KVM: x86: use correct APIC ID on x2APIC transition
 2015-05-26 10:38 UTC  (2+ messages)

[PATCH] KVM: x86: preserve x2APIC LDR on INIT
 2015-05-26 10:38 UTC  (2+ messages)

[PATCH v6 0/8] vhost: support for cross endian guests
 2015-05-26  9:09 UTC  (5+ messages)

Announcing qboot, a minimal x86 firmware for QEMU
 2015-05-26  8:47 UTC  (22+ messages)
` [Qemu-devel] "

[PATCH] KVM: x86: Allow ARAT CPU feature
 2015-05-26  4:36 UTC  (4+ messages)

[PATCH] i386: Introduce ARAT CPU feature
 2015-05-26  4:35 UTC  (6+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] KVM: PPC: add missing pt_regs initialization
 2015-05-25 22:05 UTC  (2+ messages)

[PATCH] KVM: PPC: check for lookup_linux_ptep() returning NULL
 2015-05-25 21:01 UTC  (3+ messages)

[PATCH] KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig
 2015-05-25 21:01 UTC  (3+ messages)

[PATCH] KVM: PPC: Fix warnings from sparse
 2015-05-25 21:01 UTC  (2+ messages)

[PATCH] KVM: PPC: fix suspicious use of conditional operator
 2015-05-25 20:44 UTC  (2+ messages)

[PATCH v3] i386: Introduce ARAT CPU feature
 2015-05-25 14:47 UTC 

[PATCH 00/12] KVM: x86: SMM support
 2015-05-25 12:46 UTC  (19+ messages)
` [PATCH 06/12] KVM: x86: API changes for "
` [PATCH 07/12] KVM: x86: stubs "
` [PATCH 08/12] KVM: x86: save/load state on SMM switch

FRISSÍTÉS
 2015-05-25  9:03 UTC 

FRISSÍTÉS
 2015-05-25  8:46 UTC 

[Bug 98841] New: android emulator broken since d7a2a24 kernel commit
 2015-05-24 18:21 UTC 

[RFC PATCH 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-05-24 16:46 UTC  (10+ messages)
` [RFC PATCH 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs

KVM: How does is PAT emulation supposed to work?
 2015-05-24 15:28 UTC  (7+ messages)
` [RFC][PATCH] KVM: SVM: Sync g_pat with guest-written PAT value
    ` [PATCH v2] "

[PATCH 00/23] userfaultfd v4
 2015-05-23  1:04 UTC  (18+ messages)
` [PATCH 10/23] userfaultfd: add new syscall to provide memory externalization
` [PATCH 22/23] userfaultfd: avoid mmap_sem read recursion in mcopy_atomic

[PATCH][RFC] KVM: PPC: fix suspicious use of conditional operator
 2015-05-22 19:20 UTC  (2+ messages)

Reading GDT base and limit value of guest VM on host
 2015-05-22  6:38 UTC 

[PATCH] kvm:Return -ENOMEM directly for the function, kvm_create_lapic
 2015-05-21 12:22 UTC  (2+ messages)

[Bug 98741] New: Cannot boot into kvm guest with kernel >= 3.18.x on el6.6 qemu-kvm host with virtio-blk-pci.x-data-plane=on and virtio-blk-pci.ioeventfd=on
 2015-05-21  6:46 UTC 

[v2 resend] kvm/fpu: Enable eager restore kvm FPU for MPX
 2015-05-20 20:41 UTC  (2+ messages)

[v2] kvm/fpu: Enable eager restore kvm FPU for MPX
 2015-05-20 20:27 UTC 

[PATCH 0/9] KVM: cleanups for memslots data structures
 2015-05-20 20:19 UTC  (16+ messages)
` [PATCH 1/9] KVM: introduce kvm_alloc/free_memslots
` [PATCH 2/9] KVM: use kvm_memslots whenever possible
` [PATCH 3/9] KVM: const-ify uses of struct kvm_userspace_memory_region
` [PATCH 4/9] KVM: add memslots argument to kvm_arch_memslots_updated
` [PATCH 5/9] KVM: add "new" argument to kvm_arch_commit_memory_region
` [PATCH 6/9] KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
` [PATCH 7/9] KVM: remove __gfn_to_pfn
` [PATCH 8/9] KVM: x86: pass kvm_mmu_page to gfn_to_rmap
` [PATCH 9/9] KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed

[RFC PATCH 00/11] KVM: multiple address spaces (for SMM)
 2015-05-20 18:17 UTC  (24+ messages)
` [PATCH 01/11] KVM: introduce kvm_alloc/free_memslots
` [PATCH 02/11] KVM: use kvm_memslots whenever possible
` [PATCH 03/11] KVM: const-ify uses of struct kvm_userspace_memory_region
` [PATCH 04/11] KVM: add memslots argument to kvm_arch_memslots_updated
` [PATCH 05/11] KVM: add "new" argument to kvm_arch_commit_memory_region
` [PATCH 06/11] KVM: x86: pass kvm_mmu_page to gfn_to_rmap
` [PATCH 07/11] KVM: add vcpu-specific functions to read/write/translate GFNs
` [PATCH 08/11] KVM: implement multiple address spaces
` [PATCH 09/11] KVM: x86: use vcpu-specific functions to read/write/translate GFNs
` [PATCH 10/11] KVM: x86: work on all available address spaces
` [PATCH 11/11] KVM: x86: add SMM to the MMU role, support SMRAM address space

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-20 15:22 UTC  (8+ messages)
` [PATCH 12/13] KVM: x86: add KVM_MEM_X86_SMRAM memory slot flag

[PATCH] kvm/fpu: Enable eager restore kvm FPU for MPX
 2015-05-20 14:35 UTC  (6+ messages)

[PATCH v4 00/12] KVM Guest Debug support for arm64
 2015-05-20 12:33 UTC  (21+ messages)
` [PATCH v4 02/12] KVM: define common KVM_GUESTDBG_USE_SW/HW_BP bits
` [PATCH v4 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v4 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v4 10/12] KVM: arm64: guest debug, HW assisted debug support

[GIT PULL] KVM changes for 4.1-rc5
 2015-05-20 10:37 UTC 

[PATCH RESEND] kernel:Make functions that have no external callers static in kvm.c
 2015-05-20  8:23 UTC 

[PATCH v4 0/2] x86/arm64: add xenconfig
 2015-05-19 21:22 UTC  (6+ messages)
` [PATCH v4 2/2] x86, arm, platform, xen, kconfig: add xen defconfig helper

[PATCH] vhost: support upto 509 memory regions
 2015-05-19 11:50 UTC  (9+ messages)

Hardware requirements for SPICEd desktops
 2015-05-18 16:14 UTC 

[PATCH] KVM: mips: use id_to_memslot correctly
 2015-05-18 10:15 UTC  (2+ messages)

[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
 2015-05-18  8:11 UTC  (7+ messages)

Payment
 2015-05-16 12:17 UTC 

[PATCH 00/10] KVM: arm: debug infrastructure support
 2015-05-16  4:45 UTC  (11+ messages)
` [PATCH 01/10] KVM: arm: plug guest debug exploit
` [PATCH 02/10] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PATCH 03/10] KVM: arm: enable to use the ARM_DSCR_MDBGEN macro from KVM assembly code
` [PATCH 04/10] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH 05/10] KVM: arm: check ordering of all system register tables
` [PATCH 06/10] KVM: arm: add trap handlers for 32-bit debug registers
` [PATCH 07/10] KVM: arm: add trap handlers for 64-bit "
` [PATCH 08/10] KVM: arm: implement dirty bit mechanism for "
` [PATCH 09/10] KVM: arm: implement lazy world switch "
` [PATCH 10/10] KVM: arm: enable trapping of all "


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