public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-29 10:16:37 to 2023-01-04 17:20:18 UTC [more...]

[PATCH 0/2] Fix "Instructions Retired" from incorrectly counting
 2023-01-04 17:20 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/pmu: Prevent the PMU from counting disallowed events

[PATCH v2 0/6] Clean up the supported xfeatures
 2023-01-04 17:13 UTC  (14+ messages)
` [PATCH v2 1/6] KVM: x86: Clear all supported MPX xfeatures if they are not all set
` [PATCH v2 2/6] KVM: x86: Clear all supported AVX-512 "
` [PATCH v2 3/6] KVM: x86: Clear all supported AMX "
` [PATCH v2 4/6] KVM: selftests: Hoist XGETBV and XSETBV to make them more accessible
` [PATCH v2 5/6] KVM: selftests: Add XFEATURE masks to common code
` [PATCH v2 6/6] KVM: selftests: Add XCR0 Test

[PATCH 0/3] KVM: x86/pmu: Fix accesses to PMU MSRs in two corner cases
 2023-01-04 16:27 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: Omit PMU MSRs from KVM_GET_MSR_INDEX_LIST if !enable_pmu
` [PATCH 2/3] KVM: x86: Ignore host accesses to higher version PMU features MSRs

[PATCH v2 0/1] vfio/type1: Fix vfio-pci pass-through of ISM devices
 2023-01-04 15:42 UTC  (2+ messages)
` [PATCH v2 1/1] vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()

[RFC 00/12] Add vfio_device cdev for iommufd support
 2023-01-04 15:23 UTC  (2+ messages)

[PATCH 0/1] KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fd
 2023-01-04 15:00 UTC  (3+ messages)
` [PATCH 1/1] "

[kvm-unit-tests PATCH v1 1/1] s390x: fix make standalone
 2023-01-04 14:49 UTC  (13+ messages)

[PATCH v2 0/4] KVM: nVMX: Fix 2nd exec controls override goofs
 2023-01-04 14:42 UTC  (5+ messages)
` [PATCH v2 3/4] KVM: nVMX: Don't muck with allowed sec exec controls on CPUID changes

[kvm-unit-tests PATCH] ci/cirrus-ci-macos: Update to the latest macOS version
 2023-01-04 14:25 UTC 

[PATCH 0/1] vfio/type1: Fix vfio-pci pass-through of ISM devices
 2023-01-04 13:08 UTC  (6+ messages)
