kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-07 08:21:42 to 2020-04-09 04:51:15 UTC [more...]

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-04-09  4:50 UTC  (29+ messages)

[GIT PULL] vhost: fixes, vdpa
 2020-04-09  4:05 UTC  (3+ messages)

[GIT PULL v2] vhost: cleanups and fixes
 2020-04-09  4:05 UTC  (4+ messages)

[GIT PULL] Second batch of KVM changes for Linux 5.7
 2020-04-09  4:05 UTC  (2+ messages)

[PATCH v4 0/2] selftests: kvm: Introduce the mem_slot_test test
 2020-04-09  3:01 UTC  (7+ messages)
` [PATCH v4 1/2] selftests: kvm: Add vm_get_fd() in kvm_util
` [PATCH v4 2/2] selftests: kvm: Add mem_slot_test test

[PATCH] KVM: VMX: fix crash cleanup when KVM wasn't used
 2020-04-09  1:22 UTC  (3+ messages)

[PATCH v2 0/3] KVM: VMX: Fix for kexec VMCLEAR and VMXON cleanup
 2020-04-09  1:20 UTC  (6+ messages)

KCSAN + KVM = host reset
 2020-04-08 21:29 UTC  (3+ messages)

[PATCH] vfio: checking of validity of user vaddr in vfio_dma_rw
 2020-04-08 16:59 UTC  (2+ messages)

CfP VHPC'20: extension, Zoom Online Event without charge
 2020-04-08 16:57 UTC 

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-08 16:46 UTC  (23+ messages)
` [PATCH v7 01/15] s390/vfio-ap: store queue struct in hash table for quick access
` [PATCH v7 02/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v7 04/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v7 05/15] s390/vfio-ap: introduce shadow CRYCB
` [PATCH v7 06/15] s390/vfio-ap: sysfs attribute to display the guest CRYCB
` [PATCH v7 07/15] s390/vfio-ap: filter CRYCB bits for unavailable queue devices
` [PATCH v7 08/15] s390/vfio_ap: add qlink from ap_matrix_mdev struct to vfio_ap_queue struct
` [PATCH v7 09/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v7 10/15] s390/vfio-ap: allow configuration of matrix mdev in use by a KVM guest
` [PATCH v7 11/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v7 12/15] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v7 13/15] s390/vfio-ap: handle host AP config change notification
` [PATCH v7 14/15] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v7 15/15] s390/vfio-ap: handle probe/remove not due to host AP config changes

[PATCH v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-04-08 16:33 UTC  (11+ messages)
` [PATCH v1 2/2] vfio/pci: Emulate PASID/PRI capability for VFs

[PATCH 00/35] Documentation fixes for Kernel 5.8
 2020-04-08 15:45 UTC  (2+ messages)
` [PATCH 04/35] docs: fix broken references for ReST files that moved around

[RFC PATCH 00/26] Runtime paravirt patching
 2020-04-08 14:49 UTC  (38+ messages)
` [RFC PATCH 01/26] x86/paravirt: Specify subsection in PVOP macros
` [RFC PATCH 02/26] x86/paravirt: Allow paravirt patching post-init
` [RFC PATCH 03/26] x86/paravirt: PVRTOP macros for PARAVIRT_RUNTIME
` [RFC PATCH 04/26] x86/alternatives: Refactor alternatives_smp_module*
` [RFC PATCH 05/26] x86/alternatives: Rename alternatives_smp*, smp_alt_module
` [RFC PATCH 06/26] x86/alternatives: Remove stale symbols
` [RFC PATCH 07/26] x86/paravirt: Persist .parainstructions.runtime
` [RFC PATCH 08/26] x86/paravirt: Stash native pv-ops
` [RFC PATCH 09/26] x86/paravirt: Add runtime_patch()
` [RFC PATCH 10/26] x86/paravirt: Add primitives to stage pv-ops
` [RFC PATCH 11/26] x86/alternatives: Remove return value of text_poke*()
` [RFC PATCH 12/26] x86/alternatives: Use __get_unlocked_pte() in text_poke()
` [RFC PATCH 13/26] x86/alternatives: Split __text_poke()
` [RFC PATCH 14/26] x86/alternatives: Handle native insns in text_poke_loc*()
` [RFC PATCH 15/26] x86/alternatives: Non-emulated text poking
` [RFC PATCH 16/26] x86/alternatives: Add paravirt patching at runtime
` [RFC PATCH 17/26] x86/alternatives: Add patching logic in text_poke_site()
` [RFC PATCH 18/26] x86/alternatives: Handle BP in non-emulated text poking
` [RFC PATCH 19/26] x86/alternatives: NMI safe runtime patching
` [RFC PATCH 20/26] x86/paravirt: Enable pv-spinlocks in runtime_patch()
` [RFC PATCH 21/26] x86/alternatives: Paravirt runtime selftest
` [RFC PATCH 22/26] kvm/paravirt: Encapsulate KVM pv switching logic
` [RFC PATCH 23/26] x86/kvm: Add worker to trigger runtime patching
` [RFC PATCH 24/26] x86/kvm: Support dynamic CPUID hints
` [RFC PATCH 25/26] x86/kvm: Guest support for dynamic hints
` [RFC PATCH 26/26] x86/kvm: Add hint change notifier for KVM_HINT_REALTIME

[PATCH v2 0/3] tools/kvm_stat: add logfile support
 2020-04-08 14:32 UTC  (2+ messages)

[PATCH 0/2] KVM: Fix out-of-bounds memslot access
 2020-04-08 14:23 UTC  (14+ messages)
` [PATCH 1/2] KVM: Check validity of resolved slot when searching memslots
` [PATCH 2/2] KVM: s390: Return last valid slot if approx index is out-of-bounds

[PATCH] kvm/x86: Reduce counter period change overhead and delay the effective time
 2020-04-08 14:04 UTC  (4+ messages)
` [PATCH v2] KVM: x86/pmu: "

[PATCH] KVM: x86/pmu: Support full width counting
 2020-04-08 13:53 UTC 

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-04-08 10:27 UTC  (30+ messages)
` [PATCH v1 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [PATCH v1 5/8] vfio/type1: Report 1st-level/stage-1 format to userspace
` [PATCH v1 6/8] vfio/type1: Bind guest page tables to host
` [PATCH v1 7/8] vfio/type1: Add VFIO_IOMMU_CACHE_INVALIDATE

[PATCH kernel v2 0/7] powerpc/powenv/ioda: Allow huge DMA window at 4GB
 2020-04-08  9:43 UTC  (2+ messages)

[PATCH v3 0/2] selftests: kvm: Introduce the mem_slot_test test
 2020-04-08  7:46 UTC  (4+ messages)
` [PATCH v3 1/2] selftests: kvm: Add vm_get_fd() in kvm_util
` [PATCH v3 2/2] selftests: kvm: Add mem_slot_test test

[PATCH] vfio: avoid possible overflow in vfio_iommu_type1_pin_pages
 2020-04-08  7:12 UTC 

[PATCH v2 0/2] VFIO mdev aggregated resources handling
 2020-04-08  5:58 UTC  (4+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] Documentation/driver-api/vfio-mediated-device.rst: update for aggregation support
` [PATCH v3 2/2] drm/i915/gvt: mdev aggregation type

[PATCH v6 00/14] Add AMD SEV guest live migration support
 2020-04-08  3:18 UTC  (20+ messages)
` [PATCH v6 08/14] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v6 11/14] KVM: x86: Introduce KVM_SET_PAGE_ENC_BITMAP ioctl
` [PATCH v6 12/14] KVM: x86: Introduce KVM_PAGE_ENC_BITMAP_RESET ioctl

[PATCH v17 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-04-08  1:10 UTC  (3+ messages)
` [PATCH v17 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking

KASAN: slab-out-of-bounds Read in kvm_vcpu_gfn_to_memslot
 2020-04-08  1:09 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in kvm_read_guest_page
 2020-04-08  1:08 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in __kvm_map_gfn
 2020-04-08  1:08 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in __kvm_gfn_to_hva_cache_init
 2020-04-07 20:06 UTC 

[PATCH kvm-unit-tests v2] arch-run: Add reserved variables to the default environ
 2020-04-07 15:45 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/2] A couple runtime fixes
 2020-04-07 15:36 UTC  (3+ messages)
` [PATCH kvm-unit-tests 1/2] run_migration: Implement our own wait

[PULL kvm-unit-tests 00/39] arm/arm64: The old and new
 2020-04-07 15:28 UTC  (2+ messages)

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-04-07 15:15 UTC  (2+ messages)

[PATCH v3] KVM: X86: Filter out the broadcast dest for IPI fastpath
 2020-04-07 12:34 UTC  (2+ messages)

[PATCH v1 00/11] PEBS virtualization enabling via DS
 2020-04-07 12:34 UTC  (10+ messages)
` [PATCH v1 01/11] perf/x86/core: Support KVM to assign a dedicated counter for guest PEBS

[GIT PULL 0/3] KVM: s390: Fixes for vsie (nested hypervisors)
 2020-04-07 12:31 UTC  (5+ messages)
` [GIT PULL 1/3] KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
` [GIT PULL 2/3] KVM: s390: vsie: Fix delivery of addressing exceptions
` [GIT PULL 3/3] KVM: s390: vsie: Fix possible race when shadowing region 3 tables

[PATCH v2 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-04-07 11:59 UTC  (6+ messages)
` [PATCH v2 09/22] vfio/common: init HostIOMMUContext per-container

[PATCH v2 0/5] KVM: s390: vsie: fixes and cleanups
 2020-04-07 11:35 UTC  (15+ messages)
` [PATCH v2 1/5] KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
` [PATCH v2 2/5] KVM: s390: vsie: Fix delivery of addressing exceptions
` [PATCH v2 3/5] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
` [PATCH v2 4/5] KVM: s390: vsie: Move conditional reschedule
` [PATCH v2 5/5] KVM: s390: vsie: gmap_table_walk() simplifications

[PATCH] vfio-ccw: document possible errors
 2020-04-07 11:16 UTC 

[PATCH v2 0/2] selftests: kvm: Introduce the mem_slot_test test
 2020-04-07  8:32 UTC  (5+ messages)
` [PATCH v2 2/2] selftests: kvm: Add "

[PATCH] KVM: X86: Ultra fast single target IPI fastpath
 2020-04-07  8:28 UTC 

[PATCH] KVM: nVMX: don't clear mtf_pending when nested events are blocked
 2020-04-07  8:21 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter
 2020-04-07  8:21 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).