Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2021-01-15 22:42:55 to 2021-01-26 13:42:31 UTC [more...]

[RFC PATCH v1 0/5] Enable CPU TTRem feature for stage-2
 2021-01-26 13:42 UTC  (6+ messages)
` [RFC PATCH v1 1/5] arm64: cpufeature: Detect the ARMv8.4 TTRem feature
` [RFC PATCH v1 2/5] arm64: cpufeature: Add an API to get level of TTRem supported by hardware
` [RFC PATCH v1 3/5] KVM: arm64: Support usage of TTRem in guest stage-2 translation
` [RFC PATCH v1 4/5] KVM: arm64: Add handling of coalescing tables into a block mapping
` [RFC PATCH v1 5/5] KVM: arm64: Adapt page-table code to new handling of coalescing tables

[RFC PATCH 0/7] kvm: arm64: Implement SW/HW combined dirty log
 2021-01-26 12:44 UTC  (8+ messages)
` [RFC PATCH 1/7] arm64: cpufeature: Add API to report system support of HWDBM
` [RFC PATCH 2/7] kvm: arm64: Use atomic operation when update PTE
` [RFC PATCH 3/7] kvm: arm64: Add level_apply parameter for stage2_attr_walker
` [RFC PATCH 4/7] kvm: arm64: Add some HW_DBM related pgtable interfaces
` [RFC PATCH 5/7] kvm: arm64: Add some HW_DBM related mmu interfaces
` [RFC PATCH 6/7] kvm: arm64: Only write protect selected PTE
` [RFC PATCH 7/7] kvm: arm64: Start up SW/HW combined dirty log

[PATCH] KVM: x86/mmu: consider the hva in mmu_notifer retry
 2021-01-26  7:39 UTC  (2+ messages)

[PATCH] arm64/kvm: correct the error report in kvm_handle_guest_abort
 2021-01-26  9:18 UTC  (11+ messages)

