kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-07 18:14:22 to 2020-02-10 12:51:29 UTC [more...]

[PULL 0/1] one vfio-ccw patch for 5.6
 2020-02-10 12:43 UTC  (2+ messages)

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-10 12:50 UTC  (39+ messages)
` [PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH 03/35] s390/protvirt: introduce host side setup
` [PATCH 07/35] KVM: s390: add new variants of UV CALL
` [PATCH 08/35] KVM: s390: protvirt: Add initial lifecycle handling
      ` [PATCH/RFC] KVM: s390: protvirt: pass-through rc and rrc
` [PATCH 09/35] KVM: s390: protvirt: Add KVM api documentation
` [PATCH 15/35] KVM: s390: protvirt: Implement interruption injection
` [PATCH 23/35] KVM: s390: protvirt: STSI handling
` [PATCH 25/35] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH 26/35] KVM: s390: protvirt: Add program exception injection
` [PATCH 28/35] KVM: s390: protvirt: UV calls diag308 0, 1
` [PATCH 32/35] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112

[PATCH V2 0/5] vDPA support
 2020-02-10 11:23 UTC  (7+ messages)
` [PATCH V2 1/5] vhost: factor out IOTLB
` [PATCH V2 2/5] vringh: IOTLB support
` [PATCH V2 3/5] vDPA: introduce vDPA bus
` [PATCH V2 4/5] virtio: introduce a vDPA based transport
` [PATCH V2 5/5] vdpasim: vDPA device simulator

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-02-10 11:18 UTC  (4+ messages)
` [PATCH v22 4/9] ACPI: Build Hardware Error Source Table

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2020-02-10 11:01 UTC  (14+ messages)

[PATCH v12 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-02-10  9:49 UTC  (9+ messages)
` [PATCH v12 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v12 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v12 Kernel 3/7] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH v12 Kernel 4/7] vfio iommu: Implementation of ioctl to "
` [PATCH v12 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v12 Kernel 6/7] vfio iommu: Adds flag to indicate dirty pages tracking capability support
` [PATCH v12 Kernel 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[RFC PATCH v10 0/9] Enable ptp_kvm for arm/arm64
 2020-02-10  8:49 UTC  (10+ messages)
` [RFC PATCH 1/9] psci: export psci conduit get helper
` [RFC PATCH 2/9] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH 3/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH 4/9] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH 5/9] psci: Add hypercall service for ptp_kvm
` [RFC PATCH 6/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [RFC PATCH 7/9] ptp: extend input argument for getcrosstimestamp API
` [RFC PATCH 8/9] arm/arm64: add mechanism to let user choose which counter to return
` [RFC PATCH 9/9] arm/arm64: Add kvm capability check extension for ptp_kvm

[PATCH v2 2/2] KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis
 2020-02-10  6:38 UTC 

[PATCH v2 1/2] KVM: Introduce pv check helpers
 2020-02-10  6:37 UTC 

[PATCH 00/28] docs: virt: manually convert text documents to ReST format
 2020-02-10  6:03 UTC  (24+ messages)
` [PATCH 01/28] docs: kvm: add arm/pvtime.rst to index.rst
` [PATCH 05/28] docs: virt: convert halt-polling.txt to ReST format
` [PATCH 06/28] docs: virt: Convert msr.txt "
` [PATCH 07/28] docs: kvm: devices/arm-vgic-its.txt "
` [PATCH 08/28] docs: kvm: devices/arm-vgit-v3.txt to ReST
` [PATCH 09/28] docs: kvm: convert devices/arm-vgit.txt "
` [PATCH 10/28] docs: kvm: convert devices/mpic.txt "
` [PATCH 11/28] docs: kvm: convert devices/s390_flic.txt "
` [PATCH 12/28] docs: kvm: convert devices/vcpu.txt "
` [PATCH 13/28] docs: kvm: convert devices/vfio.txt "
` [PATCH 14/28] docs: kvm: convert devices/vm.txt "
` [PATCH 15/28] docs: kvm: convert devices/xics.txt "
` [PATCH 16/28] docs: kvm: convert devices/xive.txt "
` [PATCH 18/28] docs: kvm: convert arm/hyp-abi.txt "
` [PATCH 19/28] docs: kvm: arm/psci.txt: convert "
` [PATCH 20/28] docs: kvm: Convert hypercalls.txt to ReST format
` [PATCH 21/28] docs: kvm: Convert locking.txt "
` [PATCH 22/28] docs: kvm: Convert mmu.txt "
` [PATCH 23/28] docs: kvm: Convert nested-vmx.txt "
` [PATCH 24/28] docs: kvm: Convert ppc-pv.txt "
` [PATCH 25/28] docs: kvm: Convert s390-diag.txt "
` [PATCH 26/28] docs: kvm: Convert timekeeping.txt "
` [PATCH 27/28] docs: kvm: review-checklist.txt: rename to ReST

[PATCH v2 00/27] docs: virt: manually convert text documents to ReST format
 2020-02-10  5:58 UTC  (8+ messages)
` [PATCH v2 21/27] docs: kvm: Convert locking.txt "

[RFC PATCH v2 0/9] Introduce vendor ops in vfio-pci
 2020-02-10  0:34 UTC  (4+ messages)
` [RFC PATCH v2 1/9] vfio/pci: split vfio_pci_device into public and private parts

[PATCH][next] KVM: x86: remove redundant WARN_ON check of an unsigned less than zero
 2020-02-08 12:09 UTC  (3+ messages)

[RFC v3 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-02-08  8:46 UTC  (4+ messages)
` [RFC v3 2/8] vfio/type1: Make per-application (VM) PASID quota tunable

[RFC v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-02-08  7:46 UTC  (2+ messages)

[PATCH v3 0/8] kvm/split_lock: Add feature split lock detection support in kvm
 2020-02-08  4:51 UTC  (4+ messages)
` [PATCH v3 8/8] x86: vmx: virtualize split lock detection

[PATCH v3 1/5] KVM: x86: Mask off reserved bit from #DB exception payload
 2020-02-08  2:51 UTC 

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-02-08  1:29 UTC  (24+ messages)
` [PATCH v5 12/19] KVM: Move memslot deletion to helper function
` [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v5 17/19] KVM: Terminate memslot walks via used_slots

[PATCH v5 0/4] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-08  1:15 UTC  (7+ messages)
` [PATCH v5 2/4] selftests: KVM: Remove unused x86_register enum
` [PATCH v5 3/4] selftests: KVM: AMD Nested test infrastructure
` [PATCH v5 4/4] selftests: KVM: SVM: Add vmcall test

[PATCH RFC 0/4] KVM: MIPS: Provide arch-specific kvm_flush_remote_tlbs()
 2020-02-07 23:00 UTC  (6+ messages)
` [PATCH RFC 1/4] KVM: Provide kvm_flush_remote_tlbs_common()
` [PATCH RFC 2/4] KVM: MIPS: Drop flush_shadow_memslot() callback
` [PATCH RFC 3/4] KVM: MIPS: Replace all the kvm_flush_remote_tlbs() references
` [PATCH RFC 4/4] KVM: MIPS: Define arch-specific kvm_flush_remote_tlbs()

[PATCH] KVM: x86: Fix perfctr WRMSR for running counters
 2020-02-07 22:15 UTC  (5+ messages)

[PATCH RFC 00/10] device-dax: Support devices without PFN metadata
 2020-02-07 21:08 UTC  (3+ messages)
` [PATCH RFC 09/10] vfio/type1: Use follow_pfn for VM_FPNMAP VMAs

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-07 19:53 UTC  (7+ messages)
` [PATCH 02/61] KVM: x86: Refactor loop around do_cpuid_func() to separate helper
` [PATCH 03/61] KVM: x86: Simplify handling of Centaur CPUID leafs

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-02-07 18:52 UTC  (6+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()

[RFC PATCH v7 00/78] VM introspection
 2020-02-07 18:16 UTC  (79+ messages)
` [RFC PATCH v7 01/78] sched/swait: add swait_event_killable_exclusive()
` [RFC PATCH v7 02/78] export kill_pid_info()
` [RFC PATCH v7 03/78] KVM: add new error codes for VM introspection
` [RFC PATCH v7 04/78] KVM: add kvm_vcpu_kick_and_wait()
` [RFC PATCH v7 05/78] KVM: add kvm_get_max_gfn()
` [RFC PATCH v7 06/78] KVM: doc: fix the hypercall numbering
` [RFC PATCH v7 07/78] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [RFC PATCH v7 08/78] KVM: x86: add kvm_arch_vcpu_set_regs()
` [RFC PATCH v7 09/78] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [RFC PATCH v7 10/78] KVM: x86: add .bp_intercepted() to struct kvm_x86_ops
` [RFC PATCH v7 11/78] KVM: x86: add .control_cr3_intercept() "
` [RFC PATCH v7 12/78] KVM: x86: add .cr3_write_intercepted()
` [RFC PATCH v7 13/78] KVM: x86: add .control_desc_intercept()
` [RFC PATCH v7 14/78] KVM: x86: add .desc_intercepted()
` [RFC PATCH v7 15/78] KVM: x86: export .msr_write_intercepted()
` [RFC PATCH v7 16/78] KVM: x86: use MSR_TYPE_R, MSR_TYPE_W and MSR_TYPE_RW with AMD code too
` [RFC PATCH v7 17/78] KVM: svm: pass struct kvm_vcpu to set_msr_interception()
` [RFC PATCH v7 18/78] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions
` [RFC PATCH v7 19/78] KVM: x86: add .control_msr_intercept()
` [RFC PATCH v7 20/78] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [RFC PATCH v7 21/78] KVM: x86: save the error code during EPT/NPF exits handling
` [RFC PATCH v7 22/78] KVM: x86: add .fault_gla()
` [RFC PATCH v7 23/78] KVM: x86: add .spt_fault()
` [RFC PATCH v7 24/78] KVM: x86: add .gpt_translation_fault()
` [RFC PATCH v7 25/78] KVM: x86: add .control_singlestep()
` [RFC PATCH v7 26/78] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [RFC PATCH v7 27/78] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [RFC PATCH v7 28/78] KVM: x86: export kvm_inject_pending_exception()
` [RFC PATCH v7 29/78] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [RFC PATCH v7 30/78] KVM: x86: page track: provide all page tracking hooks with the guest virtual address
` [RFC PATCH v7 31/78] KVM: x86: page track: add track_create_slot() callback
` [RFC PATCH v7 32/78] KVM: x86: page_track: add support for preread, prewrite and preexec
` [RFC PATCH v7 33/78] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [RFC PATCH v7 34/78] KVM: x86: intercept the write access on sidt and other emulated instructions
` [RFC PATCH v7 35/78] KVM: x86: disable gpa_available optimization for fetch and page-walk NPF/EPT violations
` [RFC PATCH v7 36/78] KVM: introduce VM introspection
` [RFC PATCH v7 37/78] KVM: introspection: add hook/unhook ioctls
` [RFC PATCH v7 38/78] KVM: introspection: add permission access ioctls
` [RFC PATCH v7 39/78] KVM: introspection: add the read/dispatch message function
` [RFC PATCH v7 40/78] KVM: introspection: add KVMI_GET_VERSION
` [RFC PATCH v7 41/78] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [RFC PATCH v7 42/78] KVM: introspection: add KVMI_VM_GET_INFO
` [RFC PATCH v7 43/78] KVM: introspection: add KVMI_EVENT_UNHOOK
` [RFC PATCH v7 44/78] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [RFC PATCH v7 45/78] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [RFC PATCH v7 46/78] KVM: introspection: add vCPU related data
` [RFC PATCH v7 47/78] KVM: introspection: add a jobs list to every introspected vCPU
` [RFC PATCH v7 48/78] KVM: introspection: handle vCPU introspection requests
` [RFC PATCH v7 49/78] KVM: introspection: handle vCPU commands
` [RFC PATCH v7 50/78] KVM: introspection: add KVMI_VCPU_GET_INFO
` [RFC PATCH v7 51/78] KVM: introspection: add KVMI_VCPU_PAUSE
` [RFC PATCH v7 52/78] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU
` [RFC PATCH v7 53/78] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [RFC PATCH v7 54/78] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [RFC PATCH v7 55/78] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [RFC PATCH v7 56/78] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [RFC PATCH v7 57/78] KVM: introspection: add KVMI_EVENT_HYPERCALL
` [RFC PATCH v7 58/78] KVM: introspection: add KVMI_EVENT_BREAKPOINT
` [RFC PATCH v7 59/78] KVM: introspection: restore the state of #BP interception on unhook
` [RFC PATCH v7 60/78] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR
` [RFC PATCH v7 61/78] KVM: introspection: restore the state of CR3 interception on unhook
` [RFC PATCH v7 62/78] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [RFC PATCH v7 63/78] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [RFC PATCH v7 64/78] KVM: introspection: add KVMI_EVENT_XSETBV
` [RFC PATCH v7 65/78] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [RFC PATCH v7 66/78] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [RFC PATCH v7 67/78] KVM: introspection: add KVMI_EVENT_DESCRIPTOR
` [RFC PATCH v7 68/78] KVM: introspection: restore the state of descriptor interception on unhook
` [RFC PATCH v7 69/78] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_EVENT_MSR
` [RFC PATCH v7 70/78] KVM: introspection: restore the state of MSR interception on unhook
` [RFC PATCH v7 71/78] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [RFC PATCH v7 72/78] KVM: introspection: add KVMI_EVENT_PF
` [RFC PATCH v7 73/78] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [RFC PATCH v7 74/78] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [RFC PATCH v7 75/78] KVM: introspection: add KVMI_EVENT_SINGLESTEP
` [RFC PATCH v7 76/78] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [RFC PATCH v7 77/78] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [RFC PATCH v7 78/78] KVM: x86: call the page tracking code on emulation failure

[PATCH 4/5] vfio/type1: optimize dma_list tree iterations
 2020-02-07 18:03 UTC 


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