kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-06 23:11:44 to 2018-12-11 15:23:51 UTC [more...]

kvm: RDTSCP on AMD
 2018-12-11 15:23 UTC  (13+ messages)

[PATCH v2 0/7] x86/kvm/hyper-v: Implement KVM_GET_SUPPORTED_HV_CPUID
 2018-12-11 15:10 UTC  (15+ messages)
` [PATCH v2 1/7] x86/hyper-v: Do some housekeeping in hyperv-tlfs.h
` [PATCH v2 2/7] x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition
` [PATCH v2 3/7] x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper
` [PATCH v2 4/7] x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID
` [PATCH v2 5/7] x86/kvm/hyper-v: Drop KVM_CAP_HYPERV_STIMER_DIRECT
` [PATCH v2 6/7] KVM: selftests: implement an unchecked version of vcpu_ioctl()
` [PATCH v2 7/7] KVM: selftests: Add hyperv_cpuid test

[PATCH v9 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-12-11 13:22 UTC  (10+ messages)
` [PATCH v9 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
` [PATCH v9 2/7] xen/pvh: Move PVH entry code out of Xen specific tree
` [PATCH v9 3/7] xen/pvh: Create a new file for Xen specific PVH code
` [PATCH v9 4/7] xen/pvh: Move Xen specific PVH VM initialization out of common file
` [PATCH v9 5/7] xen/pvh: Move Xen code for getting mem map via hcall "
` [PATCH v9 6/7] xen/pvh: Add memory map pointer to hvm_start_info struct
` [PATCH v9 7/7] KVM: x86: Allow Qemu/KVM to use PVH entry point

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2018-12-11 12:54 UTC  (57+ messages)
` [PATCH 01/52] fuse: add skeleton virtio_fs.ko module
` [PATCH 02/52] fuse: add probe/remove virtio driver
` [PATCH 03/52] fuse: rely on mutex_unlock() barrier instead of fput()
` [PATCH 04/52] fuse: extract fuse_fill_super_common()
` [PATCH 05/52] virtio_fs: get mount working
` [PATCH 06/52] fuse: export fuse_end_request()
` [PATCH 07/52] fuse: export fuse_len_args()
` [PATCH 08/52] fuse: add fuse_iqueue_ops callbacks
` [PATCH 09/52] fuse: process requests queues
` [PATCH 10/52] fuse: export fuse_get_unique()
` [PATCH 11/52] fuse: implement FUSE_FORGET for virtio-fs
` [PATCH 12/52] virtio_fs: Set up dax_device
` [PATCH 13/52] dax: remove block device dependencies
` [PATCH 14/52] fuse: add fuse_conn->dax_dev field
` [PATCH 15/52] fuse: map virtio_fs DAX window BAR
` [PATCH 16/52] virtio-fs: Add VIRTIO_PCI_CAP_SHARED_MEMORY_CFG and utility to find them
` [PATCH 17/52] virtio-fs: Retrieve shm capabilities for cache
` [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities
` [PATCH 19/52] virito-fs: Make dax optional
` [PATCH 20/52] Limit number of pages returned by direct_access()
` [PATCH 21/52] fuse: Introduce fuse_dax_mapping
` [PATCH 22/52] Create a list of free memory ranges
` [PATCH 23/52] fuse: simplify fuse_fill_super_common() calling
` [PATCH 24/52] fuse: Introduce setupmapping/removemapping commands
` [PATCH 25/52] Introduce interval tree basic data structures
` [PATCH 26/52] fuse: Implement basic DAX read/write support commands
` [PATCH 27/52] fuse: Maintain a list of busy elements
` [PATCH 28/52] Do fallocate() to grow file before mapping for file growing writes
` [PATCH 29/52] fuse: add DAX mmap support
` [PATCH 30/52] fuse: delete dentry if timeout is zero
` [PATCH 31/52] dax: Pass dax_dev to dax_writeback_mapping_range()
` [PATCH 32/52] fuse: Define dax address space operations
` [PATCH 33/52] fuse, dax: Take ->i_mmap_sem lock during dax page fault
` [PATCH 34/52] fuse: Add logic to free up a memory range
` [PATCH 35/52] fuse: Add logic to do direct reclaim of memory
` [PATCH 36/52] fuse: Kick worker when free memory drops below 20% of total ranges
` [PATCH 37/52] fuse: multiplex cached/direct_io/dax file operations
` [PATCH 38/52] Dispatch FORGET requests later instead of dropping them
` [PATCH 39/52] Release file in process context
` [PATCH 40/52] fuse: Do not block on inode lock while freeing memory range
` [PATCH 41/52] fuse: Reschedule dax free work if too many EAGAIN attempts
` [PATCH 42/52] fuse: Wait for memory ranges to become free
` [PATCH 43/52] fuse: Take inode lock for dax inode truncation
` [PATCH 44/52] fuse: Clear setuid bit even in direct I/O path
` [PATCH 45/52] virtio: Free fuse devices on umount
` [PATCH 46/52] virtio-fs: Retrieve shm capabilities for version table
` [PATCH 47/52] virtio-fs: Map using the values from the capabilities
` [PATCH 48/52] virtio-fs: pass version table pointer to fuse
` [PATCH 49/52] fuse: don't crash if version table is NULL
` [PATCH 50/52] fuse: add shared version support (virtio-fs only)
` [PATCH 51/52] fuse: shared version cleanups
` [PATCH 52/52] fuse: fix fuse_permission() for the default_permissions case

[PATCH] KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
 2018-12-11 12:23 UTC 

[PATCH] KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
 2018-12-11 11:51 UTC 

[PATCH net 0/4] Fix various issue of vhost
 2018-12-11  4:04 UTC  (12+ messages)
` [PATCH net 1/4] vhost: make sure used idx is seen before log in vhost_add_used_n()
` [PATCH net 2/4] vhost_net: rework on the lock ordering for busy polling
` [PATCH net 3/4] Revert "net: vhost: lock the vqs one by one"
` [PATCH net 4/4] vhost: log dirty page correctly

About QEMU BQL and dirty log switch in Migration
 2018-12-11  3:43 UTC 

[PATCH v11 00/13] Intel SGX1 support
 2018-12-10 23:12 UTC  (9+ messages)

[PATCH] x86/hyper-v: Stop caring about EOI for direct stimers
 2018-12-10 18:39 UTC  (2+ messages)

[PATCH] target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKED
 2018-12-10 16:50 UTC  (4+ messages)

[PATCH v2 0/4] x86/kvm/hyper-v: Implement Direct Mode for synthetic timers
 2018-12-10 14:53 UTC  (6+ messages)
` [PATCH v2 3/4] x86/kvm/hyper-v: direct mode "

[PATCH v5] x86: load FPU registers on return to userland
 2018-12-10 14:41 UTC  (7+ messages)
` [PATCH 08/29] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
` [PATCH 29/29] x86/fpu: Defer FPU state load until return to userspace

[PATCH v3 0/8] Workaround for Cortex-A76 erratum 1165522
 2018-12-10 12:40 UTC  (19+ messages)
` [PATCH v3 1/8] arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible
` [PATCH v3 2/8] KVM: arm64: Rework detection of SVE, !VHE systems
` [PATCH v3 3/8] arm64: KVM: Install stage-2 translation before enabling traps
` [PATCH v3 6/8] arm64: KVM: Add synchronization on translation regime change for erratum 1165522
` [PATCH v3 7/8] arm64: KVM: Handle ARM erratum 1165522 in TLB invalidation

[PATCH V2 0/8] KVM: PPC: Implement passthrough of emulated devices for nested guests
 2018-12-10  3:58 UTC  (9+ messages)
` [PATCH V2 1/8] KVM: PPC: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines
` [PATCH V2 2/8] KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
` [PATCH V2 3/8] KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
` [PATCH V2 4/8] KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
` [PATCH V2 5/8] KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants
` [PATCH V2 6/8] KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
` [PATCH V2 7/8] KVM: PPC: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2
` [PATCH V2 8/8] KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guest

[PATCH v3 0/5] migration: improve multithreads
 2018-12-10  3:23 UTC  (7+ messages)
` [PATCH v3 2/5] util: introduce threaded workqueue

[PATCH 0/6] x86/kvm/hyper-v: Implement KVM_GET_SUPPORTED_HV_CPUID
 2018-12-09 22:54 UTC  (7+ messages)
` [PATCH 1/6] x86/hyper-v: Do some housekeeping in hyperv-tlfs.h
` [PATCH 2/6] x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition
` [PATCH 4/6] x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID

[PATCH] vhost/vsock: fix reset orphans race with close timeout
 2018-12-09 14:28 UTC  (3+ messages)

[PULL] virtio/vhost: last minute fixes
 2018-12-07 21:53 UTC 

[PATCH v8 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-12-07 19:22 UTC  (22+ messages)
` [PATCH v8 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
            ` [Xen-devel] "
          ` [Xen-devel] [PATCH v8 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point

[PATCH 0/3] vfio-ccw: support hsch/csch (kernel part)
 2018-12-07 16:54 UTC  (15+ messages)

[PATCH] kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
 2018-12-07 16:48 UTC  (3+ messages)

[PATCH V7 0/10] KVM: X86: Introducing ROE Protection Kernel Hardening
 2018-12-07 16:23 UTC  (12+ messages)
` [PATCH 01/10] KVM: State whether memory should be freed in kvm_free_memslot
` [PATCH 02/10] KVM: X86: Add arbitrary data pointer in kvm memslot iterator functions
` [PATCH 03/10] KVM: X86: Add helper function to convert SPTE to GFN
` [PATCH 04/10] KVM: Document Memory ROE
` [PATCH 05/10] KVM: Create architecture independent ROE skeleton
` [PATCH 06/10] KVM: X86: Enable ROE for x86
` [PATCH 07/10] KVM: Add support for byte granular memory ROE
` [PATCH 08/10] KVM: X86: Port ROE_MPROTECT_CHUNK to x86
` [PATCH 09/10] KVM: Add new exit reason For ROE violations
` [PATCH 10/10] KVM: Log ROE violations in system log
` RESEND "

[PATCH v2 1/3] mm/mmu_notifier: use structure for invalidate_range_start/end callback
 2018-12-07 15:32 UTC  (3+ messages)

[PATCH 0/8] KVM: PPC: Implement passthrough of emulated devices for nested guests
 2018-12-07 11:42 UTC  (13+ messages)
` [PATCH] KVM: PPC: Book3S PR: Set hflag to indicate that POWER9 supports 1T segments
` [PATCH 1/8] KVM: PPC: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines
` [PATCH 2/8] KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
` [PATCH 3/8] KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
` [PATCH 4/8] KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
` [PATCH 5/8] KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants
` [PATCH 6/8] KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
` [PATCH 7/8] KVM: PPC: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2
` [PATCH 8/8] KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guest


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