kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-25 10:50:48 to 2021-02-01 18:16:22 UTC [more...]

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-02-01 18:16 UTC  (10+ messages)
` [RFC PATCH v2 03/26] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [RFC PATCH v2 04/26] KVM: arm64: Initialize kvm_nvhe_init_params early
` [RFC PATCH v2 05/26] KVM: arm64: Avoid free_page() in page-table allocator
` [RFC PATCH v2 06/26] KVM: arm64: Factor memory allocation out of pgtable.c

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-01 17:19 UTC  (12+ messages)
` [PATCH v13 01/15] iommu: Introduce attach/detach_pasid_table API
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v13 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 04/15] iommu/smmuv3: Allow s1 and s2 configs to coexist

arm64: gen-hyprel.c:40:10: fatal error: generated/autoconf.h: No such file or directory
 2021-02-01 15:01 UTC  (3+ messages)

[RFC PATCH 0/7] kvm: arm64: Implement SW/HW combined dirty log
 2021-02-01 13:25 UTC  (11+ 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 v2 0/8] arm64: Relocate absolute hyp VAs
 2021-02-01 12:06 UTC  (9+ messages)
` [PATCH v2 4/8] KVM: arm64: Generate hyp relocation data

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

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-01-29 18:05 UTC  (7+ messages)
` [PATCH v3 05/66] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v3 07/66] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v3 09/66] KVM: arm64: nv: Support virtual EL2 exceptions

[kvm-unit-tests PATCH v3 00/11] GIC fixes and improvements
 2021-01-29 16:53 UTC  (13+ messages)
` [kvm-unit-tests PATCH v3 01/11] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH v3 02/11] lib: arm/arm64: gicv2: Document existing barriers "
` [kvm-unit-tests PATCH v3 03/11] arm/arm64: gic: Remove SMP synchronization from ipi_clear_active_handler()
` [kvm-unit-tests PATCH v3 04/11] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH v3 05/11] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH v3 06/11] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH v3 07/11] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH v3 08/11] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH v3 09/11] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH v3 10/11] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
` [kvm-unit-tests PATCH v3 11/11] arm64: gic: Use IPI test checking for the LPI tests

[PATCH v3 0/2] vfio/iommu_type1: some fixes
 2021-01-29  7:47 UTC  (5+ messages)
` [PATCH v3 2/2] vfio/iommu_type1: Fix some sanity checks in detach group

[PATCH] KVM: arm64: Move __hyp_set_vectors out of .hyp.text
 2021-01-28 21:07 UTC  (4+ messages)

[PATCH 0/2] KVM: arm64: Prevent spurious PMU accesses when no
 2021-01-28 18:42 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
` [PATCH 2/2] KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available

[GIT PULL] KVM/arm64 fixes for 5.11, take #3
 2021-01-28 18:02 UTC  (2+ messages)

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-01-28 15:17 UTC  (12+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU
` [RFC PATCH 02/11] iommu/arm-smmu-v3: Enable HTTU for SMMU stage1 mapping
` [RFC PATCH 03/11] iommu/arm-smmu-v3: Add feature detection for BBML
` [RFC PATCH 04/11] iommu/arm-smmu-v3: Split block descriptor to a span of page
` [RFC PATCH 05/11] iommu/arm-smmu-v3: Merge a span of page to block descriptor
` [RFC PATCH 06/11] iommu/arm-smmu-v3: Scan leaf TTD to sync hardware dirty log
` [RFC PATCH 07/11] iommu/arm-smmu-v3: Clear dirty log according to bitmap
` [RFC PATCH 08/11] iommu/arm-smmu-v3: Add HWDBM device feature reporting
` [RFC PATCH 09/11] vfio/iommu_type1: Add HWDBM status maintanance
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM
` [RFC PATCH 11/11] vfio/iommu_type1: Add support for manual dirty log clear

[PATCH] KVM: arm64: Correct spelling of DBGDIDR register
 2021-01-28 13:28 UTC 

[PATCH v3 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
 2021-01-28 12:48 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
` [PATCH v3 2/2] KVM: x86/mmu: Consider the hva in mmu_notifier retry

[PATCH] arm64/kvm: correct the error report in kvm_handle_guest_abort
 2021-01-28  9:55 UTC  (7+ messages)

[PATCH v2] KVM: x86/mmu: consider the hva in mmu_notifier retry
 2021-01-27 18:23 UTC  (2+ messages)

[PATCH v2 0/7] KVM: arm64: More PMU/debug ID register fixes
 2021-01-27 17:56 UTC  (20+ 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

[kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
 2021-01-27 16:00 UTC  (12+ 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/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-01-27 12:13 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: arm64: GICv4.1: Add function to get VLPI state
` [PATCH v3 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
` [PATCH v3 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
` [PATCH v3 4/4] KVM: arm64: GICv4.1: Give a chance to save VLPI's pending state

[PATCH] KVM: x86/mmu: consider the hva in mmu_notifer retry
 2021-01-27  0:04 UTC  (3+ messages)

[PATCH v4 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-01-26 20:35 UTC  (7+ messages)
` [PATCH v4 19/21] arm64: cpufeatures: Allow disabling of BTI from the command-line
` [PATCH v4 21/21] arm64: cpufeatures: Allow disabling of Pointer Auth "

[PATCH] kvm: arm64: Add SVE support for nVHE
 2021-01-26 15:49 UTC  (2+ messages)

[RFC PATCH] KVM: arm64: Avoid unconditional PMU register access
 2021-01-26 14:36 UTC  (4+ messages)

[RFC PATCH v1 0/5] Enable CPU TTRem feature for stage-2
 2021-01-26 14:18 UTC  (7+ 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

[PATCH 0/2] KVM: arm64: vgic-v3: Misc fixes
 2021-01-26 14:11 UTC  (3+ messages)
` [PATCH 1/2] Documentation: kvm: vgic-v3: Update return code for KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH 2/2] KVM: arm64: vgic-v3: Rename VGIC_TO_MPIDR() to VGIC_TO_MPIDR_AFF()

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

[PATCH v5 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-01-25 18:38 UTC  (34+ messages)
` [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 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

[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

[RFC PATCH] kvm: arm64: Try stage2 block mapping for host device MMIO
 2021-01-25 11:31 UTC  (4+ 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).