kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-15 14:57:20 to 2020-10-30 18:17:58 UTC [more...]

[kvm-unit-tests RFC PATCH v2 0/5] arm64: Statistical Profiling Extension Tests
 2020-10-30 18:17 UTC  (18+ 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

[GIT PULL] KVM/arm64 fixes for 5.10, take #1
 2020-10-30 16:40 UTC  (13+ messages)
` [PATCH 01/12] KVM: arm64: Don't corrupt tpidr_el2 on failed HVC call
` [PATCH 02/12] KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidation
` [PATCH 03/12] KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transition
` [PATCH 04/12] KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNT
` [PATCH 05/12] KVM: arm64: Fix AArch32 handling of DBGD{CCINT, SCRext} and DBGVCR
` [PATCH 06/12] KVM: arm64: Fix masks in stage2_pte_cacheable()
` [PATCH 07/12] KVM: arm64: Use fallback mapping sizes for contiguous huge page sizes
` [PATCH 08/12] KVM: arm64: Force PTE mapping on fault resulting in a device mapping
` [PATCH 09/12] KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()
` [PATCH 10/12] arm64: cpufeature: reorder cpus_have_{const, final}_cap()
` [PATCH 11/12] arm64: cpufeature: upgrade hyp caps to final
` [PATCH 12/12] KVM: arm64: Handle Asymmetric AArch32 systems

[PATCHv2 0/3] arm64: kvm: avoid referencing cpu_hwcaps from hyp
 2020-10-30 14:18 UTC  (11+ 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 2/3] arm64: cpufeature: reorder cpus_have_{const,final}_cap()
` [PATCHv2 3/3] arm64: cpufeature: upgrade hyp caps to final

[PATCH 0/3] KVM: arm64: Fix get-reg-list regression
 2020-10-30  8:15 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Don't hide ID registers from userspace
` [PATCH 2/3] KVM: arm64: Check RAZ visibility in ID register accessors
` [PATCH 3/3] KVM: arm64: Remove AA64ZFR0_EL1 accessors

[PATCH] KVM: arm64: Fix masks in stage2_pte_cacheable()
 2020-10-29 21:09 UTC  (2+ messages)

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

[PATCH] KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNT
 2020-10-29 21:09 UTC  (8+ messages)

[PATCH v2] KVM: arm64: Failback on unsupported huge page sizes
 2020-10-29 21:09 UTC  (2+ messages)

[PATCH 0/4] KVM: selftests: Add get-reg-list regression test
 2020-10-29 20:24 UTC  (6+ messages)
` [PATCH 1/4] KVM: selftests: Don't require THP to run tests
` [PATCH 2/4] KVM: selftests: Add aarch64 get-reg-list test
` [PATCH 3/4] KVM: selftests: Update aarch64 get-reg-list blessed list
` [PATCH 4/4] KVM: selftests: Add blessed SVE registers to get-reg-list

[PATCH] KVM: arm64: Fix AArch32 handling of DBGD{CCINT, SCRext} and DBGVCR
 2020-10-29 17:24 UTC 

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

[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

[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

[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  (6+ messages)
` [PATCH v10 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE

[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

[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 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  (14+ messages)

[PATCH] perf: arm_spe: Use Inner Shareable DSB when draining the buffer
 2020-10-19 13:01 UTC  (6+ 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).