kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-01 13:59:53 to 2017-08-04 01:23:34 UTC [more...]

[PATCH v2] KVM: nVMX: Fix attempting to emulate "Acknowledge interrupt on exit" when there is no interrupt which L1 requires to inject to L2
 2017-08-04  1:23 UTC  (7+ messages)

[PATCH v2 0/3] x86: SVM: add additional SVM NPF error and use HW GPA
 2017-08-04  0:30 UTC  (10+ messages)
` [PATCH v2 1/3] kvm: svm: Add support for additional SVM NPF error codes

[GIT PULL] VFIO fixes for v4.13-rc4
 2017-08-03 21:44 UTC 

[RFC]Add new mdev interface for QoS
 2017-08-03 21:11 UTC  (12+ messages)

[PATCH v13 0/5] Virtio-balloon Enhancement
 2017-08-03 21:02 UTC  (26+ messages)
` [PATCH v13 1/5] Introduce xbitmap
` [PATCH v13 2/5] xbitmap: add xb_find_next_bit() and xb_zero()
` [PATCH v13 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v13 4/5] mm: support reporting free page blocks
` [PATCH v13 5/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ

[PATCH v6 0/3] Expose VMFUNC to the nested hypervisor
 2017-08-03 19:55 UTC  (8+ messages)
` [PATCH v6 1/3] KVM: vmx: Enable VMFUNCs
` [PATCH v6 2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH 3/3] KVM: nVMX: Emulate EPTP switching "

[PATCH v7 0/3] Expose VMFUNC to the nested hypervisor
 2017-08-03 19:54 UTC  (4+ messages)
` [PATCH v7 1/3] KVM: vmx: Enable VMFUNCs
` [PATCH v7 2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH v7 3/3] KVM: nVMX: Emulate EPTP switching "

[PATCH v1 0/2] KVM: nVMX: remove nested_get_page()
 2017-08-03 19:42 UTC  (11+ messages)
` [PATCH v1 1/2] KVM: nVMX: get rid of nested_get_page()
` [PATCH v1 2/2] KVM: nVMX: get rid of nested_release_page*

[PATCH v2 0/2] KVM: nVMX: remove nested_get_page()
 2017-08-03 17:55 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: nVMX: get rid of nested_get_page()
` [PATCH v2 2/2] KVM: nVMX: get rid of nested_release_page*

[PATCH 0/4] KVM/ARM fixes for 4.13-rc4
 2017-08-03 17:44 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability
` [PATCH 2/4] KVM: arm/arm64: PMU: Fix overflow interrupt injection
` [PATCH 3/4] KVM: arm/arm64: Handle hva aging while destroying the vm
` [PATCH 4/4] KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg

[Bug 196161] New: Kernel freezes by starting a kvm vm
 2017-08-03 16:18 UTC  (2+ messages)
` [Bug 196161] Kernel freezes when using AVAST under nested virtualization

[PULL 3/8] mips: Improve segment defs for KVM T&E guests
 2017-08-03 14:45 UTC  (2+ messages)
` [PULL 4/8] mips: Add KVM T&E segment support for TCG

[PATCH kvm-unit-tests] arm64: timer: Use correct counter for !pending_before
 2017-08-03 13:09 UTC  (2+ messages)

[PATCH v4 00/10] make L2's kvm-clock stable, get rid of pvclock_gtod_copy in KVM
 2017-08-03 12:35 UTC  (19+ messages)
` [PATCH v4 01/10] timekeeper: introduce extended clocksource reading callback
` [PATCH v4 02/10] timekeeper: introduce boot field in system_time_snapshot
` [PATCH v4 03/10] timekeeper: use the extended reading function on snapshot acquiring
` [PATCH v4 04/10] tsc: implement the extended tsc reading function
` [PATCH v4 05/10] KVM: x86: switch to masterclock update using timekeeper functionality
` [PATCH v4 06/10] timekeeper: add clocksource change notifier
` [PATCH v4 07/10] KVM: x86: remove not used pvclock_gtod_copy
` [PATCH v4 08/10] pvclock: add parameters to store stamp data in pvclock reading function
` [PATCH v4 09/10] pvclock: add clocksource change notification on changing of tsc stable bit
` [PATCH v4 10/10] kvmclock: implement the extended reading function

[PATCH v3] KVM: nVMX: Fix attempting to emulate "Acknowledge interrupt on exit" when there is no interrupt which L1 requires to inject to L2
 2017-08-03 12:30 UTC  (4+ messages)

[PATCH RFC 0/2] KVM: x86: generalize guest cpuid helpers
 2017-08-03 11:53 UTC  (4+ messages)
` [PATCH RFC 1/2] KVM: x86: generalize guest_cpuid_has_ helpers
` [PATCH RFC 2/2] KVM: x86: use general helpers for some cpuid manipulation

[PATCH v2 kvmtool 00/10] Add PCI passthrough support with VFIO
 2017-08-03 11:24 UTC  (15+ messages)
` [PATCH v2 kvmtool 03/10] irq: add irqfd helpers
` [PATCH v2 kvmtool 06/10] Add PCI device passthrough using VFIO
` [PATCH v2 kvmtool 07/10] vfio-pci: add MSI-X support

