kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-25 16:18:27 to 2021-09-06 09:12:19 UTC [more...]

[PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-06  9:12 UTC  (8+ messages)
` [RFC kvmtool PATCH 0/2] "
  ` [RFC kvmtool PATCH 1/2] TESTONLY: KVM: Update KVM headers
  ` [RFC kvmtool PATCH 2/2] arm64: Add support for KVM_CAP_ARM_SYSTEM_SUSPEND

[PATCH v7 0/7] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-09-06  9:02 UTC  (4+ messages)
` [PATCH v7 3/7] KVM: arm64: Allow userspace to configure a vCPU's virtual offset

[GIT PULL] KVM/arm64 updates for 5.15
 2021-09-06  7:58 UTC  (2+ messages)

[PATCH 0/2] KVM: selftests: enable the memslot tests in ARM64
 2021-09-06  6:52 UTC  (5+ messages)
` [PATCH 1/2] KVM: selftests: make memslot_perf_test arch independent
` [PATCH 2/2] KVM: selftests: build the memslot tests for arm64

[PATCH v3 00/12] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-06  6:39 UTC  (51+ messages)
` [PATCH v3 01/12] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v3 02/12] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s
` [PATCH v3 03/12] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v3 04/12] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v3 05/12] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v3 06/12] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v3 07/12] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1
` [PATCH v3 08/12] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v3 09/12] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v3 10/12] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v3 11/12] KVM: arm64: selftests: Add arch_timer test
` [PATCH v3 12/12] KVM: arm64: selftests: arch_timer: Support vCPU migration

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-06  4:33 UTC  (5+ messages)
` [PATCH v2 4/6] kvm: use kvfree() in kvm_arch_free_vm()
` [PATCH v2 5/6] kvm: allocate vcpu pointer array separately

[PATCH] Documentation, dt, numa: Add note to empty NUMA node
 2021-09-06  4:14 UTC 

[PATCH 1/2] KVM: arm64: vgic: Add memcg accounting to vgic allocations
 2021-09-03  9:21 UTC  (6+ messages)
` [PATCH 2/2] KVM: arm64: Add memcg accounting to KVM allocations

[PATCH] KVM: arm64: Allow KVM to be disabled from the command line
 2021-09-03  9:16 UTC 

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-02 19:45 UTC  (13+ messages)
` [PATCH v7 4/6] KVM: x86: Take the pvclock sync lock behind the tsc_write_lock
` [PATCH v7 5/6] KVM: x86: Refactor tsc synchronization code
` [PATCH v7 6/6] KVM: x86: Expose TSC offset controls to userspace

[PATCH v2 0/3] kvmtool: Limit IPA space to what is actually required
 2021-08-31 15:05 UTC  (5+ messages)
