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

[RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2021-08-25 16:17 UTC  (15+ 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

[PATCH][kvmtool] virtio/pci: Correctly handle MSI-X masking while MSI-X is disabled
 2021-08-25 15:33 UTC  (4+ messages)

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-25 15:07 UTC  (6+ messages)
` [RFC PATCH] KVM: arm64: Allow VMMs to opt-out of KVM_CAP_PTP_KVM

[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 v2] arm64: Do not trap PMSNEVFR_EL1
 2021-08-24 15:53 UTC  (2+ messages)

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

[PATCH v2 0/3] kvmtool: Limit IPA space to what is actually required
 2021-08-24  0:47 UTC  (11+ 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] KVM: arm64: Trim guest debug exception handling
 2021-08-23 22:39 UTC 

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

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-08-23 20:56 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 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 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  (34+ messages)
` [PATCH v4 01/15] KVM: arm64: placeholder to check if VM is protected
` [PATCH v4 02/15] KVM: arm64: Remove trailing whitespace in comment
` [PATCH v4 03/15] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v4 04/15] KVM: arm64: Fix names of config register fields
` [PATCH v4 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v4 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v4 07/15] KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug
` [PATCH v4 08/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
` [PATCH v4 09/15] KVM: arm64: Add feature register flag definitions
` [PATCH v4 10/15] KVM: arm64: Add config register bit definitions
` [PATCH v4 11/15] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v4 12/15] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v4 13/15] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v4 14/15] KVM: arm64: Trap access to pVM restricted features
` [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/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-08-22 19:56 UTC  (9+ 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

[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  (7+ 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  (11+ messages)
` [PATCH v7 1/7] KVM: arm64: Refactor update_vtimer_cntvoff()
` [PATCH v7 2/7] KVM: arm64: Separate guest/host counter offset values
` [PATCH v7 3/7] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v7 4/7] arm64: cpufeature: Enumerate support for FEAT_ECV >= 0x2
` [PATCH v7 5/7] KVM: arm64: Allow userspace to configure a guest's counter-timer offset
` [PATCH v7 6/7] KVM: arm64: Configure timer traps in vcpu_load() for VHE
` [PATCH v7 7/7] KVM: arm64: Emulate physical counter offsetting on non-ECV systems

[PATCH v2 0/4] KVM: arm64: Fix some races in CPU_ON PSCI call
 2021-08-19  8:18 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: arm64: Fix read-side race on updates to vcpu reset state
` [PATCH v2 2/4] KVM: arm64: Handle PSCI resets before userspace touches vCPU state
` [PATCH v2 3/4] KVM: arm64: Enforce reserved bits for PSCI target affinities
` [PATCH v2 4/4] selftests: KVM: Introduce psci_cpu_on_test

[PATCH] KVM: arm64: vgic: Resample HW pending state on deactivation
 2021-08-18 21:24 UTC  (4+ messages)

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

KVM: arm64: vgic: Resample HW pending state on deactivation
 2021-08-18 18:42 UTC  (2+ messages)

[PATCH v4 00/21] Track shared pages at EL2 in protected mode
 2021-08-17 13:53 UTC  (5+ messages)
` [PATCH v4 03/21] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH v4 04/21] KVM: arm64: Introduce helper to retrieve a PTE and its level

[PATCH] KVM: stats: Add VM stat for remote tlb flush requests
 2021-08-18 16:52 UTC  (4+ messages)

[PATCH 0/4] KVM: arm64: Fix some races in CPU_ON PSCI call
 2021-08-18 14:42 UTC  (10+ messages)
` [PATCH 1/4] KVM: arm64: Fix read-side race on updates to vcpu reset state
` [PATCH 2/4] KVM: arm64: Handle PSCI resets before userspace touches vCPU state
` [PATCH 3/4] KVM: arm64: Enforce reserved bits for PSCI target affinities
` [PATCH 4/4] selftests: KVM: Introduce psci_cpu_on_test

[PATCH] KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
 2021-08-18  9:10 UTC  (2+ messages)

[PATCH V2 0/5] KVM: arm64: General cleanups
 2021-08-18  8:57 UTC  (2+ messages)

[PATCH v5] memblock: make memblock_find_in_range method private
 2021-08-18  0:13 UTC  (3+ messages)

[PATCH v4 00/15] Support Asynchronous Page Fault
 2021-08-17 10:49 UTC  (7+ messages)
` [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v4 14/15] arm64: Enable async PF

[PATCH 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-16 20:56 UTC  (6+ messages)
` [PATCH 04/10] KVM: arm64: selftests: Add basic support for arch_timers

[PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-16 14:40 UTC  (7+ messages)
` [PATCH v3 11/15] KVM: arm64: Add trap handlers "
` [PATCH v3 15/15] KVM: arm64: Restrict protected VM capabilities

[PATCH v7 0/9] selftests: KVM: Test offset-based counter controls
 2021-08-16  0:12 UTC  (10+ messages)
` [PATCH v7 1/9] tools: arch: x86: pull in pvclock headers
` [PATCH v7 2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v7 3/9] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v7 4/9] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v7 5/9] selftests: KVM: Introduce system counter offset test
` [PATCH v7 6/9] selftests: KVM: Add helper to check for register presence
` [PATCH v7 7/9] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v7 8/9] selftests: KVM: Test physical counter offsetting
` [PATCH v7 9/9] selftests: KVM: Add counter emulation benchmark


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