public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-08 19:28:12 to 2018-10-16 16:50:01 UTC [more...]

[PATCH v6 00/13] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-10-16 16:50 UTC  (4+ messages)
` [PATCH v6 01/13] KVM: hyperv: define VP assist page helpers
` [PATCH v6 02/13] KVM: VMX: refactor evmcs_sanitize_exec_ctrls()
` [PATCH v6 03/13] KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability

[PATCH 0/4] migration: improve multithreads
 2018-10-16 16:40 UTC  (6+ messages)
` [PATCH 1/4] ptr_ring: port ptr_ring from linux kernel to QEMU
` [PATCH 2/4] migration: introduce lockless multithreads model
` [PATCH 3/4] migration: use lockless Multithread model for compression
` [PATCH 4/4] migration: use lockless Multithread model for decompression

[PATCH v5 00/12] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-10-16 13:59 UTC  (4+ messages)
` [PATCH v5 09/12] x86/kvm/nVMX: allow bare VMXON state migration

[PATCH net-next V2 0/8] Packed virtqueue support for vhost
 2018-10-16 13:58 UTC  (9+ messages)
` [PATCH net-next V2 6/8] vhost: packed ring support

[PATCH v2] kvm:x86 :remove unnecessary recalculate_apic_map
 2018-10-16 12:49 UTC  (2+ messages)

[PATCH v4 4.4 1/4] KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch
 2018-10-16  7:00 UTC  (2+ messages)
` [PATCH v4 4.4 2/4] x86/fpu: Remove use_eager_fpu()

[PATCH v3 0/8] vfio/mdev: IOMMU aware mediated device
 2018-10-16  1:21 UTC  (13+ messages)
  ` [PATCH v3 1/8] iommu: Add APIs for multiple domains per device
` [PATCH v3 2/8] iommu/vt-d: Add multiple domains per device query
` [PATCH v3 3/8] iommu/vt-d: Enable/disable multiple domains per device
` [PATCH v3 4/8] iommu/vt-d: Attach/detach domains in auxiliary mode
` [PATCH v3 5/8] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v3 6/8] vfio/mdev: Add iommu place holders in mdev_device
` [PATCH v3 7/8] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v3 8/8] vfio/type1: Handle different mdev isolation type

[QEMU PATCH v2 0/2]: KVM: i386: Add support for save and restore nested state
 2018-10-15 18:10 UTC  (3+ messages)

[PATCH] kvm/x86 : avoid shifting signed 32-bit value by 31 bits
 2018-10-15 17:30 UTC  (6+ messages)

[PATCH V5 0/3] introduce coalesced pio support
 2018-10-15 17:22 UTC  (5+ messages)
` [PATCH V5 1/3] kvm/x86 : add "
` [PATCH V5 2/3] kvm/x86 : add document for coalesced mmio
` [PATCH V5 3/3] kvm/x86 : add document for coalesced pio

[PATCH] KVM: x86: fix failure of injecting exceptionsinx86_emulate_instruction
 2018-10-15 17:13 UTC 

[PATCH] kvm/x86 : fix some typo
 2018-10-15 17:12 UTC  (2+ messages)

[PATCH 00/11 v3] x86: load FPU registers on return to userland
 2018-10-15 15:24 UTC  (29+ messages)
` [PATCH 01/11] x86/entry: remove _TIF_ALLWORK_MASK
` [PATCH 03/11] x86/fpu: make __raw_xsave_addr() use feature number instead of mask
` [PATCH 04/11] x86/fpu: eager switch PKRU state
` [PATCH 05/11] x86/fpu: set PKRU state for kernel threads
` [PATCH 06/11] x86/pkeys: make init_pkru_value static
` [PATCH 07/11] x86/pkeys: Drop the preempt-disable section
` [PATCH 08/11] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 10/11] x86/fpu: prepare copy_fpstate_to_sigframe for TIF_LOAD_FPU
` [PATCH 11/11] x86/fpu: defer FPU state load until return to userspace

[PATCH] s390/cio: make vfio_ccw_io_region static
 2018-10-15 13:39 UTC  (2+ messages)

[PATCH V4 00/15] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-10-15 13:08 UTC  (33+ messages)
` [PATCH V4 1/15] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
` [PATCH V4 2/15] KVM/MMU: Add tlb flush with range helper function
` [PATCH V4 3/15] KVM: Replace old tlb flush function with new one to flush a specified range
` [PATCH V4 4/15] KVM: Make kvm_set_spte_hva() return int
` [PATCH V4 5/15] KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
` [PATCH V4 6/15] KVM/MMU: Flush tlb directly in the kvm_set_pte_rmapp()
` [PATCH V4 7/15] KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
` [PATCH V4 8/15] KVM/MMU: Flush tlb directly in kvm_mmu_zap_collapsible_spte()
` [PATCH V4 9/15] KVM: Add flush_link and parent_pte in the struct kvm_mmu_page
` [PATCH V4 10/15] KVM: Add spte's point "
` [PATCH V4 11/15] KVM/MMU: Replace tlb flush function with range list flush function
` [PATCH V4 12/15] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
` [PATCH V4 13/15] x86/Hyper-v: Add trace in the hyperv_nested_flush_guest_mapping_range()
` [PATCH V4 14/15] KVM/VMX: Change hv flush logic when ept tables are mismatched
` [PATCH V4 15/15] KVM/VMX: Add hv tlb range flush support

