public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-04 14:35:23 to 2024-06-06 01:42:07 UTC [more...]

[kvm-unit-tests PATCH v3] x86/asyncpf: fix async page fault issues
 2024-06-06  1:42 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/4] x86/pmu: PEBS fixes and new testcases
 2024-06-06  0:51 UTC  (6+ messages)
` [kvm-unit-tests PATCH 3/4] x86/pmu: Test adaptive PEBS without any adaptive counters

[PATCH v2] vfio/pci: add msi interrupt affinity support
 2024-06-06  0:40 UTC  (3+ messages)

[PATCH] vdpa: Add support for no-IOMMU mode
 2024-06-06  0:15 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-06-06  0:03 UTC  (3+ messages)

[PULL v3 33/41] linux-headers: update to 6.10-rc1
 2024-06-05 23:36 UTC 

[kvm-unit-tests PATCH v2 0/3] Fix test failures caused by CET KVM series
 2024-06-05 23:20 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] nVMX: Test for EP4TA pointing at MMIO
 2024-06-05 23:20 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/pmu: Clear mask in PMI handler to allow delivering subsequent PMIs
 2024-06-05 23:20 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] Fix testing failure in x86/msr
 2024-06-05 23:20 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/5] nVMX: Simple posted interrupts test
 2024-06-05 23:20 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/msr: Fix typo in output SMR
 2024-06-05 23:20 UTC  (2+ messages)

[kvm-unit-tests PATCH 1/1] x86: vmexit: Allow IPI test to be accelerated by SVM AVIC
 2024-06-05 23:20 UTC  (2+ messages)

[PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-06-05 23:19 UTC  (11+ messages)
` [PATCH v8 01/10] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
` [PATCH v8 02/10] x86/cpu: KVM: Move macro to encode PAT value to common header
` [PATCH v8 03/10] KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
` [PATCH v8 04/10] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
` [PATCH v8 05/10] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
` [PATCH v8 06/10] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
` [PATCH v8 07/10] KVM: nVMX: Add a helper to encode VMCS info in MSR_IA32_VMX_BASIC
` [PATCH v8 08/10] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
` [PATCH v8 09/10] KVM: VMX: Open code VMX preemption timer rate mask in its accessor
` [PATCH v8 10/10] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()

[PATCH 0/2] KVM: Reject vCPU IDs above 2^32
 2024-06-05 22:31 UTC  (4+ messages)
` [PATCH 1/2] KVM: Reject overly excessive IDs in KVM_CREATE_VCPU
` [PATCH 2/2] KVM: selftests: Test vCPU IDs above 2^32

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-06-05 21:44 UTC  (9+ messages)

[kvm-unit-tests] x86/pmu: add testcase for WRMSR to counter in PMI handler
 2024-06-05 19:23 UTC  (2+ messages)

[kvm-unit-tests PATCH v6 0/4] x86: Add test cases for LAM
 2024-06-05 18:57 UTC  (7+ messages)
` [kvm-unit-tests PATCH v6 2/4] x86: Add test case for LAM_SUP
` [kvm-unit-tests PATCH v6 3/4] x86: Add test cases for LAM_{U48,U57}
` [kvm-unit-tests PATCH v6 4/4] x86: Add test case for INVVPID with LAM

[PATCH v5 0/4] Add Svade and Svadu Extensions Support
 2024-06-05 16:54 UTC  (6+ 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 0/3] x86/cpu: Add Bus Lock Detect support for AMD
 2024-06-05 16:14 UTC  (6+ messages)
