messages from 2015-11-25 23:45:12 to 2015-12-01 06:39:45 UTC [more...]
[PATCH V2 0/3] basic busy polling support for vhost_net
2015-12-01 6:39 UTC (4+ messages)
` [PATCH V2 1/3] vhost: introduce vhost_has_work()
` [PATCH V2 2/3] vhost: introduce vhost_vq_more_avail()
` [PATCH V2 3/3] vhost_net: basic polling support
[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
2015-12-01 6:26 UTC (3+ messages)
[PATCH net-next 0/3] basic busy polling support for vhost_net
2015-12-01 5:17 UTC (9+ messages)
` [PATCH net-next 2/3] vhost: introduce vhost_vq_more_avail()
` [PATCH net-next 3/3] vhost_net: basic polling support
[PATCH v2 00/21] arm64: KVM: world switch in C
2015-12-01 3:19 UTC (33+ messages)
` [PATCH v2 01/21] arm64: Add macros to read/write system registers
` [PATCH v2 02/21] arm64: KVM: Add a HYP-specific header file
` [PATCH v2 03/21] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH v2 04/21] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH v2 05/21] arm64: KVM: Implement timer save/restore
` [PATCH v2 06/21] arm64: KVM: Implement system register save/restore
` [PATCH v2 07/21] arm64: KVM: Implement 32bit "
` [PATCH v2 08/21] arm64: KVM: Implement debug save/restore
` [PATCH v2 09/21] arm64: KVM: Implement guest entry
` [PATCH v2 10/21] arm64: KVM: Add patchable function selector
` [PATCH v2 11/21] arm64: KVM: Implement the core world switch
` [PATCH v2 12/21] arm64: KVM: Implement fpsimd save/restore
` [PATCH v2 13/21] arm64: KVM: Implement TLB handling
` [PATCH v2 14/21] arm64: KVM: HYP mode entry points
` [PATCH v2 15/21] arm64: KVM: Add panic handling
` [PATCH v2 16/21] arm64: KVM: Add compatibility aliases
` [PATCH v2 17/21] arm64: KVM: Map the kernel RO section into HYP
` [PATCH v2 18/21] arm64: KVM: Move away from the assembly version of the world switch
` [PATCH v2 19/21] arm64: KVM: Turn system register numbers to an enum
` [PATCH v2 20/21] arm64: KVM: Cleanup asm-offset.c
` [PATCH v2 21/21] arm64: KVM: Remove weak attributes
[PATCH v4 00/21] KVM: ARM64: Add guest PMU support
2015-12-01 2:42 UTC (19+ messages)
` [PATCH v4 04/21] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v4 05/21] KVM: ARM64: Add reset and access handlers for PMSELR register
` [PATCH v4 06/21] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
` [PATCH v4 08/21] KVM: ARM64: Add reset and access handlers for PMXEVTYPER register
` [PATCH v4 18/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v4 21/21] KVM: ARM64: Add a new kvm ARM PMU device
[PATCH 00/11] KVM: x86: track guest page access
2015-11-30 18:26 UTC (12+ messages)
` [PATCH 01/11] KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
` [PATCH 02/11] KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
` [PATCH 03/11] KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
` [PATCH 04/11] KVM: page track: add the framework of guest page tracking
` [PATCH 05/11] KVM: page track: introduce kvm_page_track_{add,remove}_page
` [PATCH 06/11] KVM: MMU: let page fault handler be aware tracked page
` [PATCH 07/11] KVM: page track: add notifier support
` [PATCH 08/11] KVM: MMU: use page track for non-leaf shadow pages
` [PATCH 09/11] KVM: MMU: simplify mmu_need_write_protect
` [PATCH 10/11] KVM: MMU: clear write-flooding on the fast path of tracked page
` [PATCH 11/11] KVM: MMU: apply page track notifier
[PATCH v2 0/3] target-i386: Use C struct for xsave area layout, offsets & sizes
2015-11-30 17:34 UTC (4+ messages)
` [PATCH v2 1/3] target-i386: Define structs for layout of xsave area
` [PATCH v2 2/3] target-i386: Use xsave structs for ext_save_area
` [PATCH v2 3/3] target-i386: kvm: Use X86XSaveArea struct for xsave save/load
[PATCH 2/2] KVM: Create debugfs dir and stat files for each VM
2015-11-30 17:00 UTC (10+ messages)
[PATCH v2 0/9] KVM: Hyper-V SynIC timers
2015-11-30 16:22 UTC (10+ messages)
` [PATCH v2 1/9] drivers/hv: replace enum hv_message_type by u32
` [PATCH v2 2/9] drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
` [PATCH v2 3/9] drivers/hv: Move struct hv_message into UAPI Hyper-V "
` [PATCH v2 4/9] drivers/hv: Move struct hv_timer_message_payload "
` [PATCH v2 5/9] kvm/x86: Rearrange func's declarations inside Hyper-V header
` [PATCH v2 6/9] kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
` [PATCH v2 7/9] kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
` [PATCH v2 8/9] kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
` [PATCH v2 9/9] kvm/x86: Hyper-V SynIC timers
[PATCH v2] vhost: replace % with & on data path
2015-11-30 16:17 UTC (3+ messages)
[PATCH] vhost: replace % with & on data path
2015-11-30 16:13 UTC (8+ messages)
[RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC
2015-11-30 16:07 UTC (10+ messages)
best way to create a snapshot of a running vm ?
2015-11-30 15:34 UTC (3+ messages)
[for-2.6 PATCH 0/3] target-i386: Use C struct for xsave area layout, offsets & sizes
2015-11-30 14:48 UTC (8+ messages)
` [for-2.6 PATCH 1/3] target-i386: Define structs for layout of xsave area
` [for-2.6 PATCH 2/3] target-i386: Use xsave structs for ext_save_area
` [for-2.6 PATCH 3/3] target-i386: kvm: Use X86XSaveArea struct for xsave save/load
[PATCH v5 0/2] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
2015-11-30 14:45 UTC (9+ messages)
` [PATCH v5 1/2] arm/arm64: KVM: Detect vGIC presence at runtime
` [PATCH v5 2/2] KVM: Make KVM_CAP_IRQFD dependent on KVM_CAP_IRQCHIP
[PATCH v8 0/5] implement vNVDIMM
2015-11-30 12:34 UTC (13+ messages)
` [PATCH v8 3/5] nvdimm acpi: build ACPI NFIT table
` [PATCH v8 4/5] nvdimm acpi: build ACPI nvdimm devices
[PATCH v1 0/7] KVM: Hyper-V SynIC timers
2015-11-30 12:17 UTC (24+ messages)
` [PATCH v1 1/7] drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
` [PATCH v1 2/7] drivers/hv: Move struct hv_message into UAPI Hyper-V "
` [PATCH v1 6/7] kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
` [PATCH v1 7/7] kvm/x86: Hyper-V SynIC timers
[PATCH RFC v2] virtio: skip avail/used index reads
2015-11-30 9:18 UTC
[PATCH RFC] virtio: skip avail/used index reads
2015-11-30 8:53 UTC
[PATCH kernel 0/9] KVM: PPC: Add in-kernel multitce handling
2015-11-30 5:09 UTC (4+ messages)
` [PATCH kernel 5/9] KVM: PPC: Account TCE-containing pages in locked_vm
[PATCH] vgaarb: fix signal handling in vga_get()
2015-11-30 2:17 UTC
[RFC] kvm - possible out of bounds
2015-11-29 22:05 UTC (3+ messages)
[PATCH v6 0/3] target-i386: save/restore vcpu's TSC rate during migration
2015-11-28 15:27 UTC (9+ messages)
` [PATCH v6 1/3] target-i386: fallback vcpu's TSC rate to value returned by KVM
` [PATCH v6 2/3] target-i386: reorganize TSC rate setting code
` [PATCH v6 3/3] target-i386: add support to migrate vcpu's TSC rate
[PATCH v1 0/5] KVM-UNIT-TESTS: Hyper-V SynIC timers test
2015-11-27 12:12 UTC (11+ messages)
` [PATCH v1 1/5] lib/x86: Added Hyper-V MSR's availability bits into msr.h
` [PATCH v1 2/5] lib/x86: Added HV_X64_MSR_TIME_REF_COUNT value "
` [PATCH v1 3/5] lib/x86: Added Hyper-V SynIC timers MSR's values
` [PATCH v1 4/5] lib/x86: Make free_page() available to call
` [PATCH v1 5/5] x86: Hyper-V SynIC timers test
[PATCH] kvmtool: virtio-net: fix VIRTIO_NET_F_MRG_RXBUF usage in rx thread
2015-11-26 14:51 UTC
[PATCH V4 0/3] KVM: x86: MMU: Clean up x86's mmu code for future work - part2
2015-11-26 14:31 UTC (5+ messages)
` [PATCH 1/3] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
` [PATCH 2/3] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
` [PATCH 3/3] KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
[PATCH] KVM: x86: Add lowest-priority support for vt-d posted-interrupts
2015-11-26 14:03 UTC (10+ messages)
Is KVM support single step execution
2015-11-26 8:33 UTC (3+ messages)
[PATCH V3 00/10] KVM: x86: MMU: Clean up x86's mmu code for future work
2015-11-26 2:36 UTC (5+ messages)
` [PATCH 09/10] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
[PATCH v2 0/9] KVM: PPC: Book3S HV: Optimize wakeup VCPU from H_IPI
2015-11-25 23:44 UTC (10+ messages)
` [PATCH v2 1/9] powerpc/smp: Support more IPI messages
` [PATCH v2 2/9] powerpc/smp: Add smp_muxed_ipi_set_message
` [PATCH v2 3/9] powerpc/powernv: Add icp_native_cause_ipi_rm
` [PATCH v2 4/9] KVM: PPC: Book3S HV: Host-side RM data structures
` [PATCH v2 5/9] KVM: PPC: Book3S HV: Manage core host state
` [PATCH v2 6/9] KVM: PPC: Book3S HV: kvmppc_host_rm_ops - handle offlining CPUs
` [PATCH v2 7/9] KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM
` [PATCH v2 8/9] KVM: PPC: Book3S HV: Send IPI to host core to wake VCPU
` [PATCH v2 9/9] KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection
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;
as well as URLs for NNTP newsgroup(s).