kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 08:26:34 to 2020-06-04 15:23:43 UTC [more...]

[PATCH 0/3] kvm: arm64: Pointer Authentication handling fixes
 2020-06-04 15:23 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
` [PATCH 2/3] KVM: arm64: Handle PtrAuth traps early
` [PATCH 3/3] KVM: arm64: Enforce PtrAuth being disabled if not advertized

kvm_target, QEMU_KVM_ARM_TARGET_GENERIC_V8 questions
 2020-06-04 13:37 UTC  (3+ messages)

randomly firing kvm_arch_timer_handler
 2020-06-04 13:14 UTC  (3+ messages)

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-06-04  9:50 UTC  (4+ messages)
` [PATCH v4 08/14] powerpc: add support for folded p4d page tables

test
 2020-06-02  6:18 UTC 

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-06-02  5:44 UTC  (38+ messages)
` [PATCH RFCv2 3/9] kvm/arm64: Rename kvm_vcpu_get_hsr() to kvm_vcpu_get_esr()
` [PATCH RFCv2 4/9] kvm/arm64: Detach ESR operator from vCPU struct
` [PATCH RFCv2 5/9] kvm/arm64: Replace hsr with esr
` [PATCH RFCv2 6/9] kvm/arm64: Export kvm_handle_user_mem_abort() with prefault mode
` [PATCH RFCv2 7/9] kvm/arm64: Support async page fault
` [PATCH RFCv2 9/9] arm64: "

[GIT PULL] KVM/arm64 updates for Linux 5.8
 2020-06-01  8:27 UTC  (26+ messages)
` [PATCH 01/24] KVM: arm64: Move virt/kvm/arm to arch/arm64
` [PATCH 02/24] KVM: arm64: Kill off CONFIG_KVM_ARM_HOST
` [PATCH 03/24] KVM: arm64: Update help text
` [PATCH 04/24] KVM: arm64: Change CONFIG_KVM to a menuconfig entry
` [PATCH 05/24] KVM: arm64: Clean up kvm makefiles
` [PATCH 06/24] KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation
` [PATCH 07/24] KVM: arm64: Use cpus_have_final_cap for has_vhe()
` [PATCH 08/24] KVM: Fix spelling in code comments
` [PATCH 09/24] KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supported
` [PATCH 10/24] KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvation
` [PATCH 11/24] KVM: arm64: Clean up the checking for huge mapping
` [PATCH 12/24] KVM: arm64: Unify handling THP backed host memory
` [PATCH 13/24] KVM: arm64: Support enabling dirty log gradually in small chunks
` [PATCH 14/24] KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC version
` [PATCH 15/24] KVM: arm64: Clean up cpu_init_hyp_mode()
` [PATCH 16/24] KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()
` [PATCH 17/24] KVM: arm64: Remove obsolete kvm_virt_to_phys abstraction
` [PATCH 18/24] KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 19/24] KVM: arm64: Refactor vcpu_{read,write}_sys_reg
` [PATCH 20/24] KVM: arm64: Add missing reset handlers for PMU emulation
` [PATCH 21/24] KVM: arm64: Move sysreg reset check to boot time
` [PATCH 22/24] KVM: arm64: Don't use empty structures as CPU reset state
` [PATCH 23/24] KVM: arm64: Parametrize exception entry with a target EL
` [PATCH 24/24] KVM: arm64: Drop obsolete comment about sys_reg ordering

[PATCH RFC] KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supported
 2020-06-01  6:26 UTC  (7+ messages)

[PATCH 0/3] KVM: arm64: aarch32 ACTLR accesses
 2020-05-31 13:37 UTC  (13+ messages)
