public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-23 03:22:09 to 2024-07-26 04:15:09 UTC [more...]

[kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
 2024-07-26  4:15 UTC  (6+ messages)

[PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
 2024-07-26  3:34 UTC  (5+ messages)

[PATCH] LoongArch: KVM: Remove redundant assignment in kvm_map_page_fast
 2024-07-26  2:13 UTC  (2+ messages)

[PATCH 1/2] KVM: x86: Check hypercall's exit to userspace generically
 2024-07-26  2:11 UTC  (3+ messages)

[PATCH] target/i386: Raise the highest index value used for any VMCS encoding
 2024-07-26  1:12 UTC  (3+ messages)

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-07-26  0:34 UTC  (19+ messages)
` [PATCH v6 01/11] KVM: Add lockless memslot walk to KVM
` [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v6 03/11] KVM: arm64: "
` [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
` [PATCH v6 06/11] mm: Add has_fast_aging to struct mmu_notifier
` [PATCH v6 07/11] KVM: Pass fast_only to kvm_{test_,}age_gfn
` [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit
` [PATCH v6 09/11] KVM: x86: Implement fast_only versions of kvm_{test_,}age_gfn
` [PATCH v6 10/11] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v6 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-07-25 22:35 UTC  (18+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v5 10/29] KVM: selftests: TDX: Adding test case for TDX port IO

[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
 2024-07-25 19:18 UTC  (86+ messages)
` [PATCH v2 01/49] KVM: x86: Do all post-set CPUID processing during vCPU creation
` [PATCH v2 02/49] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
` [PATCH v2 03/49] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
` [PATCH v2 05/49] KVM: selftests: Assert that the @cpuid passed to get_cpuid_entry() is non-NULL
` [PATCH v2 10/49] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
` [PATCH v2 11/49] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after "
` [PATCH v2 19/49] KVM: x86: Add a macro to init CPUID features that ignore host kernel support
` [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 25/49] KVM: x86: Harden CPU capabilities processing against out-of-scope features
` [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v2 29/49] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
` [PATCH v2 33/49] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
` [PATCH v2 37/49] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
` [PATCH v2 39/49] KVM: x86: Extract code for generating per-entry emulated CPUID information
` [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support
` [PATCH v2 46/49] KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
` [PATCH v2 47/49] KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps
` [PATCH v2 48/49] KVM: x86: Add a macro for features that are synthesized into boot_cpu_data

[RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd
 2024-07-25 18:19 UTC  (3+ messages)

[PATCH v3 0/2] Fix for a very old KVM bug in the segment cache
 2024-07-25 17:52 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: nVMX: use vmx_segment_cache_clear
` [PATCH v3 2/2] VMX: reset the segment cache after segment initialization in vmx_vcpu_reset

[PATCH v2 0/2] Fix for a very old KVM bug in the segment cache
 2024-07-25 17:37 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: nVMX: use vmx_segment_cache_clear
` [PATCH v2 2/2] KVM: VMX: disable preemption when touching segment fields

[PATCH 00/12] KVM: arm64: nv: Add support for address translation instructions
 2024-07-25 15:33 UTC  (9+ messages)
` [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation

[PATCH 0/2] Relax canonical checks on some arch msrs
 2024-07-25 15:01 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: relax canonical checks for some x86 architectural msrs
` [PATCH 2/2] KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE

[PULL v2 37/61] accel/kvm: Extract common KVM vCPU {creation,parking} code
 2024-07-25 14:56 UTC  (5+ messages)

[kvm-unit-tests PATCH 0/4] s390x: split off snippet and sie related code
 2024-07-25 14:40 UTC  (13+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: Split snippet makefile rules into new file
` [kvm-unit-tests PATCH 2/4] s390x/Makefile: Add more comments
` [kvm-unit-tests PATCH 3/4] s390x: Move SIE assembly into new file
` [kvm-unit-tests PATCH 4/4] lib: s390x: Split SIE fw structs from lib structs

[PATCH] KVM:x86:Fix an interrupt injection logic error during PIC interrupt simulation
 2024-07-25 14:17 UTC  (2+ messages)

[PATCH v2 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-07-25 14:07 UTC  (20+ messages)
` [PATCH v2 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v2 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v2 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v2 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v2 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v2 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v2 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v2 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v2 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig

[RFC PATCH 0/6] Enable shared device assignment
 2024-07-25 14:04 UTC  (8+ messages)
` [RFC PATCH 1/6] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
` [RFC PATCH 2/6] guest_memfd: Introduce a helper to notify the shared/private state change
` [RFC PATCH 3/6] KVM: Notify the state change via RamDiscardManager helper during shared/private conversion
` [RFC PATCH 4/6] memory: Register the RamDiscardManager instance upon guest_memfd creation
` [RFC PATCH 5/6] guest-memfd: Default to discarded (private) in guest_memfd_manager
` [RFC PATCH 6/6] RAMBlock: make guest_memfd require coordinate discard

[PATCH v5 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-07-25 13:55 UTC  (5+ messages)
` [PATCH v5 1/3] LoongArch: KVM: Add HW "
` [PATCH v5 2/3] LoongArch: KVM: Add LBT feature detection function
` [PATCH v5 3/3] LoongArch: KVM: Add vm migration support for LBT registers

[PATCH v3 0/2] Add paravirt KVM_FEATURE_VIRT_EXTIOI feature
 2024-07-25 12:28 UTC  (3+ messages)
` [PATCH v3 1/2] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v3 2/2] LoongArch: KVM: Implement function kvm_arch_para_features

[RFC v11 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-07-25 12:21 UTC  (3+ messages)

[PATCH 0/8] Introduce SMP Cache Topology
 2024-07-25 11:58 UTC  (24+ messages)
` [PATCH 1/8] hw/core: Make CPU topology enumeration arch-agnostic
` [PATCH 2/8] qapi/qom: Introduce smp-cache object
` [PATCH 8/8] qemu-options: Add the description of "

[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
 2024-07-25  8:24 UTC  (5+ messages)
` [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
    ` [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK'

[RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
 2024-07-25  6:29 UTC  (2+ messages)

[PATCH] KVM: x86: Reset RSP before exiting to userspace when emulating POPA
 2024-07-25  2:32 UTC  (3+ messages)

[PATCH v2] KVM: x86: Complain about an attempt to change the APIC base address
 2024-07-24 22:22 UTC  (7+ messages)

[PATCH v2] KVM: Documentation: Fix title underline too short warning
 2024-07-24 20:42 UTC  (2+ messages)

[Bug 219085] New: kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
 2024-07-24 19:15 UTC  (5+ messages)
` [Bug 219085] "

[PATCH] KVM: x86: Eliminate log spam from limited APIC timer periods
 2024-07-24 19:05 UTC 

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-07-24 14:40 UTC  (12+ messages)

[PATCH] kvm_host: bump KVM_MAX_IRQ_ROUTE to 128k
 2024-07-24 10:23 UTC  (3+ messages)

[PATCH] KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit
 2024-07-24  6:09 UTC  (4+ messages)

[PATCH 0/2] LoongArch: KVM: Add paravirt qspinlock support
 2024-07-24  2:52 UTC  (6+ messages)
` [PATCH 1/2] LoongArch: KVM: Add paravirt qspinlock in kvm side
` [PATCH 2/2] LoongArch: KVM: Add paravirt qspinlock in guest side

FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@intel.com/ “ for help
 2024-07-24  2:51 UTC  (6+ messages)

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-07-24  2:26 UTC  (12+ messages)

[PATCH v3] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2024-07-24  2:03 UTC  (5+ messages)

[PATCH] KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
 2024-07-23 23:20 UTC 

[bug report] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
 2024-07-23 20:57 UTC 

[bug report] KVM: SVM: Set target pCPU during IRTE update if target vCPU is running
 2024-07-23 19:02 UTC  (2+ messages)

[PATCH 0/6] KVM: nVMX: Fix IPIv vs. nested posted interrupts
 2024-07-23 17:43 UTC  (4+ messages)
` [PATCH 6/6] KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injection

[PATCH] arm64/sysreg: Correct the values for GICv4.1
 2024-07-23 15:46 UTC  (2+ messages)

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2024-07-23 14:43 UTC  (12+ messages)
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests

[PATCH] vdpa: Add support for no-IOMMU mode
 2024-07-23 11:04 UTC  (7+ messages)
  ` [EXTERNAL] "

[PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1
 2024-07-23  7:20 UTC  (2+ messages)
` [PATCH v5 4/4] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-23  6:22 UTC  (6+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions

[RFC 0/5] accel/kvm: Support KVM PMU filter
 2024-07-23  5:36 UTC  (5+ messages)
` [RFC 3/5] i386/kvm: Support event with select&umask format in "

[USB Isolation] USB virt drivers access between guests instead of host -> guest?
 2024-07-23  4:51 UTC  (4+ messages)


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