kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-11 02:45:52 to 2022-09-15 16:28:45 UTC [more...]

[PATCH] KVM: s390: pci: fix plain integer as NULL pointer warnings
 2022-09-15 16:28 UTC  (4+ messages)

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

[PATCH v3 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-09-15 15:03 UTC  (10+ messages)
` [PATCH v3 1/2] s390/vfio-ap: bypass unnecessary processing of AP resources
` [PATCH v3 2/2] s390/vfio-ap: fix unlinking of queues from the mdev

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-15 14:29 UTC  (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v8 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v8 7/8] KVM: Handle page fault for private memory
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v6 0/5] KVM: Dirty quota-based throttling
 2022-09-15 14:34 UTC  (9+ messages)
` [PATCH v6 1/5] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v6 2/5] KVM: x86: Dirty "
` [PATCH v6 3/5] KVM: arm64: "
` [PATCH v6 4/5] KVM: s390x: "
` [PATCH v6 5/5] KVM: selftests: Add selftests for dirty quota throttling

[PATCH v2 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-09-15 11:47 UTC  (12+ 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)()

[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
 2022-09-15  9:45 UTC  (11+ messages)
` [V2 PATCH 1/8] KVM: selftests: move common startup logic to kvm_util.c
` [V2 PATCH 2/8] KVM: selftests: Add arch specific initialization
` [V2 PATCH 3/8] KVM: selftests: Add arch specific post vm load setup
` [V2 PATCH 4/8] KVM: selftests: x86: Precompute the result for is_{intel,amd}_cpu()
` [V2 PATCH 5/8] KVM: selftests: x86: delete svm_vmcall_test
` [V2 PATCH 6/8] KVM: selftests: x86: Execute cpu specific hypercall from nested guests
` [V2 PATCH 7/8] Kvm: selftests: x86: Execute cpu specific vmcall instruction
` [V2 PATCH 8/8] KVM: selftests: x86: xen: "

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

[PATCH -next] rcu: remove unused 'cpu' in rcu_virt_note_context_switch
 2022-09-15  8:40 UTC  (2+ messages)

[PATCH v3 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-09-15  8:35 UTC  (27+ 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] KVM: x86: disable halt polling when powersave governor is used
 2022-09-15  7:31 UTC 

[PATCH v2 00/23] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-15  2:11 UTC  (9+ 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 v2 1/2] KVM: Inject #GP on invalid write to APIC_SELF_IPI register
 2022-09-14 21:46 UTC  (2+ messages)

[PATCH v4 0/7] Introduce and test masked events
 2022-09-14 20:12 UTC  (15+ messages)
` [PATCH v4 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
` [PATCH v4 2/7] kvm: x86/pmu: Remove invalid raw events from the pmu event filter
` [PATCH v4 3/7] kvm: x86/pmu: prepare the pmu event filter for masked events
` [PATCH v4 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter
` [PATCH v4 5/7] selftests: kvm/x86: Add flags when creating a "
` [PATCH v4 6/7] selftests: kvm/x86: Add testing for KVM_SET_PMU_EVENT_FILTER
` [PATCH v4 7/7] selftests: kvm/x86: Test masked events

[V1 PATCH 0/5] Execute hypercalls from guests according to cpu type
 2022-09-14 19:13 UTC  (13+ messages)
` [V1 PATCH 1/5] selftests: kvm: move common startup logic to kvm_util.c
` [V1 PATCH 2/5] selftests: kvm: Introduce kvm_arch_main and helpers
` [V1 PATCH 3/5] selftests: kvm: x86: Execute vmcall/vmmcall according to CPU type

[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 0/3] KVM: arm64: Fix a bug of single-step execution enabled by userspace
 2022-09-14  8:12 UTC  (5+ 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

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

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

[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  (5+ 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  (4+ messages)
` [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 3/3] KVM: selftests: randomize page access order
 2022-09-12 19:14 UTC  (2+ messages)

[PATCH v5 2/3] KVM: selftests: randomize which pages are written vs read
 2022-09-12 19:14 UTC  (2+ messages)

[PATCH v5 1/3] KVM: selftests: implement random number generation for guest code
 2022-09-12 19:13 UTC  (2+ messages)

[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  (10+ messages)
` [PATCH v9 02/10] s390x/cpu topology: core_id sets s390x CPU topology
` [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  (12+ messages)
` [PATCH v4 06/26] KVM: arm64: Simplify the CPUHP logic
` [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] 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)


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