[PATCH kernel 0/3] vfio/spapr_tce: Reworks for NVIDIA V100 + P9 passthrough (part 3)
 2018-10-15  9:42 UTC  (4+ messages)
` [PATCH kernel 1/3] vfio_pci: Allow mapping extra regions
` [PATCH kernel 2/3] vfio_pci: Allow regions to add own capabilities
` [PATCH kernel 3/3] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] [10de:1db1] subdriver

[RFC] VSOCK: The performance problem of vhost_vsock
 2018-10-15  6:12 UTC  (3+ messages)

[PATCH v1] KVM/x86/vPMU: Guest PMI Optimization
 2018-10-14 13:42 UTC  (9+ messages)

[PATCH v2 0/2] kvm "fake DAX" device
 2018-10-13 16:29 UTC  (8+ messages)
  ` [PATCH v2 1/2] libnvdimm: nd_region flush callback support
    ` [Qemu-devel] [PATCH v2 0/2] kvm "fake DAX" device
` [PATCH v2 2/2] virtio-pmem: Add virtio pmem driver

[GIT PULL] KVM fixes for 4.19-rc8
 2018-10-13 13:43 UTC  (2+ messages)

[PATCH] KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_tlb()
 2018-10-13  9:39 UTC  (7+ messages)

[PATCH v4 0/2] rename function name and enable 32bit vcpu events
 2018-10-12 16:12 UTC  (3+ messages)
` [PATCH v4 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v4 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support

Bad MAINTAINERS pattern in section 'VIRTIO AND VHOST VSOCK DRIVER'
 2018-10-12 15:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove reference to bogus vsock file
 2018-10-12 15:46 UTC 

[PATCH v3 0/2] rename function name and enable 32bit vcpu events
 2018-10-12 15:45 UTC  (5+ messages)
` [PATCH v3 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v3 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support

[PATCH v3 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support
 2018-10-12 15:36 UTC 

[PATCH V4 0/2] introduce coalesced pio support
 2018-10-12 15:27 UTC  (3+ messages)
` [PATCH V4 2/2] kvm/x86 : add document for coalesced pio

[PATCH] scsi/virio_scsi.c: do not call virtscsi_remove_vqs() in virtscsi_init() to avoid crash bug
 2018-10-12 14:55 UTC  (2+ messages)

[PATCH] mm: Speed up mremap on large regions
 2018-10-12  7:29 UTC  (5+ messages)

WARNING: refcount bug in kvm_vm_ioctl
 2018-10-11 18:39 UTC  (4+ messages)

kernel BUG at arch/x86/kvm/x86.c:LINE! (2)
 2018-10-11 18:05 UTC  (6+ messages)

[PATCH v3 4.4.y 1/3] x86/fpu: Remove use_eager_fpu()
 2018-10-11 15:10 UTC  (2+ messages)

BUG: unable to handle kernel paging request in refcount_inc_not_zero_checked
 2018-10-11 14:33 UTC  (2+ messages)

linux-next: manual merge of the kvm-ppc tree with the kvm-arm tree
 2018-10-11  8:58 UTC  (3+ messages)

[libvirt] [PATCH v2 1/1] Add attribute single_usage_restriction for mdev type-id
 2018-10-11  2:08 UTC  (5+ messages)

[PATCH v4 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2
 2018-10-10 16:53 UTC  (4+ messages)
` [PATCH v4 8/9] x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
` [PATCH v4 9/9] x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()

[PATCH] KVM: Start populating /sys/hypervisor with KVM entries
 2018-10-10  5:19 UTC  (6+ messages)

[PATCH v2 0/2] rename function name and enable 32bit vcpu events
 2018-10-10  4:22 UTC  (7+ messages)
` [PATCH v2 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v2 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support

[PATCH v2] KVM: LAPIC: Tune lapic_timer_advance_ns automatically
 2018-10-09 16:52 UTC  (2+ messages)

[PATCH] KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=m
 2018-10-09 16:39 UTC 

[PATCH] KVM: X86: Add missing KVM_AMD dependency
 2018-10-09 16:26 UTC  (9+ messages)

[GIT PULL 0/1] KVM/arm updates for 4.19-rc8
 2018-10-09 12:26 UTC  (2+ messages)
` [PATCH 1/1] ARM: KVM: Correctly order SGI register entries in the cp15 array

[PATCH] KVM: LAPIC: Tune lapic_timer_advance_ns automatically
 2018-10-09  2:08 UTC  (5+ messages)

[PATCH v5 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-09  0:26 UTC  (15+ messages)
` [PATCH v5 06/33] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v5 09/33] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v5 17/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v5 22/33] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v5 30/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v5 32/33] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
` [PATCH v5 33/33] KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox