messages from 2015-05-14 17:31:13 to 2015-05-22 21:40:48 UTC [more...]
KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
2015-05-22 21:40 UTC
[PATCH 00/23] userfaultfd v4
2015-05-22 21:18 UTC (24+ messages)
` [PATCH 10/23] userfaultfd: add new syscall to provide memory externalization
` [PATCH 16/23] userfaultfd: allocate the userfaultfd_ctx cacheline aligned
` [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 1/2] KVM: MMU: fix SMAP virtualization
2015-05-22 20:43 UTC (2+ messages)
[PATCH][RFC] KVM: PPC: fix suspicious use of conditional operator
2015-05-22 19:20 UTC (2+ messages)
[PATCH] KVM: x86: preserve x2APIC LDR on INIT
2015-05-22 17:22 UTC
[PATCH] KVM: x86: use correct APIC ID on x2APIC transition
2015-05-22 16:45 UTC
[PATCH 00/12] KVM: x86: SMM support
2015-05-22 14:17 UTC (18+ 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
Announcing qboot, a minimal x86 firmware for QEMU
2015-05-22 14:06 UTC (14+ messages)
` [Qemu-devel] "
[PATCH] KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig
2015-05-22 9:41 UTC
[PATCH] KVM: PPC: Fix warnings from sparse
2015-05-22 7:25 UTC
Reading GDT base and limit value of guest VM on host
2015-05-22 6:38 UTC
kvm: odd time values since "kvmclock: set scheduler clock stable"
2015-05-22 0:41 UTC (8+ messages)
` KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
[PATCH] KVM: PPC: check for lookup_linux_ptep() returning NULL
2015-05-21 19:37 UTC (2+ messages)
[PATCH] kvm:Return -ENOMEM directly for the function, kvm_create_lapic
2015-05-21 12:22 UTC (2+ messages)
KVM call agenda for 2015-05-26
2015-05-21 11:56 UTC
[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 (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
[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: 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 (26+ messages)
` [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 (6+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox