kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 17:55:10 to 2020-10-26 22:48:13 UTC [more...]

[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] KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNT
 2020-10-26 14:44 UTC 

[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

[PATCH 00/11] KVM: arm64: Move PC/ELR/SPSR/PSTATE updatess to EL2
 2020-10-26 14:30 UTC  (22+ 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

[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  (7+ messages)
` [PATCH v6 2/2] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PATCH v2 0/1] KVM: arm64: fix the mmio faulting
 2020-10-26 11:24 UTC  (2+ messages)
` [PATCH v2 1/1] KVM: arm64: Correctly handle "

[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 v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-10-06 15:29 UTC  (11+ messages)
` [PATCH v10 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v10 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v10 05/11] vfio/pci: Register an iommu fault handler
` [PATCH v10 11/11] vfio: Document nested stage control

[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  (19+ messages)
` [PATCH v4 01/10] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
` [PATCH v4 02/10] kvm: arm64: Move nVHE hyp namespace macros to hyp_image.h
` [PATCH v4 03/10] kvm: arm64: Only define __kvm_ex_table for CONFIG_KVM
` [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 06/10] kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars
` [PATCH v4 07/10] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH v4 08/10] kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
` [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  (5+ messages)
` [PATCH v2 1/2] KVM: arm64: Add undocumented return values for PMU device control group
` [PATCH v2 2/2] KVM: arm64: Match PMU error code descriptions with error conditions

[RFC PATCH 0/4] Add support for ARMv8.6 TWED feature
 2020-09-30  1:21 UTC  (7+ messages)
` [RFC PATCH 1/4] arm64: cpufeature: TWED support detection
` [RFC PATCH 2/4] KVM: arm64: Make use of TWED feature
` [RFC PATCH 3/4] KVM: arm64: Use dynamic TWE Delay value
` [RFC PATCH 4/4] KVM: arm64: Add trace for TWED update

[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

[PATCH v3] KVM: arm64: Preserve PMCR immutable values across reset
 2020-09-29 13:52 UTC  (2+ messages)

[PATCH] KVM: arm64: Hide unsupported MPAM from the guest
 2020-09-28 15:25 UTC  (4+ messages)

[PATCH] KVM: arm64: vgic: Drop CPUHP_AP_KVM_ARM_VGIC_STARTING state
 2020-09-23 11:56 UTC 

[PATCH] irqchip/gic-v4.1: Optimize the wait for the completion of the analysis of the VPT
 2020-09-23  6:35 UTC 

[PATCH v3 00/10] Independent per-CPU data section for nVHE
 2020-09-22 18:34 UTC  (13+ messages)
` [PATCH v3 01/11] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
` [PATCH v3 07/11] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH v3 09/11] kvm: arm64: Mark hyp stack pages reserved
` [PATCH v3 10/11] kvm: arm64: Set up hyp percpu data for nVHE


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