kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-01 17:16:38 to 2021-02-02 19:39:26 UTC [more...]

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-02 19:37 UTC  (24+ messages)
` [PATCH 5/9] vfio-pci/zdev: remove unused vdev argument
` [PATCH 6/9] vfio-pci/zdev: fix possible segmentation fault issue
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd
` [PATCH 9/9] vfio/pci: use powernv naming instead of nvlink2

[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
 2021-02-02 14:15 UTC  (14+ messages)
` [PATCH v16 1/9] arm64: Probe for the presence of KVM hypervisor
` [PATCH v16 3/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v16 6/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v16 7/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [PATCH v16 8/9] doc: add ptp_kvm introduction for arm64 support
` [PATCH v16 9/9] arm64: Add kvm capability check extension for ptp_kvm

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-02-02 14:06 UTC  (4+ messages)
` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-02 19:25 UTC  (39+ messages)
` [RFC PATCH v3 01/27] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v3 04/27] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
` [RFC PATCH v3 08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v3 13/27] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v3 14/27] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v3 16/27] KVM: VMX: Convert vcpu_vmx.exit_reason to a union

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-02-02 18:57 UTC  (29+ messages)
` [PATCH v2 01/28] KVM: x86/mmu: change TDP MMU yield function returns to match cond_resched
` [PATCH v2 02/28] KVM: x86/mmu: Add comment on __tdp_mmu_set_spte
` [PATCH v2 03/28] KVM: x86/mmu: Add lockdep when setting a TDP MMU SPTE
` [PATCH v2 04/28] KVM: x86/mmu: Don't redundantly clear TDP MMU pt memory
` [PATCH v2 05/28] KVM: x86/mmu: Factor out handling of removed page tables
` [PATCH v2 06/28] locking/rwlocks: Add contention detection for rwlocks
` [PATCH v2 07/28] sched: Add needbreak "
` [PATCH v2 08/28] sched: Add cond_resched_rwlock
` [PATCH v2 09/28] KVM: x86/mmu: Fix braces in kvm_recover_nx_lpages
` [PATCH v2 10/28] KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
` [PATCH v2 11/28] KVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_cond_resched
` [PATCH v2 12/28] KVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
` [PATCH v2 13/28] KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iter
` [PATCH v2 14/28] KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed
` [PATCH v2 15/28] KVM: x86/mmu: Skip no-op changes in TDP MMU functions
` [PATCH v2 16/28] KVM: x86/mmu: Clear dirtied pages mask bit before early break
` [PATCH v2 17/28] KVM: x86/mmu: Protect TDP MMU page table memory with RCU
` [PATCH v2 18/28] KVM: x86/mmu: Use an rwlock for the x86 MMU
` [PATCH v2 19/28] KVM: x86/mmu: Factor out functions to add/remove TDP MMU pages
` [PATCH v2 20/28] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
` [PATCH v2 21/28] KVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
` [PATCH v2 22/28] KVM: x86/mmu: Mark SPTEs in disconnected pages as removed
` [PATCH v2 23/28] KVM: x86/mmu: Allow parallel page faults for the TDP MMU
` [PATCH v2 24/28] KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
` [PATCH v2 25/28] KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU "
` [PATCH v2 26/28] KVM: x86/mmu: Allow enabling / disabling dirty logging under "
` [PATCH v2 27/28] KVM: selftests: Add backing src parameter to dirty_log_perf_test
` [PATCH v2 28/28] KVM: selftests: Disable dirty logging with vCPUs running

[PATCH v4 0/3] KVM: SVM: Refactor vcpu_load/put to use vmload/vmsave for host state
 2021-02-02 19:01 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional "
` [PATCH v4 2/3] KVM: SVM: remove uneeded fields from host_save_users_msrs
` [PATCH v4 3/3] KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup

[GIT PULL] vdpa: bugfix
 2021-02-02 18:48 UTC  (2+ messages)

[PATCH] KVM: x86: cleanup CR3 reserved bits checks
 2021-02-02 18:34 UTC  (2+ messages)

[PATCH] KVM: cleanup DR6/DR7 reserved bits checks
 2021-02-02 18:27 UTC  (2+ messages)

[PATCH 0/3] use kvm_complete_insn_gp more
 2021-02-02 18:17 UTC  (9+ messages)
` [PATCH 1/3] KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers
` [PATCH 2/3] KVM: x86: move kvm_inject_gp up from kvm_handle_invpcid "
` [PATCH 3/3] KVM: x86: move kvm_inject_gp up from kvm_set_dr "

[PATCH v2 0/2] s390/kvm: fix MVPG when in VSIE
 2021-02-02 18:00 UTC  (3+ messages)
` [PATCH v2 1/2] s390/kvm: extend kvm_s390_shadow_fault to return entry pointer
` [PATCH v2 2/2] s390/kvm: VSIE: correctly handle MVPG when in VSIE

[kvm-unit-tests PATCH v1 3/5] s390x: css: implementing Set CHannel Monitor
 2021-02-02 17:35 UTC  (11+ messages)
  ` [kvm-unit-tests PATCH v1 5/5] s390x: css: testing measurement block format 1
  ` [kvm-unit-tests PATCH v1 1/5] s390x: css: Store CSS Characteristics
  ` [kvm-unit-tests PATCH v1 2/5] s390x: css: simplifications of the tests
  ` [kvm-unit-tests PATCH v1 4/5] s390x: css: SCHM tests format 0

[PATCH 0/3] KVM: SVM: Refactor vcpu_load/put to use vmload/vmsave for host state
 2021-02-02 17:32 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional "

[PATCH] selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_GET_SUPPORTED_CPUID
 2021-02-02 17:28 UTC  (2+ messages)

