kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-07 06:56:04 to 2019-08-09 16:15:17 UTC [more...]

[RFC PATCH v6 00/92] VM introspection
 2019-08-09 16:00 UTC  (21+ messages)
` [RFC PATCH v6 01/92] kvm: introduce KVMI (VM introspection subsystem)
` [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 41/92] KVM: MMU: Enable Lazy mode SPPT setup
` [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 52/92] kvm: introspection: add KVMI_GET_CPUID
` [RFC PATCH v6 54/92] kvm: introspection: add KVMI_CONTROL_CR and KVMI_EVENT_CR
` [RFC PATCH v6 56/92] kvm: x86: block any attempt to disable MSR interception if tracked by introspection
` [RFC PATCH v6 58/92] kvm: introspection: add KVMI_GET_MTRR_TYPE
` [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 72/92] kvm: introspection: add memory map/unmap support on the guest side
` [RFC PATCH v6 76/92] kvm: x86: disable EPT A/D bits if introspection is present
` [RFC PATCH v6 82/92] kvm: x86: emulate movq r, xmm
` [RFC PATCH v6 85/92] kvm: x86: emulate lfence
` [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 v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-09 16:08 UTC  (16+ 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  (6+ messages)
` [PATCH 1/4] KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block
` [PATCH 2/4] KVM: arm64: Don't write junk to sysregs on reset
` [PATCH 3/4] KVM: arm: Don't write junk to CP15 registers "
` [PATCH 4/4] KVM: arm/arm64: vgic: Reevaluate level sensitive interrupts on enable

[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  (6+ messages)
` [PATCH v3 2/2] selftests: kvm: x86_64: "

[PATCH 0/9] arm64: Stolen time support
 2019-08-09 13:51 UTC  (15+ messages)
` [PATCH 1/9] KVM: arm64: Document PV-time interface
` [PATCH 6/9] KVM: arm64: Provide a PV_TIME device to user space
` [PATCH 9/9] arm64: Retrieve stolen time as paravirtualized guest

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-08-09 13:00 UTC  (8+ messages)
` [PATCH 47/59] KVM: arm64: nv: Propagate CNTVOFF_EL2 to the virtual EL1 timer

[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  (12+ messages)
` [PATCH v3 10/41] media/ivtv: convert put_page() to put_user_page*()
` [PATCH v3 11/41] media/v4l2-core/mm: "
` [PATCH v3 38/41] powerpc: "
  ` [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

[PATCH] KVM: LAPIC: Periodically revaluate appropriate lapic_timer_advance_ns
 2019-08-09 10:24 UTC  (2+ messages)

[PATCH v4 00/20] KVM RISC-V Support
 2019-08-09  9:26 UTC  (31+ messages)
` [PATCH v4 01/20] KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface
` [PATCH v4 02/20] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v4 03/20] RISC-V: Export few kernel symbols
` [PATCH v4 04/20] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v4 05/20] RISC-V: Add initial skeletal KVM support
` [PATCH v4 06/20] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v4 07/20] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v4 08/20] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v4 09/20] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v4 10/20] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v4 11/20] RISC-V: KVM: Handle WFI "
` [PATCH v4 12/20] RISC-V: KVM: Implement VMID allocator
` [PATCH v4 13/20] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v4 14/20] RISC-V: KVM: Implement MMU notifiers
` [PATCH v4 15/20] RISC-V: KVM: Add timer functionality
` [PATCH v4 16/20] RISC-V: KVM: FP lazy save/restore
` [PATCH v4 17/20] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v4 18/20] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v4 19/20] RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig
` [PATCH v4 20/20] RISC-V: KVM: Add MAINTAINERS entry

