public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-20 13:55:46 to 2024-06-21 13:43:42 UTC [more...]

[PATCH v1 0/5] SEV-SNP: Add KVM support for attestation and KVM_EXIT_COCO
 2024-06-21 13:40 UTC 

[PATCH 0/2] KVM vPMU code refine
 2024-06-21 13:29 UTC  (10+ messages)
` [PATCH 1/2] KVM: x86/pmu: Define KVM_PMC_MAX_GENERIC for platform independence
` [PATCH 2/2] selftests: kvm: Reduce verbosity of "Random seed" messages

[PATCH v5 0/4] Add Svade and Svadu Extensions Support
 2024-06-21 13:15 UTC  (25+ messages)
` [PATCH v5 1/4] RISC-V: "
` [PATCH v5 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
` [PATCH v5 3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
` [PATCH v5 4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test

[PATCH v5 00/10] KVM: arm64: Allow userspace to modify CTR_EL0
 2024-06-21 12:55 UTC  (11+ messages)
` [PATCH v5 01/10] KVM: arm64: Get sys_reg encoding from descriptor in idregs_debug_show()
` [PATCH v5 02/10] KVM: arm64: Make idregs debugfs iterator search sysreg table directly
` [PATCH v5 03/10] KVM: arm64: Use read-only helper for reading VM ID registers
` [PATCH v5 04/10] KVM: arm64: Add helper for writing ID regs

[PATCH] KVM: SVM: let alternatives handle the cases when rsb filling is required
 2024-06-21 12:51 UTC  (2+ messages)

[PATCH v10 00/24] Add Secure TSC support for SNP guests
 2024-06-21 12:39 UTC  (25+ messages)
` [PATCH v10 01/24] virt: sev-guest: Use AES GCM crypto library
` [PATCH v10 02/24] virt: sev-guest: Replace dev_dbg with pr_debug
` [PATCH v10 03/24] virt: sev-guest: Make payload a variable length array
` [PATCH v10 04/24] virt: sev-guest: Add SNP guest request structure
` [PATCH v10 05/24] virt: sev-guest: Fix user-visible strings
` [PATCH v10 06/24] virt: sev-guest: Simplify VMPCK and sequence number assignments
` [PATCH v10 07/24] virt: sev-guest: Store VMPCK index to SNP guest device structure
` [PATCH v10 08/24] virt: sev-guest: Take mutex in snp_send_guest_request()
` [PATCH v10 09/24] virt: sev-guest: Carve out SNP guest messaging init/exit
` [PATCH v10 10/24] x86/sev: Move core SEV guest driver routines to common code
` [PATCH v10 11/24] x86/sev: Replace dev_[err,alert] with pr_[err,alert]
` [PATCH v10 12/24] x86/sev: Make snp_issue_guest_request() static
` [PATCH v10 13/24] x86/sev: Make sev-guest driver functional again
` [PATCH v10 14/24] x86/sev: Handle failures from snp_init()
` [PATCH v10 15/24] x86/sev: Cache the secrets page address
` [PATCH v10 16/24] x86/sev: Drop sev_guest_platform_data structure
` [PATCH v10 17/24] x86/cc: Add CC_ATTR_GUEST_SECURE_TSC
` [PATCH v10 18/24] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v10 19/24] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [PATCH v10 20/24] x86/sev: Prevent RDTSC/RDTSCP interception "
` [PATCH v10 21/24] x86/kvmclock: Skip kvmclock when Secure TSC is available
` [PATCH v10 22/24] x86/sev: Mark Secure TSC as reliable
` [PATCH v10 23/24] x86/cpu/amd: Do not print FW_BUG for Secure TSC
` [PATCH v10 24/24] x86/sev: Enable Secure TSC for SNP guests

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-06-21 12:39 UTC  (46+ messages)

[PATCH] crypto: qat - fix linking errors when PCI_IOV is disabled
 2024-06-21 12:28 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: replace segment selector magic number with macro definition
 2024-06-21 12:26 UTC 

[GIT PULL] KVM: Fixes for 6.10-rcN
 2024-06-21 12:02 UTC  (2+ messages)

[PATCH v8 0/8] update linux headers to v6.10-rc1 and shutdown support for pvpanic
 2024-06-21 10:45 UTC  (4+ messages)
` [PATCH v8 3/8] hw/misc/pvpanic: centralize definition of supported events

[kvm-unit-tests PATCH v1] s390x: Split and rework cpacf query functions
 2024-06-21 10:22 UTC 

[PATCH net-next 2/2] vsock/virtio: avoid enqueue packets when work queue is empty
 2024-06-21  9:47 UTC  (4+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-21  9:32 UTC  (11+ messages)

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-21  9:05 UTC  (3+ messages)
` [PATCH v3 09/14] arm64: Enable memory encrypt for Realms

[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
 2024-06-21  7:13 UTC  (20+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: Add pseudo random functions
` [kvm-unit-tests PATCH v3 2/7] s390x: lib: Remove double include
` [kvm-unit-tests PATCH v3 3/7] s390x: Add sie_is_pv
` [kvm-unit-tests PATCH v3 4/7] s390x: Add function for checking diagnose intercepts
` [kvm-unit-tests PATCH v3 5/7] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests PATCH v3 6/7] s390x: Use library functions for snippet exit
` [kvm-unit-tests PATCH v3 7/7] s390x: Add test for STFLE interpretive execution (format-0)

[PATCH v3 00/17] TDX MMU prep series part 1
 2024-06-21  7:10 UTC  (3+ messages)
` [PATCH v3 17/17] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()

hola
 2024-06-21  2:36 UTC 

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-06-21  2:51 UTC  (10+ messages)

[PATCH 0/5] Introduce a quirk to control memslot zap behavior
 2024-06-21  2:14 UTC  (12+ messages)
` [PATCH] KVM: x86/mmu: Implement memslot deletion for TDX

[PATCH] KVM: Remove duplicated zero clear with dirty_bitmap buffer
 2024-06-21  1:59 UTC  (5+ messages)

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-06-21  0:52 UTC  (5+ messages)
` [PATCH 4/5] KVM: x86: Ensure a full memory barrier is emitted in the VM-Exit path

[PATCH 0/5] riscv: add support for Zaamo and Zalrsc extensions
 2024-06-20 22:52 UTC  (3+ messages)
` [PATCH 3/5] riscv: hwprobe: export "

[PATCH v10 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-06-20 22:30 UTC  (5+ messages)
` [PATCH v10 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v10 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test

[PATCH kvm-unit-tests] fix cirrus-ci-macos-i386 CI job
 2024-06-20 21:45 UTC 

[GIT PULL] KVM/arm64 fixes for 6.10, take #2
 2024-06-20 21:38 UTC  (2+ messages)

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new tests
 2024-06-20 21:38 UTC  (2+ messages)

[Bug 218739] New: pmu_counters_test kvm-selftest fails with (count != NUM_INSNS_RETIRED)
 2024-06-20 21:35 UTC  (3+ messages)
` [Bug 218739] "

[PATCH] KVM: Discard zero mask with function kvm_dirty_ring_reset
 2024-06-20 21:20 UTC  (2+ messages)

[PATCH] kvm: Simplify kvm_get_running_vcpu()
 2024-06-20 21:15 UTC  (2+ messages)

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-20 20:32 UTC  (10+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 13/40] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()
` [PATCH v4 37/40] KVM: PPC: Book3s HV: drop locking around kvmppc_uvmem_bitmap

[PATCH v3 00/15] KVM: arm64: nv: FPSIMD/SVE, plus some other CPTR goodies
 2024-06-20 20:02 UTC  (17+ messages)
` [PATCH v3 01/15] KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisor
` [PATCH v3 02/15] KVM: arm64: nv: Forward SVE "
` [PATCH v3 03/15] KVM: arm64: nv: Handle ZCR_EL2 traps
` [PATCH v3 04/15] KVM: arm64: nv: Load guest hyp's ZCR into EL1 state
` [PATCH v3 05/15] KVM: arm64: nv: Save guest's ZCR_EL2 when in hyp context
` [PATCH v3 06/15] KVM: arm64: nv: Use guest hypervisor's max VL when running nested guest
` [PATCH v3 07/15] KVM: arm64: nv: Ensure correct VL is loaded before saving SVE state
` [PATCH v3 08/15] KVM: arm64: Spin off helper for programming CPTR traps
` [PATCH v3 09/15] KVM: arm64: nv: Handle CPACR_EL1 traps
` [PATCH v3 10/15] KVM: arm64: nv: Load guest FP state for ZCR_EL2 trap
` [PATCH v3 11/15] KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2
` [PATCH v3 12/15] KVM: arm64: nv: Add TCPAC/TTA to CPTR->CPACR conversion helper
` [PATCH v3 13/15] KVM: arm64: nv: Add trap description for CPTR_EL2
` [PATCH v3 14/15] KVM: arm64: nv: Add additional trap setup "
` [PATCH v3 15/15] KVM: arm64: Allow the use of SVE+NV

[PATCH v2 00/12] maintainer updates pre-PR (gdbstub, plugins, time control)
 2024-06-20 18:40 UTC  (16+ messages)
` [PATCH v2 01/12] include/exec: add missing include guard comment
` [PATCH v2 02/12] gdbstub: move enums into separate header
` [PATCH v2 03/12] plugins: Ensure register handles are not NULL
` [PATCH v2 04/12] sysemu: add set_virtual_time to accel ops
` [PATCH v2 05/12] qtest: use cpu interface in qtest_clock_warp
` [PATCH v2 06/12] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [PATCH v2 07/12] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
` [PATCH v2 08/12] plugins: add time control API
` [PATCH v2 09/12] plugins: add migration blocker
` [PATCH v2 10/12] contrib/plugins: add Instructions Per Second (IPS) example for cost modeling
` [PATCH v2 11/12] plugins: fix inject_mem_cb rw masking
` [PATCH v2 12/12] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb

[PATCH] KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable path
 2024-06-20 18:19 UTC  (2+ messages)

[PATCH v5 0/8] KVM: arm64: Add support for hypervisor kCFI
 2024-06-20 17:56 UTC  (2+ messages)

[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
 2024-06-20 17:26 UTC  (8+ messages)

[PATCH kvmtool] arm64: Allow the user to select the max SVE vector length
 2024-06-20 16:57 UTC 

[PATCH v2 0/8] KVM: PPC: Book3S HV: Nested guest migration fixes
 2024-06-20 14:29 UTC  (2+ messages)

[PATCH v9] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-06-20 14:29 UTC  (2+ messages)

[PATCH v2 0/2] Fix doorbell emulation for v2 API on PPC
 2024-06-20 14:29 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