kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-28 17:38:59 to 2021-02-05 17:24:13 UTC [more...]

[PATCH] KVM: arm64: Remove redundant check for S2FWB
 2021-02-05 17:24 UTC  (2+ messages)

[PATCH v17 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-02-05 17:00 UTC  (13+ messages)
` [PATCH v17 1/7] arm/arm64: Probe for the presence of KVM hypervisor
` [PATCH v17 2/7] KVM: arm64: Advertise KVM UID to guests via SMCCC
` [PATCH v17 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent
` [PATCH v17 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v17 5/7] clocksource: Add clocksource id for arm arch counter
` [PATCH v17 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v17 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[PATCH v6 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-02-05 16:42 UTC  (30+ 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

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-05 16:11 UTC  (13+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU
` [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

[PATCH v8 0/5] MTE support for KVM guest
 2021-02-05 13:58 UTC  (6+ messages)
` [PATCH v8 1/5] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v8 2/5] arm64: kvm: Introduce MTE VM feature
` [PATCH v8 3/5] arm64: kvm: Save/restore MTE registers
` [PATCH v8 4/5] arm64: kvm: Expose KVM_ARM_CAP_MTE
` [RFC PATCH v8 5/5] KVM: arm64: ioctl to fetch/store tags in a guest

[kvm-unit-tests PATCH v3 00/11] GIC fixes and improvements
 2021-02-05 13:30 UTC  (19+ 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] KVM: x86/mmu: Skip mmu_notifier changes when possible
 2021-02-05  5:58 UTC  (3+ messages)

[PATCHv2] kvm: arm64: Add SVE support for nVHE
 2021-02-05  0:12 UTC  (3+ messages)

[RFC] Use SMMU HTTU for DMA dirty page tracking
 2021-02-05  5:21 UTC  (9+ messages)

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-02-04 18:32 UTC  (68+ 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
` [RFC PATCH v2 07/26] KVM: arm64: Introduce a BSS section for use at Hyp
` [RFC PATCH v2 08/26] KVM: arm64: Make kvm_call_hyp() a function call "
` [RFC PATCH v2 09/26] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [RFC PATCH v2 10/26] KVM: arm64: Introduce an early Hyp page allocator
` [RFC PATCH v2 11/26] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [RFC PATCH v2 12/26] KVM: arm64: Introduce a Hyp buddy page allocator
` [RFC PATCH v2 14/26] KVM: arm64: Factor out vector address calculation
` [RFC PATCH v2 16/26] KVM: arm64: Prepare Hyp memory protection
` [RFC PATCH v2 17/26] KVM: arm64: Elevate Hyp mappings creation at EL2
` [RFC PATCH v2 18/26] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [RFC PATCH v2 19/26] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [RFC PATCH v2 20/26] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [RFC PATCH v2 21/26] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [RFC PATCH v2 22/26] KVM: arm64: Refactor __load_guest_stage2()
` [RFC PATCH v2 23/26] KVM: arm64: Refactor __populate_fault_info()
` [RFC PATCH v2 24/26] KVM: arm64: Make memcache anonymous in pgtable allocator
` [RFC PATCH v2 26/26] KVM: arm64: Wrap the host with a stage 2

[PATCH v7 0/3] MTE support for KVM guest
 2021-02-04 14:56 UTC  (8+ messages)
` [PATCH v7 1/3] arm64: kvm: Save/restore MTE registers
` [PATCH v7 2/3] arm64: kvm: Introduce MTE VCPU feature

[PATCH v2 0/7] KVM: arm64: More PMU/debug ID register fixes
 2021-02-04 14:21 UTC  (13+ messages)
` [PATCH v2 6/7] KVM: arm64: Upgrade PMU support to ARMv8.4

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-02-04  7:51 UTC  (9+ 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

[PATCH 0/2] KVM: arm64: Stub exports in nvhe code
 2021-02-03 16:43 UTC  (5+ messages)
` [PATCH 1/2] asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTS
` [PATCH 2/2] KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 code

[PATCH] KVM: arm64: Correct spelling of DBGDIDR register
 2021-02-03 11:01 UTC  (2+ messages)

[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
 2021-02-03  2:40 UTC  (15+ messages)
` [PATCH v16 1/9] arm64: Probe for the presence of KVM hypervisor
` [PATCH v16 3/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v16 6/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v16 7/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [PATCH v16 8/9] doc: add ptp_kvm introduction for arm64 support
` [PATCH v16 9/9] arm64: Add kvm capability check extension for ptp_kvm

[PATCH] kvm: arm64: Add SVE support for nVHE
 2021-02-02 18:44 UTC  (4+ messages)

[PATCH] vfio/iommu_type1: Mantainance a counter for non_pinned_groups
 2021-02-02 17:22 UTC  (2+ messages)

[PATCH v3 0/2] vfio/iommu_type1: some fixes
 2021-02-02 17:21 UTC  (5+ messages)
` [PATCH v3 2/2] vfio/iommu_type1: Fix some sanity checks in detach group

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-02 12:34 UTC  (5+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-02  8:03 UTC  (18+ 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
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table

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

[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] 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  (5+ messages)
` [PATCH 1/2] KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key

[GIT PULL] KVM/arm64 fixes for 5.11, take #3
 2021-01-28 18:02 UTC  (2+ 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).