[PATCH] vfio/iommu_type1: Mantainance a counter for non_pinned_groups
 2021-02-02 17:22 UTC  (2+ messages)

[PATCH] vfio/pci: Fix handling of pci use accessor return codes
 2021-02-02 17:22 UTC  (2+ messages)

[PATCH v3 0/2] vfio/iommu_type1: some fixes
 2021-02-02 17:21 UTC  (2+ messages)

[PATCH V3 0/9] vfio virtual address update
 2021-02-02 17:21 UTC  (7+ messages)

[PATCH] KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode
 2021-02-02 16:55 UTC 

[PATCH 0/3] use kvm_complete_insn_gp more
 2021-02-02 16:51 UTC 

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-02-02 16:37 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: Add '__func__' in rmap_printk()
 2021-02-02 16:07 UTC  (4+ messages)

[PATCH] KVM: move EXIT_FASTPATH_REENTER_GUEST to common code
 2021-02-02 16:10 UTC 

[PATCH v2 0/3] Add KVM support for bus lock debug exception
 2021-02-02 16:05 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
` [PATCH v2 2/3] KVM: X86: Add support for the emulation of DR6_BUS_LOCK bit
` [PATCH v2 3/3] KVM: X86: Expose bus lock debug exception to guest

[PATCH RFC v2 00/10] vdpa: add vdpa simulator for block device
 2021-02-02 15:49 UTC  (12+ messages)
` [PATCH RFC v2 03/10] vringh: reset kiov 'consumed' field in __vringh_iov()
` [PATCH RFC v2 08/10] vdpa: add vdpa simulator for block device
` [PATCH RFC v2 09/10] vdpa_sim_blk: implement ramdisk behaviour
` [PATCH RFC v2 10/10] vdpa_sim_blk: handle VIRTIO_BLK_T_GET_ID

[PATCH v2] KVM: Stop using deprecated jump label APIs
 2021-02-02 15:19 UTC 

[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-02 14:59 UTC  (2+ messages)

[PATCH v2 1/1] vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay
 2021-02-02 14:56 UTC  (2+ messages)

[PATCH v14 00/11] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2021-02-02 14:53 UTC  (9+ messages)
` [PATCH v14 02/11] KVM: x86/pmu: Set up IA32_PERF_CAPABILITIES if PDCM bit is available
` [PATCH v14 03/11] KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled
` [PATCH v14 07/11] KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation
  ` [PATCH v14 11/11] selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-02-02 14:34 UTC  (9+ messages)
` [PATCH v4 1/2] drivers/misc: sysgenid: add system generation id driver

[PATCH v17 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-02-02 14:12 UTC  (8+ messages)
` [PATCH v17 1/7] arm/arm64: Probe for the presence of KVM hypervisor
` [PATCH v17 2/7] KVM: arm64: Advertise KVM UID to guests via SMCCC
` [PATCH v17 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent
` [PATCH v17 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v17 5/7] clocksource: Add clocksource id for arm arch counter
` [PATCH v17 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v17 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-02 12:34 UTC  (5+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING

[PATCH v3 00/17] Introducing Linux root partition support for Microsoft Hypervisor
 2021-02-02 12:16 UTC  (2+ messages)

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

[Announcement] Successful KVM RISC-V bring up on FPGA (Rocket core with H extension)
 2021-02-02  8:43 UTC 

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-02  8:03 UTC  (14+ messages)
` [PATCH v13 01/15] iommu: Introduce attach/detach_pasid_table API
` [PATCH v13 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table

[RFC PATCH v1 0/4] vfio: Add IOPF support for VFIO passthrough
 2021-02-02  6:41 UTC  (4+ messages)

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-02-02  6:31 UTC  (10+ messages)
` [PATCH v3 04/17] perf: x86/ds: Handle guest PEBS overflow PMI and inject it to guest

[PATCH v1] vfio/pci: Add support for opregion v2.0+
 2021-02-02  5:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] KVM: MIPS: remove unneeded semicolon
 2021-02-02  4:40 UTC  (2+ messages)

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

[PATCH v7 00/13] Generalize memory encryption models
 2021-02-02  1:41 UTC  (5+ messages)
` [PATCH v7 07/13] confidential guest support: Introduce cgs "ready" flag

[PATCH 1/2] KVM: x86/mmu: Make HVA handler retpoline-friendly
 2021-02-02  1:33 UTC  (3+ messages)
` [PATCH 2/2] KVM: Scalable memslots implementation

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-02-02  1:33 UTC 

[PATCH] KVM: x86/mmu: Remove unused variable invalid_list
 2021-02-02  0:30 UTC 

[Bug 211467] New: Regression affecting 32->64 bit SYSENTER on AMD
 2021-02-01 21:16 UTC  (2+ messages)
` [Bug 211467] "

[PATCH v4 00/15] x86: major paravirt cleanup
 2021-02-01 19:48 UTC  (3+ messages)
` [PATCH v4 07/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH v6 0/6] Qemu SEV-ES guest support
 2021-02-01 18:48 UTC  (4+ messages)
` [PATCH v6 3/6] sev/i386: Allow AP booting under SEV-ES

[PATCH v6 05/11] target/arm: Restrict ARMv6 cpus to TCG accel
 2021-02-01 17:37 UTC  (2+ messages)
    ` [PATCH v6 06/11] target/arm: Restrict ARMv7 R-profile "

[PATCH v2] KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
 2021-02-01 17:36 UTC  (7+ messages)

[PATCH v3] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-02-01 17:31 UTC  (2+ messages)

[PATCH RFC v1 0/3] Introduce vfio-pci-core subsystem
 2021-02-01 17:29 UTC  (16+ 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).