kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-27 14:30:10 to 2016-11-01 03:44:53 UTC [more...]

[PATCH v10 00/19] Add Mediated device support
 2016-11-01  3:44 UTC  (26+ messages)
` [PATCH v10 01/19] vfio: Mediated device Core driver
` [PATCH v10 07/19] vfio iommu type1: Update argument of vaddr_get_pfn()
` [PATCH v10 09/19] vfio iommu type1: Add support for mediated devices
` [PATCH v10 10/19] vfio iommu: Add blocking notifier to notify DMA_UNMAP
` [PATCH v10 18/19] docs: Sysfs ABI for mediated device framework

[PATCH] KVM:x86: avoid VMCS access from non-vCPU context
 2016-10-31 23:31 UTC  (2+ messages)

[PATCH v8 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-11-01  1:37 UTC  (8+ messages)
` [PATCH v8 1/7] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
` [PATCH v8 2/7] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
` [PATCH v8 3/7] x86/arch_prctl: Add do_arch_prctl_common
` [PATCH v8 4/7] x86/syscalls/32: Wire up arch_prctl on x86-32
` [PATCH v8 5/7] x86/cpufeature: Detect CPUID faulting support
` [PATCH v8 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v8 7/7] KVM: x86: virtualize cpuid faulting

[PULL] virtio: tests, cleanups and fixes
 2016-11-01  0:11 UTC 

[PATCH v2] KVM: arm/arm64: vgic: Prevent access to invalid SPIs
 2016-11-01  0:02 UTC  (2+ messages)

[PATCH 0/8] x86/fpu: Remove CR0.TS support
 2016-10-31 23:48 UTC  (13+ messages)
` [PATCH 1/8] fpu/init: Get rid of two redundant clts() calls
` [PATCH 2/8] fpu/bugs: Stop saving and restoring CR0.TS in fpu__init_check_bugs()
` [PATCH 3/8] x86/fpu: Remove irq_ts_save() and irq_ts_restore()
` [PATCH 4/8] x86/kvm: Remove host CR0.TS manipulation
` [PATCH 5/8] lguest: Remove CR0.TS support
` [PATCH 6/8] x86/fpu: #NM without FPU emulation is an error
` [PATCH 7/8] x86/fpu: Remove stts()
` [PATCH 8/8] x86/fpu: Remove clts()

[PATCH V4 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-10-31 22:36 UTC  (4+ messages)
` [PATCH V4 10/10] arm64: KVM: add guest SEA support

[GIT PULL] VFIO fixes for v4.9-rc4
 2016-10-31 20:29 UTC 

[PATCH 0/2] mm: remove get_user_pages_locked()
 2016-10-31 19:28 UTC  (7+ messages)
` [PATCH 1/2] mm: add locked parameter to get_user_pages()
` [PATCH 2/2] mm: remove get_user_pages_locked()

[kvm-unit-tests PATCH 0/4] x86: enable malloc and friends
 2016-10-31 18:51 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/4] lib/alloc: improve robustness
` [kvm-unit-tests PATCH 2/4] x86: lib/alloc: move heap management to common code
` [kvm-unit-tests PATCH 3/4] lib/alloc: return a zeroed page from alloc_page
` [kvm-unit-tests PATCH 4/4] lib/x86/vm: enable malloc and friends

[kvm-unit-tests PATCH] x86/kvmclock_test: fix i386 compilation
 2016-10-31 18:45 UTC 

49541107 kvm
 2016-10-31 14:02 UTC 

[PATCH] x86/cpuid: expose AVX512_4VNNIW and AVX512_4FMAPS features to kvm guest
 2016-10-31 11:41 UTC  (22+ messages)

[PATCH v2] x86/cpuid: expose AVX512_4VNNIW and AVX512_4FMAPS features to kvm guest
 2016-10-31  8:36 UTC 

[v3 0/5] plumb kvm/vfio to allow getting kvm from vfio_group
 2016-10-31  8:33 UTC  (13+ messages)
` [v3 1/5] vfio: Rearrange functions to get vfio_group from dev
` [v3 2/5] vfio: export functions to get vfio_group from device and put it
` [v3 3/5] KVM: move kvm_get_kvm to kvm_host.h
` [v3 4/5] vfio: implement APIs to set/put kvm to/from vfio group
` [v3 5/5] KVM: set/clear kvm to/from vfio group during add/delete

