kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-09 09:50:18 to 2019-08-13 05:25:00 UTC [more...]

[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] cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are available
 2019-08-13  0:55 UTC  (5+ messages)

[PATCH v6 0/8] Introduce support for Guest CET feature
 2019-08-13  0:06 UTC  (15+ 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 v5 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-12 22:49 UTC  (13+ 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 "

[RFC PATCH v6 00/92] VM introspection
 2019-08-12 21:40 UTC  (99+ 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 04/92] kvm: introspection: add the read/dispatch message function
` [RFC PATCH v6 05/92] kvm: introspection: add KVMI_GET_VERSION
` [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 39/92] KVM: VMX: Introduce SPP user-space IOCTLs
` [RFC PATCH v6 40/92] KVM: VMX: Handle SPP induced vmexit and page fault
` [RFC PATCH v6 41/92] KVM: MMU: Enable Lazy mode SPPT setup
` [RFC PATCH v6 42/92] KVM: MMU: Handle host memory remapping and reclaim
` [RFC PATCH v6 43/92] kvm: introspection: add KVMI_CONTROL_SPP
` [RFC PATCH v6 44/92] kvm: introspection: extend the internal database of tracked pages with write_bitmap info
` [RFC PATCH v6 45/92] kvm: introspection: add KVMI_GET_PAGE_WRITE_BITMAP
` [RFC PATCH v6 46/92] kvm: introspection: add KVMI_SET_PAGE_WRITE_BITMAP
` [RFC PATCH v6 47/92] kvm: introspection: add KVMI_READ_PHYSICAL and KVMI_WRITE_PHYSICAL
` [RFC PATCH v6 48/92] kvm: add kvm_vcpu_kick_and_wait()
` [RFC PATCH v6 49/92] kvm: introspection: add KVMI_PAUSE_VCPU and KVMI_EVENT_PAUSE_VCPU
` [RFC PATCH v6 50/92] kvm: introspection: add KVMI_GET_REGISTERS
` [RFC PATCH v6 51/92] kvm: introspection: add KVMI_SET_REGISTERS
` [RFC PATCH v6 52/92] kvm: introspection: add KVMI_GET_CPUID
` [RFC PATCH v6 53/92] kvm: introspection: add KVMI_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [RFC PATCH v6 54/92] kvm: introspection: add KVMI_CONTROL_CR and KVMI_EVENT_CR
` [RFC PATCH v6 55/92] kvm: introspection: add KVMI_CONTROL_MSR and KVMI_EVENT_MSR
` [RFC PATCH v6 56/92] kvm: x86: block any attempt to disable MSR interception if tracked by introspection
` [RFC PATCH v6 57/92] kvm: introspection: add KVMI_GET_XSAVE
` [RFC PATCH v6 58/92] kvm: introspection: add KVMI_GET_MTRR_TYPE
` [RFC PATCH v6 59/92] kvm: introspection: add KVMI_EVENT_XSETBV
` [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 63/92] kvm: introspection: add KVMI_EVENT_DESCRIPTOR
` [RFC PATCH v6 64/92] kvm: introspection: add single-stepping
` [RFC PATCH v6 65/92] kvm: introspection: add KVMI_EVENT_SINGLESTEP
` [RFC PATCH v6 66/92] kvm: introspection: add custom input when single-stepping a vCPU
` [RFC PATCH v6 67/92] kvm: introspection: use single stepping on unimplemented instructions
` [RFC PATCH v6 68/92] kvm: x86: emulate a guest page table walk on SPT violations due to A/D bit updates
` [RFC PATCH v6 69/92] kvm: x86: keep the page protected if tracked by the introspection tool
` [RFC PATCH v6 70/92] kvm: x86: filter out access rights only when "
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER
` [RFC PATCH v6 72/92] kvm: introspection: add memory map/unmap support on the guest side
` [RFC PATCH v6 73/92] kvm: introspection: use remote mapping
` [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 78/92] kvm: x86: add tracepoints for interrupt and exception injections
` [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 82/92] kvm: x86: emulate movq r, xmm
` [RFC PATCH v6 83/92] kvm: x86: emulate movd xmm, m32
` [RFC PATCH v6 84/92] kvm: x86: enable the half part of movss, movsd, movups
` [RFC PATCH v6 85/92] kvm: x86: emulate lfence
` [RFC PATCH v6 86/92] kvm: x86: emulate xorpd xmm2/m128, xmm1
` [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
` [RFC PATCH v6 90/92] kvm: x86: emulate lock cmpxchg8b atomically
` [RFC PATCH v6 91/92] kvm: x86: emulate lock cmpxchg16b m128
` [RFC PATCH v6 92/92] kvm: x86: fallback to the single-step on multipage CMPXCHG emulation

[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] s390: vfio-ap: remove unnecessary calls to disable queue interrupts
 2019-08-12 20:47 UTC 

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

[RFC][PATCH v12 0/2] mm: Support for page reporting
 2019-08-12 20:05 UTC  (10+ 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 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 V5 0/9] Fixes for vhost metadata acceleration
 2019-08-12 13:02 UTC  (6+ messages)

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

[PATCH 0/9] arm64: Stolen time support
 2019-08-12 10:39 UTC  (4+ messages)
` [PATCH 9/9] arm64: Retrieve stolen time as paravirtualized guest

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

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-09 16:08 UTC  (5+ messages)
` [PATCH v19 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v19 04/15] mm: untag user pointers passed to memory syscalls

[GIT PULL] KVM/arm updates for 5.3-rc4
 2019-08-09 15:47 UTC  (2+ messages)

[Bug 203979] New: kvm_spurious_fault in L1 when running a nested kvm instance on AMD i686-pae
 2019-08-09 15:43 UTC  (2+ messages)
` [Bug 203979] "

[PATCH v3 1/2] selftests: kvm: Adding config fragments
 2019-08-09 14:58 UTC  (5+ messages)

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-08-09 13:00 UTC  (6+ messages)

[Questions] Building kvm-kmod on 4.0+ or 5.0+ kernels
 2019-08-09 12:51 UTC 

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-09 12:20 UTC  (7+ messages)
` [PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()
  ` [PATCH v3 20/41] fbdev/pvr2fb: "

[PATCH kvm-unit-tests] x86: access: avoid undefined behavior
 2019-08-09 10:57 UTC 

[PATCH 0/3] KVM/Hyper-V: Add Hyper-V direct tlb flush support
 2019-08-09 10:44 UTC  (6+ messages)
` [PATCH 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page
` [PATCH 2/3] KVM/Hyper-V: Add new KVM cap KVM_CAP_HYPERV_DIRECT_TLBFLUSH
` [PATCH 3/3] KVM/Hyper-V/VMX: Add direct tlb flush support


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