public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-07 13:47:20 to 2019-01-09 13:10:15 UTC [more...]

[PATCH v5 00/15] KVM: s390: make use of the GIB
 2019-01-09 13:10 UTC  (44+ messages)
` [PATCH v5 02/15] KVM: s390: coding style issue kvm_s390_gisa_init/clear()
` [PATCH v5 08/15] KVM: s390: add the GIB and its related life-cyle functions
` [PATCH v5 10/15] KVM: s390: add functions to (un)register GISC with GISA
` [PATCH v5 11/15] KVM: s390: restore IAM in get_ipm() when IPM is clean
` [PATCH v5 12/15] KVM: s390: do not restore IAM immediately before SIE entry
` [PATCH v5 13/15] KVM: s390: add function process_gib_alert_list()
` [PATCH v5 14/15] KVM: s390: add and wire function gib_alert_irq_handler()
` [PATCH v5 15/15] KVM: s390: start using the GIB

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-01-09 13:08 UTC  (24+ messages)
` [PATCH 01/19] powerpc/xive: export flags for the XIVE native exploitation mode hcalls
` [PATCH 02/19] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH 03/19] KVM: PPC: Book3S HV: check the IRQ controller type
` [PATCH 04/19] KVM: PPC: Book3S HV: export services for the XIVE native exploitation device
` [PATCH 05/19] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH 06/19] KVM: PPC: Book3S HV: add a GET_ESB_FD control to the XIVE native device
` [PATCH 07/19] KVM: PPC: Book3S HV: add a GET_TIMA_FD control to "
` [PATCH 08/19] KVM: PPC: Book3S HV: add a VC_BASE control to the "
` [PATCH 09/19] KVM: PPC: Book3S HV: add a SET_SOURCE "
` [PATCH 10/19] KVM: PPC: Book3S HV: add a EISN attribute to kvmppc_xive_irq_state
` [PATCH 11/19] KVM: PPC: Book3S HV: add support for the XIVE native exploitation mode hcalls
` [PATCH 12/19] KVM: PPC: Book3S HV: record guest queue page address
` [PATCH 13/19] KVM: PPC: Book3S HV: add a SYNC control for the XIVE native migration
` [PATCH 14/19] KVM: PPC: Book3S HV: add a control to make the XIVE EQ pages dirty
` [PATCH 15/19] KVM: PPC: Book3S HV: add get/set accessors for the source configuration
` [PATCH 16/19] KVM: PPC: Book3S HV: add get/set accessors for the EQ configuration
` [PATCH 17/19] KVM: PPC: Book3S HV: add get/set accessors for the VP XIVE state
  ` [PATCH 18/19] KVM: PPC: Book3S HV: add passthrough support
  ` [PATCH 19/19] KVM: introduce a KVM_DELETE_DEVICE ioctl

[PATCH v1 0/2] Get DMA information from real IOMMU
 2019-01-09 12:41 UTC  (3+ messages)
` [PATCH v1 1/2] vfio:iommu: Use capabilities do report IOMMU informations
` [PATCH v1 2/2] vfio:iommu: Get DMA information from real IOMMU

[PATCH net-next V2 0/3] basic in order support for vhost_net
 2019-01-09 12:19 UTC  (5+ messages)
` [PATCH net-next V2 1/3] virtio: introduce in order feature bit
` [PATCH net-next V2 2/3] vhost_net: support in order feature
` [PATCH net-next V2 3/3] vhost: don't touch avail ring if in_order is negotiated

[PATCH v3 0/3] virtio-balloon: tweak config_changed
 2019-01-09 12:07 UTC  (12+ messages)
` [PATCH v3 1/3] virtio-balloon: tweak config_changed implementation
` [PATCH v3 3/3] virtio_balloon: remove the unnecessary 0-initialization

[PATCH v6] x86: load FPU registers on return to userland
 2019-01-09 11:47 UTC  (23+ messages)