` [PATCH 3/3] KVM SVM: Add Bus Lock Detect support

[PATCH v4 00/13] KVM: arm64: Add support for hypervisor kCFI
 2024-06-05 16:11 UTC  (16+ messages)
` [PATCH v4 03/13] KVM: arm64: nVHE: Simplify __guest_exit_panic path
` [PATCH v4 05/13] KVM: arm64: Rename __guest_exit_panic __hyp_panic
` [PATCH v4 10/13] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
` [PATCH v4 11/13] KVM: arm64: Improve CONFIG_CFI_CLANG error message

[kvm-unit-tests PATCH v7 00/11] Add #VC exception handling for AMD SEV-ES
 2024-06-05 16:08 UTC  (9+ messages)
` [kvm-unit-tests PATCH v7 02/11] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v7 07/11] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v7 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v7 10/11] x86: AMD SEV-ES: Handle IOIO #VC

[PATCH v5 0/3] vfio/pci: Support 8-byte PCI loads and stores
 2024-06-05 16:01 UTC  (4+ messages)
` [PATCH v5 1/3] vfio/pci: Extract duplicated code into macro
` [PATCH v5 2/3] vfio/pci: Support 8-byte PCI loads and stores
` [PATCH v5 3/3] vfio/pci: Fix typo in macro to declare accessors

[GIT PULL] KVM fixes for Linux 6.10-rc3
 2024-06-05 15:59 UTC  (2+ messages)

[PATCH v2 0/4] ppc: spapr: Nested kvm guest migration fixes
 2024-06-05 15:58 UTC  (5+ messages)
` [PATCH v2 1/4] linux-header: PPC: KVM: Update one-reg ids for DEXCR, HASHKEYR and HASHPKEYR
` [PATCH v2 2/4] target/ppc/cpu_init: Synchronize DEXCR with KVM for migration
` [PATCH v2 3/4] target/ppc/cpu_init: Synchronize HASHKEYR "
` [PATCH v2 4/4] target/ppc/cpu_init: Synchronize HASHPKEYR "

[PATCH v7 00/10] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-06-05 15:38 UTC  (4+ messages)
` [PATCH v7 08/10] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h

[PATCH v2 0/2] Print names of apicv inhibit reasons in traces
 2024-06-05 15:10 UTC  (3+ messages)

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-05 15:08 UTC  (17+ messages)
` [PATCH v3 01/14] arm64: rsi: Add RSI definitions
` [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v3 03/14] arm64: realm: Query IPA size from the RMM
` [PATCH v3 04/14] arm64: Mark all I/O as non-secure shared
` [PATCH v3 05/14] fixmap: Allow architecture overriding set_fixmap_io
` [PATCH v3 06/14] arm64: Override set_fixmap_io
` [PATCH v3 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v3 08/14] arm64: Enforce bounce buffers for realm DMA
` [PATCH v3 09/14] arm64: Enable memory encrypt for Realms
` [PATCH v3 10/14] arm64: Force device mappings to be non-secure shared
` [PATCH v3 11/14] efi: arm64: Map Device with Prot Shared
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared
` [PATCH v3 13/14] arm64: rsi: Interfaces to query attestation token
` [PATCH v3 14/14] virt: arm-cca-guest: TSM_REPORT support for realms

[RFC kvm-unit-tests PATCH] build: fix .aux.o target building
 2024-06-05 15:07 UTC  (5+ messages)

[PATCH V5 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-06-05 14:22 UTC  (7+ messages)
` [PATCH V5 4/4] KVM: selftests: Add test for configure of x86 APIC bus frequency