SR-PCIM support in KVM
 2016-10-31  8:09 UTC  (4+ messages)

[Qemu-devel] [PATCH v4] vfio: Add support for mmapping sub-page MMIO BARs
 2016-10-31  5:21 UTC 

[PATCH v3] vfio: Add support for mmapping sub-page MMIO BARs
 2016-10-31  3:22 UTC  (3+ messages)
` [Qemu-devel] "

[v2 0/5] plumb kvm/vfio to allow getting kvm from vfio_group
 2016-10-31  2:12 UTC  (11+ messages)
` [v2 1/5] vfio: Rearrange functions to get vfio_group from dev
` [v2 2/5] vfio: export functions to get vfio_group from device and put it
` [v2 3/5] KVM: move kvm_{get|put}_kvm to kvm_host.h
` [v2 4/5] vfio: implement APIs to set/put kvm to/from vfio group
` [v2 5/5] KVM: set/clear kvm to/from vfio group during add/delete

[PATCH v6 0/2] x86/apic: x2apic write eoi msr notrace
 2016-10-31  1:41 UTC  (8+ messages)
` [PATCH v6 1/2] x86/msr: Add write "
` [PATCH v6 2/2] x86/apic: x2apic write eoi "

[PATCH v7 0/2] x86/apic: x2apic write eoi msr notrace
 2016-10-31  1:37 UTC  (3+ messages)
` [PATCH v7 1/2] x86/msr: Add write "
` [PATCH v7 2/2] x86/apic: x2apic write eoi "

I NEED YOUR URGENT RESPOND,
 2016-10-31  1:09 UTC 

[PATCH qemu v3 0/6] Fast (de)inflating & fast live migration
 2016-10-30 22:05 UTC  (2+ messages)

[PATCH v6 00/11] implement vcpu preempted check
 2016-10-30 14:39 UTC  (19+ messages)
` [PATCH v6 01/11] kernel/sched: introduce vcpu preempted check interface
` [PATCH v6 02/11] locking/osq: Drop the overload of osq_lock()
` [PATCH v6 03/11] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v6 04/11] powerpc/spinlock: support vcpu preempted check
` [PATCH v6 05/11] s390/spinlock: Provide vcpu_is_preempted
` [PATCH v6 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
` [PATCH v6 07/11] KVM: Introduce kvm_write_guest_offset_cached
` [PATCH v6 08/11] x86, kvm/x86.c: support vcpu preempted check
` [PATCH v6 09/11] x86, kernel/kvm.c: "
` [PATCH v6 10/11] x86, xen: "
  ` [Xen-devel] "
` [PATCH v6 11/11] Documentation: virtual: kvm: Support "
` [Xen-devel] [PATCH v6 00/11] implement "

[RFC 1/2] linux-headers: update
 2016-10-29 21:10 UTC  (2+ messages)
` [RFC 2/2] ARM: KVM: Enable in-kernel timers with user space gic

[PATCH 0/3] Support userspace irqchip with arch timers
 2016-10-29 18:55 UTC  (11+ messages)

[PATCH] KVM: arm/arm64: vgic: Prevent VGIC_ADDR_TO_INTID from emiting divisions
 2016-10-29 11:19 UTC 

[PATCH 1/2] KVM: page track: add a new notifier type: track_flush_slot
 2016-10-29  4:07 UTC  (22+ messages)
        ` [Qemu-devel] "

[PATCH 0/5] KVM: x86: cleanup and minimal speedup for APICv
 2016-10-28 22:04 UTC  (9+ messages)
