kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-23 01:00:43 to 2022-12-29 08:28:03 UTC [more...]

[PATCH v4 00/32] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-12-29  8:27 UTC  (15+ messages)
` [PATCH v4 11/32] KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
` [PATCH v4 19/32] KVM: x86: Explicitly track all possibilities for APIC map's logical modes
` [PATCH v4 28/32] KVM: SVM: Require logical ID to be power-of-2 for AVIC entry

[RFC PATCH 0/9] Intel SPEC CTRL virtualization support
 2022-12-29  7:41 UTC  (6+ messages)
` [RFC PATCH 6/9] kvm/x86: Add ARCH_CAP_VIRTUAL_ENUM for guest MSR_IA32_ARCH_CAPABILITIES

[RFC PATCH 0/2] Use-after-free in kvm_xen_eventfd_update()
 2022-12-29  2:12 UTC  (15+ messages)
` [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free "
` [RFC PATCH 2/2] KVM: x86/xen: Simplify eventfd IOCTLs

[RESEND PATCH v2] KVM: use unified srcu interface function
 2022-12-29  1:52 UTC 

[PATCH v3 0/9] Linear Address Masking (LAM) KVM Enabling
 2022-12-29  1:42 UTC  (17+ messages)
` [PATCH v3 1/9] KVM: x86: Rename cr4_reserved/rsvd_* variables to be more readable
` [PATCH v3 6/9] KVM: x86: Untag LAM bits when applicable

[Patch v3 0/9] NUMA aware page table's pages allocation
 2022-12-28 22:08 UTC  (19+ messages)
` [Patch v3 1/9] KVM: x86/mmu: Repurpose KVM MMU shrinker to purge shadow page caches
` [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 9/9] KVM: x86/mmu: Reduce default cache size in KVM from 40 to PT64_ROOT_MAX_LEVEL

[PATCH] Convert backwards goto into a while loop
 2022-12-28 21:32 UTC 

[PATCH] KVM: selftests: Assert that XSAVE supports XTILE in amx_test
 2022-12-28 20:16 UTC  (3+ messages)

[PATCH v8 0/7] Introduce and test masked events
 2022-12-28 20:00 UTC  (7+ messages)