` [PATCH 01/22] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
` [PATCH 02/22] x86/fpu: Remove fpu__restore()
` [PATCH 03/22] x86/fpu: Remove preempt_disable() in fpu__clear()
` [PATCH 04/22] x86/fpu: Always init the `state' "
` [PATCH 05/22] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
` [PATCH 06/22] x86/fpu: Don't save fxregs for ia32 frames "
` [PATCH 07/22] x86/fpu: Remove fpu->initialized
` [PATCH 08/22] x86/fpu: Remove user_fpu_begin()
` [PATCH 09/22] x86/fpu: Add (__)make_fpregs_active helpers
` [PATCH 10/22] x86/fpu: Make __raw_xsave_addr() use feature number instead of mask
` [PATCH 11/22] x86/fpu: Make get_xsave_field_ptr() and get_xsave_addr() "
` [PATCH 12/22] x86/fpu: Only write PKRU if it is different from current
` [PATCH 13/22] x86/pkeys: Don't check if PKRU is zero before writting it
` [PATCH 14/22] x86/fpu: Eager switch PKRU state
` [PATCH 15/22] x86/entry: Add TIF_NEED_FPU_LOAD
` [PATCH 16/22] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 17/22] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
` [PATCH 18/22] x86/fpu: Update xstate's PKRU value on write_pkru()
` [PATCH 19/22] x86/fpu: Inline copy_user_to_fpregs_zeroing()
` [PATCH 20/22] x86/fpu: Let __fpu__restore_sig() restore the !32bit+fxsr frame from kernel memory
` [PATCH 21/22] x86/fpu: Merge the two code paths in __fpu__restore_sig()
` [PATCH 22/22] x86/fpu: Defer FPU state load until return to userspace

[PATCH v5 00/13] KVM/X86: Introduce a new guest mapping interface
 2019-01-09  9:42 UTC  (14+ messages)
` [PATCH v5 01/13] X86/nVMX: handle_vmon: Read 4 bytes from guest memory
` [PATCH v5 02/13] X86/nVMX: Update the PML table without mapping and unmapping the page
` [PATCH v5 03/13] X86/KVM: Handle PFNs outside of kernel reach when touching GPTEs
` [PATCH v5 04/13] KVM: Introduce a new guest mapping API
` [PATCH v5 05/13] X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memory
` [PATCH v5 06/13] KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
` [PATCH v5 07/13] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
` [PATCH v5 08/13] KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
` [PATCH v5 09/13] KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated
` [PATCH v5 10/13] KVM/nSVM: Use the new mapping API for mapping guest memory
` [PATCH v5 11/13] KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
` [PATCH v5 12/13] KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCS
` [PATCH v5 13/13] KVM/nVMX: Use page_address_valid in a few more locations

[PATCH] vfio/type1: Fix unmap overflow off-by-one
 2019-01-09  8:58 UTC  (4+ messages)

[PATCH] KVM: X86: Fix scan ioapic use-before-initialization
 2019-01-09  8:28 UTC  (9+ messages)

[PATCH] vhost/vsock: fix vhost vsock cid hashing inconsistent
 2019-01-09  8:21 UTC  (3+ messages)

[PATCH net V2] vhost: log dirty page correctly
 2019-01-09  7:29 UTC 

5.0-rc1 KVM inspired "BUG: Bad page state in process" spew
 2019-01-09  5:38 UTC 

[RFC PATCH V3 0/5] Hi:
 2019-01-09  5:19 UTC  (26+ messages)
` [RFC PATCH V3 1/5] vhost: generalize adding used elem
                    ` __get_user slower than get_user (was Re: [RFC PATCH V3 0/5] Hi:)

[PATCH v4 00/10] Guest LBR Enabling
 2019-01-09  1:54 UTC  (22+ messages)
` [PATCH v4 04/10] KVM/x86: intel_pmu_lbr_enable
` [PATCH v4 05/10] KVM/x86: expose MSR_IA32_PERF_CAPABILITIES to the guest

[PATCH RESEND] KVM: MMU: Introduce single thread to zap collapsible sptes
 2019-01-09  0:47 UTC 

[PATCH] vfio_pci: set TRACE_INCLUDE_PATH to fix the build error
 2019-01-08 19:28 UTC  (3+ messages)

[PATCH] KVM: validate userspace input in kvm_clear_dirty_log_protect()
 2019-01-08 16:28 UTC  (3+ messages)

[Qemu-devel][PATCH 0/4] This patch-set is to enable Guest CET support
 2019-01-08 16:11 UTC  (3+ messages)
` [Qemu-devel][PATCH 3/4] Add hepler functions for CPUID xsave area size calculation

