Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2022-11-03 13:13:00 to 2022-11-06 21:06:51 UTC [more...]

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

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-06 16:35 UTC  (9+ 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
` [v2 4/6] KVM: arm64: Provide VCPU attributes for PV lock
` [v2 5/6] KVM: arm64: Support the VCPU preemption check
` [v2 6/6] KVM: selftests: add tests for PV time specific hypercall

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-06 12:47 UTC  (22+ messages)
` [PATCH v2 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
` [PATCH v2 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH v1 0/3] KVM: arm64: Support tracing virtual CPU ID
 2022-11-05 13:28 UTC  (10+ messages)
` [PATCH v1 1/3] KVM: arm64: Dynamically register callback for tracepoints
` [PATCH v1 2/3] KVM: arm64: Add trace events with field 'vcpu_id'
` [PATCH v1 3/3] perf arm64: Support virtual CPU ID for kvm-stat

[PATCH v3 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-11-04 23:57 UTC  (4+ messages)

[PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-04 22:23 UTC  (18+ messages)
` [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-04 20:27 UTC  (80+ messages)
` [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH 03/44] KVM: Allocate cpus_hardware_enabled "
` [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
` [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock

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

[PATCH v3 0/8] perf: Arm SPEv1.2 support
 2022-11-04 15:55 UTC  (18+ messages)
` [PATCH v3 1/8] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
` [PATCH v3 2/8] arm64: Drop SYS_ from SPE register defines
` [PATCH v3 3/8] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v3 4/8] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
` [PATCH v3 5/8] perf: arm_spe: Use new PMSIDR_EL1 register enums
` [PATCH v3 6/8] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
` [PATCH v3 7/8] perf: Add perf_event_attr::config3
` [PATCH v3 8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering

[PATCH v2 0/7] perf: Arm SPEv1.2 support
 2022-11-04 14:47 UTC  (5+ messages)

[PATCH] kvm/arm: Fix pvtime documentation
 2022-11-04 12:19 UTC  (8+ messages)

[PATCH] arm64: paravirt: remove conduit check in has_pv_steal_clock
 2022-11-04  9:13 UTC  (2+ messages)

[RFC 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-04  6:24 UTC  (8+ messages)
` [RFC 1/6] KVM: arm64: Document PV-lock interface
    ` [External] "
` [RFC 5/6] KVM: arm64: Support the VCPU preemption check
    ` [External] "

[PATCH v4 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-11-03 21:42 UTC  (6+ messages)
` [PATCH v4 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make

[PATCH v1 0/2] KVM fixes for exotic configurations
 2022-11-03 15:05 UTC  (6+ messages)
` [PATCH v1 1/2] KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52
` [PATCH v1 2/2] KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS


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