kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-29 19:27:24 to 2021-01-11 13:28:47 UTC [more...]

[PATCH v3 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-01-11 13:27 UTC  (10+ messages)
` [PATCH v3 01/21] arm64: Fix labels in el2_setup macros
` [PATCH v3 02/21] arm64: Fix outdated TCR setup comment
` [PATCH v3 03/21] arm64: Turn the MMU-on sequence into a macro
` [PATCH v3 04/21] arm64: Provide an 'upgrade to VHE' stub hypercall
` [PATCH v3 05/21] arm64: Initialise as nVHE before switching to VHE
` [PATCH v3 06/21] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH v3 07/21] arm64: Simplify init_el2_state to be non-VHE only
` [PATCH v3 08/21] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
` [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility

[PATCH 0/2] KVM: arm64: Work around firmware wongly advertising GICv2 compatibility
 2021-01-11 13:20 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
` [PATCH 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-01-11  8:59 UTC  (3+ messages)

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-01-08 17:05 UTC  (2+ messages)

[PATCH] KVM: arm64: Compute TPIDR_EL2 ignoring MTE tag
 2021-01-08 17:03 UTC  (3+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-01-08 15:19 UTC  (3+ messages)
` [PATCH v11 12/13] vfio/pci: Register a DMA fault response region

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-01-08 12:15 UTC  (27+ messages)
` [RFC PATCH v2 01/26] arm64: lib: Annotate {clear, copy}_page() as position-independent
` [RFC PATCH v2 02/26] KVM: arm64: Link position-independent string routines into .hyp.text
` [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 13/26] KVM: arm64: Enable access to sanitized CPU features at EL2
` [RFC PATCH v2 14/26] KVM: arm64: Factor out vector address calculation
` [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
` [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 25/26] KVM: arm64: Reserve memory for host stage 2
` [RFC PATCH v2 26/26] KVM: arm64: Wrap the host with a "

[GIT PULL] KVM/arm64 fixes for 5.11, take #1
 2021-01-08 10:03 UTC  (23+ messages)
` [PATCH 01/18] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
` [PATCH 02/18] KVM: arm64: Prevent use of invalid PSCI v0.1 function IDs
` [PATCH 03/18] KVM: arm64: Use lm_alias in nVHE-only VA conversion
` [PATCH 04/18] KVM: arm64: Skip computing hyp VA layout for VHE
` [PATCH 05/18] KVM: arm64: Minor cleanup of hyp variables used in host
` [PATCH 06/18] KVM: arm64: Remove unused includes in psci-relay.c
` [PATCH 07/18] KVM: arm64: Move skip_host_instruction to adjust_pc.h
` [PATCH 08/18] KVM: arm64: Declutter host PSCI 0.1 handling
` [PATCH 09/18] KVM: Documentation: Add arm64 KVM_RUN error codes
` [PATCH 10/18] KVM: arm64: arch_timer: Remove VGIC initialization check
` [PATCH 11/18] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
` [PATCH 12/18] KVM: arm64: Update comment in kvm_vgic_map_resources()
` [PATCH 13/18] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()
` [PATCH 14/18] KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()
` [PATCH 15/18] KVM: arm64: Fix hyp_cpu_pm_{init, exit} __init annotation
` [PATCH 16/18] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
` [PATCH 17/18] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
` [PATCH 18/18] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-07  9:29 UTC  (6+ messages)
` [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
` [PATCH 2/5] vfio/iommu_type1: Populate dirty bitmap for new vfio_dma
` [PATCH 3/5] vfio/iommu_type1: Populate dirty bitmap when attach group
` [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking
` [PATCH 5/5] vfio/iommu_type1: Move sanity_check_pfn_list to unmap_unpin_all

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

[PATCH 0/2] KVM: arm64: Hide absent PMU registers from userspace
 2021-01-06 17:22 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Hide PMU registers from userspace when not available
` [PATCH 2/2] KVM: arm64: Simplify handling of absent PMU system registers

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-06 17:12 UTC  (5+ messages)
` [PATCH 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read

[PATCH] KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg()
 2021-01-06 14:42 UTC 

[PATCH v6 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-01-06 13:10 UTC  (7+ messages)
` [PATCH v6 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
` [PATCH v6 2/5] firmware: smccc: Introduce SMCCC TRNG framework
` [PATCH v6 3/5] ARM: implement support for SMCCC TRNG entropy source
` [PATCH v6 4/5] arm64: Add "
` [PATCH v6 5/5] KVM: arm64: implement the TRNG hypervisor call

[PATCH v5 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-01-06  9:54 UTC  (8+ messages)
` [PATCH v5 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
` [PATCH v5 2/5] firmware: smccc: Introduce SMCCC TRNG framework
` [PATCH v5 3/5] ARM: implement support for SMCCC TRNG entropy source
` [PATCH v5 4/5] arm64: Add "
` [PATCH v5 5/5] KVM: arm64: implement the TRNG hypervisor call

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

[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
 2021-01-06  8:29 UTC  (2+ messages)

[RFC PATCH v2 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-01-06  7:14 UTC  (13+ messages)
` [RFC PATCH v2 1/4] KVM: arm64: GICv4.1: Add function to get VLPI state
` [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
` [RFC PATCH v2 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
` [RFC PATCH v2 4/4] KVM: arm64: GICv4.1: Give a chance to save VLPI's pending state

[PATCH v2 0/8] KVM: arm64: Support HW dirty log based on DBM
 2021-01-06  6:55 UTC  (8+ messages)

[PATCH v2 0/8] arm64: Relocate absolute hyp VAs
 2021-01-05 18:05 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: arm64: Rename .idmap.text in hyp linker script
` [PATCH v2 2/8] KVM: arm64: Set up .hyp.rodata ELF section
` [PATCH v2 3/8] KVM: arm64: Add symbol at the beginning of each hyp section
` [PATCH v2 4/8] KVM: arm64: Generate hyp relocation data
` [PATCH v2 5/8] KVM: arm64: Apply hyp relocations at runtime
` [PATCH v2 6/8] KVM: arm64: Fix constant-pool users in hyp
` [PATCH v2 7/8] KVM: arm64: Remove patching of fn pointers "
` [PATCH v2 8/8] KVM: arm64: Remove hyp_symbol_addr

[PATCH] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
 2021-01-05 16:38 UTC  (4+ messages)

[PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
 2021-01-05 14:46 UTC  (4+ messages)

[PATCH] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
 2021-01-05 13:23 UTC  (4+ messages)

[PATCH] arm64: Fix labels in el2_setup macros
 2021-01-05 12:52 UTC  (2+ messages)

[PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()
 2021-01-05 11:09 UTC  (4+ messages)

[PATCH 00/17] arm64: Early CPU feature override, and an application to VHE
 2021-01-05  8:24 UTC  (5+ messages)
` [PATCH 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall

[PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
 2021-01-04 19:32 UTC  (9+ messages)

[PATCH v4 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-01-04 11:49 UTC  (4+ messages)
` [PATCH v4 4/5] arm64: Add support for SMCCC TRNG entropy source

[PATCH] KVM: arm64: remove incorrect __init annotation
 2021-01-03 18:38 UTC  (3+ messages)

[PATCH RFC] KVM: arm64: vgic: Decouple the check of the EnableLPIs bit from the ITS LPI translation
 2021-01-01  3:08 UTC  (5+ messages)

[PATCH] KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
 2020-12-30 11:03 UTC  (5+ messages)

[PATCH] KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation
 2020-12-29 22:34 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix section mismatches around hyp_cpu_pm_{init, exit}
 2020-12-29 22:33 UTC  (3+ messages)
` [PATCH] KVM: arm64: Fix section mismatches around hyp_cpu_pm_{init,exit}


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