` [PATCH v8 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
` [PATCH v8 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter

[V4 PATCH 0/4] Execute hypercalls according to host cpu
 2022-12-28 19:24 UTC  (5+ messages)
` [V4 PATCH 1/4] KVM: selftests: x86: use this_cpu_* helpers
` [V4 PATCH 2/4] KVM: selftests: x86: Add variables to store cpu type
` [V4 PATCH 3/4] KVM: sefltests: x86: Replace is_*cpu with is_host_*cpu
` [V4 PATCH 4/4] KVM: selftests: x86: Invoke kvm hypercall as per host cpu

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-12-28 19:15 UTC  (18+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel
` [RFC PATCH V2 08/18] x86/hyperv: decrypt vmbus pages for sev-snp enlightened guest
` [RFC PATCH V2 10/18] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V2 11/18] Drivers: hv: vmbus: Decrypt vmbus ring buffer
` [RFC PATCH V2 12/18] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest
` [RFC PATCH V2 13/18] x86/hyperv: Add smp support for sev-snp guest

[PATCH v1 00/12] virtio-mem: Expose device memory via multiple memslots
 2022-12-28 14:07 UTC  (5+ messages)
` [PATCH v1 10/12] virtio-mem: Fix typo in virito_mem_intersect_memory_section() function name

[PATCH] KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
 2022-12-28 13:21 UTC 

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-28 11:58 UTC  (4+ messages)

[PATCH] KVM: x86: Remove the second definition of pr_fmt in hyperv.c
 2022-12-28 11:05 UTC  (2+ messages)

[PATCH] Documentation: kvm: clarify SRCU locking order
 2022-12-28 11:04 UTC 

[PATCH] KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
 2022-12-28 11:04 UTC 

[PATCH] KVM: selftests: restore special vmmcall code layout needed by the harness
 2022-12-28  9:53 UTC  (5+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-28  8:28 UTC  (14+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2022-12-28  7:57 UTC  (16+ 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 21/27] KVM: x86/mmu: Rename page-track APIs to reflect the new reality
` [PATCH 22/27] KVM: x86/mmu: Assert that correct locks are held for page write-tracking
` [PATCH 23/27] KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled
` [PATCH 24/27] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
` [PATCH 25/27] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
` [PATCH 26/27] KVM: x86/mmu: Add page-track API to query if a gfn is valid
` [PATCH 27/27] drm/i915/gvt: Drop final dependencies on KVM internal details

[RFC PATCH 0/6] Introduce a vringh accessor for IO memory
 2022-12-28  7:20 UTC  (20+ messages)
` [RFC PATCH 1/9] vringh: fix a typo in comments for vringh_kiov
` [RFC PATCH 2/9] vringh: remove vringh_iov and unite to vringh_kiov
` [RFC PATCH 3/9] tools/virtio: convert to new vringh user APIs
` [RFC PATCH 4/9] vringh: unify the APIs for all accessors
` [RFC PATCH 5/9] tools/virtio: convert to use new unified vringh APIs
` [RFC PATCH 6/9] caif_virtio: convert to "

[PATCH 0/3] Clean up AMX cpuid bits XTILE_CFG and XTILE_DATA
 2022-12-28  0:15 UTC  (13+ messages)
` [PATCH 1/3] KVM: x86: Clear XTILE_CFG if XTILE_DATA is clear
` [PATCH 2/3] KVM: selftests: Hoist XGETBV and XSETBV to make them more accessible
` [PATCH 3/3] KVM: selftests: Add XCR0 Test

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

[Patch v4 00/13] Add Hyper-v extended hypercall support in KVM
 2022-12-27 20:20 UTC  (3+ messages)
` [Patch v4 02/13] KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX

[PATCH v2] KVM: use unified srcu interface function
 2022-12-27 11:14 UTC  (2+ messages)

[PATCH] KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_ports
 2022-12-27 11:02 UTC  (10+ messages)
  ` [PATCH 1/6] KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()
    ` [PATCH 2/6] KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badly
    ` [PATCH 3/6] KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_ports
    ` [PATCH 4/6] KVM: x86/xen: Simplify eventfd IOCTLs
    ` [PATCH 5/6] KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapi
    ` [PATCH 6/6] KVM: x86/xen: Documentation updates and clarifications

[PATCH v5 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-27 10:51 UTC  (3+ messages)
` [PATCH v5 3/7] x86/cpu: Make X86_FEATURE_LFENCE_RDTSC a scattered feature bit

[PATCH 0/3] KVM: x86/pmu: Fix accesses to PMU MSRs in two corner cases
 2022-12-27  2:18 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 3/3] KVM: x86: Fix a typo about msrs_to_save_all[] in kvm_init_msr_list()

VFIO-PCI stopped working on pc64le
 2022-12-26 23:13 UTC 

[kvm-unit-tests PATCH v1 1/1] s390x: fix make standalone
 2022-12-26 18:41 UTC  (5+ messages)

[kvm-unit-tests PATCH] arm: Remove MAX_SMP probe loop
 2022-12-26 18:21 UTC  (3+ messages)

[kvm-unit-tests PATCH] arm: Remove MAX_SMP probe loop
 2022-12-26 18:12 UTC  (2+ messages)

