KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-11 19:17:31 to 2021-03-16 10:13:42 UTC [more...]

[PATCH 00/10] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-16 10:13 UTC  (4+ messages)
` [PATCH 01/10] KVM: arm64: Provide KVM's own save/restore SVE primitives
` [PATCH 02/10] KVM: arm64: Use {read, write}_sysreg_el1 to access ZCR_EL1
` [PATCH 04/10] KVM: arm64: Introduce vcpu_sve_vq() helper

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-03-15 18:04 UTC  (2+ messages)

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-16  8:22 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: Minor page fault handler improvement
 2021-03-16  4:20 UTC  (17+ messages)
` [PATCH 1/4] KVM: arm64: Hide kvm_mmu_wp_memory_region()
` [PATCH 2/4] KVM: arm64: Use find_vma_intersection()
` [PATCH 3/4] KVM: arm64: Fix address check for memory slot
` [PATCH 4/4] KVM: arm64: Don't retrieve memory slot again in page fault handler

[PATCH v2 0/3] KVM: arm64: Minor page fault handler improvement
 2021-03-16  4:11 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Hide kvm_mmu_wp_memory_region()
` [PATCH v2 2/3] KVM: arm64: Use find_vma_intersection()
` [PATCH v2 3/3] KVM: arm64: Don't retrieve memory slot again in page fault handler

[RFC PATCH 0/4] KVM: stats: Retrieve statistics data in binary format
 2021-03-15 22:31 UTC  (8+ messages)
` [RFC PATCH 3/4] KVM: stats: Add ioctl commands to pull statistics "

[kvm-unit-tests PATCH v4 00/11] GIC fixes and improvements
 2021-03-15 17:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 11/11] arm64: gic: Use IPI test checking for the LPI tests

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

[kvm-unit-tests PATCH] configure: arm/arm64: Add --earlycon option to set UART type and address
 2021-03-15 16:38 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/6] Misc assembly fixes and cleanups
 2021-03-15 16:22 UTC  (7+ messages)
` [kvm-unit-tests PATCH 2/6] arm/arm64: Remove dcache_line_size global variable
` [kvm-unit-tests PATCH 3/6] arm/arm64: Remove unnecessary ISB when doing dcache maintenance

[PATCH kvmtool v3 00/22] Unify I/O port and MMIO trap handling
 2021-03-15 15:33 UTC  (23+ messages)
` [PATCH kvmtool v3 01/22] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool v3 02/22] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool v3 03/22] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool v3 04/22] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool v3 05/22] hw/i8042: Clean up data types
` [PATCH kvmtool v3 06/22] hw/i8042: Refactor trap handler
` [PATCH kvmtool v3 07/22] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool v3 08/22] x86/ioport: Refactor "
` [PATCH kvmtool v3 09/22] x86/ioport: Switch to new "
` [PATCH kvmtool v3 10/22] hw/rtc: Refactor "
` [PATCH kvmtool v3 11/22] hw/rtc: Switch to new trap handler
` [PATCH kvmtool v3 12/22] hw/vesa: Switch trap handling to use MMIO handler
` [PATCH kvmtool v3 13/22] hw/serial: Refactor trap handler
` [PATCH kvmtool v3 14/22] hw/serial: Switch to new trap handlers
` [PATCH kvmtool v3 15/22] vfio: Refactor ioport trap handler
` [PATCH kvmtool v3 16/22] vfio: Switch to new ioport trap handlers
` [PATCH kvmtool v3 17/22] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool v3 18/22] pci: "
` [PATCH kvmtool v3 19/22] Remove ioport specific routines
` [PATCH kvmtool v3 20/22] arm: Reorganise and document memory map
` [PATCH kvmtool v3 21/22] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool v3 22/22] hw/rtc: "

[GIT PULL] KVM/arm64 fixes for 5.12, take #1
 2021-03-15 14:36 UTC  (5+ messages)
` [PATCH 0/8] "
  ` [PATCH 7/8] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility

[PATCH 5.11 306/306] KVM: arm64: Fix nVHE hyp panic host context restore
 2021-03-15 14:24 UTC 

[PATCH] KVM: arm64: Update comment for parameter rename
 2021-03-15 14:23 UTC 

[PATCH 5.10 289/290] KVM: arm64: Fix nVHE hyp panic host context restore
 2021-03-15 14:22 UTC 

[PATCH] KVM: arm64: Fix nVHE hyp panic host context restore
 2021-03-15 12:38 UTC  (3+ messages)
` Patch "KVM: arm64: Fix nVHE hyp panic host context restore" has been added to the 5.11-stable tree

