kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-19 09:53:07 to 2021-08-28 09:21:29 UTC [more...]

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-28  0:35 UTC  (12+ 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 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-08-27 21:58 UTC  (14+ messages)
` [PATCH 1/6] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity()
` [PATCH 2/6] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests
` [PATCH 3/6] KVM: arm64: Encapsulate reset request logic in a helper function
` [PATCH 4/6] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
` [PATCH 5/6] selftests: KVM: Promote PSCI hypercalls to asm volatile
` [PATCH 6/6] selftests: KVM: Test SYSTEM_SUSPEND PSCI call
` [PATCH] Documentation: kvm: Document KVM_SYSTEM_EVENT_SUSPEND exit type
` [RFC kvmtool PATCH 0/2] PSCI SYSTEM_SUSPEND support
  ` [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 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][kvmtool] virtio/pci: Size the MSI-X bar according to the number of MSI-X
 2021-08-27 11:54 UTC 

[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  (13+ messages)
` [RFC PATCH] KVM: arm64: Allow VMMs to opt-out of KVM_CAP_PTP_KVM

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-08-26 20:27 UTC  (10+ messages)
` [PATCH v7 1/6] KVM: x86: Fix potential race in KVM_GET_CLOCK
` [PATCH v7 3/6] KVM: x86: Report host tsc and realtime values "
` [PATCH v7 6/6] KVM: x86: Expose TSC offset controls to userspace

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

[GIT PULL] KVM/arm64 updates for 5.15
 2021-08-26 11:56 UTC 

[PATCH v2 0/3] kvmtool: Limit IPA space to what is actually required
 2021-08-26 11:11 UTC  (12+ messages)
` [PATCH v2 1/3] kvmtool: Abstract KVM_VM_TYPE into a weak function
` [PATCH v2 2/3] kvmtool: arm64: Use the maximum supported IPA size when creating the VM
` [PATCH v2 3/3] kvmtool: arm64: Configure VM with the minimal required IPA space

[PATCH v2] arm64: Do not trap PMSNEVFR_EL1
 2021-08-26 11:07 UTC  (4+ 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  (40+ messages)
` [RFC PATCH v4 01/39] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM
` [RFC PATCH v4 02/39] KVM: arm64: Add lock/unlock memslot user API
` [RFC PATCH v4 03/39] KVM: arm64: Implement the memslot lock/unlock functionality
` [RFC PATCH v4 04/39] KVM: arm64: Defer CMOs for locked memslots until a VCPU is run
` [RFC PATCH v4 05/39] KVM: arm64: Perform CMOs on locked memslots when userspace resets VCPUs
` [RFC PATCH v4 06/39] KVM: arm64: Delay tag scrubbing for locked memslots until a VCPU runs
` [RFC PATCH v4 07/39] KVM: arm64: Unlock memslots after stage 2 tables are freed
` [RFC PATCH v4 08/39] KVM: arm64: Deny changes to locked memslots
` [RFC PATCH v4 09/39] KVM: Add kvm_warn{,_ratelimited} macros
` [RFC PATCH v4 10/39] KVM: arm64: Print a warning for unexpected faults on locked memslots
` [RFC PATCH v4 11/39] KVM: arm64: Allow userspace to lock and unlock memslots
` [RFC PATCH v4 12/39] KVM: arm64: Add the KVM_ARM_VCPU_SUPPORTED_CPUS VCPU ioctl
` [RFC PATCH v4 13/39] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
` [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

[PATCH v3 0/4] KVM: allow mapping non-refcounted pages
 2021-08-25  2:50 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v3 2/4] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v3 3/4] KVM: arm64/mmu: "
` [PATCH v3 4/4] KVM: mmu: remove over-aggressive warnings

[PATCH] arm64: Do not trap PMSNEVFR_EL1
 2021-08-24 15:30 UTC  (4+ messages)

[PATCH] KVM: arm64: Ratelimit error log during guest debug exception
 2021-08-23 21:51 UTC  (6+ messages)

[PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
 2021-08-23 14:12 UTC  (3+ messages)

[PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-23 12:10 UTC  (11+ messages)
` [PATCH v4 11/15] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v4 15/15] KVM: arm64: Handle protected guests at 32 bits

[PATCH 0/3] target/arm: Reduced-IPA space and highmem=off fixes
 2021-08-23  9:07 UTC  (6+ messages)
` [PATCH 1/3] hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM
` [PATCH 2/3] hw/arm/virt: Honor highmem setting when computing highest_gpa
` [PATCH 3/3] docs/system/arm/virt: Fix documentation for the 'highmem' option

[PATCH 0/2] Fix off-by-one in range_is_memory
 2021-08-20 11:05 UTC  (2+ messages)
` (subset) "

[PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation
 2021-08-20  9:08 UTC  (5+ messages)
` [PATCH 3/4] KVM: arm64: Convert the host S2 over to __load_guest_stage2()

[PATCH v2] KVM: arm64: vgic: Resample HW pending state on deactivation
 2021-08-20  7:58 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic: drop WARN from vgic_get_irq
 2021-08-19 10:47 UTC  (2+ messages)

[PATCH] selftests: KVM: Gracefully handle missing vCPU features
 2021-08-19 10:32 UTC  (2+ messages)

[PATCH v3 0/3] KVM: arm64: Use generic guest entry infrastructure
 2021-08-19 10:28 UTC  (2+ messages)

[PATCH v7 0/7] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-08-19 10:20 UTC  (6+ messages)
` [PATCH v7 3/7] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v7 5/7] KVM: arm64: Allow userspace to configure a guest's counter-timer offset


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