kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-09 16:16:00 to 2019-08-13 13:54:22 UTC [more...]

[PATCH v4 0/7] x86: KVM: svm: get rid of hardcoded instructions lengths
 2019-08-13 13:53 UTC  (8+ messages)
` [PATCH v4 1/7] x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() results in #GP
` [PATCH v4 2/7] x86: kvm: svm: propagate errors from skip_emulated_instruction()
` [PATCH v4 3/7] x86: KVM: clear interrupt shadow on EMULTYPE_SKIP
` [PATCH v4 4/7] x86: KVM: add xsetbv to the emulator
` [PATCH v4 5/7] x86: KVM: svm: remove hardcoded instruction length from intercepts
` [PATCH v4 6/7] x86: KVM: svm: eliminate weird goto from vmrun_interception()
` [PATCH v4 7/7] x86: KVM: svm: eliminate hardcoded RIP advancement "

[PATCH] s390: vfio-ap: remove unnecessary calls to disable queue interrupts
 2019-08-13 13:23 UTC  (3+ messages)

[PATCH] KVM: nVMX: Check that HLT activity state is supported
 2019-08-13 13:13 UTC 

[PATCHv2 00/59] Intel MKTME enabling
 2019-08-13 13:07 UTC  (9+ messages)
` [PATCHv2 25/59] keys/mktme: Preparse the MKTME key payload
` [PATCHv2 57/59] x86/mktme: Document the MKTME Key Service API

[PATCH 0/3] Reduce the number of Valgrind reports in unit tests
 2019-08-13 12:19 UTC  (6+ messages)
` [PATCH 1/3] test-throttle: Fix uninitialized use of burst_length

[PATCH v2 0/3] powerpc/xive: Fix race condition leading to host crashes and hangs
 2019-08-13 12:18 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE device
` [PATCH v2 1/3] KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts
` [PATCH v2 3/3] powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown race

[RFC PATCH v6 00/92] VM introspection
 2019-08-13 12:09 UTC  (86+ messages)