` [PATCH 1/5] KVM: x86: avoid atomic operations on APICv vmentry

Nested VMX and APIC access pages
 2016-10-28 19:51 UTC 

[PATCH v3 0/4] nvdimm: hotplug support
 2016-10-28 16:35 UTC  (5+ messages)
` [PATCH v3 1/4] nvdimm acpi: prebuild nvdimm devices for available slots
` [PATCH v3 2/4] nvdimm acpi: introduce fit buffer
` [PATCH v3 3/4] nvdimm acpi: introduce _FIT
` [PATCH v3 4/4] pc: memhp: enable nvdimm device hotplug

[PATCH 0/8] nvdimm acpi: bug fix and cleanup
 2016-10-28 16:11 UTC  (9+ messages)
` [PATCH 1/8] acpi nvdimm: fix wrong buffer size returned by DSM method
` [PATCH 2/8] acpi nvdimm: fix device physical address base
` [PATCH 3/8] acpi nvdimm: fix OperationRegion definition
` [PATCH 4/8] acpi nvdimm: fix ARG3 conflict
` [PATCH 5/8] acpi nvdimm: fix Arg6 usage
` [PATCH 6/8] nvdimm acpi: compile nvdimm acpi code arch-independently
` [PATCH 7/8] acpi nvdimm: rename result_size to dsm_out_buf_siz
` [PATCH 8/8] nvdimm acpi: use common macros instead of magic names

[PATCH] kvm: nVMX: Track active shadow VMCSs
 2016-10-28 15:29 UTC  (2+ messages)
` [PATCH v2] kvm: nVMX: VMCLEAR an active shadow VMCS after last use

[Bug 185291] New: {{{{{ A STAR }}}} Quickbooks enterprise Technical SuPPort Phone NumBER=&&==1 800 969 1649<<>>Quickbooks enterprise Support Phone Number=$$=Quickbooks Himalaya 1-800 -969-1649>>??>>> ""quickbooks tech support phone number"" {quickbooks tech support number}
 2016-10-28 14:12 UTC 

[PATCH] KVM: arm/arm64: vgic: Prevent access to invalid SPIs
 2016-10-28 10:28 UTC 

[PATCH v2] arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a single CPU
 2016-10-28 10:27 UTC 

[PATCH] kvm/x86: Show WRMSR data is in hex
 2016-10-28  9:32 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Kick VCPUs when queueing already pending IRQs
 2016-10-28  8:35 UTC  (2+ messages)

Did You Get My Message This Time?
 2016-10-28  4:15 UTC 

[PATCH v2 0/2] VMX: cleanups and nested support improvements
 2016-10-28  4:00 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: VMX: clean up declaration of VPID/EPT invalidation types
` [PATCH v2 2/2] KVM: nVMX: invvpid handling improvements

[PATCH 0/2] KVM: x86: emulate fxsave and fxrstor
 2016-10-28  3:29 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH v9 00/12] Add Mediated device support
 2016-10-28  2:18 UTC  (7+ messages)
` [PATCH v9 04/12] vfio iommu: Add support for mediated devices
  ` [Qemu-devel] "

[PATCH v2 0/2] mm: unexport __get_user_pages_unlocked()
 2016-10-27 20:34 UTC  (3+ messages)
` [PATCH v2 1/2] mm: add locked parameter to get_user_pages_remote()
` [PATCH v2 2/2] mm: unexport __get_user_pages_unlocked()

[RESEND PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-10-27 18:29 UTC  (3+ messages)
` [RESEND PATCH v3 kernel 6/7] virtio-balloon: define feature bit and head for misc virt queue

[GIT PULL 0/1] KVM: s390: Fix for 4.9 (via kvm/master)
 2016-10-27  8:07 UTC 

[PATCH] x86: apic: add APIC Timer periodic/oneshot mode latency test
 2016-10-27  8:51 UTC  (5+ messages)

[PATCH v5 23/33] *_run_on_cpu: introduce run_on_cpu_data type
 2016-10-27 15:10 UTC 


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