[PATCH net-next v6 06/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-06-05 13:32 UTC  (2+ messages)
` [PATCH net-next v6 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH] KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attr
 2024-06-05 13:19 UTC  (4+ messages)

[PATCH v2 0/8] KVM: PPC: Book3S HV: Nested guest migration fixes
 2024-06-05 13:07 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3
` [PATCH v2 2/8] KVM: PPC: Book3S HV: Fix the get_one_reg of SDAR
` [PATCH v2 3/8] KVM: PPC: Book3S HV: Add one-reg interface for DEXCR register
` [PATCH v2 4/8] KVM: PPC: Book3S HV nestedv2: Keep nested guest DEXCR in sync
` [PATCH v2 5/8] KVM: PPC: Book3S HV: Add one-reg interface for HASHKEYR register
` [PATCH v2 6/8] KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHKEYR in sync
` [PATCH v2 7/8] KVM: PPC: Book3S HV: Add one-reg interface for HASHPKEYR register
` [PATCH v2 8/8] KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHPKEYR in sync

[PATCH 0/6] KVM: PPC: Book3S HV: Nested guest migration fixes
 2024-06-05 13:13 UTC  (4+ messages)
` [PATCH 6/6] KVM: PPC: Book3S HV: Add one-reg interface for HASHKEYR register

[PATCH AUTOSEL 6.6 4/4] vhost-scsi: Handle vhost_vq_work_queue failures for events
 2024-06-05 11:56 UTC 

[PATCH AUTOSEL 6.8 6/6] vhost-scsi: Handle vhost_vq_work_queue failures for events
 2024-06-05 11:55 UTC 

[PATCH AUTOSEL 6.9 6/6] vhost-scsi: Handle vhost_vq_work_queue failures for events
 2024-06-05 11:55 UTC 

[PATCH AUTOSEL 6.6 17/20] vfio/pci: Collect hot-reset devices to local buffer
 2024-06-05 11:52 UTC 

[PATCH v4 3/3] KVM: SEV-ES: Fix LBRV code
 2024-06-05 11:52 UTC  (4+ messages)
` [PATCH] KVM: SNP: Fix LBR Virtualization for SNP guest

[PATCH AUTOSEL 6.8 20/24] vfio/pci: Collect hot-reset devices to local buffer
 2024-06-05 11:50 UTC 

[PATCH AUTOSEL 6.9 23/28] vfio/pci: Collect hot-reset devices to local buffer
 2024-06-05 11:48 UTC 

[PATCH v2 0/2] Fix doorbell emulation for v2 API on PPC
 2024-06-05 11:39 UTC  (3+ messages)
` [PATCH v2 1/2] arch/powerpc/kvm: Add DPDES support in helper library for Guest state buffer
` [PATCH v2 2/2] arch/powerpc/kvm: Fix doorbell emulation for v2 API

[GIT PULL] KVM/arm64 fixes for 6.10, take #1
 2024-06-05 10:56 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] misc docs/build/CI improvements
 2024-06-05 10:51 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] doc: update unittests doc
` [kvm-unit-tests PATCH v2 2/2] gitlab-ci: Always save artifacts

[kvm-unit-tests PATCH v1 0/3] s390x: small Makefile improvements
 2024-06-05  8:03 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 1/3] s390x/Makefile: snippets: Add separate target for the ELF snippets

[PATCH v2 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-06-05  7:56 UTC  (8+ messages)
` [PATCH v2 12/16] KVM: arm64: nv: Tag shadow S2 entries with guest's leaf S2 level
` [PATCH v2 13/16] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information

[kvm-unit-tests PATCH v9 00/31] powerpc improvements
 2024-06-05  7:52 UTC  (23+ messages)
` [kvm-unit-tests PATCH v9 19/31] powerpc: Avoid using larx/stcx. in spinlocks when only one CPU is running
` [kvm-unit-tests PATCH v9 20/31] powerpc: Add atomics tests
` [kvm-unit-tests PATCH v9 21/31] powerpc: Add timebase tests
` [kvm-unit-tests PATCH v9 22/31] powerpc: Add MMU support
` [kvm-unit-tests PATCH v9 27/31] powerpc: add pmu tests
` [kvm-unit-tests PATCH v9 29/31] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH v9 31/31] powerpc: gitlab CI update

[PATCH v3 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2024-06-05  7:49 UTC  (4+ messages)

[PATCH 0/9] Enable haltpoll for arm64
 2024-06-05  5:47 UTC  (7+ messages)
` [PATCH 4/9] cpuidle-haltpoll: define arch_haltpoll_supported()
` [PATCH 8/9] arm64: support cpuidle-haltpoll

[PATCH] KVM: selftest: Add family and model check for zen4 in PMU filter test
 2024-06-05  5:23 UTC  (5+ messages)

[PATCH v2] KVM: selftest: Add a common check to identify AMD cpu in perf event filter test
 2024-06-05  5:08 UTC 

[PATCH] KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guests
 2024-06-05  4:55 UTC  (3+ messages)

[PATCH v2 0/2] vfio/pci: vfio device address space mapping
 2024-06-05  2:22 UTC  (7+ messages)
` [PATCH v2 2/2] vfio/pci: Use unmap_mapping_range()

