public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-02 15:59:56 to 2024-08-05 23:22:49 UTC [more...]

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-08-05 23:22 UTC  (10+ messages)

[PATCH 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
 2024-08-05 23:02 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: Do a KVM_MEMORY_FAULT EXIT when stage-2 fault handler EFAULTs
` [PATCH 2/3] KVM: arm64: Declare support for KVM_CAP_MEMORY_FAULT_INFO
` [PATCH 3/3] KVM: arm64: Do a KVM_EXIT_MEMORY_FAULT when stage-2 fault handler EFAULTs

[PATCH] KVM: Fix error path in kvm_vm_ioctl_create_vcpu() on xa_store() failure
 2024-08-05 23:02 UTC  (10+ messages)

[PATCH v2 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-08-05 22:37 UTC  (5+ messages)
` [PATCH v2 01/10] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro

[RFC PATCH 0/9] KVM: x86/mmu: Preserve Accessed bits on PROT changes
 2024-08-05 22:17 UTC  (11+ messages)
` [RFC PATCH 4/9] KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabled
` [RFC PATCH 5/9] KVM: x86/mmu: Free up A/D bits in FROZEN_SPTE
` [RFC PATCH 9/9] KVM: x86/mmu: Track SPTE accessed info across mmu_notifier PROT changes

[PATCH v2] docs: KVM: Fix register ID of SPSR_FIQ
 2024-08-05 22:13 UTC  (4+ messages)

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-05 22:09 UTC  (10+ messages)
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path

[PATCH 0/6] KVM: kvm_set_memory_region() cleanups
 2024-08-05 22:01 UTC  (11+ messages)
` [PATCH 1/6] KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)
` [PATCH 2/6] KVM: Assert slots_lock is held in __kvm_set_memory_region()
` [PATCH 3/6] KVM: Add a dedicated API for setting KVM-internal memslots
` [PATCH 4/6] KVM: x86: Drop double-underscores from __kvm_set_memory_region()
` [PATCH 5/6] KVM: Disallow all flags for KVM-internal memslots
` [PATCH 6/6] KVM: Move flags check for user memory regions to the ioctl() specific API

[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
 2024-08-05 22:00 UTC  (34+ messages)
` [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
` [PATCH v2 23/49] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
` [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
` [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support

[PATCH v2 0/2] Relax canonical checks on some arch msrs
 2024-08-05 20:54 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: x86: relax canonical check for some x86 architectural msrs

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-08-05 20:01 UTC  (17+ messages)
` [PATCH 01/10] guestmemfs: Introduce filesystem skeleton
` [PATCH 02/10] guestmemfs: add inode store, files and dirs
` [PATCH 03/10] guestmemfs: add persistent data block allocator
` [PATCH 04/10] guestmemfs: support file truncation
` [PATCH 05/10] guestmemfs: add file mmap callback
` [PATCH 06/10] kexec/kho: Add addr flag to not initialise memory
` [PATCH 07/10] guestmemfs: Persist filesystem metadata via KHO
` [PATCH 08/10] guestmemfs: Block modifications when serialised
` [PATCH 09/10] guestmemfs: Add documentation and usage instructions
` [PATCH 10/10] MAINTAINERS: Add maintainers for guestmemfs

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-05 18:34 UTC  (5+ messages)
` [PATCH RFC 1/4] mm: Introduce guest_memfd
` [PATCH RFC 2/4] kvm: Convert to use mm/guest_memfd
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map
` [PATCH RFC 4/4] mm: guest_memfd: Add ability for mmap'ing pages

[RFC PATCH v2 00/10] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-08-05 18:13 UTC  (3+ messages)

[RFC PATCH v2 04/10] KVM: Add KVM capability to check if guest_memfd can be mapped by the host
 2024-08-05 18:12 UTC  (3+ messages)

[RFC PATCH v2 02/10] KVM: Add restricted support for mapping guestmem by the host
 2024-08-05 18:08 UTC  (3+ messages)

[PATCH] KVM: SEV: allow KVM_SEV_GET_ATTESTATION_REPORT for SNP guests
 2024-08-05 16:45 UTC  (6+ messages)

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-05 16:54 UTC  (6+ messages)
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers

[PATCH 0/2] KVM: x86: Disallow changing x2APIC ID via userspace
 2024-08-05 16:26 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: Make x2APIC ID 100% readonly
` [PATCH 2/2] KVM: selftests: Add a testcase to verify x2APIC is fully readonly

[PATCH 0/2] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
 2024-08-05 16:16 UTC  (6+ messages)
` [PATCH 1/2] KVM: selftests: arm64: Simplify specification of filtered registers
` [PATCH 2/2] KVM: selftests: arm64: Use generated defines for named system registers

[RFC PATCH vhost] vhost-vdpa: Fix invalid irq bypass unregister
 2024-08-05 15:58 UTC  (5+ messages)

[PATCH v2 00/10] KVM: x86: Clean up MSR access/failure handling
 2024-08-05 15:36 UTC  (13+ messages)
` [PATCH v2 01/10] KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value
` [PATCH v2 02/10] KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums
` [PATCH v2 03/10] KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
` [PATCH v2 04/10] KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
` [PATCH v2 05/10] KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
` [PATCH v2 06/10] KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
` [PATCH v2 07/10] KVM: x86: Funnel all fancy MSR return value handling into a common helper
` [PATCH v2 08/10] KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()
` [PATCH v2 09/10] KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs
` [PATCH v2 10/10] KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs

[PATCH kvm-unit-tests] riscv: Fix virt_to_phys()
 2024-08-05 14:26 UTC  (3+ messages)

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-08-05 14:08 UTC  (6+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support

[PATCH kvmtool] remove wordsize.h inclusion (for musl compatibility)
 2024-08-05 13:43 UTC  (3+ messages)

[PATCH] kvm tools:Fix memory leakage in open all disks
 2024-08-05 12:27 UTC  (5+ messages)

[PATCH v2 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2024-08-05 11:08 UTC  (4+ messages)
` [PATCH v2 6/8] KVM: Fix multiple races in gfn=>pfn cache refresh
    ` [PATCH] KVM: Move gfn_to_pfn_cache invalidation to invalidate_range_end hook

[PATCH v1 1/1] s390/uv: Panic if the security of the system cannot be guaranteed
 2024-08-05 10:46 UTC  (3+ messages)

[PATCH v7 0/4] debugfs to hisilicon migration driver
 2024-08-05  9:12 UTC  (9+ messages)
` [PATCH v7 1/4] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v7 2/4] hisi_acc_vfio_pci: create subfunction for data reading
` [PATCH v7 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH v7 4/4] Documentation: add debugfs description for hisi migration

[PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible
 2024-08-05  8:39 UTC  (2+ messages)

[PATCH -next] KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page()
 2024-08-05  8:38 UTC  (2+ messages)

[PATCH v5 0/3] Add extioi virt extension support
 2024-08-05  7:35 UTC  (4+ messages)
` [PATCH v5 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v5 2/3] LoongArch: KVM: Implement function kvm_para_has_feature
` [PATCH v5 3/3] irqchip/loongson-eiointc: Add extioi virt extension support

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-08-05  5:35 UTC  (18+ messages)

[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
 2024-08-04 13:31 UTC  (6+ messages)

[PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-04  6:44 UTC  (8+ messages)

[PATCH 1/1] virtio_blk: implement init_hctx MQ operation
 2024-08-03 17:54 UTC  (10+ messages)

[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
 2024-08-03 14:59 UTC  (2+ messages)
` [Bug 219009] "

[PATCH v1 00/11] mm: replace follow_page() by folio_walk
 2024-08-03  5:34 UTC  (2+ messages)

[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
 2024-08-02 21:27 UTC  (6+ messages)
` [PATCH 1/2] KVM: Return '0' directly when there's no task to yield to
` [PATCH 2/2] KVM: Protect vCPU's "last run PID" with rwlock, not RCU

[PATCH 0/3] KVM: SVM: Clean up SEV-ES save area management
 2024-08-02 20:45 UTC  (4+ messages)
` [PATCH 1/3] KVM: SVM: Add a helper to convert a SME-aware PA back to a struct page
` [PATCH 2/3] KVM: SVM: Add host SEV-ES save area structure into VMCB via a union
` [PATCH 3/3] KVM: SVM: Track the per-CPU host save area as a VMCB pointer

[PATCH 0/3] KVM: x86/mmu: Misc shadow paging cleanups
 2024-08-02 20:39 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Decrease indentation in logic to sync new indirect shadow page
` [PATCH 2/3] KVM: x86/mmu: Drop pointless "return" wrapper label in FNAME(fetch)
` [PATCH 3/3] KVM: x86/mmu: Reword a misleading comment about checking gpte_changed()

[PATCH] KVM: Rework core loop of kvm_vcpu_on_spin() to use a single for-loop
 2024-08-02 20:21 UTC 

[PATCH v2] KVM: x86/mmu: Clean up function comments for dirty logging APIs
 2024-08-02 20:20 UTC 

[PATCH] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
 2024-08-02 20:16 UTC 

[PATCH] KVM: selftests: Always unlink memory regions when deleting (VM free)
 2024-08-02 20:14 UTC 

[PATCH] KVM: selftests: Remove unused kvm_memcmp_hva_gva()
 2024-08-02 20:08 UTC 

[PATCH] KVM: x86: Document an erratum in KVM_SET_VCPU_EVENTS on Intel CPUs
 2024-08-02 20:04 UTC 

[PATCH 0/5] KVM: x86: Fastpath cleanup, fix, and enhancement
 2024-08-02 19:51 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful
` [PATCH 2/5] KVM: x86: Dedup fastpath MSR post-handling logic
` [PATCH 3/5] KVM: x86: Exit to userspace if fastpath triggers one on instruction skip
` [PATCH 4/5] KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers
` [PATCH 5/5] KVM: x86: Add fastpath handling of HLT VM-Exits

[PATCH] KVM: Use precise range-based flush in mmu_notifier hooks when possible
 2024-08-02 19:16 UTC 

[PATCH 0/9] KVM: x86: Add a quirk for feature MSR initialization
 2024-08-02 18:55 UTC  (10+ messages)
` [PATCH 1/9] KVM: x86: Co-locate initialization of feature MSRs in kvm_arch_vcpu_create()
` [PATCH 2/9] KVM: x86: Disallow changing MSR_PLATFORM_INFO after vCPU has run
` [PATCH 3/9] KVM: x86: Quirk initialization of feature MSRs to KVM's max configuration
` [PATCH 4/9] KVM: x86: Reject userspace attempts to access PERF_CAPABILITIES w/o PDCM
` [PATCH 5/9] KVM: VMX: Remove restriction that PMU version > 0 for PERF_CAPABILITIES
` [PATCH 6/9] KVM: x86: Reject userspace attempts to access ARCH_CAPABILITIES w/o support
` [PATCH 7/9] KVM: x86: Remove ordering check b/w MSR_PLATFORM_INFO and MISC_FEATURES_ENABLES
` [PATCH 8/9] KVM: selftests: Verify get/set PERF_CAPABILITIES w/o guest PDMC behavior
` [PATCH 9/9] KVM: selftests: Add a testcase for disabling feature MSRs init quirk

[PATCH 0/7] Extend pmu_counters_test to AMD CPUs
 2024-08-02 18:22 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86: selftests: Fix typos in macro variable use
` [PATCH 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
` [PATCH 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
` [PATCH 4/6] KVM: x86: selftests: Test read/write core counters
` [PATCH 5/6] KVM: x86: selftests: Test core events
` [PATCH 6/6] KVM: x86: selftests: Test PerfMonV2

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-08-02 17:50 UTC  (3+ messages)
` [RFC PATCH v3 48/58] perf/x86/intel: Support PERF_PMU_CAP_PASSTHROUGH_VPMU

[GIT PULL] KVM changes for Linux 6.11-rc2
 2024-08-02 17:40 UTC  (2+ messages)

[PATCH rfc] vfio-pci: Allow write combining
 2024-08-02 17:05 UTC  (11+ messages)

[GIT PULL] KVM/riscv fixes for 6.11 take #1
 2024-08-02 16:30 UTC  (2+ messages)

[PATCH v3 0/2] Fix for a very old KVM bug in the segment cache
 2024-08-02 16:07 UTC  (3+ messages)

[PATCH v4 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-08-02 15:59 UTC  (5+ messages)
` [PATCH v4 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v4 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v4 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v4 08/10] selftests: kvm: s390: Add uc_skey VM "


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