messages from 2025-02-20 12:18:01 to 2025-02-21 18:22:58 UTC [more...]
[Bug 219787] New: Guest's applications crash with EXCEPTION_SINGLE_STEP (0x80000004)
2025-02-21 18:22 UTC (15+ messages)
` [Bug 219787] "
[PATCH 0/9] vhost-scsi: log write descriptors for live migration (and two bugfix)
2025-02-21 18:03 UTC (2+ messages)
[PATCH 0/3] Unify IBRS virtualization
2025-02-21 17:59 UTC (5+ messages)
` [PATCH 1/3] x86/cpufeatures: Define X86_FEATURE_AMD_IBRS_SAME_MODE
` [PATCH 2/3] KVM: x86: Propagate AMD's IbrsSameMode to the guest
` [PATCH 3/3] KVM: x86: Generalize IBRS virtualization on emulated VM-exit
[GIT PULL] KVM/riscv fixes for 6.14 take #1
2025-02-21 17:07 UTC
[PATCH v2] riscv: KVM: Remove unnecessary vcpu kick
2025-02-21 17:06 UTC (4+ messages)
[kvm-unit-tests PATCH 0/2] riscv: Run with other QEMU models
2025-02-21 16:27 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Allow earlycon for all architectures
` [kvm-unit-tests PATCH 2/2] riscv: Introduce MACHINE_OVERRIDE
[PATCH v4 00/12] Direct Map Removal for guest_memfd
2025-02-21 16:07 UTC (13+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
` [PATCH v4 05/12] KVM: Documentation: document KVM_GMEM_NO_DIRECT_MAP flag
` [PATCH v4 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v4 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v4 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v4 10/12] KVM: selftests: adjust test_create_guest_memfd_invalid
` [PATCH v4 11/12] KVM: selftests: set KVM_GMEM_NO_DIRECT_MAP in mem conversion tests
` [PATCH v4 12/12] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH] s390/vio-ap: Fix no AP queue sharing allowed message written to kernel log
2025-02-21 15:55 UTC (5+ messages)
[PATCH] s390/vfio-ap: lock mdev object when handling mdev remove request
2025-02-21 15:32 UTC
[RFC PATCH v3 1/3] KVM: arm64: SIGBUS VMM for SEA guest abort
2025-02-21 15:15 UTC (4+ messages)
` [RFC PATCH v3 2/3] KVM: arm64: set FnV in vcpu's ESR_ELx when host FAR_EL2 is invalid
` [RFC PATCH v3 3/3] Documentation: kvm: new UAPI when arm64 guest consumes UER
[PATCH v3 00/14] Change ghes to use HEST-based offsets and add support for error inject
2025-02-21 15:05 UTC (7+ messages)
[PATCH v4 00/14] Change ghes to use HEST-based offsets and add support for error inject
2025-02-21 14:35 UTC (2+ messages)
` [PATCH v4 06/14] acpi/ghes: create an ancillary acpi_ghes_get_state() function
[PATCH v4 00/12] Initial support for SMMUv3 nested translation
2025-02-21 13:04 UTC (18+ messages)
[PATCH v3 00/30] TDX initialization + vCPU/VM creation
2025-02-21 12:25 UTC (41+ messages)
` [PATCH 01/30] x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
` [PATCH 02/30] x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation
` [PATCH 03/30] x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creation
` [PATCH 04/30] x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management
` [PATCH 05/30] x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field access
` [PATCH 06/30] x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operations
` [PATCH 07/30] x86/virt/tdx: allocate tdx_sys_info in static memory
` [PATCH 08/30] x86/virt/tdx: Read essential global metadata for KVM
` [PATCH 09/30] x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyID
` [PATCH 10/30] KVM: Export hardware virtualization enabling/disabling functions
` [PATCH 11/30] KVM: VMX: Refactor VMX module init/exit functions
` [PATCH 12/30] KVM: VMX: Initialize TDX during KVM module load
` [PATCH 13/30] KVM: TDX: Get TDX global information
` [PATCH 14/30] KVM: TDX: Add placeholders for TDX VM/vCPU structures
` [PATCH 15/30] KVM: TDX: Define TDX architectural definitions
` [PATCH 16/30] KVM: TDX: Add TDX "architectural" error codes
` [PATCH 17/30] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH 18/30] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH 19/30] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH 20/30] KVM: TDX: create/destroy VM structure
` [PATCH 21/30] KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check
` [PATCH 22/30] KVM: x86: expose cpuid_entry2_find for TDX
` [PATCH 23/30] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH 24/30] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH 25/30] KVM: TDX: Don't offline the last cpu of one package when there's TDX guest
` [PATCH 26/30] KVM: TDX: create/free TDX vcpu structure
` [PATCH 27/30] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH 28/30] KVM: x86: Introduce KVM_TDX_GET_CPUID
` [PATCH 29/30] KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level
` [PATCH 30/30] KVM: TDX: Register TDX host key IDs to cgroup misc controller
[RFC PATCH v5 0/4] Add NUMA mempolicy support for KVM guest-memfd
2025-02-21 11:30 UTC (2+ messages)
[RFC PATCH 0/6] KVM: x86: async PF user
2025-02-21 11:02 UTC (7+ messages)
[RFC] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-02-21 9:34 UTC (5+ messages)
[PATCH v2] RISC-V: KVM: Optimize comments in kvm_riscv_vcpu_isa_disable_allowed
2025-02-21 8:48 UTC (2+ messages)
[PATCH v2 00/14] KVM: arm64: NV userspace ABI
2025-02-21 7:52 UTC (21+ messages)
` [PATCH v2 01/14] arm64: cpufeature: Handle NV_frac as a synonym of NV2
` [PATCH v2 02/14] KVM: arm64: Hide ID_AA64MMFR2_EL1.NV from guest and userspace
` [PATCH v2 03/14] KVM: arm64: Mark HCR.EL2.E2H RES0 when ID_AA64MMFR1_EL1.VH is zero
` [PATCH v2 04/14] KVM: arm64: Mark HCR.EL2.{NV*,AT} RES0 when ID_AA64MMFR4_EL1.NV_frac is 0
` [PATCH v2 05/14] KVM: arm64: Advertise NV2 in the boot messages
` [PATCH v2 06/14] KVM: arm64: Consolidate idreg callbacks
` [PATCH v2 07/14] KVM: arm64: Make ID_REG_LIMIT_FIELD_ENUM() more widely available
` [PATCH v2 08/14] KVM: arm64: Enforce NV limits on a per-idregs basis
` [PATCH v2 09/14] KVM: arm64: Move NV-specific capping to idreg sanitisation
` [PATCH v2 10/14] KVM: arm64: Allow userspace to limit NV support to nVHE
` [PATCH v2 11/14] KVM: arm64: Make ID_AA64MMFR4_EL1.NV_frac writable
` [PATCH v2 12/14] KVM: arm64: Advertise FEAT_ECV when possible
` [PATCH v2 13/14] KVM: arm64: Allow userspace to request KVM_ARM_VCPU_EL2*
` [PATCH v2 14/14] KVM: arm64: Document NV caps and vcpu flags
[PATCH] include/linux/log2.h: mark is_power_of_2() with __always_inline
2025-02-21 7:16 UTC
[kvm:kvm-coco-queue 30/121] arch/x86/include/asm/tdx.h:183:12: warning: 'tdx_get_nr_guest_keyids' defined but not used
2025-02-21 6:19 UTC
[PATCH v4 0/2] KVM: x86: Include host suspended time in steal time
2025-02-21 5:39 UTC (3+ messages)
` [PATCH v4 1/2] KVM: x86: Advance guest TSC after deep suspend
` [PATCH v4 2/2] KVM: x86: Include host suspended time in steal time
[PATCH] RISC-V: KVM: Fix comments in kvm_riscv_vcpu_isa_disable_allowed
2025-02-21 2:28 UTC (3+ messages)
[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
2025-02-21 2:00 UTC (2+ messages)
` [Bug 219009] "
[PATCH net-next v2] tun: Pad virtio headers
2025-02-21 1:14 UTC (5+ messages)
[PATCH vhost v2] vdpa/mlx5: Fix oversized null mkey longer than 32bit
2025-02-21 1:12 UTC (2+ messages)
[PATCH v5 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
2025-02-21 0:48 UTC (16+ messages)
` [PATCH v5 2/6] target/i386: Update EPYC-Rome CPU model for Cache property, RAS, SVM feature bits
` [PATCH v5 3/6] target/i386: Update EPYC-Milan "
` [PATCH v5 4/6] target/i386: Add feature that indicates WRMSR to BASE reg is non-serializing
` [PATCH v5 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PATCH v5 6/6] target/i386: Add support for EPYC-Turin model
Interest in contributing to KVM TODO
2025-02-20 23:47 UTC (3+ messages)
[PATCH 00/18] KVM: TDX: TDX "the rest" part
2025-02-20 23:45 UTC (5+ messages)
` [PATCH 18/18] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
[PATCH] KVM: powerpc: Enable commented out BUILD_BUG_ON() assertion
2025-02-20 23:20 UTC
[PATCH 00/10] KVM: SVM: Attempt to cleanup SEV_FEATURES
2025-02-20 22:51 UTC (2+ messages)
[PATCH v4 0/7] Move initializing SEV/SNP functionality to KVM
2025-02-20 22:39 UTC (22+ messages)
` [PATCH v4 1/7] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v4 2/7] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v4 3/7] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH v4 4/7] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v4 5/7] crypto: ccp: Add new SEV/SNP platform shutdown API
` [PATCH v4 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v4 7/7] crypto: ccp: Move SEV/SNP Platform initialization to KVM
[PATCH 0/6] IBPB cleanups and a fixup
2025-02-20 21:50 UTC (5+ messages)
[PATCH net-next v4 0/9] Device memory TCP TX
2025-02-20 21:05 UTC (16+ messages)
` [PATCH net-next v4 1/9] net: add get_netmem/put_netmem support
` [PATCH net-next v4 3/9] net: devmem: Implement TX path
` [PATCH net-next v4 4/9] net: devmem: make dmabuf unbinding scheduled work
` [PATCH net-next v4 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v4 6/9] net: enable driver support for netmem TX
` [PATCH net-next v4 8/9] net: check for driver support in "
` [PATCH net-next v4 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH v2 0/5] KVM: x86/xen: Restrict hypercall MSR index
2025-02-20 19:04 UTC (5+ messages)
` [PATCH v2 1/5] KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic range
[GIT PULL] KVM/arm64 fixes for 6.14, take #3
2025-02-20 17:44 UTC
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-02-20 17:38 UTC (15+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH v4 00/10] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-02-20 17:12 UTC (8+ messages)
` [PATCH v4 03/10] KVM: guest_memfd: Allow host to map guest_memfd() pages
[PATCH v6 0/9] Basic SEV-SNP Selftests
2025-02-20 16:56 UTC (6+ messages)
` [PATCH v6 6/9] KVM: selftests: Add library support for interacting with SNP
[kvm-unit-tests PATCH v1 0/7] arm64: support EL2
2025-02-20 15:34 UTC (10+ messages)
` [kvm-unit-tests PATCH v1 1/7] arm64: drop to EL1 if booted at EL2
` [kvm-unit-tests PATCH v1 2/7] arm64: timer: use hypervisor timers when "
` [kvm-unit-tests PATCH v1 3/7] arm64: micro-bench: fix timer IRQ
` [kvm-unit-tests PATCH v1 4/7] arm64: micro-bench: use smc when at EL2
` [kvm-unit-tests PATCH v1 5/7] arm64: selftest: update test for running "
` [kvm-unit-tests PATCH v1 6/7] arm64: pmu: count EL2 cycles
` [kvm-unit-tests PATCH v1 7/7] arm64: run at EL2 if supported
[PATCH net-next v3 0/6] Device memory TCP TX
2025-02-20 14:35 UTC (11+ messages)
` [PATCH net-next v3 5/6] net: devmem: Implement TX path
[PATCH v3 0/2] KVM: SVM: Add support for 4096 vcpus with x2AVIC
2025-02-20 13:36 UTC (3+ messages)
` [PATCH v3 2/2] KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_ids
[PATCH V2 00/12] KVM: TDX: TD vcpu enter/exit
2025-02-20 13:16 UTC (5+ messages)
` [PATCH V2 03/12] KVM: TDX: Set arch.has_protected_state to true
` [PATCH V2 05/12] KVM: TDX: Implement TDX vcpu enter/exit path
[PATCH 00/14] KVM: arm64: NV userspace ABI
2025-02-20 13:07 UTC (3+ messages)
[PATCH v7 00/17] Provide a new two step DMA mapping API
2025-02-20 12:48 UTC (2+ messages)
[PATCH 0/5] riscv: KVM: Fix a few SBI issues
2025-02-20 12:17 UTC (2+ 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