[PATCH v6 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-01-25 22:25 UTC  (9+ messages)
` (subset) "

[RFC PATCH] KVM: arm64: Avoid unconditional PMU register access
 2021-01-25 18:40 UTC  (2+ messages)

[PATCH v5 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-01-25 18:38 UTC  (38+ messages)
` [PATCH v5 01/21] arm64: Fix labels in el2_setup macros
` [PATCH v5 02/21] arm64: Fix outdated TCR setup comment
` [PATCH v5 03/21] arm64: Turn the MMU-on sequence into a macro
` [PATCH v5 04/21] arm64: Provide an 'upgrade to VHE' stub hypercall
` [PATCH v5 05/21] arm64: Initialise as nVHE before switching to VHE
` [PATCH v5 06/21] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH v5 07/21] arm64: Simplify init_el2_state to be non-VHE only
` [PATCH v5 08/21] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
` [PATCH v5 09/21] arm64: cpufeature: Add global feature override facility
` [PATCH v5 10/21] arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()
` [PATCH v5 11/21] arm64: Extract early FDT mapping from kaslr_early_init()
` [PATCH v5 12/21] arm64: cpufeature: Add an early command-line cpufeature override facility
` [PATCH v5 13/21] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
` [PATCH v5 14/21] arm64: Honor VHE being disabled from the command-line
` [PATCH v5 15/21] arm64: Add an aliasing facility for the idreg override
` [PATCH v5 16/21] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
` [PATCH v5 17/21] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
` [PATCH v5 18/21] arm64: Move "nokaslr" over to the early cpufeature infrastructure
` [PATCH v5 19/21] arm64: cpufeatures: Allow disabling of BTI from the command-line
` [PATCH v5 20/21] arm64: Defer enabling pointer authentication on boot core
` [PATCH v5 21/21] arm64: cpufeatures: Allow disabling of Pointer Auth from the command-line

[kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
 2021-01-25 17:27 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 08/12] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH v2 10/12] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
` [kvm-unit-tests PATCH v2 11/12] lib: arm64: gic-v3-its: Add wmb() barrier before INT command

[PATCH v3 0/3] Some optimization for stage-2 translation
 2021-01-25 16:33 UTC  (2+ messages)

[PATCH 0/2] __do_hyp_init fix and tweak
 2021-01-25 16:18 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Simplify __kvm_hyp_init HVC detection
` [PATCH 2/2] KVM: arm64: Don't clobber x4 in __do_hyp_init
` (subset) [PATCH 0/2] __do_hyp_init fix and tweak

[PATCH 0/2] Performance improvement about cache flush
 2021-01-25 14:10 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Distinguish cases of allocating memcache more precisely
` [PATCH 2/2] KVM: arm64: Skip the cache flush when coalescing tables into a block

[PATCH v2 0/7] KVM: arm64: More PMU/debug ID register fixes
 2021-01-25 12:26 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
` [PATCH v2 2/7] KVM: arm64: Fix AArch32 PMUv3 capping
` [PATCH v2 3/7] KVM: arm64: Add handling of AArch32 PCMEID{2, 3} PMUv3 registers
` [PATCH v2 4/7] KVM: arm64: Refactor filtering of ID registers
` [PATCH v2 5/7] KVM: arm64: Limit the debug architecture to ARMv8.0
` [PATCH v2 6/7] KVM: arm64: Upgrade PMU support to ARMv8.4
` [PATCH v2 7/7] KVM: arm64: Use symbolic names for the PMU versions

[RFC PATCH] kvm: arm64: Try stage2 block mapping for host device MMIO
 2021-01-25 11:31 UTC  (4+ messages)

[PATCH] vfio/iommu_type1: Mantainance a counter for non_pinned_groups
 2021-01-25  2:46 UTC 

[PATCH v4 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-01-24 19:01 UTC  (54+ messages)
` [PATCH v4 01/21] arm64: Fix labels in el2_setup macros
` [PATCH v4 02/21] arm64: Fix outdated TCR setup comment
` [PATCH v4 03/21] arm64: Turn the MMU-on sequence into a macro
` [PATCH v4 04/21] arm64: Provide an 'upgrade to VHE' stub hypercall
` [PATCH v4 05/21] arm64: Initialise as nVHE before switching to VHE
` [PATCH v4 06/21] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH v4 07/21] arm64: Simplify init_el2_state to be non-VHE only
` [PATCH v4 08/21] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
` [PATCH v4 09/21] arm64: cpufeature: Add global feature override facility
` [PATCH v4 10/21] arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()
` [PATCH v4 11/21] arm64: Extract early FDT mapping from kaslr_early_init()
` [PATCH v4 12/21] arm64: cpufeature: Add an early command-line cpufeature override facility
` [PATCH v4 13/21] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
` [PATCH v4 14/21] arm64: Honor VHE being disabled from the command-line
` [PATCH v4 15/21] arm64: Add an aliasing facility for the idreg override
` [PATCH v4 16/21] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
  ` [PATCH v4 16/21] arm64: Make kvm-arm.mode={nvhe,protected} "
` [PATCH v4 17/21] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
` [PATCH v4 18/21] arm64: Move "nokaslr" over to the early cpufeature infrastructure
` [PATCH v4 19/21] arm64: cpufeatures: Allow disabling of BTI from the command-line
` [PATCH v4 20/21] arm64: Defer enabling pointer authentication on boot core
` [PATCH v4 21/21] arm64: cpufeatures: Allow disabling of Pointer Auth from the command-line

[PATCH v2 0/8] arm64: Relocate absolute hyp VAs
 2021-01-23 14:45 UTC  (6+ messages)
` [PATCH v2 3/8] KVM: arm64: Add symbol at the beginning of each hyp section
` [PATCH v2 8/8] KVM: arm64: Remove hyp_symbol_addr

[PATCH] kvm: arm64: Add SVE support for nVHE
 2021-01-22 18:21 UTC 

[RFC PATCH v4 0/2] Some optimization for stage-2 translation
 2021-01-22 14:06 UTC  (6+ messages)
` [RFC PATCH v4 1/2] KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 map
` [RFC PATCH v4 2/2] KVM: arm64: Filter out the case of only changing permissions from stage-2 map path

[PATCH v3 0/2] vfio/iommu_type1: some fixes
 2021-01-22  9:26 UTC  (3+ messages)
` [PATCH v3 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
` [PATCH v3 2/2] vfio/iommu_type1: Fix some sanity checks in detach group

[PATCH v2 0/2] vfio/iommu_type1: some fixes
 2021-01-21 18:14 UTC  (9+ messages)
` [PATCH v2 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
` [PATCH v2 2/2] vfio/iommu_type1: Sanity check pfn_list when remove vfio_dma

[GIT PULL] KVM/arm64 fixes for 5.11, take #2
 2021-01-21 15:46 UTC 

[PATCH] KVM: arm64: Filter out v8.1+ events on v8.0 HW
 2021-01-21 10:56 UTC 

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-01-21  3:03 UTC  (8+ messages)
` [PATCH v3 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v3 63/66] KVM: arm64: nv: Allocate VNCR page when required

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-20 16:13 UTC  (9+ messages)
` [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
` [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[PATCH] arm64: Drop workaround for broken 'S' constraint with GCC 4.9
 2021-01-20 13:01 UTC  (4+ messages)

[PATCH v1 00/24] Opt-in always-on nVHE hypervisor
 2021-01-19 13:17 UTC  (4+ messages)

[PATCH v2 0/2] KVM: arm64: Work around firmware wongly advertising GICv2 compatibility
 2021-01-19 10:14 UTC  (6+ messages)
` [PATCH v2 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility

[PATCH 0/6] vfio/iommu_type1: Some optimizations about dirty tracking
 2021-01-18 13:48 UTC  (16+ messages)
` [PATCH 1/6] vfio/iommu_type1: Make an explicit "promote" semantic
` [PATCH 2/6] vfio/iommu_type1: Ignore external domain when promote pinned_scope
` [PATCH 3/6] vfio/iommu_type1: Initially set the pinned_page_dirty_scope
` [PATCH 4/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_dma_bitmap_alloc_all
` [PATCH 5/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_iova_dirty_bitmap
` [PATCH 6/6] vfio/iommu_type1: Drop parameter "pgsize" of update_user_bitmap

[PATCH] KVM: arm64: Fix the return value of smp_call_function_single()
 2021-01-18 11:18 UTC  (2+ messages)

[PATCH v3 0/9] UBSan Enablement for hyp/nVHE code
 2021-01-18 11:06 UTC  (9+ messages)
` [PATCH v3 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
` [PATCH v3 2/9] KVM: arm64: Add a buffer that can pass UBSan data from hyp/nVHE to kernel
` [PATCH v3 3/9] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
` [PATCH v3 9/9] KVM: arm64: Add UBSan tests for PKVM

[PATCH] kvm: arm64: Properly align the end address of table walk
 2021-01-18  1:18 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