` [PATCH 1/3] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
` [PATCH 2/3] KVM: arm64: Stop save/restoring ACTLR_EL1
` [PATCH 3/3] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2

[PATCH v2 0/3] KVM: arm64: aarch32 ACTLR accesses
 2020-05-29 15:06 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
` [PATCH v2 2/3] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2
` [PATCH v2 3/3] KVM: arm64: Stop save/restoring ACTLR_EL1

[PATCH v5 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-05-29 11:27 UTC  (3+ messages)
` [PATCH v5 1/2] target/arm: kvm: Handle "
` [PATCH v5 2/2] target/arm: kvm: Handle misconfigured dabt injection

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-05-29  9:48 UTC  (13+ messages)
` [PATCH v4 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v4 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-29  1:05 UTC  (31+ messages)
` [RFC PATCH v12 01/11] arm64: Probe for the presence of KVM hypervisor services during boot
` [RFC PATCH v12 02/11] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [RFC PATCH v12 03/11] psci: export smccc conduit get helper
` [RFC PATCH v12 04/11] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v12 05/11] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v12 06/11] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v12 07/11] psci: Add hypercall service for kvm ptp
` [RFC PATCH v12 08/11] ptp: arm64: Enable ptp_kvm for arm/arm64
` [RFC PATCH v12 09/11] ptp: extend input argument for getcrosstimestamp API
` [RFC PATCH v12 10/11] arm64: add mechanism to let user choose which counter to return
` [RFC PATCH v12 11/11] arm64: Add kvm capability check extension for ptp_kvm

[PATCH] KVM: arm64: Check advertised Stage-2 page size capability
 2020-05-28 13:12 UTC  (2+ messages)
` [PATCH] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-05-27 14:41 UTC  (33+ messages)
` [PATCH 03/26] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 08/26] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 10/26] KVM: arm64: Refactor vcpu_{read,write}_sys_reg
` [PATCH 11/26] KVM: arm64: Add missing reset handlers for PMU emulation
` [PATCH 19/26] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 20/26] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH 21/26] KVM: arm64: Move SP_EL1 "
` [PATCH 22/26] KVM: arm64: Disintegrate SPSR array
` [PATCH 23/26] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH 26/26] KVM: arm64: Parametrize exception entry with a target EL

[RFC PATCH 0/7] kvm: arm64: Support stage2 hardware DBM
 2020-05-27  9:28 UTC  (12+ messages)
` [RFC PATCH 1/7] KVM: arm64: Add some basic functions for hw DBM
` [RFC PATCH 2/7] KVM: arm64: Set DBM bit of PTEs if hw DBM enabled
` [RFC PATCH 3/7] KVM: arm64: Traverse page table entries when sync dirty log
` [RFC PATCH 4/7] KVM: arm64: Steply write protect page table by mask bit
` [RFC PATCH 5/7] kvm: arm64: Modify stage2 young mechanism to support hw DBM
` [RFC PATCH 6/7] kvm: arm64: Save stage2 PTE dirty info if it is coverred
` [RFC PATCH 7/7] KVM: arm64: Enable stage2 hardware DBM

[RFC] Use SMMU HTTU for DMA dirty page tracking
 2020-05-27  9:14 UTC  (8+ messages)

[PATCH] KVM: arm64: Allow in-atomic injection of SPIs
 2020-05-27  8:42 UTC  (4+ messages)

[PATCH V5 0/4] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-05-27  3:03 UTC 

[PATCH] arm64: kvm: Remove obsolete kvm_virt_to_phys abstraction
 2020-05-25 15:54 UTC  (2+ messages)

[PATCH] arm64: kvm: Fix incorrect comment on kvm_get_hyp_vector()
 2020-05-25 15:48 UTC  (2+ messages)

[PATCH] arm64: kvm: Clean up cpu_init_hyp_mode()
 2020-05-25 15:48 UTC  (2+ messages)

[PATCH V4 00/17] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-05-25 12:39 UTC  (8+ messages)
` [PATCH V4 04/17] arm64/cpufeature: Introduce ID_PFR2 CPU register
` [PATCH V4 05/17] arm64/cpufeature: Introduce ID_DFR1 "
` [PATCH V4 06/17] arm64/cpufeature: Introduce ID_MMFR5 "

[kvm-unit-tests PATCH 0/6] arm64: add IPI/LPI/vtimer latency
 2020-05-22  5:34 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/6] arm64: microbench: get correct ipi recieved num
` [kvm-unit-tests PATCH 6/6] arm64: microbench: Add vtimer latency test

[PATCH V3] arm64/cpufeature: Validate hypervisor capabilities during CPU hotplug
 2020-05-21  0:48 UTC  (3+ messages)

[PATCH V2] arm64/cpufeature: Drop open encodings while extracting parange
 2020-05-20 17:54 UTC  (3+ messages)

[PATCH kvmtool] rtc: Generate fdt node for the real-time clock
 2020-05-19 16:46 UTC  (2+ messages)

[PATCH 0/2] Expose KVM API to Linux Kernel
 2020-05-18 20:45 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;
as well as URLs for NNTP newsgroup(s).