public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2021-03-04 14:38:37 to 2021-03-11 10:00:34 UTC [more...]

[PATCH v3 0/2] KVM: arm64: Assorted IPA size fixes
 2021-03-11 10:00 UTC 

[PATCH v3 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-03-11  9:17 UTC  (10+ 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

[RFC PATCH] kvm: arm64: Try stage2 block mapping for host device MMIO
 2021-03-11  8:43 UTC  (2+ messages)

[RFC PATCH 0/4] KVM: stats: Retrieve statistics data in binary format
 2021-03-10 21:43 UTC  (18+ messages)
` [RFC PATCH 1/4] KVM: stats: Separate statistics name strings from debugfs code
` [RFC PATCH 2/4] KVM: stats: Define APIs for aggregated stats retrieval in binary format
` [RFC PATCH 3/4] KVM: stats: Add ioctl commands to pull statistics "
` [RFC PATCH 4/4] KVM: selftests: Add selftest for KVM binary form statistics interface

[PATCH 0/4] KVM: arm64: Running the EL2 nVHE code with WXN
 2021-03-10 18:20 UTC  (10+ messages)
` [PATCH 1/4] arm64: Use INIT_SCTLR_EL1_MMU_OFF to disable the MMU on CPU restart
` [PATCH 2/4] KVM: arm64: Use INIT_SCTLR_EL2_MMU_OFF to disable the MMU on KVM teardown
` [PATCH 3/4] KVM: arm64: Rename SCTLR_ELx_FLAGS to SCTLR_EL2_FLAGS
` [PATCH 4/4] KVM: arm64: Force SCTLR_EL2.WXN when running nVHE

[PATCH v4 00/34] KVM: arm64: A stage 2 for the host
 2021-03-10 17:57 UTC  (35+ messages)
` [PATCH v4 01/34] arm64: lib: Annotate {clear, copy}_page() as position-independent
` [PATCH v4 02/34] KVM: arm64: Link position-independent string routines into .hyp.text
` [PATCH v4 03/34] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [PATCH v4 04/34] KVM: arm64: Initialize kvm_nvhe_init_params early
` [PATCH v4 05/34] KVM: arm64: Avoid free_page() in page-table allocator
` [PATCH v4 06/34] KVM: arm64: Factor memory allocation out of pgtable.c
` [PATCH v4 07/34] KVM: arm64: Introduce a BSS section for use at Hyp
` [PATCH v4 08/34] KVM: arm64: Make kvm_call_hyp() a function call "
` [PATCH v4 09/34] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [PATCH v4 10/34] KVM: arm64: Introduce an early Hyp page allocator
` [PATCH v4 11/34] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [PATCH v4 12/34] KVM: arm64: Introduce a Hyp buddy page allocator
` [PATCH v4 13/34] KVM: arm64: Enable access to sanitized CPU features at EL2
` [PATCH v4 14/34] KVM: arm64: Factor out vector address calculation
` [PATCH v4 15/34] arm64: asm: Provide set_sctlr_el2 macro
` [PATCH v4 16/34] KVM: arm64: Prepare the creation of s1 mappings at EL2
` [PATCH v4 17/34] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v4 18/34] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [PATCH v4 19/34] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [PATCH v4 20/34] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [PATCH v4 21/34] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [PATCH v4 22/34] KVM: arm64: Refactor __load_guest_stage2()
` [PATCH v4 23/34] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v4 24/34] KVM: arm64: Make memcache anonymous in pgtable allocator
` [PATCH v4 25/34] KVM: arm64: Reserve memory for host stage 2
` [PATCH v4 26/34] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v4 27/34] KVM: arm64: Always zero invalid PTEs
` [PATCH v4 28/34] KVM: arm64: Use page-table to track page ownership
` [PATCH v4 29/34] KVM: arm64: Refactor stage2_map_set_prot_attr()
` [PATCH v4 30/34] KVM: arm64: Add kvm_pgtable_stage2_find_range()
` [PATCH v4 31/34] KVM: arm64: Wrap the host with a stage 2
` [PATCH v4 32/34] KVM: arm64: Page-align the .hyp sections
` [PATCH v4 33/34] KVM: arm64: Disable PMU support in protected mode
` [PATCH v4 34/34] KVM: arm64: Protect the .hyp sections from the host

[PATCH v9 0/6] MTE support for KVM guest
 2021-03-10 16:47 UTC  (12+ messages)
` [PATCH v9 2/6] arm64: kvm: Introduce MTE VM feature
` [PATCH v9 3/6] arm64: kvm: Save/restore MTE registers
` [PATCH v9 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v9 6/6] KVM: arm64: Document MTE capability and ioctl

[PATCH 0/4] KVM: arm64: Running the EL2 nVHE code with WXN
 2021-03-10 15:26 UTC 

[PATCH V2] arm64/mm: Fix __enable_mmu() for new TGRAN range values
 2021-03-10 11:39 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: Assorted IPA size fixes
 2021-03-10 11:16 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: arm64: Reject VM creation when the default IPA size is unsupported
` [PATCH v2 2/2] KVM: arm64: Fix exclusive limit for IPA size

[RFC PATCH v2 0/3] KVM: arm64: Improve efficiency of stage2 page table
 2021-03-10  9:43 UTC  (4+ messages)
` [RFC PATCH v2 1/3] KVM: arm64: Move CMOs from user_mem_abort to the fault handlers
` [RFC PATCH v2 2/3] KVM: arm64: Install the block entry before unmapping the page mappings
` [RFC PATCH v2 3/3] KVM: arm64: Distinguish cases of memcache allocations completely

[PATCH] KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
 2021-03-09 18:01 UTC  (10+ messages)

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-09 16:06 UTC  (21+ messages)
` [PATCH kvmtool v2 06/22] hw/i8042: Refactor trap handler
` [PATCH kvmtool v2 07/22] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool v2 08/22] x86/ioport: Refactor "
` [PATCH kvmtool v2 09/22] x86/ioport: Switch to new "
` [PATCH kvmtool v2 15/22] vfio: Refactor ioport trap handler
` [PATCH kvmtool v2 17/22] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool v2 19/22] Remove ioport specific routines
` [PATCH kvmtool v2 20/22] arm: Reorganise and document memory map
` [PATCH kvmtool v2 21/22] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool v2 22/22] hw/rtc: "

