Linux KVM for ARM Processors
[Prev Page][Next Page]
- [PATCH] KVM: arm64: Fix the return value of smp_call_function_single()
- From: Yejune Deng <yejune.deng@xxxxxxxxx>
- Re: [PATCH] KVM: arm64: Fix the return value of smp_call_function_single()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v4 01/21] arm64: Fix labels in el2_setup macros
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH v3 3/9] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH v3 9/9] KVM: arm64: Add UBSan tests for PKVM.
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH v3 2/9] KVM: arm64: Add a buffer that can pass UBSan data from hyp/nVHE to kernel
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v4 10/21] arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 15/21] arm64: Add an aliasing facility for the idreg override
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 11/21] arm64: Extract early FDT mapping from kaslr_early_init()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 19/21] arm64: cpufeatures: Allow disabling of BTI from the command-line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 18/21] arm64: Move "nokaslr" over to the early cpufeature infrastructure
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 14/21] arm64: Honor VHE being disabled from the command-line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 12/21] arm64: cpufeature: Add an early command-line cpufeature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 21/21] arm64: cpufeatures: Allow disabling of Pointer Auth from the command-line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 17/21] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 13/21] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 20/21] arm64: Defer enabling pointer authentication on boot core
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 16/21] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v4 09/21] arm64: cpufeature: Add global feature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 08/21] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 06/21] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 07/21] arm64: Simplify init_el2_state to be non-VHE only
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 05/21] arm64: Initialise as nVHE before switching to VHE
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 04/21] arm64: Provide an 'upgrade to VHE' stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 02/21] arm64: Fix outdated TCR setup comment
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 01/21] arm64: Fix labels in el2_setup macros
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 03/21] arm64: Turn the MMU-on sequence into a macro
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] kvm: arm64: Properly align the end address of table walk
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- RE: [PATCH] arm64/kvm: correct the error report in kvm_handle_guest_abort
- From: Jianyong Wu <Jianyong.Wu@xxxxxxx>
- Re: [PATCH 6/6] vfio/iommu_type1: Drop parameter "pgsize" of update_user_bitmap
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 5/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_iova_dirty_bitmap
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 4/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_dma_bitmap_alloc_all
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 3/6] vfio/iommu_type1: Initially set the pinned_page_dirty_scope
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 2/6] vfio/iommu_type1: Ignore external domain when promote pinned_scope
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 1/6] vfio/iommu_type1: Make an explicit "promote" semantic
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH v2 2/2] vfio/iommu_type1: Sanity check pfn_list when remove vfio_dma
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH v2 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 6/6] KVM: arm64: Upgrade PMU support to ARMv8.4
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- [PATCH v3 9/9] KVM: arm64: Add UBSan tests for PKVM.
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v3 8/9] KVM: arm64: Detect arithmetic overflow is inside hyp/nVHE.
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v3 7/9] KVM: arm64: Detect type mismatch undefined behaviour from hyp/nVHE code
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v3 6/9] KVM: arm64: __ubsan_handle_load_invalid_value EL2 implementation.
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v3 5/9] KVM: arm64: Enable shift out of bounds undefined behaviour check for hyp/nVHE
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v3 4/9] KVM: arm64: Enable UBsan check for unreachable code inside hyp/nVHE code
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v3 3/9] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v3 2/9] KVM: arm64: Add a buffer that can pass UBSan data from hyp/nVHE to kernel
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v3 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v3 0/9] UBSan Enablement for hyp/nVHE code
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- Re: [PATCH 6/6] KVM: arm64: Upgrade PMU support to ARMv8.4
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [RFC PATCH v7 3/3] KVM: arm64: ioctl to fetch/store tags in a guest
- From: Steven Price <steven.price@xxxxxxx>
- [PATCH v7 2/3] arm64: kvm: Introduce MTE VCPU feature
- From: Steven Price <steven.price@xxxxxxx>
- [PATCH v7 1/3] arm64: kvm: Save/restore MTE registers
- From: Steven Price <steven.price@xxxxxxx>
- [PATCH v7 0/3] MTE support for KVM guest
- From: Steven Price <steven.price@xxxxxxx>
- Re: [PATCH v2 9/9] KVM: arm64: Add UBSan tests for PKVM.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
- From: Ard Biesheuvel <ardb@xxxxxxxxxx>
- [PATCH v2 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 1/2] KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 0/2] KVM: arm64: Work around firmware wongly advertising GICv2 compatibility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 5/6] KVM: arm64: Limit the debug architecture to ARMv8.0
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 6/6] KVM: arm64: Upgrade PMU support to ARMv8.4
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH v2 3/9] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 4/6] KVM: arm64: Refactor filtering of ID registers
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 2/6] KVM: arm64: Fix AArch32 PMUv3 capping
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 1/6] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 3/6] KVM: arm64: Add handling of AArch32 PCMEID{2, 3} PMUv3 registers
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH v2 2/9] KVM: arm64: Add a buffer that can pass UBSan data from hyp/nVHE to kernel
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH 0/2] KVM: arm64: Hide absent PMU registers from userspace
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] arm64/kvm: correct the error report in kvm_handle_guest_abort
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] kvm: arm64: Properly align the end address of table walk
- From: Will Deacon <will@xxxxxxxxxx>
- [RESEND PATCH v2 2/2] vfio/iommu_type1: Sanity check pfn_list when remove vfio_dma
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [RESEND PATCH v2 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [RESEND PATCH v2 0/2] vfio/iommu_type1: some fixes
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- Re: [PATCH v2 2/9] KVM: arm64: Add a buffer that can pass UBSan data from hyp/nVHE to kernel
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH] kvm: arm64: Properly align the end address of table walk
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- Re: [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH] arm64/kvm: correct the error report in kvm_handle_guest_abort
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v2 2/2] vfio/iommu_type1: Sanity check pfn_list when remove vfio_dma
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH v2 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH v2 0/2] vfio/iommu_type1: some fixes
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- Re: [PATCH v2 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- [PATCH v2 9/9] KVM: arm64: Add UBSan tests for PKVM.
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v2 8/9] KVM: arm64: Detect arithmetic overflow is inside hyp/nVHE.
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v2 7/9] KVM: arm64: Detect type mismatch undefined behaviour from hyp/nVHE code
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v2 6/9] KVM: arm64: __ubsan_handle_load_invalid_value EL2 implementation.
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v2 5/9] KVM: arm64: Enable shift out of bounds undefined behaviour check for hyp/nVHE
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v2 4/9] KVM: arm64: Enable UBsan check for unreachable code inside hyp/nVHE code
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v2 3/9] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v2 2/9] KVM: arm64: Add a buffer that can pass UBSan data from hyp/nVHE to kernel
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v2 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- [PATCH v2 0/9] UBSan Enablement for hyp/nVHE code
- From: Elena Petrova <lenaptr@xxxxxxxxxx>
- Re: [PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
- From: Jean-Philippe Brucker <jean-philippe@xxxxxxxxxx>
- Re: [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- RE: [PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
- From: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@xxxxxxxxxx>
- Re: [PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- [kvmarm:next 29/32] arch/arm64/kvm/sys_regs.c:1544:13: warning: initializer overrides prior initialization of this subobject
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH v3 2/3] KVM: arm64: Filter out the case of only changing permissions from stage-2 map path
- From: Yanan Wang <wangyanan55@xxxxxxxxxx>
- [PATCH v3 1/3] KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 map
- From: Yanan Wang <wangyanan55@xxxxxxxxxx>
- [PATCH v3 3/3] KVM: arm64: Mark the page dirty only if the fault is handled successfully
- From: Yanan Wang <wangyanan55@xxxxxxxxxx>
- [PATCH v3 0/3] Some optimization for stage-2 translation
- From: Yanan Wang <wangyanan55@xxxxxxxxxx>
- Re: [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 6/6] KVM: arm64: Upgrade PMU support to ARMv8.4
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 5/6] KVM: arm64: Limit the debug architecture to ARMv8.0
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 3/6] KVM: arm64: Add handling of AArch32 PCMEID{2, 3} PMUv3 registers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 4/6] KVM: arm64: Refactor filtering of ID registers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 2/6] KVM: arm64: Fix AArch32 PMUv3 capping
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 1/6] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 0/6] KVM: arm64: More PMU/debug ID register fixes
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 9/9] KVM: selftests: aarch64/vgic-v3 init sequence tests
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH v2 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH v2 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH v2 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH v2 5/9] KVM: arm: move has_run_once after the map_resources
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH v2 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH v2 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH v2 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH v2 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH v2 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [RFC PATCH v2 13/26] KVM: arm64: Enable access to sanitized CPU features at EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [RFC PATCH v2 13/26] KVM: arm64: Enable access to sanitized CPU features at EL2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
- From: Kirti Wankhede <kwankhede@xxxxxxxxxx>
- Re: [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [RFC PATCH v2 13/26] KVM: arm64: Enable access to sanitized CPU features at EL2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [RFC PATCH v2 13/26] KVM: arm64: Enable access to sanitized CPU features at EL2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [RFC PATCH v2 13/26] KVM: arm64: Enable access to sanitized CPU features at EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Rob Herring <robh+dt@xxxxxxxxxx>
- Re: [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Rob Herring <robh+dt@xxxxxxxxxx>
- Re: [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Rob Herring <robh+dt@xxxxxxxxxx>
- Re: [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
- Re: [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- Re: [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
- Re: [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
- Re: [PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
- From: Haibo Xu <haibo.xu@xxxxxxxxxx>
- Re: [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Srinivas Ramana <sramana@xxxxxxxxxxxxxx>
- Re: [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Rob Herring <robh+dt@xxxxxxxxxx>
- Re: [PATCH v3 04/21] arm64: Provide an 'upgrade to VHE' stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 19/21] arm64: cpufeatures: Allow disabling of BTI from the command-line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 18/21] arm64: Move "nokaslr" over to the early cpufeature infrastructure
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 17/21] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 21/21] arm64: cpufeatures: Allow disabling of Pointer Auth from the command-line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 20/21] arm64: Defer enabling pointer authentication on boot core
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 13/21] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 11/21] arm64: Extract early FDT mapping from kaslr_early_init()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 15/21] arm64: Add an aliasing facility for the idreg override
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 12/21] arm64: cpufeature: Add an early command-line cpufeature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 16/21] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 14/21] arm64: Honor VHE being disabled from the command-line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 10/21] arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 08/21] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 07/21] arm64: Simplify init_el2_state to be non-VHE only
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 06/21] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 05/21] arm64: Initialise as nVHE before switching to VHE
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 04/21] arm64: Provide an 'upgrade to VHE' stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 03/21] arm64: Turn the MMU-on sequence into a macro
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 02/21] arm64: Fix outdated TCR setup comment
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 01/21] arm64: Fix labels in el2_setup macros
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- RE: [PATCH 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
- From: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@xxxxxxxxxx>
- Re: [PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
- From: Haibo Xu <haibo.xu@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
- From: Ard Biesheuvel <ardb@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
- From: Ard Biesheuvel <ardb@xxxxxxxxxx>
- [PATCH 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 1/2] KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 0/2] KVM: arm64: Work around firmware wongly advertising GICv2 compatibility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- RE: [PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
- From: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Compute TPIDR_EL2 ignoring MTE tag
- From: Steven Price <steven.price@xxxxxxx>
- Re: [PATCH] KVM: arm64: Compute TPIDR_EL2 ignoring MTE tag
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH] KVM: arm64: Compute TPIDR_EL2 ignoring MTE tag
- From: Steven Price <steven.price@xxxxxxx>
- RE: [PATCH v11 12/13] vfio/pci: Register a DMA fault response region
- From: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@xxxxxxxxxx>
- [RFC PATCH v2 26/26] KVM: arm64: Wrap the host with a stage 2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 25/26] KVM: arm64: Reserve memory for host stage 2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 24/26] KVM: arm64: Make memcache anonymous in pgtable allocator
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 23/26] KVM: arm64: Refactor __populate_fault_info()
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 22/26] KVM: arm64: Refactor __load_guest_stage2()
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 21/26] KVM: arm64: Refactor kvm_arm_setup_stage2()
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 20/26] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 19/26] KVM: arm64: Use kvm_arch in kvm_s2_mmu
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 18/26] KVM: arm64: Use kvm_arch for stage 2 pgtable
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 17/26] KVM: arm64: Elevate Hyp mappings creation at EL2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 16/26] KVM: arm64: Prepare Hyp memory protection
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 14/26] KVM: arm64: Factor out vector address calculation
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 13/26] KVM: arm64: Enable access to sanitized CPU features at EL2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 12/26] KVM: arm64: Introduce a Hyp buddy page allocator
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 11/26] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 10/26] KVM: arm64: Introduce an early Hyp page allocator
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 09/26] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 08/26] KVM: arm64: Make kvm_call_hyp() a function call at Hyp
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 07/26] KVM: arm64: Introduce a BSS section for use at Hyp
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 06/26] KVM: arm64: Factor memory allocation out of pgtable.c
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 05/26] KVM: arm64: Avoid free_page() in page-table allocator
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 04/26] KVM: arm64: Initialize kvm_nvhe_init_params early
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 03/26] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 01/26] arm64: lib: Annotate {clear, copy}_page() as position-independent
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [RFC PATCH v2 02/26] KVM: arm64: Link position-independent string routines into .hyp.text
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [GIT PULL] KVM/arm64 fixes for 5.11, take #1
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [GIT PULL] KVM/arm64 fixes for 5.11, take #1
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [GIT PULL] KVM/arm64 fixes for 5.11, take #1
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [GIT PULL] KVM/arm64 fixes for 5.11, take #1
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH 15/18] KVM: arm64: Fix hyp_cpu_pm_{init, exit} __init annotation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 10/18] KVM: arm64: arch_timer: Remove VGIC initialization check
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 17/18] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 11/18] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 16/18] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 18/18] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 14/18] KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 12/18] KVM: arm64: Update comment in kvm_vgic_map_resources()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 13/18] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 08/18] KVM: arm64: Declutter host PSCI 0.1 handling
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 06/18] KVM: arm64: Remove unused includes in psci-relay.c
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 09/18] KVM: Documentation: Add arm64 KVM_RUN error codes
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 07/18] KVM: arm64: Move skip_host_instruction to adjust_pc.h
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 05/18] KVM: arm64: Minor cleanup of hyp variables used in host
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 04/18] KVM: arm64: Skip computing hyp VA layout for VHE
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 03/18] KVM: arm64: Use lm_alias in nVHE-only VA conversion
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 01/18] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [GIT PULL] KVM/arm64 fixes for 5.11, take #1
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 02/18] KVM: arm64: Prevent use of invalid PSCI v0.1 function IDs
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 5/5] vfio/iommu_type1: Move sanity_check_pfn_list to unmap_unpin_all
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 2/5] vfio/iommu_type1: Populate dirty bitmap for new vfio_dma
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 3/5] vfio/iommu_type1: Populate dirty bitmap when attach group
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 0/6] vfio/iommu_type1: Some optimizations about dirty tracking
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 6/6] vfio/iommu_type1: Drop parameter "pgsize" of update_user_bitmap
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 3/6] vfio/iommu_type1: Initially set the pinned_page_dirty_scope
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 4/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_dma_bitmap_alloc_all
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 5/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_iova_dirty_bitmap
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 2/6] vfio/iommu_type1: Ignore external domain when promote pinned_scope
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 1/6] vfio/iommu_type1: Make an explicit "promote" semantic
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 0/2] KVM: arm64: Hide absent PMU registers from userspace
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 1/2] KVM: arm64: Hide PMU registers from userspace when not available
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 2/2] KVM: arm64: Simplify handling of absent PMU system registers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH] KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v6 4/5] arm64: Add support for SMCCC TRNG entropy source
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH v6 5/5] KVM: arm64: implement the TRNG hypervisor call
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v6 4/5] arm64: Add support for SMCCC TRNG entropy source
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v6 3/5] ARM: implement support for SMCCC TRNG entropy source
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v6 2/5] firmware: smccc: Introduce SMCCC TRNG framework
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v6 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v6 0/5] ARM: arm64: Add SMCCC TRNG entropy service
- From: Andre Przywara <andre.przywara@xxxxxxx>
- Re: [PATCH v5 4/5] arm64: Add support for SMCCC TRNG entropy source
- From: Andre Przywara <andre.przywara@xxxxxxx>
- Re: [PATCH v2 11/17] arm64: cpufeature: Add an early command-line cpufeature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- RE: [PATCH v16 0/9] Enable ptp_kvm for arm/arm64
- From: Jianyong Wu <Jianyong.Wu@xxxxxxx>
- Re: [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- Re: [PATCH v2 0/8] KVM: arm64: Support HW dirty log based on DBM
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- Re: [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- Re: [PATCH v2 11/17] arm64: cpufeature: Add an early command-line cpufeature override facility
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- Re: [RFC PATCH v2 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- Re: [PATCH v2 16/17] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- Re: [PATCH v2 12/17] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- Re: [PATCH v2 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- [PATCH v2 8/8] KVM: arm64: Remove hyp_symbol_addr
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v2 7/8] KVM: arm64: Remove patching of fn pointers in hyp
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v2 5/8] KVM: arm64: Apply hyp relocations at runtime
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v2 6/8] KVM: arm64: Fix constant-pool users in hyp
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v2 4/8] KVM: arm64: Generate hyp relocation data
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v2 3/8] KVM: arm64: Add symbol at the beginning of each hyp section
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v2 2/8] KVM: arm64: Set up .hyp.rodata ELF section
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v2 1/8] KVM: arm64: Rename .idmap.text in hyp linker script
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH v2 0/8] arm64: Relocate absolute hyp VAs
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH v5 4/5] arm64: Add support for SMCCC TRNG entropy source
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH v5 5/5] KVM: arm64: implement the TRNG hypervisor call
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v5 4/5] arm64: Add support for SMCCC TRNG entropy source
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v5 3/5] ARM: implement support for SMCCC TRNG entropy source
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v5 2/5] firmware: smccc: Introduce SMCCC TRNG framework
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v5 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v5 0/5] ARM: arm64: Add SMCCC TRNG entropy service
- From: Andre Przywara <andre.przywara@xxxxxxx>
- Re: [PATCH] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- Re: [PATCH] arm64: Fix labels in el2_setup macros
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- Re: [PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [RFC PATCH v2 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- Re: [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Qian Cai <qcai@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Qian Cai <qcai@xxxxxxxxxx>
- [PATCH] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Qian Cai <qcai@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Qian Cai <qcai@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 11/17] arm64: cpufeature: Add an early command-line cpufeature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 17/17] arm64: Move "nokaslr" over to the early cpufeature infrastructure
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 14/17] arm64: Add an aliasing facility for the idreg override
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 10/17] arm64: Extract early FDT mapping from kaslr_early_init()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 12/17] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 13/17] arm64: Honor VHE being disabled from the command-line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 16/17] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 15/17] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 09/17] arm64: cpufeature: Add global feature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 08/17] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 07/17] arm64: Simplify init_el2_state to be non-VHE only
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 05/17] arm64: Initialise as nVHE before switching to VHE
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 06/17] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 03/17] arm64: Turn the MMU-on sequence into a macro
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 02/17] arm64: Fix outdated TCR setup comment
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 01/17] arm64: Fix labels in el2_setup macros
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 00/17] arm64: Early CPU feature override, and an application to VHE
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v4 4/5] arm64: Add support for SMCCC TRNG entropy source
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
- From: Shannon Zhao <shannon.zhao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] KVM: arm64: remove incorrect __init annotation
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- [RFC PATCH v2 4/4] KVM: arm64: GICv4.1: Give a chance to save VLPI's pending state
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- [RFC PATCH v2 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- [RFC PATCH v2 1/4] KVM: arm64: GICv4.1: Add function to get VLPI state
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- [RFC PATCH v2 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- [PATCH] KVM: arm64: remove incorrect __init annotation
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: remove incorrect __init annotation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH RFC] KVM: arm64: vgic: Decouple the check of the EnableLPIs bit from the ITS LPI translation
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- [PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH RFC] KVM: arm64: vgic: Decouple the check of the EnableLPIs bit from the ITS LPI translation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH RFC] KVM: arm64: vgic: Decouple the check of the EnableLPIs bit from the ITS LPI translation
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- Re: [PATCH RFC] KVM: arm64: vgic: Decouple the check of the EnableLPIs bit from the ITS LPI translation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH RFC] KVM: arm64: vgic: Decouple the check of the EnableLPIs bit from the ITS LPI translation
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH] KVM: arm64: Fix section mismatches around hyp_cpu_pm_{init,exit}
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- [PATCH] KVM: arm64: Fix section mismatches around hyp_cpu_pm_{init, exit}
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH] KVM: arm64: Fix section mismatches around hyp_cpu_pm_{init,exit}
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 00/17] arm64: Early CPU feature override, and an application to VHE
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
- From: Russell King - ARM Linux admin <linux@xxxxxxxxxxxxxxx>
- [PATCH] KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH v2 0/6] KVM: arm64: VCPU preempted check support
- From: yezengruan <yezengruan@xxxxxxxxxx>
- Re: [PATCH 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 15/17] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 10/17] arm64: Extract early FDT mapping from kaslr_early_init()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 11/17] arm64: cpufeature: Add an early command-line cpufeature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 12/17] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 13/17] arm64: Honor VHE being disabled from the command-line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 16/17] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 17/17] arm64: Move "nokaslr" over to the early cpufeature infrastructure
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 14/17] arm64: Add an aliasing facility for the idreg override
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 09/17] arm64: cpufeature: Add global feature override facility
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 06/17] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 08/17] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 07/17] arm64: Simplify init_el2_state to be non-VHE only
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 05/17] arm64: Initialise as nVHE before switching to VHE
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 00/17] arm64: Early CPU feature override, and an application to VHE
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 02/17] arm64: Fix outdated TCR setup comment
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 01/17] arm64: Fix labels in el2_setup macros
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 03/17] arm64: Turn the MMU-on sequence into a macro
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 0/5] KVM: arm64: Miscellaneous improvements
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 3/5] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH] arm64: Fix labels in el2_setup macros
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH] KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 0/6] Fixes and cleanups of PSCI relay for kvmarm/next
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 1/6] kvm: arm64: Prevent use of invalid PSCI v0.1 function IDs
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v2 11/12] lib: arm64: gic-v3-its: Add wmb() barrier before INT command
- From: André Przywara <andre.przywara@xxxxxxx>
- Re: [kvm-unit-tests PATCH v2 10/12] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
- From: André Przywara <andre.przywara@xxxxxxx>
- Re: [kvm-unit-tests PATCH v2 09/12] arm/arm64: gic: Make check_acked() more generic
- From: André Przywara <andre.przywara@xxxxxxx>
- Re: [kvm-unit-tests PATCH v2 08/12] arm/arm64: gic: Split check_acked() into two functions
- From: André Przywara <andre.przywara@xxxxxxx>
- Re: [kvm-unit-tests PATCH v2 05/12] arm/arm64: gic: Use correct memory ordering for the IPI test
- From: André Przywara <andre.przywara@xxxxxxx>
- Re: [kvm-unit-tests PATCH v2 03/12] arm/arm64: gic: Remove SMP synchronization from ipi_clear_active_handler()
- From: André Przywara <andre.przywara@xxxxxxx>
- Re: [kvm-unit-tests PATCH v2 01/12] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
- From: André Przywara <andre.przywara@xxxxxxx>
- Re: [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH] arm64: microbench: fix unexpected PPI
- From: Andrew Jones <drjones@xxxxxxxxxx>
- [kvm-unit-tests PATCH] arm64: microbench: fix unexpected PPI
- From: Jingyi Wang <wangjingyi11@xxxxxxxxxx>
- [kvm-unit-tests PATCH v2 12/12] arm64: gic: Use IPI test checking for the LPI tests
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 11/12] lib: arm64: gic-v3-its: Add wmb() barrier before INT command
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 10/12] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 09/12] arm/arm64: gic: Make check_acked() more generic
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 08/12] arm/arm64: gic: Split check_acked() into two functions
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 07/12] arm/arm64: gic: Wait for writes to acked or spurious to complete
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 06/12] arm/arm64: gic: Check spurious and bad_sender in the active test
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 05/12] arm/arm64: gic: Use correct memory ordering for the IPI test
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 03/12] arm/arm64: gic: Remove SMP synchronization from ipi_clear_active_handler()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 04/12] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 02/12] lib: arm/arm64: gicv2: Add missing barrier when sending IPIs
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 01/12] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH] arm64: Work around broken GCC 4.9 handling of "S" constraint
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [kvm-unit-tests PATCH 1/1] arm: pmu: Don't read PMCR if PMU is not present
- From: Andrew Jones <drjones@xxxxxxxxxx>
- [kvm-unit-tests PATCH 1/1] arm: pmu: Don't read PMCR if PMU is not present
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [kvm-unit-tests PATCH 0/1] Don't access PMU when not present
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
- From: Kunkun Jiang <jiangkunkun@xxxxxxxxxx>
- Re: [PATCH] arm64: Work around broken GCC 4.9 handling of "S" constraint
- From: Ard Biesheuvel <ardb@xxxxxxxxxx>
- [PATCH] arm64: Work around broken GCC 4.9 handling of "S" constraint
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Haibo Xu <haibo.xu@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Steven Price <steven.price@xxxxxxx>
- Re: [RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
- From: Joel Fernandes <joelaf@xxxxxxxxxx>
- Re: [PATCH v2 0/6] KVM: arm64: VCPU preempted check support
- From: yezengruan <yezengruan@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Haibo Xu <haibo.xu@xxxxxxxxxx>
- [kbuild] Re: [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope
- From: zhukeqian <zhukeqian1@xxxxxxxxxx>
- Re: [PATCH 5/5] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [GIT PULL] KVM/arm64 updates for 5.11
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [GIT PULL] KVM/arm64 updates for 5.11
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 5/5] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 5/5] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 4/5] KVM: arm64: Update comment in kvm_vgic_map_resources()
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 3/5] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- Re: [PATCH 2/5] KVM: arm64: arch_timer: Remove VGIC initialization check
- From: Auger Eric <eric.auger@xxxxxxxxxx>
- [PATCH 9/9] KVM: selftests: aarch64/vgic-v3 init sequence tests
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v4 2/5] firmware: smccc: Introduce SMCCC TRNG framework
- From: Sudeep Holla <sudeep.holla@xxxxxxx>
- Re: [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
- From: zhukeqian <zhukeqian1@xxxxxxxxxx>
- Re: [PATCH v2 0/2] KVM: arm64: Optimize the wait for the completion of the VPT analysis
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v4 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
- From: Sudeep Holla <sudeep.holla@xxxxxxx>
- Re: [RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH v4 4/5] arm64: Add support for SMCCC TRNG entropy source
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH v4 5/5] KVM: arm64: implement the TRNG hypervisor call
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v4 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v4 0/5] ARM: arm64: Add SMCCC TRNG entropy service
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v4 4/5] arm64: Add support for SMCCC TRNG entropy source
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v4 2/5] firmware: smccc: Introduce SMCCC TRNG framework
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH v4 3/5] ARM: implement support for SMCCC TRNG entropy source
- From: Andre Przywara <andre.przywara@xxxxxxx>
- Re: [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH kvmtool] arm64: Determine kernel offset even on non-seekable file descriptors
- From: André Przywara <andre.przywara@xxxxxxx>
- [PATCH v3 17/66] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 58/66] KVM: arm64: Map VNCR-capable registers to a separate page
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 50/66] KVM: arm64: nv: Implement maintenance interrupt forwarding
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 51/66] KVM: arm64: nv: Add nested GICv3 tracepoints
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 64/66] KVM: arm64: nv: Enable ARMv8.4-NV support
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 11/66] KVM: arm64: nv: Handle trapped ERET from virtual EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 25/66] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 59/66] KVM: arm64: nv: Move nested vgic state into the sysreg file
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 19/66] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 42/66] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 45/66] KVM: arm64: nv: Load timer before the GIC
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 38/66] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 65/66] KVM: arm64: nv: Fast-track 'InHost' exception returns
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 54/66] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 24/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 60/66] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 52/66] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 63/66] KVM: arm64: nv: Allocate VNCR page when required
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 62/66] KVM: arm64: nv: Sync nested timer state with ARMv8.4
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 36/66] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 57/66] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 18/66] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 47/66] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 66/66] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 39/66] KVM: arm64: nv: Set a handler for the system instruction traps
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 53/66] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 27/66] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 13/66] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 41/66] KVM: arm64: nv: Trap and emulate TLBI instructions from virtual EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 23/66] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 21/66] KVM: arm64: nv: Handle PSCI call via smc from the guest
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 14/66] KVM: arm64: nv: Handle SPSR_EL2 specially
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 43/66] KVM: arm64: nv: arch_timer: Support hyp timer emulation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 56/66] KVM: arm64: nv: Tag shadow S2 entries with nested level
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 55/66] KVM: arm64: Allow populating S2 SW bits
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 61/66] KVM: arm64: nv: Synchronize PSTATE early on exit
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 31/66] KVM: arm64: nv: Filter out unsupported features from ID regs
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 20/66] KVM: arm64: nv: Trap CPACR_EL1 access in virtual EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 26/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 40/66] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 49/66] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 30/66] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 37/66] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 28/66] KVM: arm64: nv: Forward debug traps to the nested guest
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 44/66] KVM: arm64: nv: Add handling of EL2-specific timer registers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 15/66] KVM: arm64: nv: Handle HCR_EL2.E2H specially
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 22/66] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 12/66] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 10/66] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 32/66] KVM: arm64: nv: Hide RAS from nested guests
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 29/66] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 48/66] KVM: arm64: nv: vgic: Emulate the HW bit in software
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 34/66] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 16/66] KVM: arm64: nv: Save/Restore vEL2 sysregs
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 35/66] KVM: arm64: nv: Handle shadow stage 2 page faults
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 46/66] KVM: arm64: nv: Nested GICv3 Support
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 07/66] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 09/66] KVM: arm64: nv: Support virtual EL2 exceptions
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 05/66] KVM: arm64: nv: Add EL2 system registers to vcpu context
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 08/66] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 06/66] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 04/66] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 03/66] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 02/66] KVM: arm64: nv: Introduce nested virtualization VCPU feature
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 01/66] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH kvmtool 21/21] hw/rtc: ARM/arm64: Use MMIO at higher addresses
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 20/21] hw/serial: ARM/arm64: Use MMIO at higher addresses
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 19/21] Remove ioport specific routines
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 18/21] pci: Switch trap handling to use MMIO handler
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 17/21] virtio: Switch trap handling to use MMIO handler
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 16/21] vfio: Switch to new ioport trap handlers
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 15/21] vfio: Refactor ioport trap handler
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 14/21] hw/serial: Switch to new trap handlers
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 13/21] hw/serial: Refactor trap handler
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 10/21] hw/rtc: Refactor trap handlers
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 12/21] hw/vesa: Switch trap handling to use MMIO handler
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 09/21] x86/ioport: Switch to new trap handlers
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 11/21] hw/rtc: Switch to new trap handler
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 08/21] x86/ioport: Refactor trap handlers
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 07/21] hw/i8042: Switch to new trap handlers
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 06/21] hw/i8042: Refactor trap handler
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 04/21] mmio: Extend handling to include ioport emulation
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 05/21] hw/i8042: Clean up data types
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 01/21] ioport: Remove ioport__setup_arch()
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 03/21] ioport: Retire .generate_fdt_node functionality
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 02/21] hw/serial: Use device abstraction for FDT generator function
- From: Andre Przywara <andre.przywara@xxxxxxx>
- [PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
- From: Andre Przywara <andre.przywara@xxxxxxx>
- Re: [PATCH v2 0/2] KVM: arm64: Expose CSV3 to guests on running on Meltdown-safe HW
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH kvmtool] arm64: Determine kernel offset even on non-seekable file descriptors
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH kvmtool] arm64: Determine kernel offset even on non-seekable file descriptors
- From: André Przywara <andre.przywara@xxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
- From: Joel Fernandes <joelaf@xxxxxxxxxx>
- [PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 7/7] vfio: iommu_type1: Drop parameter "pgsize" of update_user_bitmap
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 6/7] vfio: iommu_type1: Drop parameter "pgsize" of vfio_iova_dirty_bitmap.
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 5/7] vfio: iommu_type1: Drop parameter "pgsize" of vfio_dma_bitmap_alloc_all
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 2/7] vfio: iommu_type1: Initially set the pinned_page_dirty_scope
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 3/7] vfio: iommu_type1: Make an explicit "promote" semantic
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- [PATCH 0/7] vfio: iommu_type1: Some fixes and optimization
- From: Keqian Zhu <zhukeqian1@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Richard Henderson <richard.henderson@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Richard Henderson <richard.henderson@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- RE: [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
- From: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 9/9] KVM: arm64: Remove hyp_symbol_addr
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 8/9] KVM: arm64: Remove patching of fn pointers in hyp
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 7/9] KVM: arm64: Fix constant-pool users in hyp
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 6/9] KVM: arm64: Apply hyp relocations at runtime
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 5/9] KVM: arm64: Generate hyp relocation data
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 4/9] KVM: arm64: Add symbol at the beginning of each hyp section
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 3/9] KVM: arm64: Set up .hyp.rodata ELF section
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 2/9] KVM: arm64: Rename .idmap.text in hyp linker script
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 0/9] KVM: arm64: Relocate absolute hyp VAs
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 1/9] KVM: arm64: Correctly align nVHE percpu data
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [RFC PATCH 5/6] kvm: arm64: Fix constant-pool users in hyp
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [kvm-unit-tests PATCH 10/10] arm64: gic: Use IPI test checking for the LPI tests
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v16 9/9] arm64: Add kvm capability check extension for ptp_kvm
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v16 8/9] doc: add ptp_kvm introduction for arm64 support
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v16 7/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v16 6/9] arm64/kvm: Add hypercall service for kvm ptp.
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v16 5/9] clocksource: Add clocksource id for arm arch counter
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v16 4/9] time: Add mechanism to recognize clocksource in time_get_snapshot
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v16 3/9] ptp: Reorganize ptp_kvm module to make it arch-independent.
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v16 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v16 1/9] arm64: Probe for the presence of KVM hypervisor
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- [PATCH v16 0/9] Enable ptp_kvm for arm/arm64
- From: Jianyong Wu <jianyong.wu@xxxxxxx>
- Re: [RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
- From: Joel Fernandes <joelaf@xxxxxxxxxx>
- Re: [PATCH v4 00/26] Opt-in always-on nVHE hypervisor
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v4 00/26] Opt-in always-on nVHE hypervisor
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 1/6] kvm: arm64: Prevent use of invalid PSCI v0.1 function IDs
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH 1/6] kvm: arm64: Prevent use of invalid PSCI v0.1 function IDs
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 6/6] kvm: arm64: Move skip_host_instruction to adjust_pc.h
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 5/6] kvm: arm64: Remove unused includes in psci-relay.c
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 4/6] kvm: arm64: Minor cleanup of hyp variables used in host
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 3/6] kvm: arm64: Skip computing hyp VA layout for VHE
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 1/6] kvm: arm64: Prevent use of invalid PSCI v0.1 function IDs
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 2/6] kvm: arm64: Use lm_alias in nVHE-only VA conversion
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- [PATCH 0/6] Fixes and cleanups of PSCI relay for kvmarm/next
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Haibo Xu <haibo.xu@xxxxxxxxxx>
- Re: [PATCH v4 17/26] kvm: arm64: Add offset for hyp VA <-> PA conversion
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Haibo Xu <haibo.xu@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Haibo Xu <haibo.xu@xxxxxxxxxx>
- Re: [RFC PATCH 16/27] KVM: arm64: Prepare Hyp memory protection
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
- From: Shenming Lu <lushenming@xxxxxxxxxx>
- Re: [PATCH v4 17/26] kvm: arm64: Add offset for hyp VA <-> PA conversion
- From: Qian Cai <qcai@xxxxxxxxxx>
- Re: [PATCH] arm64: Work around broken GCC handling of "S" constraint
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH] arm64: Work around broken GCC handling of "S" constraint
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] arm64: Work around broken GCC handling of "S" constraint
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH] arm64: Work around broken GCC handling of "S" constraint
- From: Ard Biesheuvel <ardb@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: "Dr. David Alan Gilbert" <dgilbert@xxxxxxxxxx>
- Re: [PATCH] arm64: Work around broken GCC handling of "S" constraint
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] arm64: Work around broken GCC handling of "S" constraint
- From: Ard Biesheuvel <ardb@xxxxxxxxxx>
- Re: [PATCH] arm64: Work around broken GCC handling of "S" constraint
- From: Ard Biesheuvel <ardb@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: "Dr. David Alan Gilbert" <dgilbert@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v6 1/2] arm64: kvm: Save/restore MTE registers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v5 0/2] MTE support for KVM guest
- From: Steven Price <steven.price@xxxxxxx>
- [PATCH] arm64: Work around broken GCC handling of "S" constraint
- From: Marc Zyngier <maz@xxxxxxxxxx>
[Index of Archives]
[Linux KVM]
[Spice Development]
[Libvirt]
[Libvirt Users]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Yosemite News]