public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-13 13:18:50 to 2022-10-17 11:53:05 UTC [more...]

[PATCH v4 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-10-17 11:51 UTC  (9+ messages)
` [PATCH v4 01/25] KVM: arm64: Move hyp refcount manipulation helpers to common header file
` [PATCH v4 02/25] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
` [PATCH v4 03/25] KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
` [PATCH v4 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
` [PATCH v4 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v4 06/25] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH v4 07/25] KVM: arm64: Prevent the donation of no-map pages
` [PATCH v4 08/25] KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2

[kvm-unit-tests PATCH v7 0/1] s390x: Add exit time test
 2022-10-17 11:28 UTC  (4+ messages)
` [kvm-unit-tests PATCH v7 1/1] s390x: add exittime tests

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-17 10:31 UTC  (17+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 7/8] KVM: Handle page fault for private memory

[RFC PATCH v3 0/7] add support for CDX bus
 2022-10-17 10:18 UTC  (33+ 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][RFC] KVM: x86: Don't reset deadline to period when timer is in one shot mode
 2022-10-17  9:54 UTC  (3+ messages)

[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-10-17 10:00 UTC  (12+ 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 "

[kvm-unit-tests PATCH v3 0/8] s390x: uv-host: Access check extensions and improvements
 2022-10-17  9:39 UTC  (9+ messages)
` [kvm-unit-tests PATCH v3 1/8] s390x: uv-host: Add access checks for donated memory
` [kvm-unit-tests PATCH v3 2/8] s390x: uv-host: Add uninitialized UV tests
` [kvm-unit-tests PATCH v3 3/8] s390x: uv-host: Test uv immediate parameter
` [kvm-unit-tests PATCH v3 4/8] s390x: uv-host: Add access exception test
` [kvm-unit-tests PATCH v3 5/8] s390x: uv-host: Add a set secure config parameters test function
` [kvm-unit-tests PATCH v3 6/8] s390x: uv-host: Remove duplicated +
` [kvm-unit-tests PATCH v3 7/8] s390x: uv-host: Fence against being run as a PV guest
` [kvm-unit-tests PATCH v3 8/8] s390x: uv-host: Fix init storage origin and length check

[Bug 216598] New: Assertion Failure in kvm selftest mmio_warning_test
 2022-10-17  7:44 UTC  (2+ messages)
` [Bug 216598] "

[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
 2022-10-17  7:30 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 03/13] x86/pmu: Reset the expected count of the fixed counter 0 when i386

[PATCH 0/9] Linear Address Masking (LAM) KVM Enabling
 2022-10-17  7:04 UTC  (10+ messages)
` [PATCH 1/9] KVM: x86: Rename cr4_reserved/rsvd_* variables to be more readable
` [PATCH 2/9] KVM: x86: Add CR4.LAM_SUP in guest owned bits
` [PATCH 3/9] KVM: x86: MMU: Rename get_cr3() --> get_pgd() and clear high bits for pgd
` [PATCH 4/9] [Trivial] KVM: x86: MMU: Commets update
` [PATCH 5/9] KVM: x86: MMU: Integrate LAM bits when build guest CR3
` [PATCH 6/9] KVM: x86: Untag LAM bits when applicable
` [PATCH 7/9] KVM: x86: When judging setting CR3 valid or not, consider LAM bits
` [PATCH 8/9] KVM: x86: When guest set CR3, handle LAM bits semantics
` [PATCH 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM

[PATCH v6 0/5] KVM: Dirty quota-based throttling
 2022-10-17  5:28 UTC  (4+ messages)
` [PATCH v6 1/5] KVM: Implement dirty quota-based throttling of vcpus

[PATCH v2 1/2] KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()
 2022-10-17  3:06 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: debugfs: Return retval of simple_attr_open() if it fails

[PATCH] KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()
 2022-10-17  2:54 UTC  (3+ messages)

[PATCH v5 0/5] dirty_log_perf_test vCPU pinning
 2022-10-17  0:47 UTC  (9+ messages)

[PATCHv4 0/8] Virtual NMI feature
 2022-10-16  5:49 UTC  (5+ messages)

[BUG] KVM USB passthrough did not claim interface before use
 2022-10-16  1:33 UTC  (8+ messages)

[PATCH v2] vsock: replace virtio_vsock_pkt with sk_buff
 2022-10-15 19:49 UTC  (6+ messages)

[PATCH v5 0/7] Introduce and test masked events
 2022-10-15 15:43 UTC  (7+ messages)
` [PATCH v5 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
` [PATCH v5 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter

[PATCH V2] KVM: arm64: vgic: fix wrong loop condition in scan_its_table()
 2022-10-15 14:43 UTC  (2+ messages)

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

[PATCH] KVM: arm64: vgic: fix wrong loop condition in scan_its_table()
 2022-10-15  2:41 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGE
 2022-10-15  2:39 UTC  (3+ messages)

[PATCH RFC 1/1] perf stat: do not fatal if the leader is errored
 2022-10-14 23:47 UTC  (3+ messages)

[PATCH v9 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-10-14 21:37 UTC  (15+ messages)
` [PATCH v9 01/14] KVM: selftests: Add a userfaultfd library
` [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 v9 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v9 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v9 12/14] KVM: selftests: aarch64: Add dirty logging "

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-14 21:31 UTC  (13+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 41/49] KVM: SVM: Add support to handle the RMP nested page fault

[PATCH v2 0/8] KVM: x86: allow compiling out SMM support
 2022-10-14 21:06 UTC  (7+ messages)
` [PATCH v2 1/8] KVM: x86: start moving SMM-related functions to new files
` [PATCH v2 4/8] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH v2 8/8] KVM: x86: do not define KVM_REQ_SMI if SMM disabled

[RFC PATCH 0/3] Use TAP in some more KVM selftests
 2022-10-14 21:03 UTC  (2+ messages)

[RFC PATCH] x86/sev-es: Include XSS value in GHCB CPUID request
 2022-10-14 20:27 UTC  (2+ messages)

[PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature
 2022-10-14 20:04 UTC  (2+ messages)

[PATCH v5 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-14 16:55 UTC  (11+ messages)
` [PATCH v5 3/7] KVM: x86: Allow to use bitmap in ring-based dirty page tracking

[PATCH 0/4] KVM: x86/pmu: Counter reprogramming fixes
 2022-10-14 16:26 UTC  (8+ 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 1/3] KVM: x86/pmu: Stop adding speculative Intel GP PMCs that don't exist yet
 2022-10-14 16:18 UTC  (4+ messages)

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

[PATCH AUTOSEL 5.19 03/10] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails
 2022-10-14 13:52 UTC 

[PATCH AUTOSEL 6.0 03/11] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails
 2022-10-14 13:51 UTC 

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

[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 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 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 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  (3+ messages)

[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  (4+ 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 v2 0/3] KVM: selftests: Rename perf_test_util to memstress
 2022-10-13 16:15 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]

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

[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  (5+ messages)
` [V3 PATCH 2/4] KVM: selftests: Add arch specific initialization
` [V3 PATCH 3/4] KVM: selftests: Add arch specific post vm creation hook

[PATCH v2 2/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-13 13:48 UTC  (2+ messages)

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

[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 

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-13 13:17 UTC  (3+ messages)
` [PATCH v2 7/9] KVM: s390: selftest: memop: Add bad address test


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