kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-26 15:52:51 to 2020-12-07 11:10:26 UTC [more...]

[RFC PATCH 00/27] KVM/arm64: A stage 2 for the host
 2020-12-07 11:10 UTC  (7+ messages)
` [RFC PATCH 16/27] KVM: arm64: Prepare Hyp memory protection

[GIT PULL] KVM/arm64 fixes for 5.10, take #5
 2020-12-06 10:56 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Fix memory leak on stage2 update of a valid PTE
` [PATCH 2/3] KVM: arm64: Fix handling of merging tables into a block entry
` [PATCH 3/3] KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()

[PATCH v3 0/2] clocksource: arm_arch_timer: Some fixes
 2020-12-05 18:30 UTC  (6+ messages)
` [PATCH v3 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v3 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI

[PATCH v2 0/2] KVM: arm64: Expose CSV3 to guests on running on Meltdown-safe HW
 2020-12-04 18:37 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: Make the Meltdown mitigation state available
` [PATCH v2 2/2] KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2020-12-04 10:23 UTC  (8+ messages)

[PATCH v5 0/2] MTE support for KVM guest
 2020-12-04  8:25 UTC  (6+ messages)

[PATCH v2 0/2] clocksource: arm_arch_timer: Some fixes
 2020-12-04  7:35 UTC  (8+ messages)
` [PATCH v2 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v2 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI

[PATCH v2 0/2] KVM: arm64: Some fixes and code adjustments for pvtime ST
 2020-12-04  6:08 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: arm64: Some fixes of PV-time interface document

[PATCH v4 00/26] Opt-in always-on nVHE hypervisor
 2020-12-03 19:23 UTC  (35+ messages)
` [PATCH v4 01/26] kvm: arm64: Add kvm-arm.mode early kernel parameter
` [PATCH v4 02/26] kvm: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capability
` [PATCH v4 03/26] psci: Support psci_ops.get_version for v0.1
` [PATCH v4 04/26] psci: Split functions to v0.1 and v0.2+ variants
` [PATCH v4 05/26] psci: Replace psci_function_id array with a struct
` [PATCH v4 06/26] psci: Add accessor for psci_0_1_function_ids
` [PATCH v4 07/26] arm64: Make cpu_logical_map() take unsigned int
` [PATCH v4 08/26] arm64: Extract parts of el2_setup into a macro
` [PATCH v4 09/26] kvm: arm64: Remove vector_ptr param of hyp-init
` [PATCH v4 10/26] kvm: arm64: Move hyp-init params to a per-CPU struct
` [PATCH v4 11/26] kvm: arm64: Init MAIR/TCR_EL2 from params struct
` [PATCH v4 12/26] kvm: arm64: Add .hyp.data..ro_after_init ELF section
` [PATCH v4 13/26] kvm: arm64: Support per_cpu_ptr in nVHE hyp code
` [PATCH v4 14/26] kvm: arm64: Create nVHE copy of cpu_logical_map
` [PATCH v4 15/26] kvm: arm64: Add SMC handler in nVHE EL2
` [PATCH v4 16/26] kvm: arm64: Bootstrap PSCI "
` [PATCH v4 17/26] kvm: arm64: Add offset for hyp VA <-> PA conversion
` [PATCH v4 18/26] kvm: arm64: Forward safe PSCI SMCs coming from host
` [PATCH v4 19/26] kvm: arm64: Extract __do_hyp_init into a helper function
` [PATCH v4 20/26] kvm: arm64: Add function to enter host from KVM nVHE hyp code
` [PATCH v4 21/26] kvm: arm64: Intercept host's CPU_ON SMCs
` [PATCH v4 22/26] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
` [PATCH v4 23/26] kvm: arm64: Intercept host's SYSTEM_SUSPEND "
` [PATCH v4 24/26] kvm: arm64: Keep nVHE EL2 vector installed
` [PATCH v4 25/26] kvm: arm64: Trap host SMCs in protected mode
` [PATCH v4 26/26] kvm: arm64: Fix EL2 mode availability checks

[PATCH v6 0/2] MTE support for KVM guest
 2020-12-03 17:07 UTC  (7+ messages)
` [PATCH v6 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v6 2/2] arm64: kvm: Introduce MTE VCPU feature

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-12-03 14:59 UTC  (34+ messages)
` [kvm-unit-tests PATCH 01/10] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH 02/10] lib: arm/arm64: gicv2: "
` [kvm-unit-tests PATCH 03/10] arm/arm64: gic: Remove memory synchronization from ipi_clear_active_handler()
` [kvm-unit-tests PATCH 04/10] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH 05/10] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH 06/10] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH 07/10] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH 10/10] arm64: gic: Use IPI test checking for the LPI tests

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-12-03 13:23 UTC  (5+ messages)
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support

