public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-13 07:22:27 to 2015-05-20 12:33:48 UTC [more...]

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

[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  (29+ messages)
` [PATCH v4 01/12] KVM: add comments for kvm_debug_exit_arch struct
` [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 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v4 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v4 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v4 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v4 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v4 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v4 10/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v4 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v4 12/12] KVM: arm64: add trace points for guest_debug debug

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

[RFC PATCH 00/11] KVM: multiple address spaces (for SMM)
 2015-05-20  9:07 UTC  (22+ 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

[PATCH 0/9] KVM: cleanups for memslots data structures
 2015-05-20  8:41 UTC  (13+ 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

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

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

[PATCH 00/23] userfaultfd v4
 2015-05-19 21:59 UTC  (30+ messages)
` [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt
` [PATCH 02/23] userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
  ` [PATCH 03/23] userfaultfd: uAPI
  ` [PATCH 16/23] userfaultfd: allocate the userfaultfd_ctx cacheline aligned
` [PATCH 04/23] userfaultfd: linux/userfaultfd_k.h
` [PATCH 05/23] userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct
` [PATCH 06/23] userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP
` [PATCH 07/23] userfaultfd: call handle_userfault() for userfaultfd_missing() faults
` [PATCH 08/23] userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
` [PATCH 09/23] userfaultfd: prevent khugepaged to merge if userfaultfd is armed
` [PATCH 10/23] userfaultfd: add new syscall to provide memory externalization
` [PATCH 11/23] userfaultfd: Rename uffd_api.bits into .features
` [PATCH 12/23] userfaultfd: Rename uffd_api.bits into .features fixup
` [PATCH 13/23] userfaultfd: change the read API to return a uffd_msg
` [PATCH 14/23] userfaultfd: wake pending userfaults
` [PATCH 15/23] userfaultfd: optimize read() and poll() to be O(1)
` [PATCH 17/23] userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and read
` [PATCH 18/23] userfaultfd: buildsystem activation
` [PATCH 19/23] userfaultfd: activate syscall
` [PATCH 20/23] userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPI
` [PATCH 21/23] userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE preparation
` [PATCH 22/23] userfaultfd: avoid mmap_sem read recursion in mcopy_atomic
` [PATCH 23/23] userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGE

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

kvm: odd time values since "kvmclock: set scheduler clock stable"
 2015-05-19  2:13 UTC  (9+ messages)

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

[PATCH] KVM: PPC: add missing pt_regs initialization
 2015-05-18 12:44 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  (8+ messages)

[RFC PATCH 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-05-18  2:11 UTC  (37+ messages)
` [RFC PATCH 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs
` [RFC PATCH 3/4] KVM: x86: Add EOI exit bitmap inference
` [RFC PATCH 4/4] KVM: x86: Add support for local interrupt requests from userspace

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 "

[RFC] ARM/ARM64: KVM: Implement KVM_FLUSH_DCACHE_GPA ioctl
 2015-05-15 15:24 UTC  (11+ messages)

[PATCH 0/5] VFIO platform reset
 2015-05-15 13:35 UTC  (20+ messages)
` [PATCH 1/5] VFIO: platform: add reset_list and register/unregister functions
` [PATCH 2/5] VFIO: platform: add get_device callback
` [PATCH 3/5] VFIO: platform: add reset callback
` [PATCH 4/5] VFIO: platform: populate reset function according to compat
` [PATCH 5/5] VFIO: platform: VFIO platform Calxeda xgmac reset module

[RFC PATCH v2 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-05-15  2:52 UTC  (4+ messages)
` [RFC PATCH v2 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs
` [RFC PATCH v2 3/4] KVM: x86: Add EOI exit bitmap inference
` [RFC PATCH v2 4/4] KVM: x86: Add support for local interrupt requests from userspace

[PATCH v3 00/10] KVM: MTRR fixes and some cleanups
 2015-05-14  8:43 UTC  (9+ messages)
` [PATCH v3 01/10] KVM: MMU: fix decoding cache type from MTRR
` [PATCH v3 09/10] KVM: MMU: fix MTRR update

[PATCH] vfio-pci: PCI_DEV_FLAGS_ASSIGNED flag not set when PCI device is assigned
 2015-05-13 18:39 UTC  (4+ messages)

[PATCH] kvm: fix crash in kvm_vcpu_reload_apic_access_page
 2015-05-13 13:58 UTC 

[PATCH 1/2] x86: Split APIC tests into IOAPIC/APIC tests
 2015-05-13  8:07 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