public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-12 16:21:40 to 2022-10-14 10:11:38 UTC [more...]

KVM Call for 2022-10-18
 2022-10-14 10:11 UTC 

[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-10-14  9:41 UTC  (10+ messages)
` [RFC V3 PATCH 3/6] selftests: kvm: ucall: Allow querying ucall pool gpa
` [RFC V3 PATCH 5/6] selftests: kvm: x86: Execute VMs with private memory
` [RFC V3 PATCH 6/6] sefltests: kvm: x86: Add selftest for "

[PATCH v5 0/8] KVM: x86: Intel LBR related perf cleanups
 2022-10-14  9:25 UTC  (3+ messages)
` [PATCH v5 5/8] KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps

[PATCH v3 1/3] KVM: x86/pmu: Stop adding speculative Intel GP PMCs that don't exist yet
 2022-10-14  8:54 UTC  (3+ messages)

[PATCH v2 1/2] perf/x86/intel: Expose EPT-friendly PEBS for SPR and future models
 2022-10-14  8:44 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: x86/pmu: Add PEBS support for SPR and future non-hybird models

[RFC PATCH v3 0/7] add support for CDX bus
 2022-10-14  8:20 UTC  (24+ messages)
  ` [RFC PATCH v3 4/7] bus/cdx: add cdx-MSI domain with gic-its domain as parent
` [RFC PATCH v4 0/8] add support for CDX bus
  ` [RFC PATCH v4 1/8] dt-bindings: bus: add CDX bus device tree bindings
  ` [RFC PATCH v4 2/8] bus/cdx: add the cdx bus driver
  ` [RFC PATCH v4 3/8] iommu/arm-smmu-v3: support ops registration for CDX bus
  ` [RFC PATCH v4 4/8] bux/cdx: support dma configuration for CDX devices
  ` [RFC PATCH v4 5/8] bus/cdx: add bus and device attributes
  ` [RFC PATCH v4 6/8] irq/msi: use implicit msi domain for alloc and free
  ` [RFC PATCH v4 7/8] bus/cdx: add cdx-MSI domain with gic-its domain as parent
  ` [RFC PATCH v4 8/8] bus/cdx: add cdx controller

[PATCH v3 0/7] x86/pmu: Corner cases fixes and optimization
 2022-10-14  8:08 UTC  (4+ messages)
` [PATCH v3 5/7] KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counter

[PATCH] KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()
 2022-10-14  7:55 UTC 

[PATCH 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-10-14  7:19 UTC  (7+ messages)
` [PATCH 1/6] KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()
` [PATCH 2/6] KVM: selftests: memslot_perf_test: Consolidate loop conditions "
` [PATCH 3/6] KVM: selftests: memslot_perf_test: Probe memory slots for once
` [PATCH 4/6] KVM: selftests: memslot_perf_test: Support variable guest page size
` [PATCH 5/6] KVM: selftests: memslot_perf_test: Consolidate memory sizes
` [PATCH 6/6] KVM: selftests: memslot_perf_test: Report optimal memory slots

[kvm-unit-tests PATCH v6 0/1] s390x: Add exit time test
 2022-10-14  7:23 UTC  (2+ messages)
` [kvm-unit-tests PATCH v6 1/1] s390x: add exittime tests

[PATCH 0/4] KVM: x86/pmu: Counter reprogramming fixes
 2022-10-14  7:14 UTC  (7+ messages)
` [PATCH 1/4] KVM: x86/pmu: Force reprogramming of all counters on PMU filter change
` [PATCH 2/4] KVM: x86/pmu: Clear "reprogram" bit if counter is disabled or disallowed

[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
 2022-10-14  5:34 UTC  (4+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for kvm-riscv
 2022-10-14  4:19 UTC  (2+ messages)

[PATCH] KVM: x86: Mark transfer type as X86_TRANSFER_RET when loading CS in iret emulation
 2022-10-14  4:16 UTC  (4+ messages)

[PATCH v5 00/30] KVM: hardware enable/disable reorganize
 2022-10-14  4:04 UTC  (15+ messages)
` [PATCH v5 05/30] KVM: Provide more information in kernel log if hardware enabling fails
` [PATCH v5 09/30] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v5 10/30] KVM: Add arch hooks when VM is added/deleted
` [PATCH v5 11/30] KVM: Add arch hook for reboot event
` [PATCH v5 16/30] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v5 17/30] KVM: Move out KVM arch PM hooks and hardware enable/disable logic

[PATCH] [PATCH] Revert 'vfio: Delete container_q'
 2022-10-14  1:18 UTC  (5+ messages)

[PATCH v4 00/11] KVM: x86/mmu: Make tdp_mmu a read-only parameter
 2022-10-13 22:56 UTC  (16+ messages)
` [PATCH v4 01/11] KVM: x86/mmu: Change tdp_mmu to "
` [PATCH v4 02/11] KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
` [PATCH v4 03/11] KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()
` [PATCH v4 04/11] KVM: x86/mmu: Handle error PFNs "
` [PATCH v4 05/11] KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handling
` [PATCH v4 06/11] KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn()
` [PATCH v4 07/11] KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faults
` [PATCH v4 08/11] KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMU
` [PATCH v4 09/11] KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()
` [PATCH v4 10/11] KVM: x86/mmu: Use static key/branches for checking if TDP MMU is enabled
` [PATCH v4 11/11] KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-10-13 22:00 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for awilliam
 2022-10-13 21:46 UTC 

[PATCH v2 00/16] KVM: x86: gfn_to_pfn_cache fixes and cleanups
 2022-10-13 21:12 UTC  (17+ messages)
` [PATCH v2 01/16] KVM: Initialize gfn_to_pfn_cache locks in dedicated helper
` [PATCH v2 02/16] KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache
` [PATCH v2 03/16] KVM: x86: Always use non-compat vcpu_runstate_info size for gfn=>pfn cache
` [PATCH v2 04/16] KVM: Shorten gfn_to_pfn_cache function names
` [PATCH v2 05/16] KVM: x86: Remove unused argument in gpc_unmap_khva()
` [PATCH v2 06/16] KVM: Store immutable gfn_to_pfn_cache properties
` [PATCH v2 07/16] KVM: Store gfn_to_pfn_cache length as an immutable property
` [PATCH v2 08/16] KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()
` [PATCH v2 09/16] KVM: Clean up hva_to_pfn_retry()
` [PATCH v2 10/16] KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()
` [PATCH v2 11/16] KVM: Drop KVM's API to allow temprorarily unmapping gfn=>pfn cache
` [PATCH v2 12/16] KVM: Do not partially reinitialize gfn=>pfn cache during activation
` [PATCH v2 13/16] KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers
` [PATCH v2 14/16] KVM: Skip unnecessary "unmap" if gpc is already valid during refresh
` [PATCH v2 15/16] KVM: selftests: Add tests in xen_shinfo_test to detect lock races
` [PATCH v2 16/16] KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_test

[PATCH v3] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-10-13 20:40 UTC  (2+ messages)

[RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization
 2022-10-13 20:28 UTC  (6+ messages)
` [PATCH 0/8] KVM: x86: gfn_to_pfn_cache cleanups and a fix
  ` [PATCH 8/8] KVM: x86: Fix NULL pointer dereference in kvm_xen_set_evtchn_fast()

[GIT PULL] virtio: bugfix, reviewer
 2022-10-13 18:00 UTC  (2+ messages)

[RFC PATCH v2 00/10] vhost-blk: in-kernel accelerator for virtio-blk guests
 2022-10-13 17:33 UTC  (12+ messages)
` [RFC PATCH v2 01/10] drivers/vhost: vhost-blk "
` [RFC PATCH v2 02/10] drivers/vhost: use array to store workers
` [RFC PATCH v2 03/10] drivers/vhost: adjust vhost to flush all workers
` [RFC PATCH v2 04/10] drivers/vhost: rework cgroups attachment to be worker aware
` [RFC PATCH v2 05/10] drivers/vhost: rework worker creation
` [RFC PATCH v2 06/10] drivers/vhost: add ioctl to increase the number of workers
` [RFC PATCH v2 07/10] drivers/vhost: assign workers to virtqueues
` [RFC PATCH v2 08/10] drivers/vhost: add API to queue work at virtqueue's worker
` [RFC PATCH v2 09/10] drivers/vhost: allow polls to be bound to workers via vqs
` [RFC PATCH v2 10/10] drivers/vhost: queue vhost_blk works at vq workers

[GIT PULL] virtio: fixes, features
 2022-10-13 17:19 UTC  (11+ messages)

[PATCH] KVM: arm64: vgic: fix wrong loop condition in scan_its_table()
 2022-10-13 16:42 UTC  (4+ messages)

[PATCH v2 0/3] KVM: selftests: Rename perf_test_util to memstress
 2022-10-13 16:15 UTC  (9+ messages)
` [PATCH v2 1/3] KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]
` [PATCH v2 2/3] KVM: selftests: Rename pta (short for perf_test_args) to args
` [PATCH v2 3/3] KVM: selftests: Rename perf_test_util symbols to memstress

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-13 15:15 UTC  (18+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v6 41/49] KVM: SVM: Add support to handle the RMP nested page fault

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-10-13 14:45 UTC  (15+ messages)