[RFC PATCH v3 00/16] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2020-12-03 10:07 UTC  (23+ messages)
` [RFC PATCH v3 01/16] KVM: arm64: Initialize VCPU mdcr_el2 before loading it
` [RFC PATCH v3 04/16] arm64: Introduce CPU SPE feature
` [RFC PATCH v3 06/16] KVM: arm64: Introduce SPE primitives
` [RFC PATCH v3 08/16] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v3 09/16] KVM: arm64: Use separate function for the mapping size in user_mem_abort()
` [RFC PATCH v3 10/16] KVM: arm64: Add a new VM device control group for SPE

[PATCH v3 00/23] Opt-in always-on nVHE hypervisor
 2020-12-02 17:49 UTC  (49+ messages)
` [PATCH v3 01/23] psci: Support psci_ops.get_version for v0.1
` [PATCH v3 02/23] psci: Accessor for configured PSCI function IDs
` [PATCH v3 03/23] arm64: Make cpu_logical_map() take unsigned int
` [PATCH v3 04/23] arm64: Move MAIR_EL1_SET to asm/memory.h
` [PATCH v3 05/23] arm64: Extract parts of el2_setup into a macro
` [PATCH v3 06/23] kvm: arm64: Add kvm-arm.protected early kernel parameter
` [PATCH v3 07/23] kvm: arm64: Initialize MAIR_EL2 using a constant
` [PATCH v3 08/23] kvm: arm64: Remove vector_ptr param of hyp-init
` [PATCH v3 09/23] kvm: arm64: Move hyp-init params to a per-CPU struct
` [PATCH v3 10/23] kvm: arm64: Add .hyp.data..ro_after_init ELF section
` [PATCH v3 11/23] kvm: arm64: Support per_cpu_ptr in nVHE hyp code
` [PATCH v3 12/23] kvm: arm64: Create nVHE copy of cpu_logical_map
` [PATCH v3 13/23] kvm: arm64: Add SMC handler in nVHE EL2
` [PATCH v3 14/23] kvm: arm64: Bootstrap PSCI "
` [PATCH v3 15/23] kvm: arm64: Add offset for hyp VA <-> PA conversion
` [PATCH v3 16/23] kvm: arm64: Forward safe PSCI SMCs coming from host
` [PATCH v3 17/23] kvm: arm64: Extract __do_hyp_init into a helper function
` [PATCH v3 18/23] kvm: arm64: Add function to enter host from KVM nVHE hyp code
` [PATCH v3 19/23] kvm: arm64: Intercept host's CPU_ON SMCs
` [PATCH v3 20/23] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
` [PATCH v3 21/23] kvm: arm64: Keep nVHE EL2 vector installed
` [PATCH v3 22/23] kvm: arm64: Trap host SMCs in protected mode
` [PATCH v3 23/23] kvm: arm64: Fix EL2 mode availability checks

[RFC PATCH v1 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2020-12-01 12:15 UTC  (16+ messages)
` [RFC PATCH v1 1/4] irqchip/gic-v4.1: Plumb get_irqchip_state VLPI callback
` [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2020-12-01 12:54 UTC 

[PATCH 0/5] KVM: arm64: Miscellaneous improvements
 2020-12-01 15:01 UTC  (6+ messages)
` [PATCH 1/5] KVM: Documentation: Add arm64 KVM_RUN error codes
` [PATCH 2/5] KVM: arm64: arch_timer: Remove VGIC initialization check
` [PATCH 3/5] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
` [PATCH 4/5] KVM: arm64: Update comment in kvm_vgic_map_resources()
` [PATCH 5/5] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()

[PATCH v2 0/2] KVM: arm64: Optimize the wait for the completion of the VPT analysis
 2020-11-30 12:28 UTC  (6+ messages)
` [PATCH v2 1/2] irqchip/gic-v4.1: Reduce the delay time of the poll on the GICR_VPENDBASER.Dirty bit
` [PATCH v2 2/2] KVM: arm64: Delay the execution of the polling "

[PATCH 0/2] KVM: arm64: Expose CSV3 to guests on running on Meltdown-safe HW
 2020-11-30 15:40 UTC  (5+ messages)
` [PATCH 1/2] arm64: Make the Meltdown mitigation state available
` [PATCH 2/2] KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe

[PATCH] irqchip/gic-v4.1: Optimize the wait for the completion of the analysis of the VPT
 2020-11-28  2:38 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: Fix DEMUX register access
 2020-11-27 19:47 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: Boring cosmetic patches
 2020-11-27 19:00 UTC  (2+ messages)

[PATCH] KVM: arm64: Refuse to run VCPU if PMU is not initialized
 2020-11-27 12:02 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 5.10, take #4
 2020-11-27 11:21 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Correctly align nVHE percpu data
` [PATCH 2/2] KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace

[PATCH 0/8] KVM: arm64: Disabled PMU handling
 2020-11-27  8:50 UTC  (10+ messages)
` [PATCH 5/8] KVM: arm64: Remove PMU RAZ/WI handling
` [PATCH 6/8] KVM: arm64: Remove dead PMU sysreg decoding code


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