kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 16:09:13 to 2020-10-28 20:24:47 UTC [more...]

[PATCH 00/11] KVM: arm64: Move PC/ELR/SPSR/PSTATE updatess to EL2
 2020-10-28 20:24 UTC  (34+ messages)
` [PATCH 01/11] KVM: arm64: Don't adjust PC on SError during SMC trap
` [PATCH 02/11] KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()
` [PATCH 03/11] KVM: arm64: Make kvm_skip_instr() and co private to HYP
` [PATCH 04/11] KVM: arm64: Move PC rollback on SError "
` [PATCH 05/11] KVM: arm64: Move VHE direct sysreg accessors into kvm_host.h
` [PATCH 06/11] KVM: arm64: Add basic hooks for injecting exceptions from EL2
` [PATCH 07/11] KVM: arm64: Inject AArch64 exceptions from HYP
` [PATCH 08/11] KVM: arm64: Inject AArch32 "
` [PATCH 09/11] KVM: arm64: Remove SPSR manipulation primitives
` [PATCH 10/11] KVM: arm64: Consolidate exception injection
` [PATCH 11/11] KVM: arm64: Get rid of the AArch32 register mapping code

[PATCH v7 1/2] arm64: Add part number for Arm Cortex-A77
 2020-10-28 18:28 UTC  (2+ messages)
` [PATCH v7 2/2] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PATCH] KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNT
 2020-10-28  8:56 UTC  (7+ messages)

[RFC PATCH v3 00/16] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2020-10-27 17:27 UTC  (17+ messages)
` [RFC PATCH v3 01/16] KVM: arm64: Initialize VCPU mdcr_el2 before loading it
` [RFC PATCH v3 02/16] dt-bindings: ARM SPE: Highlight the need for PPI partitions on heterogeneous systems
` [RFC PATCH v3 03/16] KVM: arm64: Hide SPE from guests
` [RFC PATCH v3 04/16] arm64: Introduce CPU SPE feature
` [RFC PATCH v3 05/16] KVM: arm64: Introduce VCPU "
` [RFC PATCH v3 06/16] KVM: arm64: Introduce SPE primitives
` [RFC PATCH v3 07/16] KVM: arm64: Define SPE data structure for each VCPU
` [RFC PATCH v3 08/16] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v3 09/16] KVM: arm64: Use separate function for the mapping size in user_mem_abort()
` [RFC PATCH v3 10/16] KVM: arm64: Add a new VM device control group for SPE
` [RFC PATCH v3 11/16] KVM: arm64: Add SPE system registers to VCPU context
` [RFC PATCH v3 12/16] KVM: arm64: VHE: Clear MDCR_EL2.E2PB in vcpu_put()
` [RFC PATCH v3 13/16] KVM: arm64: Switch SPE context on VM entry/exit
` [RFC PATCH v3 14/16] KVM: arm64: Emulate SPE buffer management interrupt
` [RFC PATCH v3 15/16] KVM: arm64: Enable SPE for guests
` [RFC PATCH v3 16/16] Documentation: arm64: Document ARM Neoverse-N1 erratum #1688567

[kvm-unit-tests RFC PATCH v2 0/5] arm64: Statistical Profiling Extension Tests
 2020-10-27 17:19 UTC  (6+ messages)
` [kvm-unit-tests RFC PATCH v2 1/5] arm64: Move get_id_aa64dfr0() in processor.h
` [kvm-unit-tests RFC PATCH v2 2/5] lib/{bitops, alloc_page}.h: Add missing headers
` [kvm-unit-tests RFC PATCH v2 3/5] arm64: spe: Add introspection test
` [kvm-unit-tests RFC PATCH v2 4/5] lib: arm/arm64: Add function to unmap a page
` [kvm-unit-tests RFC PATCH v2 5/5] am64: spe: Add buffer test

[RFC PATCH kvmtool v3 0/3] SPE support
 2020-10-27 17:17 UTC  (4+ messages)
` [RFC PATCH kvmtool v3 1/3] update_headers: Sync kvm UAPI headers with linux 5.10-rc1
` [RFC PATCH kvmtool v3 2/3] init: Add last_{init, exit} list macros
` [RFC PATCH kvmtool v3 3/3] arm64: Add SPE support

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-10-27 13:04 UTC  (9+ messages)
` [PATCH v10 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v10 11/11] vfio: Document nested stage control

[PATCH v2 0/1] KVM: arm64: fix the mmio faulting
 2020-10-27  4:04 UTC  (3+ messages)
` [PATCH v2 1/1] KVM: arm64: Correctly handle "

[PATCH 0/3] KVM: arm64: Failback on unsupported huge pages
 2020-10-26 22:48 UTC  (14+ messages)
` [PATCH 1/3] KVM: arm64: Check if 52-bits PA is enabled
` [PATCH 2/3] KVM: arm64: Don't map PUD huge page if it's not available
` [PATCH 3/3] KVM: arm64: Failback on unsupported huge page sizes

[PATCH 0/9] Rework hyp vector handling
 2020-10-26 15:58 UTC  (10+ messages)