[PATCH kvm-unit-tests] arm64: timer: Avoid IRQ race in timer test
 2017-08-03  6:24 UTC  (3+ messages)

[PATCH] KVM: svm: support single stepping over emulated instructions
 2017-08-03  5:30 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] powerpc/sprs: Test POWER9 specific registers
 2017-08-02 20:39 UTC  (2+ messages)

[PATCH 0/3] [RFC] KVM: Guest page hinting
 2017-08-02 20:37 UTC  (11+ messages)
` [PATCH 1/3] KVM: Support for guest "
` [PATCH 2/3] KVM: Guest page hinting functionality
` [PATCH 3/3] KVM: Adding tracepoints for guest page hinting

[PATCH 1/2] kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardown
 2017-08-02 20:37 UTC  (5+ messages)
` [PATCH 2/2] KVM: nVMX: mark vmcs12 pages dirty on L2 exit

[PATCH] KVM: nVMX: do not pin the VMCS12
 2017-08-02 20:36 UTC  (3+ messages)

[PATCH] KVM: X86: init irq->level in kvm_pv_kick_cpu_op
 2017-08-02 20:30 UTC  (3+ messages)

[PATCH] KVM: avoid using rcu_dereference_protected
 2017-08-02 20:16 UTC  (2+ messages)

x86: PIE support and option to extend KASLR randomization
 2017-08-02 18:05 UTC  (9+ messages)
` [RFC 16/22] x86/percpu: Adapt percpu for PIE support

[Bug 196567] New: Missing KVM kernel patch
 2017-08-02 16:51 UTC  (4+ messages)
` [Bug 196567] "

[PATCH] KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg
 2017-08-02 16:51 UTC  (2+ messages)

[PATCH] kvm: x86: reduce rtc 0x70 access vm-exit time
 2017-08-02 15:24 UTC  (2+ messages)

KVM call for 2017-08-15
 2017-08-02 14:48 UTC 

[RFC PATCH v2 0/1] VM introspection
 2017-08-02 14:17 UTC  (17+ messages)
` [RFC PATCH v2 1/1] kvm: Add documentation and ABI/API header for "

repost: af_packet vs virtio (was packed ring layout proposal v2)
 2017-08-02 13:50 UTC  (3+ messages)

[PATCH] kvm: x86: reduce rtc 0x70 access vm-exit time
 2017-08-02 10:06 UTC 

[PATCH] kvm: x86: reduce rtc 0x70 access vm-exit time
 2017-08-02  8:50 UTC 

[PATCH] KVM: nVMX: INVPCID support
 2017-08-02  8:50 UTC  (8+ messages)

[PATCH v2] KVM: X86: Fix loss of pending INIT due to race
 2017-08-02  7:44 UTC  (2+ messages)

[PATCH] target-i386 : reduce rtc 0x70 access vm-exit time
 2017-08-02 15:27 UTC 

[PATCH v4] FlexRM support in VFIO platform
 2017-08-02  5:38 UTC  (2+ messages)
  ` [PATCH v4] vfio: platform: reset: Add Broadcom FlexRM reset module

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-08-02  4:02 UTC  (3+ messages)
` [RFC Part1 PATCH v3 11/17] x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages

[PATCH] KVM: X86: Fix loss of pending INIT due to race
 2017-08-01 22:43 UTC  (3+ messages)

[PATCH v4] KVM: async_pf: make rcu irq exit if not triggered from idle task
 2017-08-01 20:42 UTC  (3+ messages)

[kvm:queue 12/16] arch/x86/kvm/vmx.c:8192:8-9: WARNING: return of 0/1 in function 'nested_vmx_reflect_vmexit' with return type bool
 2017-08-01 20:39 UTC  (3+ messages)
` [PATCH] KVM: nVMX: fix boolreturn.cocci warnings

[PATCH] x86/cpufeature, kvm/svm: Shorten virtualized VMLOAD/VMSAVE flag
 2017-08-01 18:55 UTC  (3+ messages)
  ` [PATCH] x86/cpufeature, kvm/svm: Shorten virtualized VMSAVE/VMLOAD flag

Support SVM without PASID
 2017-08-01 18:40 UTC  (10+ messages)

[PATCH v5 0/3] Expose VMFUNC to the nested hypervisor
 2017-08-01 18:30 UTC  (8+ messages)
` [PATCH v5 3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor

[PATCH v3 0/6] make L2's kvm-clock stable, get rid of pvclock_gtod
 2017-08-01 17:47 UTC  (9+ messages)
` [PATCH v3 2/6] KVM: x86: switch to masterclock update using timekeeper functionality

[RFC PATCH v2 00/19] KVM: arm/arm64: Optimize arch timer register handling
 2017-08-01 16:57 UTC  (8+ messages)
` [RFC PATCH v2 06/19] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [RFC PATCH v2 11/19] genirq: Document vcpu_info usage for per-CPU interrupts

[RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM
 2017-08-01 14:58 UTC  (13+ messages)
` [RFC PATCH v2 04/38] KVM: arm/arm64: Check if nested virtualization is in use
` [RFC PATCH v2 08/38] KVM: arm64: Add EL2 special registers to vcpu context
` [RFC PATCH v2 20/38] KVM: arm64: Handle eret instruction traps


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