[PATCH] MAINTAINERS: change list for KVM/s390
 2019-08-09  9:04 UTC  (2+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-09  8:34 UTC  (13+ messages)

[PATCH 0/2] Simplify mtty driver and mdev core
 2019-08-09  8:07 UTC  (12+ messages)
` [PATCH v1 "
  ` [PATCH v1 2/2] vfio/mdev: Removed unused and redundant API for mdev UUID
` [PATCH v2 0/2] Simplify mtty driver and mdev core
  ` [PATCH v2 1/2] vfio-mdev/mtty: Simplify interrupt generation
  ` [PATCH v2 2/2] vfio/mdev: Removed unused and redundant API for mdev UUID

[PATCH] MAINTAINERS: add KVM x86 reviewers
 2019-08-09  7:48 UTC  (4+ messages)

[PATCH v2] selftests: kvm: Adding config fragments
 2019-08-09  7:35 UTC  (6+ messages)

[PATCH] KVM: arm/arm64: vgic: Reevaluate level sensitive interrupts on enable
 2019-08-09  7:08 UTC  (2+ messages)

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-09  5:48 UTC  (10+ messages)
` [PATCH V5 1/9] vhost: don't set uaddr for invalid address
` [PATCH V5 2/9] vhost: validate MMU notifier registration
` [PATCH V5 3/9] vhost: fix vhost map leak
` [PATCH V5 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V5 5/9] vhost: mark dirty pages during map uninit
` [PATCH V5 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V5 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V5 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V5 9/9] vhost: do not return -EAGAIN for non blocking invalidation too early

[PATCH V4 0/9] Fixes for metadata accelreation
 2019-08-09  5:35 UTC  (17+ messages)
` [PATCH V4 1/9] vhost: don't set uaddr for invalid address
` [PATCH V4 2/9] vhost: validate MMU notifier registration
` [PATCH V4 3/9] vhost: fix vhost map leak
` [PATCH V4 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V4 5/9] vhost: mark dirty pages during map uninit
` [PATCH V4 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V4 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V4 9/9] vhost: do not return -EAGAIN for non blocking invalidation too early

[PATCH v3 0/7] x86: KVM: svm: get rid of hardcoded instructions lengths
 2019-08-08 17:30 UTC  (8+ messages)
` [PATCH v3 1/7] x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() results in #GP
` [PATCH v3 2/7] x86: kvm: svm: propagate errors from skip_emulated_instruction()
` [PATCH v3 3/7] x86: KVM: clear interrupt shadow on EMULTYPE_SKIP
` [PATCH v3 4/7] x86: KVM: add xsetbv to the emulator
` [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 v4 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-08 15:11 UTC  (12+ messages)
` [PATCH v4 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v4 2/6] mm: Move set/get_pcppage_migratetype to mmzone.h
` [PATCH v4 3/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v4 4/6] mm: Introduce Reported pages
` [PATCH v4 5/6] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v4 6/6] virtio-balloon: Add support for providing unused page reports to host
` [PATCH v4 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v4 QEMU 2/3] virtio-balloon: Add bit to notify guest of unused page reporting
` [PATCH v4 QEMU 3/3] virtio-balloon: Provide a interface for "

[RFC][PATCH v11 0/2] mm: Support for page hinting
 2019-08-08 11:41 UTC  (8+ messages)
` [RFC][Patch v11 1/2] mm: page_hinting: core infrastructure

[PATCH RFC UNTESTED] vfio-ccw: indirect access to translated cps
 2019-08-08  8:43 UTC  (5+ messages)

Why are we using preemption timer on x86?
 2019-08-08  7:28 UTC  (3+ messages)

[PATCH] vhost: do not reference a file that does not exist
 2019-08-08  0:52 UTC 

[PATCH v2] selftests: kvm: Adding config fragments
 2019-08-07 16:25 UTC  (4+ messages)

[PATCHv2 00/59] Intel MKTME enabling
 2019-08-07 14:28 UTC  (4+ messages)
` [PATCHv2 47/59] kvm, x86, mmu: setup MKTME keyID to spte for given PFN

[PATCH v2 0/5] x86: KVM: svm: get rid of hardcoded instructions lengths
 2019-08-07 11:17 UTC  (7+ messages)
` [PATCH v2 2/5] x86: KVM: svm: avoid flooding logs when skip_emulated_instruction() fails
` [PATCH v2 5/5] x86: KVM: svm: remove hardcoded instruction length from intercepts

[PATCH V3 00/10] Fixes for metadata accelreation
 2019-08-07  7:05 UTC  (6+ messages)
` [PATCH V3 01/10] vhost: disable metadata prefetch optimization
` [PATCH V3 02/10] vhost: don't set uaddr for invalid address
` [PATCH V3 03/10] vhost: validate MMU notifier registration
` [PATCH V3 06/10] vhost: mark dirty pages during map uninit


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