kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-11 17:01:24 to 2021-01-12 18:14:47 UTC [more...]

[PATCH 00/24] Allow parallel page faults with TDP MMU
 2021-01-12 18:10 UTC  (21+ messages)
` [PATCH 01/24] locking/rwlocks: Add contention detection for rwlocks
` [PATCH 02/24] sched: Add needbreak "
` [PATCH 06/24] kvm: x86/mmu: Skip no-op changes in TDP MMU functions
` [PATCH 07/24] kvm: x86/mmu: Add comment on __tdp_mmu_set_spte
` [PATCH 09/24] kvm: x86/mmu: Don't redundantly clear TDP MMU pt memory
` [PATCH 10/24] kvm: x86/mmu: Factor out handle disconnected pt
` [PATCH 11/24] kvm: x86/mmu: Put TDP MMU PT walks in RCU read-critical section
` [PATCH 12/24] kvm: x86/kvm: RCU dereference tdp mmu page table links
` [PATCH 13/24] kvm: x86/mmu: Only free tdp_mmu pages after a grace period
` [PATCH 14/24] kvm: mmu: Wrap mmu_lock lock / unlock in a function
` [PATCH 15/24] kvm: mmu: Wrap mmu_lock cond_resched and needbreak
` [PATCH 16/24] kvm: mmu: Wrap mmu_lock assertions
` [PATCH 17/24] kvm: mmu: Move mmu_lock to struct kvm_arch
` [PATCH 18/24] kvm: x86/mmu: Use an rwlock for the x86 TDP MMU
` [PATCH 19/24] kvm: x86/mmu: Protect tdp_mmu_pages with a lock
` [PATCH 20/24] kvm: x86/mmu: Add atomic option for setting SPTEs
` [PATCH 21/24] kvm: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
` [PATCH 22/24] kvm: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
` [PATCH 23/24] kvm: x86/mmu: Freeze SPTEs in disconnected pages
` [PATCH 24/24] kvm: x86/mmu: Allow parallel page faults for the TDP MMU

[PATCH 1/2] KVM: x86: Add emulation support for #GP triggered by VM instructions
 2021-01-12 17:59 UTC  (14+ messages)
` [PATCH 2/2] KVM: SVM: Add support for VMCB address check change

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-01-12 17:55 UTC  (20+ messages)
` [PATCH v13 05/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v13 06/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v13 07/15] s390/vfio-ap: introduce shadow APCB
` [PATCH v13 08/15] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v13 09/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v13 10/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v13 11/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v13 12/15] s390/zcrypt: Notify driver on config changed and scan complete callbacks

[RFC PATCH 00/23] KVM SGX virtualization support
 2021-01-12 17:51 UTC  (39+ messages)
` [RFC PATCH 01/23] x86/sgx: Split out adding EPC page to free list to separate helper
` [RFC PATCH 02/23] x86/sgx: Add enum for SGX_CHILD_PRESENT error code
` [RFC PATCH 03/23] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH 04/23] x86/cpufeatures: Add SGX1 and SGX2 sub-features

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-12 17:48 UTC  (12+ messages)
` [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
` [PATCH 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[kvm-unit-tests PATCH] x86/access: Fixed test stuck issue on new 52bit machine
 2021-01-12 17:01 UTC  (4+ messages)

UBSAN: shift-out-of-bounds in kvm_vcpu_after_set_cpuid
 2021-01-12 16:53 UTC  (5+ messages)

[PATCH 0/2] KVM: SVM: Track physical cpu and asid_generation via the vmcb
 2021-01-12 16:43 UTC  (3+ messages)
` [PATCH 1/2] KVM: nSVM: Track the physical cpu of the vmcb vmrun through "
` [PATCH 2/2] KVM: nSVM: Track the ASID generation "

[kvm-unit-tests PATCH v4 0/9] s390x: Add SIE library and simple tests
 2021-01-12 15:51 UTC  (11+ messages)
` [kvm-unit-tests PATCH v4 1/9] s390x: Add test_bit to library
` [kvm-unit-tests PATCH v4 2/9] s390x: Consolidate sclp read info
` [kvm-unit-tests PATCH v4 3/9] s390x: SCLP feature checking
` [kvm-unit-tests PATCH v4 4/9] s390x: Split assembly into multiple files
` [kvm-unit-tests PATCH v4 5/9] s390x: sie: Add SIE to lib
` [kvm-unit-tests PATCH v4 6/9] s390x: sie: Add first SIE test
` [kvm-unit-tests PATCH v4 7/9] s390x: Add diag318 intercept test
` [kvm-unit-tests PATCH v4 8/9] s390x: Fix sclp.h style issues
` [kvm-unit-tests PATCH v4 9/9] s390x: sclp: Add CPU entry offset comment

[PATCH V1 0/5] vfio virtual address update
 2021-01-12 15:47 UTC  (14+ messages)
` [PATCH V1 2/5] vfio: option to unmap all
` [PATCH V1 3/5] vfio: detect closed container
` [PATCH V1 4/5] vfio: VA suspend interface
` [PATCH V1 5/5] vfio: block during VA suspend

[PATCH v7 00/17] follow_pfn and other iomap races
 2021-01-12 13:28 UTC  (3+ messages)

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-01-12 13:08 UTC  (6+ messages)
` [PATCH v4 1/2] drivers/misc: sysgenid: add system generation id driver
` [PATCH v4 2/2] drivers/virt: vmgenid: add vm "

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-12 12:04 UTC  (4+ messages)
` [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during "

[PATCH v6 00/13] Generalize memory encryption models
 2021-01-12 11:49 UTC  (24+ messages)
` [PATCH v6 01/13] qom: Allow optional sugar props
` [PATCH v6 02/13] confidential guest support: Introduce new confidential guest support class
` [PATCH v6 03/13] sev: Remove false abstraction of flash encryption
` [PATCH v6 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption()
` [PATCH v6 05/13] confidential guest support: Rework the "memory-encryption" property
` [PATCH v6 06/13] sev: Add Error ** to sev_kvm_init()
` [PATCH v6 07/13] confidential guest support: Introduce cgs "ready" flag
` [PATCH v6 08/13] confidential guest support: Move SEV initialization into arch specific code
` [PATCH v6 09/13] confidential guest support: Update documentation
` [PATCH v6 10/13] spapr: Add PEF based confidential guest support
` [PATCH v6 11/13] spapr: PEF: prevent migration
` [PATCH v6 12/13] confidential guest support: Alter virtio default properties for protected guests
` [PATCH v6 13/13] s390: Recognize confidential-guest-support option

Bad performance since 5.9-rc1
 2021-01-12 11:18 UTC  (8+ messages)

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-01-12 11:05 UTC  (5+ messages)
` [PATCH v7 02/16] iommu/smmu: Report empty domain nesting info

[PATCH 0/2] sysemu: Let VMChangeStateHandler take boolean 'running' argument
 2021-01-12 10:30 UTC  (7+ messages)
` [PATCH 1/2] sysemu/runstate: Let runstate_is_running() return bool
` [PATCH 2/2] sysemu: Let VMChangeStateHandler take boolean 'running' argument

[PATCH] kvm: Fixes lack of KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 enabled check
 2021-01-12 10:20 UTC  (2+ messages)

[RFC, v2 0/1] msi support for platform devices
 2021-01-12  9:22 UTC  (8+ messages)
` [RFC, v3 0/2] "
  ` [RFC v3 1/2] vfio/platform: add support for msi
  ` [RFC v3 2/2] vfio/platform: msi: add Broadcom platform devices

[for-6.0 v5 11/13] spapr: PEF: prevent migration
 2021-01-12  8:19 UTC  (14+ messages)
          `  "
            ` [EXTERNAL] "

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-01-12  8:02 UTC  (3+ messages)

[PATCH v2] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call
 2021-01-12  7:49 UTC  (2+ messages)

[PATCH v3] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call
 2021-01-12  7:49 UTC  (2+ messages)

[RFC PATCH v2 1/1] platform-msi: Add platform check for subdevice irq domain
 2021-01-12  7:34 UTC  (14+ messages)

[for-6.0 v5 00/13] Generalize memory encryption models
 2021-01-12  3:49 UTC  (13+ messages)
` [for-6.0 v5 01/13] qom: Allow optional sugar props
` [for-6.0 v5 03/13] securable guest memory: Handle memory encryption via interface
` [for-6.0 v5 05/13] securable guest memory: Rework the "memory-encryption" property
` [for-6.0 v5 06/13] securable guest memory: Decouple kvm_memcrypt_*() helpers from KVM

[PATCH v1] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call
 2021-01-12  3:17 UTC  (2+ messages)

[PATCH 00/21] Control VQ support in vDPA
 2021-01-12  3:11 UTC  (4+ messages)
` [PATCH 21/21] vdpasim: control virtqueue support

[PATCH v3 10/21] x86/fpu/xstate: Update xstate save function to support dynamic xstate
 2021-01-12  2:52 UTC  (4+ messages)

[PATCH 0/2] Enumerate and expose AVX_VNNI feature
 2021-01-12  2:13 UTC  (5+ messages)
` [PATCH 1/2] Enumerate AVX Vector Neural Network instructions

[PATCH v5 00/16] KVM: Add minimal support for Xen HVM guests
 2021-01-11 23:42 UTC  (18+ messages)
` [PATCH v5 01/16] KVM: x86/xen: fix Xen hypercall page msr handling
` [PATCH v5 02/16] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH v5 03/16] KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
` [PATCH v5 04/16] KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
` [PATCH v5 05/16] KVM: x86/xen: latch long_mode when hypercall page is set up
` [PATCH v5 06/16] KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info
` [PATCH v5 07/16] KVM: x86/xen: register shared_info page
` [PATCH v5 08/16] xen: add wc_sec_hi to struct shared_info
` [PATCH v5 09/16] KVM: x86/xen: update wallclock region
` [PATCH v5 10/16] KVM: x86/xen: register vcpu info
` [PATCH v5 11/16] KVM: x86/xen: setup pvclock updates
` [PATCH v5 12/16] KVM: x86/xen: register vcpu time info region
` [PATCH v5 13/16] KVM: x86/xen: register runstate info
` [PATCH v5 14/16] KVM: x86: declare Xen HVM shared info capability and add test case
` [PATCH v5 15/16] KVM: Add documentation for Xen hypercall and shared_info updates
` [PATCH v5 16/16] KVM: x86/xen: Add event channel interrupt vector upcall

[PATCH 00/13] KVM: SVM: Misc SEV cleanups
 2021-01-11 20:59 UTC  (12+ messages)
` [PATCH 01/13] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
` [PATCH 06/13] x86/sev: Rename global "sev_enabled" flag to "sev_guest"
` [PATCH 11/13] KVM: SVM: Drop redundant svm_sev_enabled() helper

[PATCH 0/2] Use static_call for kvm_x86_ops
 2021-01-11 17:31 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: introduce definitions to support static calls "
` [PATCH 2/2] KVM: x86: use static calls to reduce kvm_x86_ops overhead

[PATCH] KVM: update depracated jump label API
 2021-01-11 17:15 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).