[RFC][PATCH v2 00/21] PMEM NUMA node and hotness accounting/migration
 2019-01-08 14:53 UTC  (15+ messages)
` [RFC][PATCH v2 10/21] mm: build separate zonelist for PMEM and DRAM node

[PATCH 00/11] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-01-08 11:52 UTC  (18+ messages)
` [PATCH 3/11] KVM: Add spte's point in the struct kvm_mmu_page
` [PATCH 4/11] KVM/MMU: Introduce tlb flush with range list
` [PATCH 6/11] KVM/MMU: Flush tlb with range list in sync_page()
` [PATCH 7/11] KVM: Remove redundant check in the kvm_get_dirty_log_protect()
` [PATCH 9/11] KVM/MMU: Flush tlb in the kvm_mmu_write_protect_pt_masked()
` [PATCH 11/11] KVM/MMU: Flush tlb in the kvm_age_rmapp()

[RFC v3 00/21] SMMUv3 Nested Stage Setup
 2019-01-08 10:26 UTC  (22+ messages)
` [RFC v3 01/21] iommu: Introduce set_pasid_table API
` [RFC v3 02/21] iommu: Introduce cache_invalidate API
` [RFC v3 03/21] iommu: Introduce bind_guest_msi
` [RFC v3 04/21] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [RFC v3 05/21] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [RFC v3 08/21] iommu/arm-smmu-v3: Maintain a SID->device structure
` [RFC v3 10/21] iommu/smmuv3: Implement set_pasid_table
` [RFC v3 13/21] iommu/smmuv3: Implement bind_guest_msi
` [RFC v3 15/21] driver core: add per device iommu param
` [RFC v3 16/21] iommu: introduce device fault report API
` [RFC v3 17/21] iommu/smmuv3: Report non recoverable faults
  ` [RFC v3 06/21] vfio: VFIO_IOMMU_BIND_MSI
  ` [RFC v3 07/21] iommu/arm-smmu-v3: Link domains and devices
  ` [RFC v3 09/21] iommu/smmuv3: Get prepared for nested stage support
  ` [RFC v3 11/21] iommu/smmuv3: Implement cache_invalidate
  ` [RFC v3 12/21] dma-iommu: Implement NESTED_MSI cookie
  ` [RFC v3 14/21] iommu: introduce device fault data
  ` [RFC v3 18/21] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
  ` [RFC v3 21/21] vfio: Document nested stage control
` [RFC v3 19/21] vfio-pci: Register an iommu fault handler
` [RFC v3 20/21] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX

[PATCH] vfio_pci: Add local source directory as include
 2019-01-08  8:02 UTC  (14+ messages)

[PATCH v4 0/3] virtio-balloon: tweak config_changed
 2019-01-08  7:10 UTC  (7+ messages)
` [PATCH v4 1/3] virtio-balloon: tweak config_changed implementation
` [PATCH v4 2/3] virtio-balloon: improve update_balloon_size_func
` [PATCH v4 3/3] virtio_balloon: remove the unnecessary 0-initialization

[PATCH v15 23/26] sched: early boot clock
 2019-01-08  1:09 UTC  (9+ messages)

[PATCH] KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1
 2019-01-07 18:44 UTC 

[PATCH] x86/kvm: convert to DEFINE_DEBUGFS_ATTRIBUTE
 2019-01-07 16:30 UTC 

[PATCH v1 0/8] This patch-set is to enable kvm Guest OS CET support
 2019-01-07 16:03 UTC  (3+ messages)
` [PATCH v1 8/8] kvm:cpuid Report CET SHSTK and IBT support in CPUID.(EAX=0x7,ECX=0)

[PATCH 1/1] s390/virtio: handle find on invalid queue gracefully
 2019-01-07 15:06 UTC 


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