kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-11 04:10:25 to 2024-01-15 13:38:29 UTC [more...]

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-01-15 12:57 UTC  (20+ messages)
` [PATCH v12 01/20] KVM: pfncache: Add a map helper function
` [PATCH v12 02/20] KVM: pfncache: remove unnecessary exports
` [PATCH v12 03/20] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v12 05/20] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v12 06/20] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v12 07/20] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v12 09/20] KVM: xen: separate initialization of shared_info cache and content
` [PATCH v12 10/20] KVM: xen: re-initialize shared_info if guest (32/64-bit) mode is set
` [PATCH v12 11/20] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v12 12/20] KVM: xen: allow vcpu_info "
` [PATCH v12 13/20] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v12 14/20] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v12 15/20] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v12 16/20] KVM: xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v12 17/20] KVM: xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v12 18/20] KVM: pfncache: check the need for invalidation under read lock first
` [PATCH v12 19/20] KVM: xen: allow vcpu_info content to be 'safely' copied
` [PATCH v12 20/20] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2024-01-15 12:44 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files

[kvm-unit-tests PATCH v2 0/3] arm64: runtime scripts improvements on efi
 2024-01-15 12:26 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] runtime: Fix the missing last_line
` [kvm-unit-tests PATCH v2 2/3] runtime: arm64: Skip the migration tests when run on EFI
` [kvm-unit-tests PATCH v2 3/3] arm64: efi: Make running tests on EFI can be parallel

[RFC PATCH v1] vsock/test: add '--peer-port' input argument
 2024-01-15 11:54 UTC  (3+ messages)

[PATCH v4 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2024-01-15 11:46 UTC  (3+ messages)
` [PATCH v4 2/2] KVM: VMX: Cleanup VMX misc "

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-15 11:19 UTC  (21+ messages)
` [PATCH v1 10/26] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH v1 11/26] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH v1 12/26] crypto: ccp: Define the SEV-SNP commands
` [PATCH v1 13/26] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP

[PATCH rfcv1 01/23] Update linux header to support nested hwpt alloc
 2024-01-15 10:37 UTC 

[PATCH v8 00/26] Enable CET Virtualization
 2024-01-15  9:58 UTC  (15+ messages)
` [PATCH v8 22/26] KVM: VMX: Set up interception for CET MSRs

[PATCH 0/3] vfio-pci support pasid attach/detach
 2024-01-15  9:49 UTC  (11+ messages)
` [PATCH 3/3] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
 2024-01-15  9:34 UTC  (3+ messages)

[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
 2024-01-15  9:03 UTC  (51+ messages)
` [PATCH v7 02/16] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v7 03/16] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v7 05/16] i386: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v7 07/16] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v7 08/16] i386: Expose module level in CPUID[0x1F]
` [PATCH v7 09/16] i386: Support module_id in X86CPUTopoIDs
` [PATCH v7 10/16] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v7 14/16] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v7 15/16] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]

[PATCH v5] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-01-15  8:01 UTC 

[PATCH v2] vfio: Use WARN_ON for low-probability allocation failure issue in vfio_pci_bus_notifier
 2024-01-15  6:34 UTC 

[PATCH] vfio/platform: Remove unnecessary free in vfio_set_trigger
 2024-01-15  6:08 UTC  (3+ messages)

[PATCH] vfio: Fix NULL pointer dereference in vfio_pci_bus_notifier
 2024-01-15  6:07 UTC  (3+ messages)

[PATCH v10 00/29] KVM: x86/pmu: selftests: Fixes and new tests
 2024-01-15  2:03 UTC  (8+ messages)
` [PATCH v10 11/29] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
` [PATCH v10 16/29] KVM: selftests: Test Intel PMU architectural events on gp counters

[PATCH v4 0/2] Add support for LAM in QEMU
 2024-01-14 12:09 UTC  (4+ messages)
` [PATCH v4 1/2] target/i386: add support for LAM in CPUID enumeration
` [PATCH v4 2/2] target/i386: add control bits support for LAM

[PATCH] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues
 2024-01-12 20:38 UTC 

(no subject)
 2024-01-12 20:12 UTC 

[GIT PULL] VFIO updates for v6.8-rc1
 2024-01-12 19:31 UTC 

[RFC PATCH 0/8] Dynamic vcpu priority management in kvm
 2024-01-12 18:37 UTC  (9+ messages)