` [RFC PATCH v6 01/92] kvm: introduce KVMI (VM introspection subsystem)
` [RFC PATCH v6 02/92] kvm: introspection: add basic ioctls (hook/unhook)
` [RFC PATCH v6 03/92] kvm: introspection: add permission access ioctls
` [RFC PATCH v6 06/92] kvm: introspection: add KVMI_CONTROL_CMD_RESPONSE
` [RFC PATCH v6 07/92] kvm: introspection: honor the reply option when handling the KVMI_GET_VERSION command
` [RFC PATCH v6 08/92] kvm: introspection: add KVMI_CHECK_COMMAND and KVMI_CHECK_EVENT
` [RFC PATCH v6 09/92] kvm: introspection: add KVMI_GET_GUEST_INFO
` [RFC PATCH v6 10/92] kvm: introspection: add KVMI_CONTROL_VM_EVENTS
` [RFC PATCH v6 11/92] kvm: introspection: add vCPU related data
` [RFC PATCH v6 12/92] kvm: introspection: add a jobs list to every introspected vCPU
` [RFC PATCH v6 13/92] kvm: introspection: make the vCPU wait even when its jobs list is empty
` [RFC PATCH v6 14/92] kvm: introspection: handle introspection commands before returning to guest
` [RFC PATCH v6 15/92] kvm: introspection: handle vCPU related introspection commands
` [RFC PATCH v6 16/92] kvm: introspection: handle events and event replies
` [RFC PATCH v6 17/92] kvm: introspection: introduce event actions
` [RFC PATCH v6 18/92] kvm: introspection: add KVMI_EVENT_UNHOOK
` [RFC PATCH v6 19/92] kvm: introspection: add KVMI_EVENT_CREATE_VCPU
` [RFC PATCH v6 20/92] kvm: introspection: add KVMI_GET_VCPU_INFO
` [RFC PATCH v6 21/92] kvm: page track: add track_create_slot() callback
` [RFC PATCH v6 22/92] kvm: x86: provide all page tracking hooks with the guest virtual address
` [RFC PATCH v6 23/92] kvm: page track: add support for preread, prewrite and preexec
` [RFC PATCH v6 24/92] kvm: x86: wire in the preread/prewrite/preexec page trackers
` [RFC PATCH v6 25/92] kvm: x86: intercept the write access on sidt and other emulated instructions
` [RFC PATCH v6 26/92] kvm: x86: add kvm_mmu_nested_pagefault()
` [RFC PATCH v6 27/92] kvm: introspection: use page track
` [RFC PATCH v6 28/92] kvm: x86: consult the page tracking from kvm_mmu_get_page() and __direct_map()
` [RFC PATCH v6 29/92] kvm: introspection: add KVMI_CONTROL_EVENTS
` [RFC PATCH v6 30/92] kvm: x86: add kvm_spt_fault()
` [RFC PATCH v6 31/92] kvm: introspection: add KVMI_EVENT_PF
` [RFC PATCH v6 32/92] kvm: introspection: add KVMI_GET_PAGE_ACCESS
` [RFC PATCH v6 33/92] kvm: introspection: add KVMI_SET_PAGE_ACCESS
` [RFC PATCH v6 34/92] Documentation: Introduce EPT based Subpage Protection
` [RFC PATCH v6 35/92] KVM: VMX: Add control flags for SPP enabling
` [RFC PATCH v6 36/92] KVM: VMX: Implement functions for SPPT paging setup
` [RFC PATCH v6 37/92] KVM: VMX: Introduce SPP access bitmap and operation functions
` [RFC PATCH v6 38/92] KVM: VMX: Add init/set/get functions for SPP
` [RFC PATCH v6 40/92] KVM: VMX: Handle SPP induced vmexit and page fault
` [RFC PATCH v6 43/92] kvm: introspection: add KVMI_CONTROL_SPP
` [RFC PATCH v6 45/92] kvm: introspection: add KVMI_GET_PAGE_WRITE_BITMAP
` [RFC PATCH v6 48/92] kvm: add kvm_vcpu_kick_and_wait()
` [RFC PATCH v6 53/92] kvm: introspection: add KVMI_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [RFC PATCH v6 55/92] kvm: introspection: add KVMI_CONTROL_MSR and KVMI_EVENT_MSR
` [RFC PATCH v6 57/92] kvm: introspection: add KVMI_GET_XSAVE
` [RFC PATCH v6 60/92] kvm: x86: add kvm_arch_vcpu_set_guest_debug()
` [RFC PATCH v6 61/92] kvm: introspection: add KVMI_EVENT_BREAKPOINT
` [RFC PATCH v6 62/92] kvm: introspection: add KVMI_EVENT_HYPERCALL
` [RFC PATCH v6 64/92] kvm: introspection: add single-stepping
` [RFC PATCH v6 70/92] kvm: x86: filter out access rights only when tracked by the introspection tool
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER
` [RFC PATCH v6 74/92] kvm: x86: do not unconditionally patch the hypercall instruction during emulation
` [RFC PATCH v6 75/92] kvm: x86: disable gpa_available optimization in emulator_read_write_onepage()
` [RFC PATCH v6 76/92] kvm: x86: disable EPT A/D bits if introspection is present
` [RFC PATCH v6 77/92] kvm: introspection: add trace functions
` [RFC PATCH v6 79/92] kvm: x86: emulate movsd xmm, m64
` [RFC PATCH v6 80/92] kvm: x86: emulate movss xmm, m32
` [RFC PATCH v6 81/92] kvm: x86: emulate movq xmm, m64
` [RFC PATCH v6 84/92] kvm: x86: enable the half part of movss, movsd, movups
` [RFC PATCH v6 87/92] kvm: x86: emulate xorps xmm/m128, xmm
` [RFC PATCH v6 88/92] kvm: x86: emulate fst/fstp m64fp
` [RFC PATCH v6 89/92] kvm: x86: make lock cmpxchg r, r/m atomic

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-13 11:57 UTC  (9+ messages)

[RFC][PATCH v12 0/2] mm: Support for page reporting
 2019-08-13 10:44 UTC  (14+ messages)
` [RFC][Patch v12 1/2] mm: page_reporting: core infrastructure
` [RFC][Patch v12 2/2] virtio-balloon: interface to support free page reporting
` [QEMU Patch 1/2] virtio-balloon: adding bit for page reporting support
  ` [QEMU Patch 2/2] virtio-balloon: support for handling page reporting

[PATCH v5 0/7] s390: vfio-ap: dynamic configuration support
 2019-08-13 10:34 UTC  (5+ messages)