` [PATCH 1/9] KVM: arm64: Remove redundant Spectre-v2 code from kvm_map_vector()
` [PATCH 2/9] KVM: arm64: Tidy up kvm_map_vector()
` [PATCH 3/9] KVM: arm64: Move kvm_get_hyp_vector() out of header file
` [PATCH 4/9] KVM: arm64: Make BP hardening globals static instead
` [PATCH 5/9] KVM: arm64: Move BP hardening helpers into spectre.h
` [PATCH 6/9] KVM: arm64: Re-jig logic when patching hardened hyp vectors
` [PATCH 7/9] KVM: arm64: Allocate hyp vectors statically
` [PATCH 8/9] arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3A
` [PATCH 9/9] arm64: spectre: Consolidate spectre-v3a detection

[PATCH v4 0/2] MTE support for KVM guest
 2020-10-26 15:57 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v4 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH 0/8] KVM: arm64: Host EL2 entry improvements
 2020-10-26 14:36 UTC  (11+ messages)
` [PATCH 1/8] KVM: arm64: Don't corrupt tpidr_el2 on failed HVC call
` [PATCH 2/8] KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidation
` [PATCH 3/8] KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transition
` [PATCH 4/8] KVM: arm64: Add kimg_hyp_va() helper
` [PATCH 5/8] KVM: arm64: Turn host HVC handling into a dispatch table
` [PATCH 6/8] KVM: arm64: Patch kimage_voffset instead of loading the EL1 value
` [PATCH 7/8] KVM: arm64: Simplify __kvm_enable_ssbs()
` [PATCH 8/8] KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exception

[PATCHv2 0/3] arm64: kvm: avoid referencing cpu_hwcaps from hyp
 2020-10-26 13:49 UTC  (4+ messages)
` [PATCHv2 1/3] arm64: kvm: factor out is_{vhe,nvhe}_hyp_code()
` [PATCHv2 2/3] arm64: cpufeature: reorder cpus_have_{const, final}_cap()
` [PATCHv2 3/3] arm64: cpufeature: upgrade hyp caps to final

[PATCH v6 1/2] arm64: Add part number for Arm Cortex-A77
 2020-10-26 13:19 UTC  (5+ messages)
` [PATCH v6 2/2] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PATCH] KVM: arm64: Correctly handle the mmio faulting
 2020-10-26  6:50 UTC  (4+ messages)

[PATCH v2] KVM: arm64: Failback on unsupported huge page sizes
 2020-10-25 23:06 UTC 

[PATCH 0/6] Support Asynchronous Page Fault
 2020-10-23 17:01 UTC  (8+ messages)
` [PATCH 3/6] kvm/arm64: Export kvm_handle_user_mem_abort() with prefault mode
` [PATCH 4/6] arm64/kvm: Support async page fault
` [PATCH 5/6] drivers/acpi: Import ACPI APF table

[RFC PATCH] KVM: arm64: vgic: Allow an injected IRQ to be taken synchronously by the vcpu
 2020-10-23 16:51 UTC 

[RFC] KVM: arm64: Don't force broadcast tlbi when guest is running
 2020-10-23  9:17 UTC  (4+ messages)

[PATCH kvmtool] arm64: Determine kernel offset even on non-seekable file descriptors
 2020-10-20 12:30 UTC 

Kernel patch cases qemu live migration failed
 2020-10-19 16:36 UTC  (15+ messages)

[PATCH] perf: arm_spe: Use Inner Shareable DSB when draining the buffer
 2020-10-19 13:01 UTC  (6+ messages)

Regarding Timer Interrupt Latency - ARM64 Guest
 2020-10-15 10:19 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 5.10
 2020-10-10 16:38 UTC 

[PATCH] KVM: arm64: implement the TRNG hypervisor call
 2020-10-03 12:28 UTC  (3+ messages)

[PATCH v3 0/2] MTE support for KVM guest
 2020-10-02 16:23 UTC  (10+ messages)
` [PATCH v3 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v3 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH] KVM: arm64: Pass level hint to TLBI during stage-2 permission fault
 2020-10-02  8:20 UTC  (4+ messages)

[PATCH v4 00/10] Independent per-CPU data section for nVHE
 2020-10-02  8:19 UTC  (13+ messages)
` [PATCH v4 04/10] kvm: arm64: Remove __hyp_this_cpu_read
` [PATCH v4 05/10] kvm: arm64: Remove hyp_adr/ldr_this_cpu
` [PATCH v4 07/10] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH v4 09/10] kvm: arm64: Set up hyp percpu data for nVHE
` [PATCH v4 10/10] kvm: arm64: Remove unnecessary hyp mappings

[PATCH] KVM: arm64: Ensure user_mem_abort() return value is initialised
 2020-10-02  8:20 UTC  (5+ messages)

[PATCH 0/6] Fix new html build warnings from next-20201001
 2020-10-02  8:19 UTC 

[PATCH] KVM: arm64: Fixes ARM VM hangs at boot
 2020-10-01 12:59 UTC  (3+ messages)

[PATCH v5 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-10-01 12:28 UTC  (3+ messages)

[PATCH 00/14] UBSan Enablement for hyp/nVHE code
 2020-10-01 10:57 UTC  (7+ messages)
` [PATCH 03/14] KVM: arm64: Add support for creating and checking a logging buffer inside hyp/nVHE
` [PATCH 05/14] KVM: arm64: Define a buffer that can pass UBSan data from hyp/nVHE to kernel
` [PATCH 07/14] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE

[PATCH v7 5/7] KVM: arm64: pmu: Make overflow handler NMI safe
 2020-09-30 12:37 UTC  (5+ messages)

[PATCH v2 0/2] KVM: arm64: Documentation updates
 2020-09-30  7:31 UTC  (2+ messages)

[RFC PATCH 0/4] Add support for ARMv8.6 TWED feature
 2020-09-30  1:21 UTC  (3+ messages)

[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
 2020-09-29 16:09 UTC  (5+ messages)
` [PATCH 22/23] KVM: arm64: Add a rVIC/rVID in-kernel implementation


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