kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-21 06:36:29 to 2022-12-23 20:01:39 UTC [more...]

[GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups
 2022-12-23 19:54 UTC  (2+ messages)

[RFC PATCH 00/32] x86: enable FRED for x86-64
 2022-12-23 19:42 UTC  (22+ messages)
` [RFC PATCH 14/32] x86/fred: header file with FRED definitions
` [RFC PATCH 21/32] x86/fred: FRED entry/exit and dispatch code
` [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 17:37 UTC  (7+ messages)
` [V3 PATCH 1/2] KVM: selftests: x86: Cache the cpu vendor type
` [V3 PATCH 2/2] KVM: selftests: x86: Add native hypercall support

[PATCH 0/5] KVM: x86/mmu: TDP MMU fixes for 6.2
 2022-12-23 17:32 UTC  (5+ messages)
` [PATCH 5/5] KVM: x86/mmu: Move kvm_tdp_mmu_map()'s prolog and epilog to its caller

[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: Destroy target device if coalesced MMIO unregistration fails
 2022-12-23 17:13 UTC  (3+ 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 RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-23 16:56 UTC  (12+ 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 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 RFC v7 62/64] x86/sev: Add KVM commands for instance certs

[PATCH 5.15 0/2] Fix kvm selftest build failures in linux-5.15.y
 2022-12-23 16:45 UTC  (4+ messages)
` [PATCH 5.15 1/2] tools/include: Add _RET_IP_ and math definitions to kernel.h
` [PATCH 5.15 2/2] KVM: selftests: Fix build regression by using accessor function

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

[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2022-12-23  9:05 UTC  (29+ messages)
` [PATCH 01/27] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"
` [PATCH 02/27] KVM: x86/mmu: Factor out helper to get max mapping size of a memslot
` [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
` [PATCH 04/27] drm/i915/gvt: Verify VFIO-pinned page is THP when shadowing 2M gtt entry
` [PATCH 05/27] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
` [PATCH 06/27] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
` [PATCH 07/27] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
` [PATCH 08/27] drm/i915/gvt: Hoist acquisition of vgpu_lock out to kvmgt_page_track_write()
` [PATCH 09/27] drm/i915/gvt: Protect gfn hash table with dedicated mutex
` [PATCH 10/27] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
` [PATCH 11/27] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
` [PATCH 12/27] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
` [PATCH 13/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached
` [PATCH 14/27] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot
` [PATCH 15/27] KVM: x86: Add a new page-track hook to handle memslot deletion
` [PATCH 16/27] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region()
` [PATCH 17/27] KVM: x86: Remove the unused page-track hook track_flush_slot()
` [PATCH 18/27] KVM: x86/mmu: Move KVM-only page-track declarations to internal header
` [PATCH 19/27] KVM: x86/mmu: Use page-track notifiers iff there are external users
` [PATCH 20/27] KVM: x86/mmu: Drop infrastructure for multiple page-track modes
` [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

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-23  8:24 UTC  (18+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v3 0/9] Linear Address Masking (LAM) KVM Enabling
 2022-12-23  3:55 UTC  (27+ messages)
` [PATCH v3 5/9] KVM: x86: MMU: Integrate LAM bits when build guest CR3
` [PATCH v3 6/9] KVM: x86: Untag LAM bits when applicable
` [PATCH v3 8/9] KVM: x86: When guest set CR3, handle LAM bits semantics

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2022-12-23  2:12 UTC  (19+ 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 0/3] KVM: arm64: Fix handling of S1PTW S2 fault on RO memslots
 2022-12-23  1:00 UTC  (16+ messages)
` [PATCH 1/3] KVM: arm64: Fix S1PTW handling "
` [PATCH 2/3] KVM: arm64: Handle S1PTW translation with TCR_HA set as a write

[V3 PATCH 0/8] KVM: selftests: SEV: selftests for fd-based private memory
 2022-12-23  0:13 UTC  (9+ messages)
` [V3 PATCH 1/8] KVM: selftests: private_mem: Use native hypercall
` [V3 PATCH 2/8] KVM: selftests: Support mapping pagetables to guest virtual memory
` [V3 PATCH 3/8] KVM: selftests: x86: Support changing gpa encryption masks
` [V3 PATCH 4/8] KVM: selftests: Split SEV VM creation logic
` [V3 PATCH 5/8] KVM: selftests: Enable pagetable mapping for SEV VMs
` [V3 PATCH 6/8] KVM: selftests: Refactor private_mem_test
` [V3 PATCH 7/8] KVM: selftests: private_mem_test: Add support for SEV VMs
` [V3 PATCH 8/8] KVM: selftests: Add private mem test "

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2022-12-22 22:58 UTC  (4+ messages)
` [PATCH v2 04/13] riscv: hwcap: make ISA extension ids can be used in asm

[PATCH V5 0/7] KVM: selftests: Add simple SEV test
 2022-12-22 22:19 UTC  (4+ messages)
` [PATCH V5 5/7] KVM: selftests: add library for creating/interacting with SEV guests

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

[PATCH v4 0/2] KVM: MMU: Use 'INVALID_GPA' and 'INVALID_GFN' properly
 2022-12-22 19:50 UTC  (7+ messages)
` [PATCH v4 1/2] KVM: MMU: Introduce 'INVALID_GFN' and use it for GFN values

[RFC PATCH 0/9] Intel SPEC CTRL virtualization support
 2022-12-22 18:31 UTC  (7+ messages)
` [RFC PATCH 5/9] x86/bugs: Use Virtual MSRs to request hardware mitigations

[kvm-unit-tests PATCH v3] arm: Add PSCI CPU_OFF test
 2022-12-22 17:48 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 2/2] arm/psci: Add PSCI_CPU_OFF testscase to arm/psci testsuite

[PATCH 0/3] spelling: Fix some trivial typos
 2022-12-22 14:43 UTC  (6+ messages)
` [PATCH 2/3] KVM: x86: Fix trivial typo
` [PATCH 3/3] of: overlay: "

[PATCH] vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()
 2022-12-22 12:32 UTC 

[PATCH v2] MIPS: remove support for trap and emulate KVM
 2022-12-22  8:06 UTC  (3+ messages)

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

[RFC PATCH 0/6] vdpa_sim: add support for user VA
 2022-12-22  4:18 UTC  (8+ messages)
` [RFC PATCH 1/6] vdpa: add bind_mm callback
` [RFC PATCH 6/6] vdpa_sim: add support for user VA

[GIT PULL] KVM/RISC-V changes for Linux 6.2
 2022-12-22  3:07 UTC  (2+ messages)

[PATCH-for-8.0 0/4] ppc: Clean up few headers to make them target agnostic
 2022-12-22  1:57 UTC  (6+ messages)
` [PATCH-for-8.0 4/4] hw/ppc/spapr_ovec: Avoid target_ulong spapr_ovec_parse_vector()

[Patch v3 0/9] NUMA aware page table's pages allocation
 2022-12-22  2:34 UTC  (10+ 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 3/9] KVM: x86/mmu: Shrink split_shadow_page_cache via KVM MMU shrinker
` [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 9/9] KVM: x86/mmu: Reduce default cache size in KVM from 40 to PT64_ROOT_MAX_LEVEL

[RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU
 2022-12-21 22:40 UTC  (15+ messages)
` [RFC 01/14] KVM: x86/MMU: Add shadow_mmu.(c|h)
` [RFC 02/14] KVM: x86/MMU: Expose functions for the Shadow MMU
` [RFC 04/14] KVM: x86/MMU: Expose functions for paging_tmpl.h
` [RFC 05/14] KVM: x86/MMU: Move paging_tmpl.h includes to shadow_mmu.c
` [RFC 06/14] KVM: x86/MMU: Clean up Shadow MMU exports
` [RFC 07/14] KVM: x86/MMU: Cleanup shrinker interface with Shadow MMU
` [RFC 08/14] KVM: x86/MMU: Clean up naming of exported Shadow MMU functions
` [RFC 09/14] KVM: x86/MMU: Only make pages available on Shadow MMU fault
` [RFC 10/14] KVM: x86/MMU: Fix naming on prepare / commit zap page functions
` [RFC 11/14] KVM: x86/MMU: Factor Shadow MMU wrprot / clear dirty ops out of mmu.c
` [RFC 12/14] KVM: x86/MMU: Remove unneeded exports from shadow_mmu.c
` [RFC 13/14] KVM: x86/MMU: Wrap uses of kvm_handle_gfn_range in mmu.c
` [RFC 14/14] KVM: x86/MMU: Add kvm_shadow_mmu_ to the last few functions in shadow_mmu.h
  ` [RFC 03/14] KVM: x86/MMU: Move the Shadow MMU implementation to shadow_mmu.c

[syzbot] INFO: trying to register non-static key in __timer_delete_sync
 2022-12-21 20:54 UTC 

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2022-12-21 18:44 UTC  (3+ messages)

[PATCH 1/1] kvm selftests: Add conditional KVM_CAP_DIRTY_LOG_RING_ACQ_REL define kernel sources
 2022-12-21 16:57 UTC 

DMAR: [DMA Read NO_PASID] Request device [0b:00.0] fault addr 0xffffe000 [fault reason 0x06] PTE Read access is not set
 2022-12-21 15:08 UTC 

[PATCH v2] KVM: VMX: Use tabs instead of spaces for indentation
 2022-12-21 12:28 UTC 

[PATCH v2] KVM: VMX: Fix indentation coding style issue
 2022-12-21 12:24 UTC 

[PATCH v9 00/12] ASID support in vhost-vdpa net
 2022-12-21 11:47 UTC  (6+ messages)
` [PATCH v9 06/12] vdpa: request iova_range only once

[kvm-unit-tests PATCH v6 0/1] s390x: test CMM during migration
 2022-12-21  9:40 UTC  (3+ messages)
` [kvm-unit-tests PATCH v6 1/1] s390x: add CMM test "

[kvm-unit-tests PATCH v1 1/1] s390x: fix make standalone
 2022-12-21  9:14 UTC  (3+ messages)

[kvm-unit-tests PATCH v5 0/1] s390x: test CMM during migration
 2022-12-21  9:03 UTC  (4+ messages)
` [kvm-unit-tests PATCH v5 1/1] s390x: add CMM test "

[RFC 00/12] Add vfio_device cdev for iommufd support
 2022-12-21  7:04 UTC  (10+ messages)
` [RFC 01/12] vfio: Allocate per device file structure
` [RFC 03/12] vfio: Accept vfio device file in the driver facing kAPI
` [RFC 06/12] vfio: Pass struct vfio_device_file * to vfio_device_open/close()

[PATCH] vhost_vdpa: fix the compile issue in commit 881ac7d2314f
 2022-12-21  6:48 UTC  (6+ 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).