` [PATCH 1/1] vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()

[syzbot] kernel BUG in vhost_vsock_handle_tx_kick
 2023-01-04 13:03 UTC  (4+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-04 12:12 UTC  (18+ messages)
` [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page
` [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 05/64] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command

[PATCH v4 00/32] KVM: x86: AVIC and local APIC fixes+cleanups
 2023-01-04 10:08 UTC  (11+ messages)
` [PATCH v4 11/32] KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
` [PATCH v4 28/32] KVM: SVM: Require logical ID to be power-of-2 for AVIC entry

[PATCH v10 000/108] KVM TDX basic feature support
 2023-01-04  7:59 UTC  (6+ messages)
` [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
` [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters

[Patch v3 0/9] NUMA aware page table's pages allocation
 2023-01-04  6:57 UTC  (36+ messages)
` [Patch v3 1/9] KVM: x86/mmu: Repurpose KVM MMU shrinker to purge shadow page caches
` [Patch v3 2/9] KVM: x86/mmu: Remove zapped_obsolete_pages from struct kvm_arch{}
` [Patch v3 4/9] KVM: Add module param to make page tables NUMA aware
` [Patch v3 5/9] KVM: x86/mmu: Allocate TDP page table's page on correct NUMA node on split
` [Patch v3 6/9] KVM: Provide NUMA node support to kvm_mmu_memory_cache{}
` [Patch v3 7/9] KVM: x86/mmu: Allocate page table's pages on NUMA node of the underlying pages
` [Patch v3 8/9] KVM: x86/mmu: Make split_shadow_page_cache NUMA aware

[PATCH v3] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-04  4:26 UTC  (11+ messages)

[PATCH] KVM: use unified srcu interface function
 2023-01-04  1:19 UTC  (5+ messages)

[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
 2023-01-04  1:09 UTC  (4+ messages)
` [PATCH 12/14] KVM: selftests: Use wildcards to find library source files

[RFC] Improving userfaultfd scalability for live migration
 2023-01-04  1:05 UTC  (12+ messages)

[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-01-04  1:01 UTC  (15+ messages)
` [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
` [PATCH 09/27] drm/i915/gvt: Protect gfn hash table with dedicated mutex
` [PATCH 19/27] KVM: x86/mmu: Use page-track notifiers iff there are external users
` [PATCH 26/27] KVM: x86/mmu: Add page-track API to query if a gfn is valid

[Patch v4 00/13] Add Hyper-v extended hypercall support in KVM
 2023-01-04  0:33 UTC  (2+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-03 23:06 UTC  (6+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[Bug 216867] New: KVM instruction emulation breaks LOCK instruction atomicity when CMPXCHG fails
 2023-01-03 22:48 UTC  (6+ messages)
` [Bug 216867] "

[PATCH 0/5] KVM: x86/mmu: TDP MMU fixes for 6.2
 2023-01-03 22:21 UTC  (7+ messages)
` [PATCH 5/5] KVM: x86/mmu: Move kvm_tdp_mmu_map()'s prolog and epilog to its caller

[RFC PATCH v2 vfio 0/7] pds vfio driver
 2023-01-03 20:23 UTC  (7+ messages)
` [RFC PATCH v2 vfio 1/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [RFC PATCH v2 vfio 3/7] vfio/pds: Add VFIO live migration support

[PATCH] Convert backwards goto into a while loop
 2023-01-03 19:49 UTC  (3+ messages)
  ` [PATCH v2] Convert backwards goto with "

[PATCH V7 0/7] fixes for virtual address update
 2023-01-03 19:20 UTC  (11+ messages)
` [PATCH V7 2/7] vfio/type1: prevent underflow of locked_vm via exec()
` [PATCH V7 3/7] vfio/type1: track locked_vm per dma
` [PATCH V7 4/7] vfio/type1: restore locked_vm

[PATCH v8 0/7] Introduce and test masked events
 2023-01-03 18:28 UTC  (5+ messages)
` [PATCH v8 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup

[PATCH v2 0/2] Fix check in amx_test
 2023-01-03 18:24 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: selftests: Assert that XSAVE supports XTILE "
` [PATCH v2 2/2] KVM: selftests: Assert that XSAVE supports both XTILE{CFG,DATA}

[PATCH v10 016/108] KVM: TDX: create/destroy VM structure
 2023-01-03 18:17 UTC  (2+ messages)

[PATCH] Documentation: kvm: clarify SRCU locking order
 2023-01-03 17:42 UTC  (2+ messages)

[RFC PATCH 0/2] Use-after-free in kvm_xen_eventfd_update()
 2023-01-03 17:28 UTC  (16+ messages)
` [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free "
                    ` [PATCH 0/2] Fix deadlocks in kvm_vm_ioctl_set_msr_filter() and
                      ` [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter()
                      ` [PATCH 2/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_pmu_event_filter()

[PATCH] KVM: Destroy target device if coalesced MMIO unregistration fails
 2023-01-03 16:33 UTC  (5+ messages)

[PATCH v6 0/2] KVM: x86/xen: update Xen CPUID Leaf 4
 2023-01-03 16:20 UTC  (5+ messages)
` [PATCH v6 1/2] KVM: x86/cpuid: generalize kvm_update_kvm_cpuid_base() and also capture limit
` [PATCH v6 2/2] KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present

[GIT PULL v2] virtio,vhost,vdpa: fixes, cleanups
 2023-01-03 15:49 UTC 

[PATCH] Documentation: KVM: Update AMD memory encryption link
 2023-01-03 14:39 UTC 

[PATCH 09/18] vfio-mdev/mdpy-fb: Do not set struct fb_info.apertures
 2023-01-03 13:54 UTC  (2+ messages)

[PATCH 0/7] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-01-03 12:40 UTC  (9+ messages)
` [PATCH 1/7] KVM: arm64: PMU: Have reset_pmu_reg() to clear a register
` [PATCH 2/7] KVM: arm64: PMU: Use reset_pmu_reg() for PMUSERENR_EL0 and PMCCFILTR_EL0
` [PATCH 3/7] KVM: arm64: PMU: Preserve vCPU's PMCR_EL0.N value on vCPU reset
` [PATCH 4/7] tools: arm64: Import perf_event.h
` [PATCH 5/7] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH 6/7] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH 7/7] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH v2 0/3] KVM: arm64: Fix handling of S1PTW S2 fault on RO memslots
 2023-01-03 10:09 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Fix S1PTW handling "
` [PATCH v2 2/3] KVM: arm64: Document the behaviour of S1PTW faults "
` [PATCH v2 3/3] KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2023-01-03  4:26 UTC  (10+ messages)
` [PATCH 1/3] KVM: arm64: nv: only emulate timers that have not yet fired
` [PATCH 2/3] KVM: arm64: nv: Emulate ISTATUS when emulated timers are fired
` [PATCH 3/3] KVM: arm64: nv: Avoid block mapping if max_map_size is smaller than block size

[PATCH vfio 2/6] vfio/mlx5: Allow loading of larger images than 512 MB
 2023-01-02 17:10 UTC  (2+ messages)

DMAR: [DMA Read NO_PASID] Request device [0b:00.0] fault addr 0xffffe000 [fault reason 0x06] PTE Read access is not set
 2023-01-02 12:08 UTC  (6+ messages)

supervisor write access in kernel mode in __pv_queued_spin_unlock_slowpath
 2023-01-02 11:17 UTC  (3+ messages)

[PATCH 2/2] vfio/pci: Remove console drivers
 2023-01-02 10:33 UTC  (6+ messages)

[kvm:queue 65/153] arch/x86/kvm/cpuid.c:704:9: error: implicit declaration of function 'kvm_cpu_cap_init_scattered'; did you mean 'kvm_cpu_cap_init_kvm_defined'?
 2023-01-02  9:03 UTC 

[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2023-01-02  0:43 UTC  (4+ messages)

qemu-system-i386: Could not install MSR_CORE_THREAD_COUNT handler: Success
 2022-12-31 12:38 UTC  (7+ messages)

[RFC] Catch dwmw2's deadlock
 2022-12-31  1:26 UTC  (3+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-12-30 15:19 UTC  (8+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table

checkpoint/restore: Adding more "Getters" to the KVM API
 2022-12-30  8:25 UTC 

[PATCH] KVM: nSVM: clarify recalc_intercepts() wrt CR8
 2022-12-29 20:59 UTC 

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-29 20:52 UTC  (3+ messages)

[GIT PULL] KVM fixes for Linux 6.2-rc2
 2022-12-29 19:01 UTC  (2+ messages)

[RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU
 2022-12-29 18:30 UTC  (3+ messages)
` [RFC 09/14] KVM: x86/MMU: Only make pages available on Shadow MMU fault

[PATCH v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2022-12-29 12:33 UTC 

[PATCH v1] KVM: destruct kvm_io_device while unregistering it from kvm_io_bus
 2022-12-29 12:33 UTC 

[PATCH vfio 0/6] Move to use cgroups for userspace persistent allocations
 2022-12-29 10:07 UTC  (4+ messages)
` [PATCH vfio 3/6] vfio: Use GFP_KERNEL_ACCOUNT "
` [PATCH vfio 5/6] vfio/fsl-mc: "
` [PATCH vfio 6/6] vfio/platform: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox