kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-27 12:34:41 to 2018-12-03 21:00:55 UTC [more...]

[PATCH v5] x86: load FPU registers on return to userland
 2018-12-03 21:00 UTC  (42+ messages)
` [PATCH 01/29] x86/fpu: Use ULL for shift in xfeature_uncompacted_offset()
  ` [tip:x86/fpu] x86/fpu: Use unsigned long long "
` [PATCH 02/29] x86/entry/32: Remove asm/math_emu.h include
` [PATCH 03/29] x86/entry: Remove _TIF_ALLWORK_MASK
` [PATCH 04/29] x86/pkeys: Make init_pkru_value static
` [PATCH 05/29] x86/fpu: add might_fault() to user_insn()
` [PATCH 06/29] x86/fpu: Update comment for __raw_xsave_addr()
` [PATCH 07/29] x86/fpu: don't export __kernel_fpu_{begin|end}()
    ` [PATCH 07/29 v2] "
` [PATCH 08/29] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
` [PATCH 09/29] x86/fpu: Remove fpu__restore()
` [PATCH 10/29] x86/fpu: Remove preempt_disable() in fpu__clear()
` [PATCH 11/29] x86/fpu: Always init the `state' "
` [PATCH 12/29] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
` [PATCH 13/29] x86/fpu: Don't save fxregs for ia32 frames "
` [PATCH 14/29] x86/fpu: Remove fpu->initialized
` [PATCH 15/29] x86/fpu: Remove user_fpu_begin()
` [PATCH 16/29] x86/fpu: Add (__)make_fpregs_active helpers
` [PATCH 17/29] x86/fpu: Make __raw_xsave_addr() use feature number instead of mask
` [PATCH 18/29] x86/fpu: Make get_xsave_field_ptr() and get_xsave_addr() "
` [PATCH 19/29] x86/fpu: Only write PKRU if it is different from current
` [PATCH 20/29] x86/pkeys: Don't check if PKRU is zero before writting it
` [PATCH 21/29] x86/fpu: Eager switch PKRU state
` [PATCH 22/29] x86/entry: Add TIF_NEED_FPU_LOAD
` [PATCH 23/29] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 24/29] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
` [PATCH 25/29] x86/fpu: Update xstate's PKRU value on write_pkru()
` [PATCH 26/29] x86/fpu: Inline copy_user_to_fpregs_zeroing()
` [PATCH 27/29] x86/fpu: Let __fpu__restore_sig() restore the !32bit+fxsr frame from kernel memory
` [PATCH 28/29] x86/fpu: Merge the two code paths in __fpu__restore_sig()
` [PATCH 29/29] x86/fpu: Defer FPU state load until return to userspace

[PATCH RFC 0/3] Fix KVM misinterpreting Reserved page as an MMIO page
 2018-12-03 20:53 UTC  (8+ messages)
` [PATCH RFC 2/3] mm: Add support for exposing if dev_pagemap supports refcount pinning
  ` [PATCH RFC 1/3] kvm: Split use cases for kvm_is_reserved_pfn to kvm_is_refcounted_pfn
  ` [PATCH RFC 3/3] kvm: Add additional check to determine if a page is refcounted

[PATCH 0/3] mmu notifier contextual informations
 2018-12-03 20:18 UTC  (4+ messages)
` [PATCH 1/3] mm/mmu_notifier: use structure for invalidate_range_start/end callback
` [PATCH 2/3] mm/mmu_notifier: use structure for invalidate_range_start/end calls
` [PATCH 3/3] mm/mmu_notifier: contextual information for event triggering invalidation

[PATCH v2 0/8] Workaround for Cortex-A76 erratum 1165522
 2018-12-03 19:22 UTC  (2+ messages)

[PATCH 0/2] kvm: Use huge pages for DAX-backed files
 2018-12-03 18:32 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] kvm: remove redundant PageReserved() check

[PATCH v2 0/4] x86/kvm/hyper-v: Implement Direct Mode for synthetic timers
 2018-12-03 17:12 UTC  (22+ messages)
` [PATCH v2 1/4] x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h
` [PATCH v2 3/4] x86/kvm/hyper-v: direct mode for synthetic timers

[PATCH] KVM/nVMX: Stop mapping the "APIC-access address" page into the kernel
 2018-12-03 16:59 UTC  (2+ messages)

[PATCH v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-12-03 16:27 UTC  (10+ messages)
` [PATCH v4 6/8] vfio/mdev: Add iommu place holders in mdev_device

[PATCH v3] x86/hyper-v: Mark TLFS structures packed
 2018-12-03 16:26 UTC  (2+ messages)

[RFC PATCH v4 00/13] ktask: multithread CPU-intensive kernel work
 2018-12-03 16:16 UTC  (14+ messages)
` [RFC PATCH v4 01/13] ktask: add documentation
` [RFC PATCH v4 11/13] mm: parallelize deferred struct page initialization within each node

[PATCH v2] x86/hyper-v: Mark TLFS structures packed
 2018-12-03 13:45 UTC  (6+ messages)

KMSAN: uninit-value in vmx_queue_exception
 2018-12-03 13:20 UTC 

[PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface
 2018-12-03 13:10 UTC  (18+ messages)
` [PATCH v4 01/14] X86/nVMX: handle_vmon: Read 4 bytes from guest memory
` [PATCH v4 02/14] X86/nVMX: handle_vmptrld: Copy the VMCS12 directly "
` [PATCH v4 03/14] X86/nVMX: Update the PML table without mapping and unmapping the page
` [PATCH v4 04/14] X86/KVM: Handle PFNs outside of kernel reach when touching GPTEs
` [PATCH v4 05/14] KVM: Introduce a new guest mapping API
` [PATCH v4 06/14] KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
` [PATCH v4 07/14] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
` [PATCH v4 08/14] KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
` [PATCH v4 09/14] KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated
` [PATCH v4 10/14] KVM/X86: hyperv: Use kvm_vcpu_map in synic_clear_sint_msg_pending
` [PATCH v4 11/14] KVM/X86: hyperv: Use kvm_vcpu_map in synic_deliver_msg
` [PATCH v4 12/14] KVM/nSVM: Use the new mapping API for mapping guest memory
` [PATCH v4 13/14] KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
` [PATCH v4 14/14] KVM/nVMX: Use kvm_vcpu_map for accessing the enhanced VMCS

[PATCH v2 0/3] s390: vfio: ap: Using GISA for AP Interrupt
 2018-12-03 10:20 UTC  (9+ messages)
` [PATCH v2 2/3] vfio: ap: ioctl definitions for AP Queue Interrupt Control
` [PATCH v2 3/3] vfio: ap: AP Queue Interrupt Control VFIO ioctl calls

[PATCH 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-12-03  6:08 UTC  (10+ messages)

[RFC PATCH V2 00/11] Intel EPT-Based Sub-page Protection Support
 2018-12-03  3:56 UTC  (14+ messages)
` [RFC PATCH V2 01/11] Documentation: Added EPT Subpage Protection Documentation
` [RFC PATCH V2 02/11] x86/cpufeature: Add intel Sub-Page Protection to CPU features
` [RFC PATCH V2 03/11] KVM: VMX: Added VMX SPP feature flags and VM-Execution Controls
` [RFC PATCH V2 04/11] KVM: VMX: Introduce the SPPTP and SPP page table
` [RFC PATCH V2 05/11] KVM: VMX: Write the SPPTP to VMCS area
` [RFC PATCH V2 06/11] KVM: VMX: Introduce SPP-Induced vm exit and it's handle
` [RFC PATCH V2 07/11] KVM: VMX: Added handle of SPP write protection fault
` [RFC PATCH V2 08/11] KVM: VMX: Introduce ioctls to set/get Sub-Page Write Protection
` [RFC PATCH V2 09/11] KVM: VMX: Update the EPT leaf entry indicated with the SPP enable bit
` [RFC PATCH V2 10/11] KVM: VMX: Added setup spp page structure
` [RFC PATCH V2 11/11] KVM: VMX: implement setup SPP page structure in spp miss

[RFC] Discuss about an new idea "Vsock over Virtio-net"
 2018-12-03  3:10 UTC  (11+ messages)

INFO: task hung in vhost_net_stop_vq
 2018-11-30 22:32 UTC 

[PATCH v2 0/2] KVM: x86: expose direct stores instructions into VM
 2018-11-30 20:41 UTC  (3+ messages)

[PULL] vhost: cleanups and fixes
 2018-11-30 19:55 UTC  (6+ messages)

[PATCH v2] vhost: fix IOTLB locking
 2018-11-30 16:05 UTC 

[PATCH] vhost: fix IOTLB locking
 2018-11-30 15:33 UTC  (4+ messages)

[PATCH] x86/hyper-v: define structures from TLFS as packed
 2018-11-30 15:10 UTC  (8+ messages)

KVM call for agenda for 2018-12-04
 2018-11-30  8:43 UTC 

[PATCH 0/3] vfio-ccw: support hsch/csch (kernel part)
 2018-11-29 17:24 UTC  (17+ messages)
` [PATCH 1/3] vfio-ccw: add capabilities chain
` [PATCH 3/3] vfio-ccw: add handling for asnyc channel instructions
  ` [qemu-s390x] "

[PULL 0/2] virtio-ccw fixes
 2018-11-29 14:56 UTC  (2+ messages)

[RFC] VSOCK: About Virtio-vsock support "Multiqueue" feature ?
 2018-11-29 14:06 UTC  (2+ messages)

[GIT PULL] KVM fixes for 4.20-rc4
 2018-11-28 16:45 UTC  (2+ messages)

[PATCH] KVM: VMX: re-add ple_gap module parameter
 2018-11-28 16:40 UTC  (7+ messages)

[PATCH v3 0/6] vfio: ccw: VFIO CCW cleanup part1
 2018-11-28 12:41 UTC  (7+ messages)
` [PATCH v3 1/6] vfio: ccw: Register mediated device once all structures are initialized
` [PATCH v3 2/6] vfio: ccw: Rework subchannel state on setup
` [PATCH v3 3/6] vfio: ccw: Rework subchannel state on removing
` [PATCH v3 4/6] vfio: ccw: Rework subchannel state on sch_event
` [PATCH v3 5/6] vfio: ccw: Documenting state transitions
` [PATCH v3 6/6] vfio: ccw: serialize the write system calls

[PATCH v2 0/3] kvm: split retrieval and clearing of dirty log
 2018-11-28 11:42 UTC  (4+ messages)
` [PATCH 1/3] kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic
` [PATCH 2/3] kvm: rename last argument to kvm_get_dirty_log_protect
` [PATCH 3/3] kvm: introduce manual dirty log reprotect

[PATCH v3 0/5] migration: improve multithreads
 2018-11-28  9:35 UTC  (8+ messages)
` [PATCH v3 1/5] bitops: introduce change_bit_atomic
` [PATCH v3 2/5] util: introduce threaded workqueue

[PATCH V5 00/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-11-27 12:34 UTC  (4+ 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).