public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-23 18:53:19 to 2024-07-26 13:45:44 UTC [more...]

[PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-07-26 13:44 UTC  (11+ messages)
` [PATCH 01/13] tests/avocado: mips: fallback to HTTP given certificate expiration
` [PATCH 02/13] tests/avocado: mips: add hint for fetchasset plugin
` [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout
` [PATCH 04/13] tests/avocado: add cdrom permission related tests
` [PATCH 05/13] tests/avocado: machine aarch64: standardize location and RO access
` [PATCH 06/13] tests/avocado: use more distinct names for assets
` [PATCH 07/13] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
` [PATCH 08/13] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset
` [PATCH 09/13] tests/avocado/boot_xen.py: fetch kernel during test setUp()
` [PATCH 10/13] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support

[PATCH v2] s390/cio: add missing MODULE_DESCRIPTION() macros
 2024-07-26 11:14 UTC  (2+ messages)

[RFC PATCH 0/6] Enable shared device assignment
 2024-07-26 10:56 UTC  (13+ 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

[kvm-unit-tests PATCH v1 0/3] s390x: small Makefile improvements
 2024-07-26 10:01 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 1/3] s390x/Makefile: snippets: Add separate target for the ELF snippets

[kvm-unit-tests PATCH 0/6] Checking and CI improvements
 2024-07-26  9:40 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/6] gitlab-ci: fix CentOS mirror list
` [kvm-unit-tests PATCH 2/6] arm: Fix kerneldoc
` [kvm-unit-tests PATCH 3/6] gitlab-ci: upgrade to CentOS 8
` [kvm-unit-tests PATCH 4/6] gitlab-ci: Move check-kerneldoc test out of the centos test
` [kvm-unit-tests PATCH 5/6] gitlab-ci: add a shellcheck test
` [kvm-unit-tests PATCH 6/6] checkpatch support

FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@intel.com/ “ for help
 2024-07-26  9:18 UTC  (7+ messages)
            ` FW: About the patch âhttps://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@intel.com/ â "

[kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
 2024-07-26  9:05 UTC  (7+ messages)

[PATCH v8 0/5] Add Svade and Svadu Extensions Support
 2024-07-26  9:04 UTC  (7+ messages)
` [PATCH v8 1/5] RISC-V: "
` [PATCH v8 2/5] dt-bindings: riscv: Add Svade and Svadu Entries
` [PATCH v8 3/5] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
` [PATCH v8 4/5] KVM: riscv: selftests: Fix compile error
` [PATCH v8 5/5] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test

[PATCH v1 0/5] SEV-SNP: Add KVM support for attestation and KVM_EXIT_COCO
 2024-07-26  7:15 UTC  (7+ messages)
` [PATCH v1 4/5] KVM: Introduce KVM_EXIT_COCO exit type

[PATCH] KVM:x86:Fix an interrupt injection logic error during PIC interrupt simulation
 2024-07-26  7:01 UTC  (3+ messages)

[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
 2024-07-26  6:55 UTC  (3+ messages)

[PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
 2024-07-26  6:50 UTC  (7+ messages)

[PATCH 0/2] Relax canonical checks on some arch msrs
 2024-07-26  6:50 UTC  (4+ 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

[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  (6+ messages)
` [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation

[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 v2 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-07-25 14:07 UTC  (12+ 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 06/10] selftests: kvm: s390: Add VM run test case

[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  (19+ messages)
` [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 2/2] LoongArch: KVM: Add paravirt qspinlock in guest side
 2024-07-24  2:52 UTC  (4+ 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)


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