[PATCH] KVM: Destroy target device if coalesced MMIO unregistration fails
 2022-12-26 10:17 UTC  (4+ messages)

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2022-12-26 10:07 UTC  (11+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus

[kvm-unit-tests PATCH 0/2] x86/pmu: Add TSX testcase and fix force_emulation_prefix
 2022-12-26  7:54 UTC  (3+ messages)
` [kvm-unit-tests PATCH V2 1/2] x86/pmu: Add Intel Guest Transactional (commited) cycles testcase
` [kvm-unit-tests PATCH RESEND 2/2] x86/pmu: Wrap the written counter value with gp_counter_width

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2022-12-25  4:31 UTC  (24+ messages)
` [PATCH v2 01/15] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [PATCH v2 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR
` [PATCH v2 06/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL "
` [PATCH v2 10/15] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
` [PATCH v2 12/15] KVM: x86/vmx: Disable Arch LBREn bit in #DB and warm reset
` [PATCH v2 15/15] KVM: x86/cpuid: Advertise Arch LBR feature in CPUID

[PATCH 5.15 0/2] Fix kvm selftest build failures in linux-5.15.y
 2022-12-25  3:33 UTC  (3+ messages)

[PATCH 0/3] KVM: arm64: Fix handling of S1PTW S2 fault on RO memslots
 2022-12-24 13:09 UTC  (12+ messages)
` [PATCH 1/3] KVM: arm64: Fix S1PTW handling "
` [PATCH 2/3] KVM: arm64: Handle S1PTW translation with TCR_HA set as a write

[GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups
 2022-12-24 11:28 UTC  (9+ messages)

[PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature
 2022-12-24 11:04 UTC  (2+ messages)

[PATCH] kvm: x86/mmu: Warn on linking when sp->unsync_children
 2022-12-24  9:34 UTC  (2+ messages)

[PATCH v2 0/4] KVM: VMX: nVMX: Make eVMCS enablement more robust
 2022-12-24  9:32 UTC  (2+ messages)

[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
 2022-12-24  9:23 UTC  (9+ messages)
` [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
` [PATCH 09/14] KVM: selftests: Explicitly disable builtins for mem*() overrides
` [PATCH 10/14] KVM: selftests: Include lib.mk before consuming $(CC)
` [PATCH 12/14] KVM: selftests: Use wildcards to find library source files

[RFC PATCH 00/32] x86: enable FRED for x86-64
 2022-12-24  3:02 UTC  (19+ messages)
` [RFC PATCH 14/32] x86/fred: header file with FRED definitions
` [RFC PATCH 22/32] x86/fred: FRED initialization code
` [RFC PATCH 23/32] x86/fred: update MSR_IA32_FRED_RSP0 during task switch

[V3 PATCH 0/2] Execute hypercalls from guests according to cpu
 2022-12-23 22:36 UTC  (6+ messages)
` [V3 PATCH 1/2] KVM: selftests: x86: Cache the cpu vendor type

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-23 20:33 UTC  (7+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA

[PATCH 0/5] KVM: x86/mmu: TDP MMU fixes for 6.2
 2022-12-23 17:32 UTC  (2+ messages)

[PATCH v2 0/4] KVM: nVMX: Fix 2nd exec controls override goofs
 2022-12-23 17:30 UTC  (3+ messages)
` [PATCH v2 3/4] KVM: nVMX: Don't muck with allowed sec exec controls on CPUID changes

[PATCH] KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberate
 2022-12-23 17:16 UTC  (2+ messages)

[PATCH] KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI test
 2022-12-23 17:16 UTC  (2+ messages)

[PATCH] KVM: x86: Sanity check inputs to kvm_handle_memory_failure()
 2022-12-23 17:15 UTC  (2+ messages)

[PATCH] KVM: x86: Simplify kvm_apic_hw_enabled
 2022-12-23 17:09 UTC 

[PATCH v2] KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warning
 2022-12-23 17:08 UTC  (2+ messages)

[PATCH] KVM: Remove stale comment about KVM_REQ_UNHALT
 2022-12-23 17:00 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Prevent zero period event from being repeatedly released
 2022-12-23 16:58 UTC  (2+ messages)
` [PATCH] "

[PATCH] KVM: use unified srcu interface function
 2022-12-23 15:32 UTC  (4+ messages)

[PATCH] vfio_iommu_type1: increase the validity check of function parameters
 2022-12-23 13:28 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).