kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-28 22:20:08 to 2018-12-04 11:45:52 UTC [more...]

[PATCH v5] x86: load FPU registers on return to userland
 2018-12-04 11:45 UTC  (52+ 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
  ` [tip:x86/fpu] x86/process/32: "
` [PATCH 03/29] x86/entry: Remove _TIF_ALLWORK_MASK
  ` [tip:x86/fpu] x86/thread_info: "
` [PATCH 04/29] x86/pkeys: Make init_pkru_value static
  ` [tip:x86/fpu] "
` [PATCH 05/29] x86/fpu: add might_fault() to user_insn()
  ` [tip:x86/fpu] x86/fpu: Add "
` [PATCH 06/29] x86/fpu: Update comment for __raw_xsave_addr()
  ` [tip:x86/fpu] "
` [PATCH 07/29] x86/fpu: don't export __kernel_fpu_{begin|end}()
    ` [PATCH 07/29 v2] "
      ` [tip:x86/fpu] x86/fpu: Don't export __kernel_fpu_{begin,end}()
` [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 kvmtool 0/6] arm: Add support for firmware booting
 2018-12-04 11:14 UTC  (7+ messages)
` [PATCH kvmtool 1/6] rtc: Initialize the Register D for MC146818 RTC
` [PATCH kvmtool 2/6] arm: Move firmware function
` [PATCH kvmtool 3/6] builtin-run: Do not look for default kernel when firmware is provided
` [PATCH kvmtool 4/6] arm: Support firmware loading
` [PATCH kvmtool 5/6] kvm: Add arch specific reset
` [PATCH kvmtool 6/6] arm: Support non-volatile memory

[PATCH kvmtool 00/13] Implement reset of virtio devices
 2018-12-04 11:08 UTC  (14+ messages)
` [PATCH kvmtool 01/13] ioeventfd: Fix removal of ioeventfd
` [PATCH kvmtool 02/13] virtio: Implement notify_status
` [PATCH kvmtool 03/13] virtio: Add get_vq_count() callback
` [PATCH kvmtool 04/13] virtio: Add get_vq() callback
` [PATCH kvmtool 05/13] virtio: Add exit_vq() callback
` [PATCH kvmtool 06/13] virtio: Add reset() callback
` [PATCH kvmtool 07/13] net/uip: Add exit function
` [PATCH kvmtool 08/13] virtio/net: Clean virtqueue state
` [PATCH kvmtool 09/13] virtio/net: Implement device and virtqueue reset
` [PATCH kvmtool 10/13] virtio/blk: Reset virtqueue
` [PATCH kvmtool 11/13] threadpool: Add cancel() function
` [PATCH kvmtool 12/13] virtio/p9: Implement reset
` [PATCH kvmtool 13/13] virtio/console: "

[PATCH 4.14 069/146] x86/bugs: Add AMDs variant of SSB_NO
 2018-12-04 10:50 UTC  (4+ messages)
` [PATCH 4.14 070/146] x86/bugs: Add AMDs SPEC_CTRL MSR usage
` [PATCH 4.14 071/146] x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
` [PATCH 4.14 121/146] x86/fpu: Disable bottom halves while loading FPU registers

[PATCH 4.19 084/139] x86/fpu: Disable bottom halves while loading FPU registers
 2018-12-04 10:49 UTC 

[PATCH v2 0/8] Workaround for Cortex-A76 erratum 1165522
 2018-12-04 10:43 UTC  (3+ messages)

[RFC PATCH V2 00/11] Intel EPT-Based Sub-page Protection Support
 2018-12-04 10:37 UTC  (16+ 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

[PATCH V3] kvm:x86 :remove unnecessary recalculate_apic_map
 2018-12-04  9:42 UTC 

[PATCH 0/3] mmu notifier contextual informations
 2018-12-04  8:17 UTC  (7+ 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

general protection fault in kvm_arch_vcpu_ioctl_run
 2018-12-04  7:16 UTC 

[PATCH RFC 0/3] Fix KVM misinterpreting Reserved page as an MMIO page
 2018-12-04  6:59 UTC  (11+ 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 v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-12-04  6:50 UTC  (13+ messages)
` [PATCH v4 6/8] vfio/mdev: Add iommu place holders in mdev_device

[RFC] Discuss about an new idea "Vsock over Virtio-net"
 2018-12-04  6:01 UTC  (15+ messages)

[PATCH v2] vhost: fix IOTLB locking
 2018-12-03 23:53 UTC  (2+ messages)

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

[PATCH v2 0/4] x86/kvm/hyper-v: Implement Direct Mode for synthetic timers
 2018-12-03 17:12 UTC  (14+ 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 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  (4+ messages)

[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  (6+ messages)
` [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)

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] 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  (5+ messages)
` [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)


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