kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-09 13:24:46 to 2022-09-14 18:15:50 UTC [more...]

[PATCH v4 0/7] Introduce and test masked events
 2022-09-14 18:15 UTC  (3+ messages)
` [PATCH v4 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup

[PATCH v2 00/23] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-14 17:41 UTC  (8+ messages)
` [PATCH v2 04/23] KVM: x86: Inhibit AVIC SPTEs if any vCPU enables x2APIC
` [PATCH v2 13/23] KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-09-14 16:39 UTC  (12+ messages)
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap

[kvm-unit-tests PATCH v3 0/2] s390x: dump support for PV tests
 2022-09-14 13:44 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 2/2] s390x: create persistent comm-key

[PATCH kvmtool] pci: Disable writes to Status register
 2022-09-14 10:48 UTC  (5+ messages)

[PATCH v3 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
 2022-09-14 10:41 UTC  (9+ messages)
` [PATCH v3 1/7] "
` [PATCH v3 2/7] KVM: arm64: Remove internal accessor helpers for id regs
` [PATCH v3 3/7] KVM: arm64: Drop raz parameter from read_id_reg()
` [PATCH v3 4/7] KVM: arm64: Spin off helper for calling visibility hook
` [PATCH v3 5/7] KVM: arm64: Add a visibility bit to ignore user writes
` [PATCH v3 6/7] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
` [PATCH v3 7/7] KVM: selftests: Add test for AArch32 ID registers

[PATCH v3 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-09-14  8:35 UTC  (26+ messages)
` [PATCH v3 01/25] KVM: arm64: Move hyp refcount manipulation helpers to common header file
` [PATCH v3 02/25] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
` [PATCH v3 03/25] KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
` [PATCH v3 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
` [PATCH v3 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v3 06/25] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH v3 07/25] KVM: arm64: Prevent the donation of no-map pages
` [PATCH v3 08/25] KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
` [PATCH v3 09/25] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH v3 10/25] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH v3 11/25] KVM: arm64: Rename 'host_kvm' to 'host_mmu'
` [PATCH v3 12/25] KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
` [PATCH v3 13/25] KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
` [PATCH v3 14/25] KVM: arm64: Add per-cpu fixmap infrastructure at EL2
` [PATCH v3 15/25] KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
` [PATCH v3 16/25] KVM: arm64: Provide I-cache invalidation by virtual address at EL2
` [PATCH v3 17/25] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH v3 18/25] KVM: arm64: Consolidate stage-2 initialisation into a single function
` [PATCH v3 19/25] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH v3 20/25] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH v3 21/25] KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
` [PATCH v3 22/25] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH v3 23/25] KVM: arm64: Explicitly map 'kvm_vgic_global_state' "
` [PATCH v3 24/25] KVM: arm64: Don't unnecessarily map host kernel sections "
` [RFC PATCH v3 25/25] KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()

[PATCH 0/3] KVM: arm64: Fix a bug of single-step execution enabled by userspace
 2022-09-14  8:12 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm64: Don't set PSTATE.SS when Software Step state is Active-pending

[PATCH v2 0/3] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-14  7:48 UTC  (10+ messages)
` [PATCH v2 1/3] KVM: x86: Hyper-V invariant TSC control
` [PATCH v2 2/3] KVM: selftests: Rename 'msr->availble' to 'msr->should_not_gp' in hyperv_features test
` [PATCH v2 3/3] KVM: selftests: Test Hyper-V invariant TSC control

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-14  6:16 UTC  (4+ messages)

