kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-05 18:06:02 to 2021-01-14 12:14:14 UTC [more...]

[PATCH v3 0/3] Some optimization for stage-2 translation
 2021-01-14 12:13 UTC  (3+ messages)
` [PATCH v3 1/3] KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 map
` [PATCH v3 3/3] KVM: arm64: Mark the page dirty only if the fault is handled successfully

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-14 12:11 UTC  (13+ 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] KVM: arm64: More PMU/debug ID register fixes
 2021-01-14 10:56 UTC  (7+ messages)
` [PATCH 1/6] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
` [PATCH 2/6] KVM: arm64: Fix AArch32 PMUv3 capping
` [PATCH 3/6] KVM: arm64: Add handling of AArch32 PCMEID{2, 3} PMUv3 registers
` [PATCH 4/6] KVM: arm64: Refactor filtering of ID registers
` [PATCH 5/6] KVM: arm64: Limit the debug architecture to ARMv8.0
` [PATCH 6/6] KVM: arm64: Upgrade PMU support to ARMv8.4

[PATCH v2 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-14 10:37 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH v2 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH v2 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH v2 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH v2 5/9] KVM: arm: move has_run_once after the map_resources
` [PATCH v2 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH v2 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH v2 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH v2 9/9] KVM: selftests: aarch64/vgic-v3 init sequence tests

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-14 10:16 UTC  (28+ 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 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
` [PATCH 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-01-13 18:28 UTC  (40+ 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 "

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-01-13 15:37 UTC  (3+ messages)

[PATCH v3 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-01-12 14:54 UTC  (32+ 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 v3 10/21] arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()
` [PATCH v3 11/21] arm64: Extract early FDT mapping from kaslr_early_init()
` [PATCH v3 12/21] arm64: cpufeature: Add an early command-line cpufeature override facility
` [PATCH v3 13/21] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
` [PATCH v3 14/21] arm64: Honor VHE being disabled from the command-line
` [PATCH v3 15/21] arm64: Add an aliasing facility for the idreg override
` [PATCH v3 16/21] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
` [PATCH v3 17/21] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
` [PATCH v3 18/21] arm64: Move "nokaslr" over to the early cpufeature infrastructure
` [PATCH v3 19/21] arm64: cpufeatures: Allow disabling of BTI from the command-line
` [PATCH v3 20/21] arm64: Defer enabling pointer authentication on boot core
` [PATCH v3 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-12  8:02 UTC  (4+ messages)

[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] 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

[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/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] 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  (4+ messages)
` [PATCH v5 4/5] arm64: Add support for SMCCC TRNG entropy source

[PATCH v2 00/17] arm64: Early CPU feature override, and an application to VHE
 2021-01-06  9:03 UTC  (11+ messages)
` [PATCH v2 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
` [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 16/17] KVM: arm64: Document HVC_VHE_RESTART stub hypercall

[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  (11+ messages)
` [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

[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


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