kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-19 17:38:15 to 2019-03-25 01:30:36 UTC [more...]

[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
 2019-03-25  1:30 UTC  (10+ messages)
` [PATCH v8 2/9] iommu/vt-d: Make intel_iommu_enable_pasid() more generic
` [PATCH v8 3/9] iommu/vt-d: Add per-device IOMMU feature ops entries
` [PATCH v8 4/9] iommu/vt-d: Move common code out of iommu_attch_device()
` [PATCH v8 5/9] iommu/vt-d: Aux-domain specific domain attach/detach
  ` [PATCH v8 1/9] iommu: Add APIs for multiple domains per device
  ` [PATCH v8 6/9] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v8 7/9] vfio/mdev: Add iommu related member in mdev_device
` [PATCH v8 8/9] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v8 9/9] vfio/type1: Handle different mdev isolation type

[RFC] [PATCH v2 0/5] Intel Virtual PMU Optimization
 2019-03-23 23:15 UTC  (8+ messages)
` [RFC] [PATCH v2 1/5] perf/x86: avoid host changing counter state for kvm_intel events holder
` [RFC] [PATCH v2 2/5] KVM/x86/vPMU: add pmc operations for vmx and count to track release
` [RFC] [PATCH v2 3/5] KVM/x86/vPMU: add Intel vPMC enable/disable and save/restore support
` [RFC] [PATCH v2 4/5] KVM/x86/vPMU: add vCPU scheduling support for hw-assigned vPMC
` [RFC] [PATCH v2 5/5] KVM/x86/vPMU: not do reprogram_counter for Intel "

[PATCH 0/8] vfio/mdev: Improve vfio/mdev core module
 2019-03-22 23:20 UTC  (9+ messages)
` [PATCH 1/8] vfio/mdev: Fix to not do put_device on device_register failure
` [PATCH 2/8] vfio/mdev: Avoid release parent reference during error path
` [PATCH 3/8] vfio/mdev: Removed unused kref
` [PATCH 4/8] vfio/mdev: Drop redundant extern for exported symbols
` [PATCH 5/8] vfio/mdev: Avoid masking error code to EBUSY
` [PATCH 6/8] vfio/mdev: Follow correct remove sequence
` [PATCH 7/8] vfio/mdev: Fix aborting mdev child device removal if one fails
` [PATCH 8/8] vfio/mdev: Improve the create/remove sequence

[PATCH v6 00/22] SMMUv3 Nested Stage Setup
 2019-03-22 22:09 UTC  (24+ messages)
` [PATCH v6 02/22] iommu: introduce device fault data
` [PATCH v6 03/22] iommu: introduce device fault report API
` [PATCH v6 05/22] iommu: Introduce cache_invalidate API
` [PATCH v6 07/22] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v6 08/22] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v6 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI

[PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls
 2019-03-22 16:22 UTC  (10+ messages)
    ` [PATCH v13 09/20] net, arm64: untag user pointers in tcp_zerocopy_receive
    ` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*
    ` [PATCH v13 11/20] tracing, arm64: untag user pointers in seq_print_user_ip
    ` [PATCH v13 12/20] uprobes, arm64: untag user pointers in find_active_uprobe
    ` [PATCH v13 13/20] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
    ` [PATCH v13 14/20] drm/amdgpu, arm64: untag user pointers in amdgpu_ttm_tt_get_user_pages
    ` [PATCH v13 15/20] drm/radeon, arm64: untag user pointers in radeon_ttm_tt_pin_userptr
    ` [PATCH v13 17/20] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
    ` [PATCH v13 18/20] tee/optee, arm64: untag user pointers in check_mem_type

(unknown)
 2019-03-22 15:30 UTC  (28+ messages)
` [PATCH 4/9] nvme/pci: use the NVME_CTRL_SUSPENDED state
` [PATCH 7/9] nvme/core: add mdev interfaces
` your mail
` 
` [PATCH 0/9] RFC: NVME VFIO mediated device

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

[PATCH v6 0/7] vfio: ap: AP Queue Interrupt Control
 2019-03-22 14:43 UTC  (8+ messages)
` [PATCH v6 1/7] s390: ap: kvm: add PQAP interception for AQIC
` [PATCH v6 2/7] s390: ap: new vfio_ap_queue structure
` [PATCH v6 3/7] s390: ap: setup relation betwen KVM and mediated device
` [PATCH v6 4/7] vfio: ap: register IOMMU VFIO notifier
` [PATCH v6 5/7] s390: ap: implement PAPQ AQIC interception in kernel
` [PATCH v6 6/7] s390: ap: Cleanup on removing the AP device
` [PATCH v6 7/7] s390: ap: kvm: Enable PQAP/AQIC facility for the guest

[PATCH] svm/avic: Fix invalidate logical APIC id entry
 2019-03-22 13:04 UTC  (2+ messages)

[PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC
 2019-03-22 11:57 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86: Add callback functions for handling APIC ID, DFR and LDR update
` [PATCH 2/6] svm: Add AMD AVIC handlers for "
` [PATCH 3/6] svm: Add support for APIC_ACCESS_PAGE_PRIVATE_MEMSLOT setup/destroy
` [PATCH 4/6] kvm: lapic: Add apicv activate/deactivate helper function
` [PATCH 5/6] KVM: x86: Add interface for run-time activate/de-activate APIC virtualization
` [PATCH 6/6] svm: Temporary deactivate AVIC during ExtINT handling

[PATCH V3] cpufreq: Call transition notifier only once for each policy
 2019-03-22  9:55 UTC  (6+ messages)

[PATCH] vfio-pci: Fix MSI IRQ forwarding for without per-vector masking
 2019-03-22  5:29 UTC  (2+ messages)

[PATCH v3 0/2] vfio-ccw: support hsch/csch (QEMU part)
 2019-03-22  1:49 UTC  (6+ messages)
` [PATCH v3 1/2] vfio-ccw: new capability chain support
` [PATCH v3 2/2] vfio-ccw: support async command subregion

[PATCH v4 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-03-21 18:03 UTC  (7+ messages)
` [PATCH v4 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH v4 2/2] KVM: doc: add API documentation on the KVM_REG_ARM_WORKAROUNDS register

[PATCH v7] x86: load FPU registers on return to userland
 2019-03-21 17:10 UTC  (8+ messages)
` [PATCH 14/22] x86/fpu: Eager switch PKRU state

[RFC PATCH 0/1] KVM: PPC: Inform userspace about singlestep support
 2019-03-21 14:35 UTC  (4+ messages)
` [RFC PATCH 1/1] KVM: PPC: Report single stepping capability

[PATCH v5 0/7] vfio: ap: AP Queue Interrupt Control
 2019-03-21 14:05 UTC  (9+ messages)
` [PATCH v5 1/7] s390: ap: kvm: add PQAP interception for AQIC

[PATCH v4 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-03-21  8:48 UTC  (20+ messages)
` [PATCH v4 01/17] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v4 02/17] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v4 03/17] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v4 04/17] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v4 05/17] KVM: PPC: Book3S HV: XIVE: add a control to configure "
` [PATCH v4 06/17] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v4 07/17] KVM: PPC: Book3S HV: XIVE: add a global reset control
` [PATCH v4 08/17] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources
` [PATCH v4 09/17] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v4 10/17] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v4 11/17] KVM: introduce a 'mmap' method for KVM devices
` [PATCH v4 12/17] KVM: PPC: Book3S HV: XIVE: add a TIMA mapping
` [PATCH v4 13/17] KVM: PPC: Book3S HV: XIVE: add a mapping for the source ESB pages
` [PATCH v4 14/17] KVM: PPC: Book3S HV: XIVE: add passthrough support
` [PATCH v4 15/17] KVM: PPC: Book3S HV: XIVE: activate XIVE exploitation mode
` [PATCH v4 16/17] KVM: introduce a KVM_DESTROY_DEVICE ioctl
` [PATCH v4 17/17] KVM: PPC: Book3S HV: XIVE: clear the vCPU interrupt presenters