` [PATCH v2 3/3] kvmtool: arm64: Configure VM with the minimal required IPA space

[PATCH][kvmtool] virtio/pci: Size the MSI-X bar according to the number of MSI-X
 2021-08-31 15:05 UTC  (5+ messages)

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-28 20:13 UTC  (17+ messages)
` [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v2 02/13] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v2 03/13] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v2 04/13] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v2 05/13] perf: Force architectures to opt-in to "
` [PATCH v2 06/13] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v2 07/13] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v2 08/13] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v2 09/13] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v2 10/13] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v2 11/13] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v2 12/13] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v2 13/13] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c

[PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-08-27 17:23 UTC  (4+ messages)

[PATCH v2 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-27 16:36 UTC  (4+ messages)
` [PATCH v2 10/10] KVM: arm64: selftests: Add arch_timer test

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27 15:22 UTC  (28+ messages)
` [PATCH 01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH 02/15] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH 03/15] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH 04/15] perf: Force architectures to opt-in to "
` [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis
` [PATCH 06/15] KVM: x86: Register perf callbacks only when actively handling interrupt
` [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest
` [PATCH 08/15] KVM: x86: Drop current_vcpu in favor of kvm_running_vcpu
` [PATCH 09/15] KVM: arm64: Register/unregister perf callbacks at vcpu load/put
` [PATCH 10/15] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH 11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH 12/15] KVM: arm64: Convert to the generic perf callbacks
` [PATCH 13/15] KVM: arm64: Drop perf.c and fold its tiny bit of code into pmu.c
` [PATCH 14/15] perf: Disallow bulk unregistering of guest callbacks and do cleanup
` [PATCH 15/15] perf: KVM: Indicate "in guest" via NULL ->is_in_guest callback

[PATCH v5 0/8] KVM: arm64: Fixed features for protected VMs
 2021-08-27 10:16 UTC  (9+ messages)
` [PATCH v5 1/8] KVM: arm64: Pass struct kvm to per-EC handlers
` [PATCH v5 2/8] KVM: arm64: Add missing field descriptor for MDCR_EL2
` [PATCH v5 3/8] KVM: arm64: Simplify masking out MTE in feature id reg
` [PATCH v5 4/8] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v5 5/8] KVM: arm64: Initialize trap registers "
` [PATCH v5 6/8] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v5 7/8] KVM: arm64: Trap access to pVM restricted features
` [PATCH v5 8/8] KVM: arm64: Handle protected guests at 32 bits

Is there any KVM-enabled kernel for android i can find ?
 2021-08-27  8:02 UTC  (2+ messages)

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-27  7:40 UTC  (12+ messages)

[PATCH][kvmtool] virtio/pci: Correctly handle MSI-X masking while MSI-X is disabled
 2021-08-26 17:50 UTC  (7+ messages)

[PATCH v2] arm64: Do not trap PMSNEVFR_EL1
 2021-08-26 11:07 UTC  (3+ messages)

[PATCH] KVM: arm64: Trim guest debug exception handling
 2021-08-26 10:37 UTC  (2+ messages)

[RFC PATCH v4 kvmtool 0/5] KVM SPE support
 2021-08-25 16:19 UTC  (6+ messages)
` [RFC PATCH v4 kvmtool 1/5] update_headers: Sync KVM UAPI headers with KVM SPE implementation
` [RFC PATCH v4 kvmtool 2/5] arm/arm64: Make kvm__arch_delete_ram() aarch32/aarch64 specific
` [RFC PATCH v4 kvmtool 3/5] init: Add last_{init, exit} list macros
` [RFC PATCH v4 kvmtool 4/5] arm64: Add SPE support
` [RFC PATCH v4 kvmtool 5/5] arm64: SPE: Set KVM_ARM_VCPU_SUPPORTED_CPUS

[RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2021-08-25 16:18 UTC  (27+ messages)
` [RFC PATCH v4 14/39] KVM: arm64: Add SPE capability and VCPU feature
` [RFC PATCH v4 15/39] drivers/perf: Expose the cpumask of CPUs that support SPE
` [RFC PATCH v4 16/39] KVM: arm64: Make SPE available when at least one CPU supports it
` [RFC PATCH v4 17/39] KVM: arm64: Set the VCPU SPE feature bit when SPE is available
` [RFC PATCH v4 18/39] KVM: arm64: Expose SPE version to guests
` [RFC PATCH v4 19/39] KVM: arm64: Do not emulate SPE on CPUs which don't have SPE
` [RFC PATCH v4 20/39] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v4 21/39] KVM: arm64: Add SPE VCPU device attribute to set the interrupt number
` [RFC PATCH v4 22/39] KVM: arm64: Add SPE VCPU device attribute to initialize SPE
` [RFC PATCH v4 23/39] KVM: arm64: VHE: Clear MDCR_EL2.E2PB in vcpu_put()
` [RFC PATCH v4 24/39] KVM: arm64: debug: Configure MDCR_EL2 when a VCPU has SPE
` [RFC PATCH v4 25/39] KVM: arm64: Move the write to MDCR_EL2 out of __activate_traps_common()
` [RFC PATCH v4 26/39] KVM: arm64: VHE: Change MDCR_EL2 at world switch if VCPU has SPE
` [RFC PATCH v4 27/39] KVM: arm64: Add SPE system registers to VCPU context
` [RFC PATCH v4 28/39] KVM: arm64: nVHE: Save PMSCR_EL1 to the host context
` [RFC PATCH v4 29/39] KVM: arm64: Rename DEBUG_STATE_SAVE_SPE -> DEBUG_SAVE_SPE_BUFFER flags
` [RFC PATCH v4 30/39] KVM: arm64: nVHE: Context switch SPE state if VCPU has SPE
` [RFC PATCH v4 31/39] KVM: arm64: VHE: "
` [RFC PATCH v4 32/39] KVM: arm64: Save/restore PMSNEVFR_EL1 on VCPU put/load
` [RFC PATCH v4 33/39] KVM: arm64: Allow guest to use physical timestamps if perfmon_capable()
` [RFC PATCH v4 34/39] KVM: arm64: Emulate SPE buffer management interrupt
` [RFC PATCH v4 35/39] KVM: arm64: Add an userspace API to stop a VCPU profiling
` [RFC PATCH v4 36/39] KVM: arm64: Implement "
` [RFC PATCH v4 37/39] KVM: arm64: Add PMSIDR_EL1 to the SPE register context
` [RFC PATCH v4 38/39] KVM: arm64: Make CONFIG_KVM_ARM_SPE depend on !CONFIG_NUMA_BALANCING
` [RFC PATCH v4 39/39] KVM: arm64: Allow userspace to enable SPE for guests


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