kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-09 23:00:28 to 2022-11-12 08:17:22 UTC [more...]

[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging
 2022-11-12  8:17 UTC  (6+ messages)
` [RFC PATCH 01/12] KVM: arm64: Relax WARN check in stage2_make_pte()
` [RFC PATCH 02/12] KVM: arm64: Allow visiting block PTEs in post-order

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-12  8:01 UTC  (4+ messages)
` [PATCH v2 03/14] KVM: arm64: PMU: Always advertise the CHAIN event

[PATCH v3 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-12  7:55 UTC  (4+ messages)
` [PATCH v3 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode

[PATCH v10 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-12  0:18 UTC  (34+ messages)
` [PATCH v10 1/7] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
` [PATCH v10 2/7] KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
` [PATCH v10 3/7] KVM: Support dirty ring in conjunction with bitmap
` [PATCH v10 4/7] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v10 5/7] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v10 6/7] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v10 7/7] KVM: selftests: Automate choosing dirty ring size "

[RFC PATCH 0/3] KVM: arm64: Allow userspace to trap hypercall ranges
 2022-11-11 23:39 UTC  (16+ messages)
` [RFC PATCH 1/3] KVM: arm64: Use a generalized accessor for SMCCC args
` [RFC PATCH 2/3] KVM: arm64: Allow userspace to trap SMCCC sub-ranges
` [RFC PATCH 3/3] KVM: selftests: Test user hypercalls

[PATCH 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64
 2022-11-11 23:19 UTC  (6+ messages)
` [PATCH 1/2] KVM: selftests: Allow >1 guest mode in access_tracking_perf_test
` [PATCH 2/2] KVM: selftests: Build access_tracking_perf_test for arm64

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

[PATCH] KVM: arm64: Fix typo in comment
 2022-11-11 16:34 UTC  (2+ messages)

[PATCH] KVM: arm64: Update comment of create_hyp_mappings
 2022-11-11 16:18 UTC  (3+ messages)

[PATCH v5 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-11-11 15:47 UTC  (57+ messages)
` [PATCH v5 01/14] KVM: arm64: Combine visitor arguments into a context structure
` [PATCH v5 02/14] KVM: arm64: Stash observed pte value in visitor context
` [PATCH v5 03/14] KVM: arm64: Pass mm_ops through the "
` [PATCH v5 04/14] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
` [PATCH v5 05/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH v5 06/14] KVM: arm64: Use an opaque type for pteps
` [PATCH v5 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH v5 08/14] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v5 09/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH v5 10/14] KVM: arm64: Split init and set for table PTE
` [PATCH v5 11/14] KVM: arm64: Make block->table PTE changes parallel-aware
` [PATCH v5 12/14] KVM: arm64: Make leaf->leaf "

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-11  1:38 UTC  (55+ messages)
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling

[PATCH v1 0/2] KVM fixes for exotic configurations
 2022-11-10 19:25 UTC  (3+ messages)

[PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-11-10 19:13 UTC  (3+ messages)

[PATCH v2 0/9] KVM: arm64: selftests: Test linked {break, watch}points
 2022-11-10 19:07 UTC  (2+ messages)

[PATCH v3 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-11-10 19:00 UTC  (6+ messages)

[PATCH v3 0/8] perf: Arm SPEv1.2 support
 2022-11-07 19:48 UTC  (3+ messages)
` [PATCH v3 8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-07 18:24 UTC  (8+ messages)
` [v2 1/6] KVM: arm64: Document PV-lock interface
` [v2 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [v2 3/6] KVM: arm64: Support pvlock preempted via shared structure

[PATCH v9 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-10 10:56 UTC  (12+ messages)
` [PATCH v9 3/7] KVM: Support dirty ring in conjunction with bitmap

[PATCH 0/2] KVM: arm64: pKVM memory transitions cleanup
 2022-11-10 10:46 UTC  (9+ messages)
` [PATCH 1/2] KVM: arm64: Clean out the odd handling of completer_addr
` [PATCH 2/2] KVM: arm64: Redefine pKVM memory transitions in terms of source/target

[RESEND PATCH] KVM: arm64: Move arch-specific headers out of include/kvm/
 2022-11-10  1:05 UTC  (2+ messages)

[PATCH] KVM: arm64: Move arch-specific headers out of include/kvm/
 2022-11-10  0:58 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;
as well as URLs for NNTP newsgroup(s).