[PATCH v1] KVM: nVMX: Fix handling triple fault on RSM instruction
 2024-01-12 17:58 UTC  (3+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-01-12 17:49 UTC 

[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
 2024-01-12 16:46 UTC  (24+ messages)
` [PATCH v2 02/43] tests/avocado: use snapshot=on in kvm_xen_guest
` [PATCH v2 03/43] gitlab: include microblazeel in testing
` [PATCH v2 12/43] qtest: bump boot-serial-test timeout to 3 minutes
` [PATCH v2 24/43] target/riscv: Move misa_mxl_max to class
` [PATCH v2 25/43] target/riscv: Validate misa_mxl_max only once
` [PATCH v2 38/43] plugins: add an API to read registers
` [PATCH v2 40/43] contrib/plugins: extend execlog to track register changes
` [PATCH v2 42/43] docs/devel: lift example and plugin API sections up

[PATCH v2] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
 2024-01-12 16:31 UTC  (3+ messages)

[PATCH] KVM: irqchip: synchronize srcu only if needed
 2024-01-12 16:28 UTC  (2+ messages)

Temporary KVM guest hangs connected to KSM and NUMA balancer
 2024-01-12 16:08 UTC  (4+ messages)

[PATCH] vfio/fsl-mc: Remove unnecessary free in vfio_set_trigger
 2024-01-12 15:35 UTC  (2+ messages)

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-12 14:52 UTC  (9+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links

[PULL 02/22] tests/avocado: use snapshot=on in kvm_xen_guest
 2024-01-12 11:04 UTC 

[PATCH v3 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2024-01-12  9:51 UTC  (4+ messages)

[PATCH] KVM: VMX: Correct *intr_info content and *info2 for EPT_VIOLATION in get_exit_info()
 2024-01-12  6:51 UTC 

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2024-01-12  5:53 UTC 

[RFC PATCH v2 0/3] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
 2024-01-12  5:34 UTC  (7+ messages)
` [RFC PATCH v2 2/3] KVM: selftests: add selftest driver for KVM to test memory slots for MMIO BARs

[Bug 218297] New: Kernel Panic and crash
 2024-01-12  5:33 UTC  (2+ messages)
` [Bug 218297] "

[RFC] Support for Arm CCA VMs on Linux
 2024-01-12  5:01 UTC  (5+ messages)

[PATCH] LoongArch: KVM: Remove unnecessary CSR register saving during enter guest
 2024-01-12  3:50 UTC 

[PATCH] x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace
 2024-01-12  1:08 UTC  (10+ messages)

[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
 2024-01-12  0:44 UTC  (7+ messages)
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID

[PATCH v5 0/6] Delay VERW
 2024-01-12  0:02 UTC  (9+ messages)
` [PATCH v5 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v5 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v5 3/6] x86/entry_32: "
` [PATCH v5 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v5 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v5 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH v3] x86/sev: Add support for allowing zero SEV ASIDs
 2024-01-11 20:34 UTC  (2+ messages)

[PATCH v11 0/8] Add iommufd nesting (part 2/2)
 2024-01-11 19:56 UTC  (13+ messages)
` [PATCH v11 2/8] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v11 3/8] iommu: Add iommu_copy_struct_from_user_array helper
` [PATCH v11 4/8] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v11 5/8] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v11 6/8] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v11 7/8] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v11 8/8] iommu/vt-d: Add iotlb flush for nested domain

[PATCH] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-01-11 16:55 UTC  (2+ messages)

[Bug 218259] New: High latency in KVM guests
 2024-01-11 15:55 UTC  (4+ messages)
` [Bug 218259] "

[PATCH v3 0/6] s390/vfio-ap: reset queues removed from guest's AP configuration
 2024-01-11 14:52 UTC  (8+ messages)
` [PATCH v3 1/6] s390/vfio-ap: always filter entire AP matrix
` [PATCH v3 2/6] s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configuration
` [PATCH v3 3/6] s390/vfio-ap: let 'on_scan_complete' callback filter matrix and update guest's APCB
` [PATCH v3 4/6] s390/vfio-ap: reset queues filtered from the guest's AP config
` [PATCH v3 5/6] s390/vfio-ap: reset queues associated with adapter for queue unbound from driver
` [PATCH v3 6/6] s390/vfio-ap: do not reset queue removed from host config

[PATCH v2 0/6] s390/vfio-ap: reset queues removed from guest's AP configuration
 2024-01-11 14:17 UTC  (3+ messages)
` [PATCH v2 6/6] s390/vfio-ap: do not reset queue removed from host config

[PATCH] KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCK
 2024-01-11 13:59 UTC 

[PATCH 0/4] KVM: Clean up "preempted in-kernel" logic
 2024-01-11 12:49 UTC  (9+ messages)
` [PATCH 1/4] KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernel
` [PATCH 2/4] KVM: x86: Rely solely on preempted_in_kernel flag for directed yield
` [PATCH 3/4] KVM: x86: Clean up directed yield API for "has pending interrupt"

[RFC PATCH v2 0/7] treewide: Use clocksource id for get_device_system_crosststamp()
 2024-01-11 11:34 UTC  (7+ messages)
` [RFC PATCH v2 2/7] x86/tsc: Add clocksource ID, set system_counterval_t.cs_id
` [RFC PATCH v2 3/7] x86/kvm, ptp/kvm: "

[PATCH v2] KVM: s390: selftest: memop: Fix undefined behavior
 2024-01-11  9:48 UTC 

[PATCH v8 00/10] Add iommufd nesting (part 2/2)
 2024-01-11  7:14 UTC  (5+ messages)
` [PATCH v8 07/10] iommu/vt-d: Allow qi_submit_sync() to return the QI faults


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