Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2022-11-10 19:00:44 to 2022-11-14 20:11:48 UTC [more...]

[PATCH 0/1] KVM: arm64: Skip RCU protection for hyp stage-1
 2022-11-14 20:11 UTC  (4+ messages)
` [PATCH 1/1] KVM: arm64: Use a separate function for hyp stage-1 walks

[PATCH v6 00/26] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-11-14 19:30 UTC  (35+ 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()

[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging
 2022-11-14 18:56 UTC  (32+ 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
` [RFC PATCH 03/12] KVM: arm64: Add stage2_create_removed()
` [RFC PATCH 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [RFC PATCH 05/12] arm64: Add a capability for FEAT_BBM level 2
` [RFC PATCH 06/12] KVM: arm64: Split block PTEs without using break-before-make
` [RFC PATCH 07/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [RFC PATCH 08/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [RFC PATCH 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [RFC PATCH 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [RFC PATCH 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [RFC PATCH 12/12] KVM: arm64: Use local TLBI on permission relaxation

[PATCH v5 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-11-14 17:42 UTC  (8+ messages)
  ` [PATCH v5 08/14] KVM: arm64: Protect stage-2 traversal with RCU

[PATCH 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64
 2022-11-14 17:12 UTC  (12+ 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

[RFC PATCH 0/3] KVM: arm64: Allow userspace to trap hypercall ranges
 2022-11-14 11:36 UTC  (11+ messages)
` [RFC PATCH 2/3] KVM: arm64: Allow userspace to trap SMCCC sub-ranges

[PATCH v4 0/8] arm64/sve: Clean up KVM integration and optimise syscalls
 2022-11-14 11:25 UTC  (19+ messages)
` [PATCH v4 1/8] KVM: arm64: Discard any SVE state when entering KVM guests
` [PATCH v4 2/8] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
` [PATCH v4 3/8] arm64/fpsimd: Have KVM explicitly say which FP registers to save
` [PATCH v4 4/8] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
` [PATCH v4 5/8] arm64/fpsimd: Load FP state based on recorded data type
` [PATCH v4 6/8] arm64/fpsimd: SME no longer requires SVE register state
` [PATCH v4 7/8] arm64/sve: Leave SVE enabled on syscall if we don't context switch
` [PATCH v4 8/8] arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()

[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-13 16:38 UTC  (34+ messages)
` [PATCH v4 01/16] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
` [PATCH v4 02/16] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v4 03/16] KVM: arm64: PMU: Always advertise the CHAIN event
` [PATCH v4 04/16] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
` [PATCH v4 05/16] KVM: arm64: PMU: Narrow the overflow checking when required
` [PATCH v4 06/16] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH v4 07/16] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH v4 08/16] KVM: arm64: PMU: Simplify setting a counter to a specific value
` [PATCH v4 09/16] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
` [PATCH v4 10/16] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v4 11/16] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH v4 12/16] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon "
` [PATCH v4 13/16] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v4 14/16] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
` [PATCH v4 15/16] KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification
` [PATCH v4 16/16] KVM: arm64: PMU: Make kvm_pmc the main data structure

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-13 10:56 UTC  (14+ messages)
` [PATCH v2 03/14] KVM: arm64: PMU: Always advertise the CHAIN event
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH v3 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-13 10:21 UTC  (12+ messages)
` [PATCH v3 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v3 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH v2 00/14] arm64/nmi: Support for FEAT_NMI
 2022-11-12 15:17 UTC  (15+ messages)
` [PATCH v2 01/14] arm64/booting: Document boot requirements "
` [PATCH v2 02/14] arm64/sysreg: Add definition for ICC_NMIAR1_EL1
` [PATCH v2 03/14] arm64/sysreg: Add definition of ISR_EL1
` [PATCH v2 04/14] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT
` [PATCH v2 05/14] arm64/asm: Introduce assembly macros for managing ALLINT
` [PATCH v2 06/14] arm64/hyp-stub: Enable access to ALLINT
` [PATCH v2 07/14] arm64/idreg: Add an override for FEAT_NMI
` [PATCH v2 08/14] arm64/cpufeature: Detect PE support "
` [PATCH v2 09/14] KVM: arm64: Hide FEAT_NMI from guests
` [PATCH v2 10/14] arm64/nmi: Manage masking for superpriority interrupts along with DAIF
` [PATCH v2 11/14] arm64/irq: Document handling of FEAT_NMI in irqflags.h
` [PATCH v2 12/14] arm64/nmi: Add handling of superpriority interrupts as NMIs
` [PATCH v2 13/14] arm64/nmi: Add Kconfig for NMI
` [PATCH v2 14/14] irqchip/gic-v3: Implement FEAT_GICv3_NMI support

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

[PATCH for-next] KVM: Push dirty information unconditionally to backup bitmap
 2022-11-12  9:43 UTC  (2+ messages)

[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 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-11  1:38 UTC  (11+ messages)
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU

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


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