[PATCH v9 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-10-13 14:14 UTC  (5+ messages)
` [PATCH v9 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
` [PATCH v9 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations

[PATCH 0/4] Qemu SEV reduced-phys-bits fixes
 2022-10-13 14:01 UTC  (9+ messages)
` [PATCH 1/4] qapi, i386/sev: Change the reduced-phys-bits value from 5 to 1
` [PATCH 2/4] qemu-options.hx: Update the reduced-phys-bits documentation
` [PATCH 3/4] i386/sev: Update checks and information related to reduced-phys-bits
` [PATCH 4/4] i386/cpu: Update how the EBX register of CPUID 0x8000001F is set

[V3 PATCH 0/4] Minor improvements to the selftest setup logic
 2022-10-13 14:01 UTC  (7+ messages)
` [V3 PATCH 1/4] KVM: selftests: move common startup logic to kvm_util.c
` [V3 PATCH 2/4] KVM: selftests: Add arch specific initialization
` [V3 PATCH 3/4] KVM: selftests: Add arch specific post vm creation hook
` [V3 PATCH 4/4] KVM: selftests: x86: Precompute the cpu type

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-13 13:48 UTC  (14+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
` [PATCH v2 2/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v2 3/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v2 4/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v2 5/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v2 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v2 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v2 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v2 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[kvm-unit-tests PATCH v1] x86: efi: set up the IDT before accessing MSRs
 2022-10-13 13:40 UTC  (3+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-13 13:34 UTC  (10+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH] KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1
 2022-10-13 13:33 UTC  (4+ messages)

[GIT PULL] KVM/arm64 fixes for 6.1, take #1
 2022-10-13 13:28 UTC 

[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
 2022-10-13 11:36 UTC  (8+ messages)
` [V2 PATCH 3/8] KVM: selftests: Add arch specific post vm load setup

[PATCH] KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test
 2022-10-13 11:35 UTC  (2+ messages)

[PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature
 2022-10-13  9:58 UTC  (8+ messages)
` [PATCH v5 1/7] x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
` [PATCH v5 2/7] KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
` [PATCH v5 3/7] KVM: x86: Hyper-V invariant TSC control
` [PATCH v5 4/7] KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_features test
` [PATCH v5 5/7] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [PATCH v5 6/7] KVM: selftests: Test that values written to Hyper-V MSRs are preserved
` [PATCH v5 7/7] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH v4 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-10-13  9:16 UTC  (6+ messages)
` [PATCH v4 6/6] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH v9 000/105] KVM TDX basic feature support
 2022-10-13  8:55 UTC  (4+ messages)
` [PATCH v9 016/105] KVM: TDX: create/destroy VM structure

[kvm-unit-tests PATCH v5 0/1] s390x: Add exit time test
 2022-10-13  7:41 UTC  (2+ messages)
` [kvm-unit-tests PATCH v5 1/1] s390x: add exittime tests

[PATCH v6 1/3] KVM: selftests: implement random number generation for guest code
 2022-10-12 23:34 UTC  (3+ messages)

[GIT PULL] VFIO updates for v6.1-rc1
 2022-10-12 22:33 UTC  (2+ messages)

[BUG] KVM USB passthrough did not claim interface before use
 2022-10-12 21:14 UTC  (6+ messages)

[RFC PATCH] x86/sev-es: Include XSS value in GHCB CPUID request
 2022-10-12 20:47 UTC 

[RFC PATCH 0/7] SVM guest shadow stack support
 2022-10-12 20:39 UTC  (8+ messages)
` [RFC PATCH 1/7] KVM: x86: Move shared CET routine to common x86 kvm code
` [RFC PATCH 2/7] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [RFC PATCH 3/7] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [RFC PATCH 4/7] KVM: x86: SVM: Pass through shadow stack MSRs
` [RFC PATCH 5/7] KVM: SVM: Save shadow stack host state on VMRUN
` [RFC PATCH 6/7] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [RFC PATCH 7/7] KVM: SVM: Add CET features to supported_xss

[PATCH v4 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-10-12 16:46 UTC  (3+ messages)
` [PATCH v4 2/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-12 16:21 UTC  (7+ messages)
` [PATCH v10 2/9] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v10 3/9] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v10 5/9] target/s390x: interception of PTF instruction
` [PATCH v10 7/9] s390x/cpu topology: add max_threads machine class attribute
` [PATCH v10 8/9] s390x/cpu_topology: activating CPU topology
` [PATCH v10 9/9] docs/s390x: document s390x cpu topology


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