[PATCH] x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012
 2019-03-20 17:43 UTC 

[PATCH v2] kvm: arm: Fix handling of stage2 huge mappings
 2019-03-20 17:31 UTC  (2+ messages)

[PATCH] kvm: arm: Fix handling of stage2 huge mappings
 2019-03-20 17:24 UTC  (8+ messages)

[RFC] Question about enable doorbell irq and halt_poll process
 2019-03-20 17:02 UTC  (3+ messages)

[PATCH 0/2] i386: arch_capabilities fixes + migratability
 2019-03-20 15:18 UTC  (2+ messages)

[patch] kvm: svm: fix potential get_num_contig_pages overflow
 2019-03-20 14:07 UTC  (2+ messages)

[PATCH v2 0/2] Avoid cpuid faulting leaking and one optimization
 2019-03-20 13:26 UTC  (8+ messages)
` [PATCH v2 2/2] kvm/vmx: Using hardware cpuid faulting to avoid emulation overhead

[RFC][Patch v9 0/6] KVM: Guest Free Page Hinting
 2019-03-20 13:18 UTC  (12+ messages)

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2019-03-20 10:42 UTC  (7+ messages)
` [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities
  ` [PATCH] virtio-fs: fix multiple tag support

[PATCH] x86/Hyper-V: Fix definition HV_MAX_FLUSH_REP_COUNT
 2019-03-20  8:29 UTC  (3+ messages)

[PATCH] svm/avic: iommu/amd: Flush IOMMU IRT after update all entries
 2019-03-20  8:14 UTC 

[PATCH] Revert "svm: Fix AVIC incomplete IPI emulation"
 2019-03-20  8:12 UTC 

[PATCH] vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' static
 2019-03-20  6:47 UTC  (2+ messages)

[PATCH v3 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-03-20  6:44 UTC  (8+ messages)
` [PATCH v3 06/17] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration

[PATCH kvmtool v2 0/3] vfio-pci: Support INTx mode re-enabling
 2019-03-20  6:20 UTC  (4+ messages)
` [PATCH kvmtool v2 1/3] vfio-pci: Release INTx's unmask eventfd properly
` [PATCH kvmtool v2 2/3] vfio-pci: Remove useless FDs reservation in vfio_pci_enable_intx()
` [PATCH kvmtool v2 3/3] vfio-pci: Re-enable INTx mode when disable MSI/MSIX

[PATCH v7 0/9] vfio/mdev: IOMMU aware mediated device
 2019-03-20  5:52 UTC  (6+ messages)
` [PATCH v7 9/9] vfio/type1: Handle different mdev isolation type

INFO: task hung in vhost_net_stop_vq
 2019-03-20  5:21 UTC  (2+ messages)

[PATCH kvmtool v1 1/2] vfio-pci: Release INTx's guest to host eventfd properly
 2019-03-20  1:04 UTC  (4+ messages)
` [PATCH kvmtool v1 2/2] vfio-pci: Fallback to INTx mode when disable MSI/MSIX


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