[PATCH] arm64/mm: Fix __enable_mmu() for new TGRAN range values
 2021-03-09 14:52 UTC  (8+ messages)

[PATCH] KVM: arm64: Cap default IPA size to the host's own size
 2021-03-09 14:46 UTC  (10+ messages)

[RFC PATCH 0/5] KVM/ARM64 Add support for pinned VMIDs
 2021-03-09 11:12 UTC  (7+ messages)
` [RFC PATCH 3/5] KVM: ARM64: "
` [RFC PATCH 4/5] iommu/arm-smmu-v3: Use pinned VMID for NESTED stage with BTM

[PATCH v3 0/1] kvm: arm64: Add SVE support for nVHE
 2021-03-09 10:16 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH 0/2] Performance improvement about cache flush
 2021-03-09  9:02 UTC  (8+ 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

[PATCH] KVM: arm64: Don't use cbz/adr with external symbols
 2021-03-09  8:49 UTC  (5+ messages)

[PATCH] KVM: arm64: Remove redundant check for S2FWB
 2021-03-08 18:43 UTC  (3+ messages)

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-03-08 18:12 UTC  (4+ messages)
` [PATCH v12 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING

[PATCH v3 00/32] KVM: arm64: A stage 2 for the host
 2021-03-08 13:52 UTC  (45+ messages)
` [PATCH v3 10/32] KVM: arm64: Introduce an early Hyp page allocator
` [PATCH v3 12/32] KVM: arm64: Introduce a Hyp buddy "
` [PATCH v3 15/32] KVM: arm64: Prepare the creation of s1 mappings at EL2
` [PATCH v3 16/32] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v3 20/32] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [PATCH v3 22/32] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v3 23/32] KVM: arm64: Make memcache anonymous in pgtable allocator
` [PATCH v3 24/32] KVM: arm64: Reserve memory for host stage 2
` [PATCH v3 25/32] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v3 26/32] KVM: arm64: Introduce PROT_NONE mappings for stage 2
` [PATCH v3 27/32] KVM: arm64: Refactor stage2_map_set_prot_attr()
` [PATCH v3 28/32] KVM: arm64: Add kvm_pgtable_stage2_idmap_greedy()
` [PATCH v3 29/32] KVM: arm64: Wrap the host with a stage 2
` [PATCH v3 30/32] KVM: arm64: Page-align the .hyp sections
` [PATCH v3 31/32] KVM: arm64: Disable PMU support in protected mode
` [PATCH v3 32/32] KVM: arm64: Protect the .hyp sections from the host

[GIT PULL] KVM/arm64 fixes for 5.12, take #1
 2021-03-06  9:50 UTC  (13+ messages)
    ` [PATCH 0/8] "
      ` [PATCH 1/8] KVM: arm64: nvhe: Save the SPE context early
      ` [PATCH 2/8] KVM: arm64: Avoid corrupting vCPU context register in guest exit
      ` [PATCH 3/8] KVM: arm64: Fix nVHE hyp panic host context restore
      ` [PATCH 4/8] KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
      ` [PATCH 5/8] KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available
      ` [PATCH 6/8] KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
      ` [PATCH 7/8] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
      ` [PATCH 8/8] KVM: arm64: Fix range alignment when walking page tables

[PATCH] KVM: arm64: Disable LTO in hyp
 2021-03-05 17:07 UTC  (10+ messages)

[PATCH] KVM: arm64: Add big.LITTLE architecture support for vcpu
 2021-03-05 12:02 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/6] Misc assembly fixes and cleanups
 2021-03-04 15:00 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/6] arm/arm64: Remove dcache_line_size global variable


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox