kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 16:57:27 to 2022-09-26 14:51:37 UTC [more...]

[PATCH v2 0/6] KVM: Fix dirty-ring ordering on weakly ordered architectures
 2022-09-26 14:51 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: Use acquire/release semantics when accessing dirty ring GFN state
` [PATCH v2 2/6] KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config option
` [PATCH v2 3/6] KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL
` [PATCH v2 4/6] KVM: Document weakly ordered architecture requirements for dirty ring
` [PATCH v2 5/6] KVM: selftests: dirty-log: Upgrade flag accesses to acquire/release semantics
` [PATCH v2 6/6] KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if available

[kvm-unit-tests RFC PATCH 00/19] arm/arm64: Rework cache maintenance at boot
 2022-09-26 11:02 UTC  (28+ messages)
` [kvm-unit-tests RFC PATCH 01/19] Makefile: Define __ASSEMBLY__ for assembly files
` [kvm-unit-tests RFC PATCH 02/19] lib/alloc_phys: Initialize align_min
` [kvm-unit-tests RFC PATCH 03/19] lib/alloc_phys: Use phys_alloc_aligned_safe and rename it to memalign_early
` [kvm-unit-tests RFC PATCH 05/19] lib/alloc_phys: Remove locking
` [kvm-unit-tests RFC PATCH 06/19] lib/alloc_phys: Remove allocation accounting
` [kvm-unit-tests RFC PATCH 07/19] arm/arm64: Mark the phys_end parameter as unused in setup_mmu()
` [kvm-unit-tests RFC PATCH 08/19] arm/arm64: Use pgd_alloc() to allocate mmu_idmap
` [kvm-unit-tests RFC PATCH 09/19] arm/arm64: Zero secondary CPUs' stack
` [kvm-unit-tests RFC PATCH 12/19] arm/arm64: assembler.h: Replace size with end address for dcache_by_line_op
` [kvm-unit-tests RFC PATCH 13/19] arm: page.h: Add missing libcflat.h include
` [kvm-unit-tests RFC PATCH 16/19] arm/arm64: Allocate secondaries' stack using the page allocator

[PATCH v5] KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available()
 2022-09-26  9:59 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic: Remove duplicate check in update_affinity_collection()
 2022-09-26  9:59 UTC  (5+ messages)

[PATCH 0/6] KVM: Fix dirty-ring ordering on weakly ordered architectures
 2022-09-25 23:17 UTC  (28+ messages)
` [PATCH 1/6] KVM: Use acquire/release semantics when accessing dirty ring GFN state
` [PATCH 2/6] KVM: Add KVM_CAP_DIRTY_LOG_RING_ORDERED capability and config option
` [PATCH 3/6] KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ORDERED
` [PATCH 4/6] KVM: Document weakly ordered architecture requirements for dirty ring
` [PATCH 5/6] KVM: selftests: dirty-log: Upgrade dirty_gfn_set_collected() to store-release
` [PATCH 6/6] KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ORDERED of available

[PATCH v3 0/6] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-25 23:13 UTC  (11+ messages)
` [PATCH v3 1/6] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
` [PATCH v3 2/6] KVM: x86: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
` [PATCH v3 3/6] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v3 4/6] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v3 5/6] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v3 6/6] KVM: selftests: Automate choosing dirty ring size "

[PATCH v3 14/25] KVM: arm64: Add per-cpu fixmap infrastructure at EL2
 2022-09-24 19:10 UTC  (2+ messages)

[PATCH] KVM: arm64: nvhe: Disable profile optimization
 2022-09-23  6:04 UTC  (8+ messages)
` [PATCH v2] KVM: arm64: nvhe: Fix build with "

[GIT PULL] KVM/arm64 fixes for 6.0, take #2
 2022-09-22 21:01 UTC  (2+ messages)