[kvm-unit-tests PATCH 0/4] powerpc fix and misc docs/build/CI improvements
 2024-06-05  0:38 UTC  (5+ messages)
` [kvm-unit-tests PATCH 3/4] build: Make build output pretty

[ANNOUNCE] PUCK Agenda - 2024.06.05 - No topic
 2024-06-04 23:44 UTC 

[PATCH v3 0/3] KVM: SVM: refine snp_safe_alloc_page() implementation
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH] KVM: selftests: remove unused struct 'memslot_antagonist_args'
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH] KVM: x86: Remove IA32_PERF_GLOBAL_OVF_CTRL from KVM_GET_MSR_INDEX_LIST
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH 0/2] vPMU code refines
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH] KVM: x86: invalid_list not used anymore in mmu_shrink_scan
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= KVM_MAX_HUGEPAGE_LEVEL
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH] KVM: x86: Force KVM_WERROR if the global WERROR is enabled
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH 0/4] KVM: x86: Collect host state snapshots into a struct
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH] Revert "KVM: async_pf: avoid recursive flushing of work items"
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH 0/2] KVM: enable halt poll shrink parameter
 2024-06-04 23:29 UTC  (4+ messages)
` [PATCH 2/2] KVM: documentation update to halt polling

[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-04 23:36 UTC  (7+ messages)
` [PATCH v4 6/7] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn

[PATCH 1/2] KVM: fix documentation rendering for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH v2] KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT
 2024-06-04 23:29 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] KVM: Unexport kvm_debugfs_dir
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH v3] KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH v2] KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH][next][V2] selftests: kvm: fix shift of 32 bit unsigned int more than 32 bits
 2024-06-04 23:29 UTC  (2+ messages)

[PATCH v3 0/3] KVM: SEV-ES: Fix KVM_{GET|SET}_MSRS and LBRV handling
 2024-06-04 23:10 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: SEV-ES: Prevent MSR access post VMSA encryption

[PATCH] vfio/pci: Add iowrite64 and ioread64 support for vfio pci
 2024-06-04 19:44 UTC  (5+ messages)

[PULL 38/46] linux-headers: update to 6.10-rc1
 2024-06-04 19:08 UTC 

[PATCH 00/11] KVM: arm64: nv: FPSIMD/SVE support
 2024-06-04 17:44 UTC  (6+ messages)
` [PATCH 10/11] KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2

[PATCH v7 00/10] Fix Kselftest's vfork() side effects
 2024-06-04 16:18 UTC  (7+ messages)
` [PATCH v7 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions

[RFC v2 0/7] Introduce SMP Cache Topology
 2024-06-04 16:08 UTC  (7+ messages)
` [RFC v2 3/7] hw/core: Add cache topology options in -smp

[PATCH] KVM: selftests: Fix RISC-V compilation
 2024-06-04 15:30 UTC  (3+ messages)

[PATCH kvm-unit-tests] realmode: load above stack
 2024-06-04 14:50 UTC  (3+ messages)

[CfP] Confidential Computing Microconference @ LPC 2024
 2024-06-04 14:50 UTC 

Call for Registration - Confidential Computing Microconference @ LPC 2024
 2024-06-04 14:48 UTC 

[PATCH kvm-unit-tests] realmode: rebuild when realmode.lds changes
 2024-06-04 14:38 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