[PATCH v6 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-09-14  4:08 UTC  (2+ messages)

[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-09-14  0:53 UTC  (8+ messages)
` [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH 09/14] KVM: arm64: Free removed stage-2 tables in RCU callback
` [PATCH 11/14] KVM: arm64: Make changes block->table to leaf PTEs parallel-aware

[PATCH v14 00/11] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2022-09-13 23:42 UTC  (2+ messages)

[PATCH] selftests/kvm: Use num_vcpus when testing ICR in the xapic_state_test
 2022-09-13 16:19 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-09-13 16:12 UTC  (18+ messages)

[PATCH v3 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-09-13 14:53 UTC  (6+ messages)
` [PATCH v3 2/2] s390/vfio-ap: fix unlinking of queues from the mdev

ath11k VFIO MSI issue with DMAR
 2022-09-13 14:55 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-09-13 13:57 UTC  (11+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
` [PATCH v2 4/6] KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
` [PATCH v2 6/6] KVM: x86/mmu: Use 1 as the size of gfn range for tlb flushing in FNAME(invlpg)()

[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
 2022-09-13 13:34 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2022-09-13 12:50 UTC  (3+ messages)

KVM call for 2022-09-20
 2022-09-13 10:16 UTC 

[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
 2022-09-13  9:40 UTC  (6+ messages)

[PATCH] KVM: x86/mmu: fix some comment typos
 2022-09-13  9:17 UTC 

[PATCH] KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
 2022-09-13  9:05 UTC 

[PATCH] KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGE
 2022-09-13  8:54 UTC 

[PATCH v6 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-09-13  8:36 UTC  (22+ messages)
` [PATCH v6 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-09-13  7:28 UTC  (8+ messages)
` [PATCH RFC v2 02/13] iommufd: Overview documentation

[PATCH kernel] KVM: SVM: Fix function name in comment
 2022-09-13  6:38 UTC  (5+ messages)

[PATCH] KVM: SVM: Fix x2apic logical cluster mode decoding and sanity check
 2022-09-13  5:29 UTC  (2+ messages)

[PATCH v3 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-09-13  4:10 UTC  (4+ messages)
` [PATCH v3 6/7] KVM: arm64: permit all VM_MTE_ALLOWED "

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-09-13  2:56 UTC  (6+ messages)
` [RFC PATCH 5/9] kvm_main.c: split __kvm_set_memory_region logic in kvm_check_mem and kvm_prepare_batch
` [RFC PATCH 9/9] kvm_main.c: handle atomic memslot update

[PATCH v5 0/3] Enable notify VM exit
 2022-09-13  1:13 UTC  (6+ messages)
` [PATCH v5 2/3] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v5 3/3] i386: Add notify VM exit support

[PATCH v5 0/5] KVM: Dirty quota-based throttling
 2022-09-12 21:57 UTC  (8+ messages)
` [PATCH v5 1/5] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v5 2/5] KVM: x86: Dirty "
` [PATCH v5 3/5] KVM: arm64: "
` [PATCH v5 4/5] KVM: s390x: "
` [PATCH v5 5/5] KVM: selftests: Add selftests for dirty quota throttling

[PATCH v6 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-09-12 19:58 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: selftests: implement random number generation for guest code
` [PATCH v6 2/3] KVM: selftests: randomize which pages are written vs read
` [PATCH v6 3/3] KVM: selftests: randomize page access order

[PATCH v5 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-09-12 19:14 UTC  (15+ messages)
` [PATCH v5 1/3] KVM: selftests: implement random number generation for guest code
` [PATCH v5 2/3] KVM: selftests: randomize which pages are written vs read
` [PATCH v5 3/3] KVM: selftests: randomize page access order

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-09-12 18:12 UTC  (7+ messages)
    ` Call to discuss vsock netdev/sk_buff [was Re: [PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc]

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-12 15:40 UTC  (12+ messages)
` [PATCH v9 02/10] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v9 08/10] target/s390x: interception of PTF instruction
` [PATCH v9 10/10] docs/s390x: document s390x cpu topology

[PATCH v2] x86/PCI: Prefer MMIO over PIO on VMware hypervisor
 2022-09-12 15:17 UTC  (2+ messages)

[PATCH v4 00/26] KVM: hardware enable/disable reorganize
 2022-09-12 15:07 UTC  (24+ messages)
` [PATCH v4 06/26] KVM: arm64: Simplify the CPUHP logic
` [PATCH v4 09/26] KVM: Do processor compatibility check on resume
` [PATCH v4 10/26] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v4 11/26] KVM: Add arch hooks for PM events with empty stub
` [PATCH v4 12/26] KVM: x86: Move TSC fixup logic to KVM arch resume callback
` [PATCH v4 13/26] KVM: Add arch hook when VM is added/deleted
` [PATCH v4 16/26] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
` [PATCH v4 23/26] RFC: KVM: powerpc: Move processor compatibility check to hardware setup

[PATCH] KVM: SVM: don't apply host security mitigations to the guest
 2022-09-12 11:58 UTC 

[PATCH 4/4] iommu: Fix ordering of iommu_release_device()
 2022-09-12 11:13 UTC  (11+ messages)

[PATCH] KVM: s390: vsie: fix crycb virtual vs physical usage
 2022-09-12  8:03 UTC  (3+ messages)

[PATCH AUTOSEL 5.19 06/38] kvm: x86: mmu: Always flush TLBs when enabling dirty logging
 2022-09-10 21:15 UTC 

[PATCH 0/9] KVM: arm64: selftests: Test linked {break,watch}points
 2022-09-10  5:22 UTC  (16+ messages)
` [PATCH 2/9] KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions
` [PATCH 3/9] KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
` [PATCH 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions
` [PATCH 7/9] KVM: arm64: selftests: Add a test case for a linked breakpoint

[PATCH v3 00/15] Tidy up vfio_device life cycle
 2022-09-09 23:53 UTC  (5+ messages)
` [PATCH v3 01/15] vfio: Add helpers for unifying "

[PATCH] KVM: x86: Un-inhibit APICv/AVIC when switching to x2APIC mode
 2022-09-09 19:54 UTC 

[GIT PULL] VFIO fix for v6.0-rc5
 2022-09-09 18:58 UTC  (6+ messages)

[PATCH RFC v2 03/13] iommufd: File descriptor, context, kconfig and makefiles
 2022-09-09 18:46 UTC  (3+ messages)

Call for Outreachy Dec-Mar internship project ideas
 2022-09-09 16:41 UTC 

[PATCH 0/4] Fix splats releated to using the iommu_group after destroying devices
 2022-09-09 16:24 UTC  (3+ messages)

[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
 2022-09-09 16:11 UTC  (2+ messages)

[PATCH v2] KVM:x86: Clean up ModR/M "reg" initialization in reg op decoding
 2022-09-09 14:57 UTC  (4+ messages)

[PATCH 1/2] KVM: x86/xen: Remove redundant NULL check
 2022-09-09 14:46 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: Introduce kvm_gfn_to_hva_cache_valid()

[PATCH] arm:Add PSCI_CPU_OFF testscase to arm/psci testsuite
 2022-09-09 14:32 UTC  (2+ messages)

[kvm-unit-tests PATCH] arm/psci: Test that CPU 1 has been successfully brought online
 2022-09-09 14:29 UTC 

[PATCH v2 4/4] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2022-09-09 14:09 UTC  (12+ messages)


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).