[PATCH v8 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-09-22 19:32 UTC  (18+ messages)
` [PATCH v8 01/14] KVM: selftests: Add a userfaultfd library
` [PATCH v8 02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v8 03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v8 04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v8 05/14] tools: Copy bitfield.h from the kernel sources
` [PATCH v8 06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v8 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
` [PATCH v8 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
` [PATCH v8 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v8 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v8 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v8 12/14] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v8 13/14] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v8 14/14] KVM: selftests: aarch64: Add mix of "

[PATCH v4 00/12] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-22 14:52 UTC  (15+ messages)
` [PATCH v4 01/12] KVM: x86: make vendor code check for all nested events
` [PATCH v4 02/12] KVM: nVMX: Make an event request when pending an MTF nested VM-Exit
` [PATCH v4 03/12] KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed
` [PATCH v4 04/12] KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific
` [PATCH v4 05/12] KVM: x86: lapic does not have to process INIT if it is blocked
` [PATCH v4 06/12] KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set
` [PATCH v4 07/12] KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-Enter
` [PATCH v4 08/12] KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pending
` [PATCH v4 09/12] KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested events
` [PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
` [PATCH v4 11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v4 12/12] KVM: remove KVM_REQ_UNHALT

[PATCH v3 0/7] arm64/sve: Clean up KVM integration and optimise syscalls
 2022-09-22 12:18 UTC  (21+ messages)
` [PATCH v3 1/7] KVM: arm64: Discard any SVE state when entering KVM guests
` [PATCH v3 2/7] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
` [PATCH v3 3/7] arm64/fpsimd: Have KVM explicitly say which FP registers to save
` [PATCH v3 4/7] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
` [PATCH v3 5/7] arm64/fpsimd: Load FP state based on recorded data type

[PATCH kernel v3] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-09-21 17:08 UTC  (2+ messages)

[PATCH kernel v2] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-09-21 17:04 UTC  (4+ messages)

[PATCH v4 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-09-21  9:17 UTC  (11+ messages)
` [PATCH v4 1/8] mm: Do not enable PG_arch_2 for all 64-bit architectures
` [PATCH v4 2/8] arm64: mte: Fix/clarify the PG_mte_tagged semantics
` [PATCH v4 3/8] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v4 4/8] mm: Add PG_arch_3 page flag
` [PATCH v4 5/8] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v4 6/8] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v4 7/8] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v4 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE

[PATCH v3 3/7] mm: Add PG_arch_3 page flag
 2022-09-21  3:53 UTC  (9+ messages)

[PATCH] KVM: arm64: Limit stage2_apply_range() batch size to 1GB
 2022-09-20 19:25 UTC  (3+ messages)

[PATCH v7 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-09-20 18:57 UTC  (24+ messages)
` [PATCH v7 01/13] KVM: selftests: Add a userfaultfd library
` [PATCH v7 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v7 03/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v7 04/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v7 05/13] tools: Copy bitfield.h from the kernel sources
` [PATCH v7 06/13] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v7 07/13] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
` [PATCH v7 08/13] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v7 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v7 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v7 11/13] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v7 12/13] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v7 13/13] KVM: selftests: aarch64: Add mix of "

[kvm-unit-tests PATCH v4 00/12] KVM: arm64: PMUv3 Event Counter Tests
 2022-09-20 11:16 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 07/12] arm: pmu: Basic event counter Tests

[PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-09-20  4:18 UTC  (15+ messages)
` [PATCH v6 01/13] KVM: selftests: Add a userfaultfd library
` [PATCH v6 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v6 03/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v6 04/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v6 05/13] tools: Copy bitfield.h from the kernel sources
` [PATCH v6 06/13] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v6 07/13] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
` [PATCH v6 08/13] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v6 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v6 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v6 11/13] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v6 12/13] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v6 13/13] KVM: selftests: aarch64: Add mix of "

[PATCH v2 0/4] KVM: arm64: Fix bugs of single-step execution enabled by userspace
 2022-09-20  2:13 UTC  (4+ messages)
` [PATCH v2 4/4] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP

[PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-09-19 20:01 UTC  (12+ messages)
` [PATCH v6 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
` [PATCH v6 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test


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