messages from 2025-06-06 23:56:36 to 2025-06-10 19:58:10 UTC [more...]
[RFC PATCH 0/4] TDX attestation support and GHCI fixup
2025-06-10 19:58 UTC (10+ messages)
` [RFC PATCH 1/4] KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs
` [RFC PATCH 2/4] KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>
` [RFC PATCH 3/4] KVM: TDX: Exit to userspace for GetTdVmCallInfo
` [RFC PATCH 4/4] KVM: TDX: Check KVM exit on KVM_HC_MAP_GPA_RANGE when TD finalize
[kvm-unit-tests PATCH v2 00/14] x86: Add CPUID properties, clean up related code
2025-06-10 19:54 UTC (15+ messages)
` [kvm-unit-tests PATCH v2 01/14] x86: Encode X86_FEATURE_* definitions using a structure
` [kvm-unit-tests PATCH v2 02/14] x86: Add X86_PROPERTY_* framework to retrieve CPUID values
` [kvm-unit-tests PATCH v2 03/14] x86: Use X86_PROPERTY_MAX_VIRT_ADDR in is_canonical()
` [kvm-unit-tests PATCH v2 04/14] x86: Implement get_supported_xcr0() using X86_PROPERTY_SUPPORTED_XCR0_{LO,HI}
` [kvm-unit-tests PATCH v2 05/14] x86: Add and use X86_PROPERTY_INTEL_PT_NR_RANGES
` [kvm-unit-tests PATCH v2 06/14] x86/pmu: Mark all arch events as available on AMD, and rename fields
` [kvm-unit-tests PATCH v2 07/14] x86/pmu: Mark Intel architectural event available iff X <= CPUID.0xA.EAX[31:24]
` [kvm-unit-tests PATCH v2 08/14] x86/pmu: Use X86_PROPERTY_PMU_* macros to retrieve PMU information
` [kvm-unit-tests PATCH v2 09/14] x86/sev: Use VC_VECTOR from processor.h
` [kvm-unit-tests PATCH v2 10/14] x86/sev: Skip the AMD SEV test if SEV is unsupported/disabled
` [kvm-unit-tests PATCH v2 11/14] x86/sev: Define and use X86_FEATURE_* flags for CPUID 0x8000001F
` [kvm-unit-tests PATCH v2 12/14] x86/sev: Use X86_PROPERTY_SEV_C_BIT to get the AMD SEV C-bit location
` [kvm-unit-tests PATCH v2 13/14] x86/sev: Use amd_sev_es_enabled() to detect if SEV-ES is enabled
` [kvm-unit-tests PATCH v2 14/14] x86: Move SEV MSR definitions to msr.h
[kvm-unit-tests PATCH] x86/run: Specify "-vnc none" for QEMU if and only if QEMU supports VNC
2025-06-10 19:42 UTC (2+ messages)
[kvm-unit-tests PATCH] x86/pmu: Explicitly zero PERF_GLOBAL_CTRL at start of PMU test
2025-06-10 19:42 UTC (3+ messages)
[kvm-unit-tests PATCH] x86/pks: Actually skip the PKS test if PKS isn't support
2025-06-10 19:42 UTC (2+ messages)
[kvm-unit-tests PATCH] x86: ioapic: Expand routing reconfiguration => EOI interception testcase
2025-06-10 19:42 UTC (2+ messages)
[kvm-unit-tests PATCH] x86: Disable PIT re-injection for all tests to play nice with (x2)AVIC
2025-06-10 19:42 UTC (2+ messages)
[kvm-unit-tests PATCH] x86: Delete split IRQ chip variants of apic and ioapic tests
2025-06-10 19:42 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/8] x86/svm: Make nSVM MSR test useful
2025-06-10 19:42 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 4/8] x86: Expand the suite of bitops to cover all set/clear operations
` [kvm-unit-tests PATCH v2 5/8] x86: nVMX: Use set_bit() instead of test_and_set_bit() when return is ignored
[kvm-unit-tests PATCH] runtime: Skip tests if the target "kernel" file doesn't exist
2025-06-10 19:42 UTC (2+ messages)
[kvm-unit-tests PATCH 0/6] x86: FEP related cleanups and fix
2025-06-10 19:42 UTC (2+ messages)
[kvm-unit-tests PATCH 0/2] x86: nSVM: Fix a bug with nNPT+x2AVIC
2025-06-10 19:42 UTC (2+ messages)
[kvm-unit-tests PATCH 00/16] x86: Add CPUID properties, clean up related code
2025-06-10 19:42 UTC (24+ messages)
` [kvm-unit-tests PATCH 01/16] lib: Add and use static_assert() convenience wrappers
` [kvm-unit-tests PATCH 02/16] x86: Encode X86_FEATURE_* definitions using a structure
` [kvm-unit-tests PATCH 03/16] x86: Add X86_PROPERTY_* framework to retrieve CPUID values
` [kvm-unit-tests PATCH 04/16] x86: Use X86_PROPERTY_MAX_VIRT_ADDR in is_canonical()
` [kvm-unit-tests PATCH 05/16] x86: Implement get_supported_xcr0() using X86_PROPERTY_SUPPORTED_XCR0_{LO,HI}
` [kvm-unit-tests PATCH 06/16] x86: Add and use X86_PROPERTY_INTEL_PT_NR_RANGES
` [kvm-unit-tests PATCH 07/16] x86/pmu: Rename pmu_gp_counter_is_available() to pmu_arch_event_is_available()
` [kvm-unit-tests PATCH 08/16] x86/pmu: Rename gp_counter_mask_length to arch_event_mask_length
` [kvm-unit-tests PATCH 10/16] x86/pmu: Use X86_PROPERTY_PMU_* macros to retrieve PMU information
` [kvm-unit-tests PATCH 11/16] x86/sev: Use VC_VECTOR from processor.h
[PATCH] x86/pmu_pebs: Initalize and enable PMU interrupt (PMI_VECTOR)
2025-06-10 19:42 UTC (2+ messages)
[RFC PATCH v7 00/37] AMD: Add Secure AVIC Guest Support
2025-06-10 17:54 UTC (38+ messages)
` [RFC PATCH v7 01/37] KVM: lapic: Remove __apic_test_and_{set|clear}_vector()
` [RFC PATCH v7 02/37] KVM: lapic: Remove redundant parentheses around 'bitmap'
` [RFC PATCH v7 03/37] x86/apic: KVM: Deduplicate APIC vector => register+bit math
` [RFC PATCH v7 04/37] KVM: lapic: Rename VEC_POS/REG_POS macro usages
` [RFC PATCH v7 05/37] KVM: lapic: Change lapic regs base address to void pointer
` [RFC PATCH v7 06/37] KVM: lapic: Rename find_highest_vector()
` [RFC PATCH v7 07/37] KVM: lapic: Rename lapic get/set_reg() helpers
` [RFC PATCH v7 08/37] KVM: lapic: Rename lapic get/set_reg64() helpers
` [RFC PATCH v7 09/37] KVM: lapic: Rename lapic set/clear vector helpers
` [RFC PATCH v7 10/37] KVM: lapic: Mark apic_find_highest_vector() inline
` [RFC PATCH v7 11/37] x86/apic: KVM: Move apic_find_highest_vector() to a common header
` [RFC PATCH v7 12/37] x86/apic: KVM: Move lapic get/set_reg() helpers to common code
` [RFC PATCH v7 13/37] KVM: x86: Move lapic get/set_reg64() "
` [RFC PATCH v7 14/37] KVM: x86: Move lapic set/clear_vector() "
` [RFC PATCH v7 15/37] KVM: x86: apic_test_vector() "
` [RFC PATCH v7 16/37] x86/apic: Rename 'reg_off' to 'reg'
` [RFC PATCH v7 17/37] x86/apic: Unionize apic regs for 32bit/64bit access w/o type casting
` [RFC PATCH v7 18/37] x86/apic: Simplify bitwise operations on apic bitmap
` [RFC PATCH v7 19/37] x86/apic: Move apic_update_irq_cfg() calls to apic_update_vector()
` [RFC PATCH v7 20/37] x86/apic: Add new driver for Secure AVIC
` [RFC PATCH v7 21/37] x86/apic: Initialize Secure AVIC APIC backing page
` [RFC PATCH v7 22/37] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
` [RFC PATCH v7 23/37] x86/apic: Initialize APIC ID for Secure AVIC
` [RFC PATCH v7 24/37] x86/apic: Add update_vector() callback for apic drivers
` [RFC PATCH v7 25/37] x86/apic: Add update_vector() callback for Secure AVIC
` [RFC PATCH v7 26/37] x86/apic: Add support to send IPI "
` [RFC PATCH v7 27/37] x86/apic: Support LAPIC timer "
` [RFC PATCH v7 28/37] x86/sev: Initialize VGIF for secondary VCPUs "
` [RFC PATCH v7 29/37] x86/apic: Add support to send NMI IPI "
` [RFC PATCH v7 30/37] x86/apic: Allow NMI to be injected from hypervisor "
` [RFC PATCH v7 31/37] x86/sev: Enable NMI support "
` [RFC PATCH v7 32/37] x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests
` [RFC PATCH v7 33/37] x86/apic: Handle EOI writes for Secure AVIC guests
` [RFC PATCH v7 34/37] x86/apic: Add kexec support for Secure AVIC
` [RFC PATCH v7 35/37] x86/apic: Enable Secure AVIC in Control MSR
` [RFC PATCH v7 36/37] x86/sev: Prevent SECURE_AVIC_CONTROL MSR interception for Secure AVIC guests
` [RFC PATCH v7 37/37] x86/sev: Indicate SEV-SNP guest supports Secure AVIC
[PATCH V3 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t
2025-06-10 17:01 UTC (2+ messages)
[PATCH v4 0/3] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
2025-06-10 16:59 UTC (4+ messages)
` [PATCH v4 3/3] KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERF
[PATCH] RISC-V: KVM: lock the correct mp_state during reset
2025-06-10 16:28 UTC (2+ messages)
[PATCH v5 0/6] KVM: lockdep improvements
2025-06-10 16:28 UTC (2+ messages)
[PATCH v5 00/20] AMD: Add Secure AVIC Guest Support
2025-06-10 16:12 UTC (5+ messages)
` [PATCH v5 01/20] KVM: x86: Move find_highest_vector() to a common header
[RFC PATCH 00/20] TD-Preserving updates
2025-06-10 15:02 UTC (17+ messages)
` [RFC PATCH 03/20] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [RFC PATCH 05/20] x86/virt/tdx: Export tdx module attributes via sysfs
` [RFC PATCH 11/20] x86/virt/seamldr: Abort updates if errors occurred midway
` [RFC PATCH 12/20] x86/virt/seamldr: Shut down the current TDX module
[PATCHv2 00/12] TDX: Enable Dynamic PAMT
2025-06-10 14:51 UTC (15+ messages)
` [PATCHv2 01/12] x86/tdx: Consolidate TDX error handling
` [PATCHv2 02/12] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCHv2 03/12] x86/virt/tdx: Allocate reference counters for PAMT memory
` [PATCHv2 04/12] x86/virt/tdx: Add tdx_alloc/free_page() helpers
` [PATCHv2.1 "
` [PATCHv2 05/12] KVM: TDX: Allocate PAMT memory in __tdx_td_init()
` [PATCHv2 06/12] KVM: TDX: Allocate PAMT memory in tdx_td_vcpu_init()
` [PATCHv2 07/12] KVM: TDX: Preallocate PAMT pages to be used in page fault path
` [PATCHv2 08/12] KVM: TDX: Handle PAMT allocation in "
` [PATCHv2 09/12] KVM: TDX: Reclaim PAMT memory
` [PATCHv2 10/12] [NOT-FOR-UPSTREAM] x86/virt/tdx: Account PAMT memory and print it in /proc/meminfo
` [PATCHv2 11/12] x86/virt/tdx: Enable Dynamic PAMT
` [PATCHv2 12/12] Documentation/x86: Add documentation for TDX's "
[PATCH kvmtool v3 0/3] cpu: vmexit: KVM_RUN ioctl error handling fixes
2025-06-10 8:01 UTC (2+ messages)
[PATCH v4] riscv: sbi: Add SBI Debug Triggers Extension tests
2025-06-10 8:32 UTC (2+ messages)
[RFC PATCH 00/12] Private MMIO support for private assigned dev
2025-06-10 6:53 UTC (24+ messages)
[RFC PATCH v6 00/32] AMD: Add Secure AVIC Guest Support
2025-06-10 6:52 UTC (14+ messages)
` [RFC PATCH v6 07/32] KVM: x86: apic_test_vector() to common code
` [RFC PATCH v6 09/32] x86/apic: Rename 'reg_off' to 'reg'
` [RFC PATCH v6 15/32] x86/apic: Add new driver for Secure AVIC
` [RFC PATCH v6 31/32] x86/sev: Prevent SECURE_AVIC_CONTROL MSR interception for Secure AVIC guests
[PATCH v4 0/3] update live migration configuration region
2025-06-10 6:32 UTC (4+ messages)
` [PATCH v4 1/3] migration: update BAR space size
` [PATCH v4 2/3] migration: qm updates BAR configuration
` [PATCH v4 3/3] migration: adapt to new migration configuration
[RFC v2] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
2025-06-10 4:57 UTC
[RFC] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
2025-06-10 3:10 UTC (2+ messages)
[PATCH v2 06/13] KVM: arm64: Add support for KVM_MEM_USERFAULT
2025-06-09 23:04 UTC (4+ messages)
[Bug 220200] New: Kernel crash with WARNING: CPU: 17 PID: 4510 at lib/refcount.c:28 refcount_warn_saturate+0xd8/0xe0
2025-06-09 18:27 UTC (2+ messages)
` [Bug 220200] "
[PATCH] target/i386: KVM: add hack for Windows vCPU hotplug with SGX
2025-06-09 18:25 UTC (6+ messages)
[PATCH] KVM: X86: Raise #GP when clearing CR0_PG in 64 bit mode
2025-06-09 18:20 UTC (6+ messages)
[PATCH net-next v10] selftests/vsock: add initial vmtest.sh for vsock
2025-06-09 16:39 UTC
[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
2025-06-09 14:34 UTC (3+ messages)
` "
[PATCH] vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limit
2025-06-09 13:49 UTC (3+ messages)
[PATCH v2 00/15] Add KVM Selftests runner
2025-06-09 12:54 UTC (15+ messages)
` [PATCH v2 03/15] KVM: selftests: Add timeout option in selftests runner
` [PATCH v2 04/15] KVM: selftests: Add option to save selftest runner output to a directory
` [PATCH v2 05/15] KVM: selftests: Run tests concurrently in KVM selftests runner
` [PATCH v2 06/15] KVM: selftests: Add a flag to print only test status in KVM Selftests run
` [PATCH v2 07/15] KVM: selftests: Add various print flags to KVM Selftest Runner
` [PATCH v2 08/15] KVM: selftests: Print sticky KVM Selftests Runner status at bottom
` [PATCH v2 09/15] KVM: selftests: Add a flag to print only sticky summary in the selftests runner
` [PATCH v2 10/15] KVM: selftests: Add flag to suppress all output from Selftest KVM Runner
` [PATCH v2 11/15] KVM: selftests: Auto generate default tests for KVM Selftests Runner
` [PATCH v2 12/15] KVM: selftests: Add x86 auto generated test files "
` [PATCH v2 13/15] KVM: selftests: Add arm64 "
` [PATCH v2 14/15] KVM: selftests: Add s390 "
` [PATCH v2 15/15] KVM: selftests: Add riscv "
[PATCH v5 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-06-09 12:26 UTC (2+ messages)
[PATCH v2 0/3] SEV-SNP fix for cpu soft lockup on 1TB+ guests
2025-06-09 9:11 UTC (4+ messages)
` [PATCH v2 1/3] KVM: Allow CPU to reschedule while setting per-page memory attributes
` [PATCH v2 2/3] KVM: Add trace_kvm_vm_set_mem_attributes()
` [PATCH v2 3/3] KVM: fix typo in kvm_vm_set_mem_attributes() comment
[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-09 9:06 UTC (20+ messages)
` [PATCH v11 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v11 09/18] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v11 13/18] KVM: arm64: Refactor user_mem_abort()
` [PATCH v11 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v11 15/18] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v11 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v11 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH v6 0/4] Enable Secure TSC for SEV-SNP
2025-06-09 8:51 UTC (4+ messages)
[PATCH] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
2025-06-09 8:19 UTC (2+ messages)
[PATCH] kvm: preemption must be disabled when calling smp_call_function_many
2025-06-09 6:39 UTC (3+ messages)
[PATCH 00/13] MMU related improvements for KVM RISC-V
2025-06-09 5:01 UTC (8+ messages)
` [PATCH 01/13] RISC-V: KVM: Fix the size parameter check in SBI SFENCE calls
` [PATCH 02/13] RISC-V: KVM: Don't treat SBI HFENCE calls as NOPs
` [PATCH 03/13] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
[PATCH v6 0/5] Enable shared device assignment
2025-06-09 3:23 UTC (2+ messages)
[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
2025-06-09 0:23 UTC (7+ messages)
` [RFC PATCH 07/33] vfio: selftests: Use command line to set hugepage size for DMA mapping test
[syzbot] Monthly kvm-x86 report (Jun 2025)
2025-06-08 17:33 UTC
[PATCH 0/3] SEV-SNP fix for cpu soft lockup on 1TB+ guests
2025-06-07 21:14 UTC (6+ messages)
` [PATCH 1/3] KVM: Batch setting of per-page memory attributes to avoid soft lockup
[PATCH 0/5] KVM: VMX: Fix MMIO Stale Data Mitigation
2025-06-07 2:52 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).