` [PATCH v5 6/7] s390: vfio-ap: add logging to vfio_ap driver

[PATCH v5 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-13  8:39 UTC  (16+ messages)
` [PATCH v5 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v5 2/6] mm: Move set/get_pcppage_migratetype to mmzone.h
` [PATCH v5 3/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v5 4/6] mm: Introduce Reported pages
` [PATCH v5 5/6] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v5 6/6] virtio-balloon: Add support for providing unused page reports to host
` [PATCH v5 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v5 QEMU 2/3] virtio-balloon: Add bit to notify guest of unused page reporting
` [PATCH v5 QEMU 3/3] virtio-balloon: Provide a interface for "

Can we boot a 512U kvm guest?
 2019-08-13  8:50 UTC 

[PATCH] cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are available
 2019-08-13  7:55 UTC  (6+ messages)

[PATCH 0/9] arm64: Stolen time support
 2019-08-13  6:06 UTC  (5+ messages)
` [PATCH 9/9] arm64: Retrieve stolen time as paravirtualized guest

[PATCH v6 0/8] Introduce support for Guest CET feature
 2019-08-13  6:11 UTC  (22+ messages)
` [PATCH v6 2/8] KVM: x86: Add a helper function for CPUID(0xD,n>=1) enumeration
` [PATCH v6 3/8] KVM: x86: Implement CET CPUID enumeration for Guest
` [PATCH v6 4/8] KVM: VMX: Pass through CET related MSRs to Guest
` [PATCH v6 5/8] KVM: VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [PATCH v6 7/8] KVM: x86: Load Guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v6 8/8] KVM: x86: Add user-space access interface for CET MSRs

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-13  5:23 UTC  (3+ messages)
` [PATCH v2 15/34] staging/vc04_services: convert put_page() to put_user_page*()

[PATCH 0/2] powerpc/xive: Fix race condition leading to host crashes and hangs
 2019-08-13  4:59 UTC  (6+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts
` [PATCH 2/2] powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown race

[PATCH] kvm-unit-test: nVMX: Fix 95d6d2c32288 ("nVMX: Test Host Segment Registers and Descriptor Tables on vmentry of nested guests")
 2019-08-12 21:11 UTC 

[PATCH 0/7] Add definition for the number of standard PCI BARs
 2019-08-12 21:00 UTC  (9+ messages)
` [PATCH 1/7] PCI: Add define "
` [PATCH 7/7] vfio_pci: Use PCI_STD_NUM_BARS in loops instead of PCI_STD_RESOURCE_END

[PATCH] vhost: do not reference a file that does not exist
 2019-08-12 20:55 UTC  (3+ messages)

[PATCH v4 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-12 16:09 UTC  (7+ messages)
` [PATCH v4 6/6] virtio-balloon: Add support for providing unused page reports to host

[PATCH 0/2] Simplify mtty driver and mdev core
 2019-08-12 11:35 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] KVM: LAPIC: Periodically revaluate appropriate lapic_timer_advance_ns
 2019-08-12  9:06 UTC  (3+ messages)

[PATCH V4 0/9] Fixes for metadata accelreation
 2019-08-10 19:12 UTC  (6+ messages)
` [PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
        ` [PATCH V5 0/9] Fixes for vhost metadata acceleration

[PATCH] KVM/nSVM: properly map nested VMCB
 2019-08-10 18:35 UTC  (3+ messages)
  `  "

[GIT PULL] KVM fixes for Linux 5.3-rc4
 2019-08-09 22:50 UTC  (2+ messages)

[PATCH 0/2] KVM: nVMX: Check Host Address Space Size on vmentry of nested guests
 2019-08-09 19:26 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] kvm-unit-test: "

[PATCH v3 0/7] x86: KVM: svm: get rid of hardcoded instructions lengths
 2019-08-09 18:55 UTC  (9+ messages)
` [PATCH v3 2/7] x86: kvm: svm: propagate errors from skip_emulated_instruction()
` [PATCH v3 5/7] x86: KVM: svm: remove hardcoded instruction length from intercepts
` [PATCH v3 6/7] x86: KVM: svm: eliminate weird goto from vmrun_interception()
` [PATCH v3 7/7] x86: KVM: svm: eliminate hardcoded RIP advancement "

[PATCH] MAINTAINERS: add KVM x86 reviewers
 2019-08-09 16:39 UTC  (3+ messages)


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