[PATCH] KVM: arm64: Fix nVHE hyp panic host context restore
 2021-03-15 12:38 UTC  (2+ messages)
` Patch "KVM: arm64: Fix nVHE hyp panic host context restore" has been added to the 5.10-stable tree

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-15 12:27 UTC  (19+ messages)
` [PATCH kvmtool v2 04/22] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool v2 08/22] x86/ioport: Refactor trap handlers
` [PATCH kvmtool v2 09/22] x86/ioport: Switch to new "
` [PATCH kvmtool v2 13/22] hw/serial: Refactor trap handler
` [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][stable-4.{4,9}] KVM: arm64: Fix exclusive limit for IPA size
 2021-03-15 12:07 UTC  (4+ messages)
` Patch "KVM: arm64: Fix exclusive limit for IPA size" has been added to the 4.4-stable tree
` Patch "KVM: arm64: Fix exclusive limit for IPA size" has been added to the 4.9-stable tree

[PATCH v6 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-03-15 12:02 UTC  (3+ messages)
` [PATCH v6 3/5] ARM: implement support for SMCCC TRNG entropy source

[PATCH][stable-4.{4, 9, 14, 19}] KVM: arm64: Fix exclusive limit for IPA size
 2021-03-15 11:44 UTC  (5+ messages)
` [PATCH][stable-4.{4,9,14,19}] "
` Patch "KVM: arm64: Fix exclusive limit for IPA size" has been added to the 4.14-stable tree
` Patch "KVM: arm64: Fix exclusive limit for IPA size" has been added to the 4.19-stable tree

[PATCH][stable-5.10] KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
 2021-03-15 11:31 UTC  (2+ messages)
` Patch "KVM: arm64: Ensure I-cache isolation between vcpus of a same VM" has been added to the 5.10-stable tree

[PATCH][stable-5.4] KVM: arm64: Reject VM creation when the default IPA size is unsupported
 2021-03-15 11:31 UTC  (2+ messages)
` Patch "KVM: arm64: Reject VM creation when the default IPA size is unsupported" has been added to the 5.4-stable tree

[PATCH][stable-5.4] KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
 2021-03-15 11:31 UTC  (2+ messages)
` Patch "KVM: arm64: Ensure I-cache isolation between vcpus of a same VM" has been added to the 5.4-stable tree

[PATCH v4 0/6] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-03-15  9:30 UTC  (12+ messages)
` [PATCH v4 1/6] irqchip/gic-v3-its: Add a cache invalidation right after vPE unmapping
` [PATCH v4 2/6] irqchip/gic-v3-its: Drop the setting of PTZ altogether
` [PATCH v4 3/6] KVM: arm64: GICv4.1: Add function to get VLPI state
` [PATCH v4 4/6] KVM: arm64: GICv4.1: Try to save VLPI state in save_pending_tables
` [PATCH v4 5/6] KVM: arm64: GICv4.1: Restore VLPI pending state to physical side
` [PATCH v4 6/6] KVM: arm64: GICv4.1: Give a chance to save VLPI state

[GIT PULL] KVM/arm64 fixes for 5.12, take #2
 2021-03-12 18:15 UTC  (2+ messages)

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

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-03-12 17:27 UTC  (11+ messages)
` [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
` [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[PATCH v3 0/2] KVM: arm64: Assorted IPA size fixes
 2021-03-12 16:04 UTC  (5+ messages)
` [PATCH v3 2/2] KVM: arm64: Fix exclusive limit for IPA size

[PATCH v10 0/6] MTE support for KVM guest
 2021-03-12 15:19 UTC  (7+ messages)
` [PATCH v10 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v10 2/6] arm64: kvm: Introduce MTE VM feature
` [PATCH v10 3/6] arm64: kvm: Save/restore MTE registers
` [PATCH v10 4/6] arm64: kvm: Expose KVM_ARM_CAP_MTE
` [PATCH v10 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v10 6/6] KVM: arm64: Document MTE capability and ioctl

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

[PATCH v4 00/34] KVM: arm64: A stage 2 for the host
 2021-03-12 11:45 UTC  (24+ messages)
` [PATCH v4 13/34] KVM: arm64: Enable access to sanitized CPU features at EL2
` [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 34/34] KVM: arm64: Protect the .hyp sections from the host

[PATCH 00/10] FPSIMD restore bypass and protecting
 2021-03-12 11:27 UTC  (5+ messages)
` [PATCH 04/10] KVM: arm64: Support smp_processor_id() in nVHE hyp

[RFC PATCH] kvm: arm64: Try stage2 block mapping for host device MMIO
 2021-03-12  9:29 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).