Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-09-03 12:20:06 to 2018-09-25 09:59:44 UTC [more...]

[PATCH v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-09-25  9:59 UTC  (43+ messages)
` [PATCH v5 01/18] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v5 02/18] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v5 03/18] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v5 04/18] arm64: Add a helper for PARange to physical shift conversion
` [PATCH v5 05/18] kvm: arm64: Clean up VTCR_EL2 initialisation
` [PATCH v5 06/18] kvm: arm/arm64: Allow arch specific configurations for VM
` [PATCH v5 07/18] kvm: arm64: Configure VTCR_EL2 per VM
` [PATCH v5 08/18] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v5 09/18] kvm: arm64: Prepare for dynamic stage2 page table layout
` [PATCH v5 10/18] kvm: arm64: Make stage2 page table layout dynamic
` [PATCH v5 11/18] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v5 12/18] kvm: arm64: Configure VTCR_EL2.SL0 per VM
` [PATCH v5 13/18] kvm: arm64: Switch to per VM IPA limit
` [PATCH v5 14/18] vgic: Add support for 52bit guest physical address
` [PATCH v5 15/18] kvm: arm64: Add 52bit support for PAR to HPFAR conversoin
` [PATCH v5 16/18] kvm: arm64: Set a limit on the IPA size
` [PATCH v5 17/18] kvm: arm64: Limit the minimum number of page table levels
` [PATCH v5 18/18] kvm: arm64: Allow tuning the physical address size for VM
` [kvmtool PATCH v5 19/18] kvmtool: Allow backends to run checks on the KVM device fd
` [kvmtool PATCH v5 20/18] kvmtool: arm64: Add support for guest physical address size
` [kvmtool PATCH v5 21/18] kvmtool: arm64: Switch memory layout
` [kvmtool PATCH v5 22/18] kvmtool: arm: Add support for creating VM with PA size

[PATCH v7 0/9] KVM: Support PUD hugepages at stage 2
 2018-09-25  9:21 UTC  (13+ messages)
` [PATCH v7 1/9] KVM: arm/arm64: Ensure only THP is candidate for adjustment
` [PATCH v7 2/9] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v7 3/9] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH v7 4/9] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH v7 5/9] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v7 6/9] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v7 7/9] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v7 8/9] KVM: arm64: Update age handlers to support "
` [PATCH v7 9/9] KVM: arm64: Add support for creating PUD hugepages at stage 2

[PATCH 0/2] rename function name and enable 32bit vcpu events
 2018-09-24 13:30 UTC  (3+ messages)
` [PATCH 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH 2/2] arm/arm64: KVM: share the check for vcpu events capability

[PATCH 4.14 047/173] KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
 2018-09-24 11:51 UTC 

[PATCH 4.18 063/235] KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
 2018-09-24 11:50 UTC 

[PATCH v6 00/18] APEI in_nmi() rework
 2018-09-21 22:17 UTC  (19+ messages)
` [PATCH v6 01/18] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v6 02/18] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v6 03/18] ACPI / APEI: don't wait to serialise with oops messages when panic()ing
` [PATCH v6 04/18] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v6 05/18] ACPI / APEI: Make estatus queue a Kconfig symbol
` [PATCH v6 06/18] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v6 07/18] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v6 08/18] ACPI / APEI: Move locking to the notification helper
` [PATCH v6 09/18] ACPI / APEI: Let the notification helper specify the fixmap slot
` [PATCH v6 10/18] ACPI / APEI: preparatory split of ghes->estatus
` [PATCH v6 11/18] ACPI / APEI: Remove silent flag from ghes_read_estatus()
` [PATCH v6 12/18] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [PATCH v6 13/18] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
` [PATCH v6 14/18] ACPI / APEI: Split ghes_read_estatus() to read CPER length
` [PATCH v6 15/18] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v6 16/18] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v6 17/18] mm/memory-failure: increase queued recovery work's priority
` [PATCH v6 18/18] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCH] arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP work
 2018-09-21 20:49 UTC 

[RFC v2 00/20] SMMUv3 Nested Stage Setup
 2018-09-21 16:18 UTC  (26+ messages)
  ` [RFC v2 01/20] iommu: Introduce bind_pasid_table API
` [RFC v2 02/20] iommu: Introduce cache_invalidate API
` [RFC v2 03/20] iommu: Introduce bind_guest_msi
` [RFC v2 04/20] vfio: VFIO_IOMMU_BIND_PASID_TABLE
` [RFC v2 05/20] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [RFC v2 06/20] vfio: VFIO_IOMMU_BIND_MSI
` [RFC v2 07/20] iommu/arm-smmu-v3: Link domains and devices
` [RFC v2 08/20] iommu/arm-smmu-v3: Maintain a SID->device structure
` [RFC v2 09/20] iommu/smmuv3: Get prepared for nested stage support
` [RFC v2 10/20] iommu/smmuv3: Implement bind_pasid_table
` [RFC v2 11/20] iommu/smmuv3: Implement cache_invalidate
` [RFC v2 12/20] dma-iommu: Implement NESTED_MSI cookie
` [RFC v2 13/20] iommu/smmuv3: Implement bind_guest_msi
` [RFC v2 14/20] iommu: introduce device fault data
` [RFC v2 15/20] driver core: add per device iommu param
` [RFC v2 16/20] iommu: introduce device fault report API
` [RFC v2 17/20] vfio: VFIO_IOMMU_SET_FAULT_EVENTFD
` [RFC v2 18/20] vfio: VFIO_IOMMU_GET_FAULT_EVENTS
` [RFC v2 19/20] vfio: Document nested stage control
` [RFC v2 20/20] iommu/smmuv3: Report non recoverable faults

[kvmarm:kvm-arm64/nv-wip 2/5] arch/arm/kvm/../../../virt/kvm/arm/arch_timer.c:84:7: error: implicit declaration of function 'is_hyp_ctxt'; did you mean '__hyp_text'?
 2018-09-21 14:47 UTC 

Patch "KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()" has been added to the 4.18-stable tree
 2018-09-21  8:23 UTC 

Patch "KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()" has been added to the 4.14-stable tree
 2018-09-21  7:53 UTC 

[PATCH 00/13] kvm: selftests: add aarch64 framework and dirty
 2018-09-19 13:13 UTC  (16+ messages)
` [PATCH 01/13] kvm: selftests: vcpu_setup: set cr4.osfxsr
` [PATCH 02/13] kvm: selftests: introduce ucall
` [PATCH 03/13] kvm: selftests: move arch-specific files to arch-specific locations
` [PATCH 04/13] kvm: selftests: add cscope make target
` [PATCH 05/13] kvm: selftests: tidy up kvm_util
` [PATCH 06/13] kvm: selftests: add vm_phy_pages_alloc
` [PATCH 07/13] kvm: selftests: add virt mem support for aarch64
` [PATCH 08/13] kvm: selftests: add vcpu "
` [PATCH 09/13] kvm: selftests: port dirty_log_test to aarch64
` [PATCH 10/13] kvm: selftests: introduce new VM mode for 64K pages
` [PATCH 11/13] kvm: selftests: dirty_log_test: also test 64K pages on aarch64
` [PATCH 12/13] kvm: selftests: stop lying to aarch64 tests about PA-bits
` [PATCH 13/13] kvm: selftests: support high GPAs in dirty_log_test

[PATCH kvm-unit-tests v3] arm/arm64: gicv3: support up to 8 redistributor regions
 2018-09-18 13:21 UTC  (3+ messages)

[RFC PATCH] KVM: arm64: Treat FPEXC32_EL2 as a regular guest system register
 2018-09-12 11:50 UTC  (8+ messages)

[PATCH] KVM: arm/arm64: Check memslot bounds before mapping hugepages
 2018-09-10  9:56 UTC  (2+ messages)

[PULL RESEND v2 0/4] KVM/ARM Fixes for v4.19
 2018-09-10  6:13 UTC  (6+ messages)
` [PULL RESEND v2 1/4] KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
` [PULL RESEND v2 2/4] arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD
` [PULL RESEND v2 3/4] KVM: Remove obsolete kvm_unmap_hva notifier backend
` [PULL RESEND v2 4/4] arm64: KVM: Remove pgd_lock

[PULL 0/4] KVM/ARM Fixes for v4.19
 2018-09-07 11:19 UTC  (10+ messages)
` [PULL 1/4] KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
` [PULL 2/4] arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD
` [PULL 3/4] KVM: Remove obsolete kvm_unmap_hva notifier backend
` [PULL 4/4] arm64: KVM: Remove pgd_lock

[PATCH AUTOSEL 4.14 41/67] KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
 2018-09-07  0:37 UTC 

[PATCH AUTOSEL 4.18 54/88] KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
 2018-09-07  0:36 UTC 

[PATCH kvm-unit-tests v2] arm/arm64: gicv3: support up to 8 redistributor regions regions
 2018-09-05 10:31 UTC  (5+ messages)

[RFC 02/13] iommu: Introduce tlb_invalidate API
 2018-09-05  0:36 UTC  (19+ messages)
  ` [RFC 09/13] iommu/smmuv3: Get prepared for nested stage support
  ` [RFC 01/13] iommu: Introduce bind_guest_stage API

[PATCH kvm-unit-tests v3 0/2] Support micro operation measurement on arm64
 2018-09-04 15:34 UTC  (3+ messages)
` [PATCH kvm-unit-tests v3 1/2] arm/arm64: add GICD_IIDR definition
` [PATCH kvm-unit-tests v3 2/2] arm64: add micro-bench

[PATCH kvm-unit-tests 0/2] Support micro operation measurement on arm64
 2018-09-04 15:20 UTC  (11+ messages)
` [PATCH kvm-unit-tests 2/2] arm64: add micro-bench

[PATCH] KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
 2018-09-04 13:37 UTC  (6+ messages)

[PATCH kvm-unit-tests v2 0/2] Support micro operation measurement on arm64
 2018-09-04 13:30 UTC  (4+ messages)
` [PATCH kvm-unit-tests v2 1/2] arm/arm64: add GICD_IIDR definition
` [PATCH kvm-unit-tests v2 2/2] arm64: add micro-bench

[PATCH kvm-unit-tests] arm/arm64: gicv3: support two redistributor regions
 2018-09-04  7:02 UTC  (3+ messages)

GICv3 stride issue with many VCPUs
 2018-09-03 14:54 UTC  (5+ messages)

[PATCH kvm-unit-tests] scripts: Speedup MAX_SMP check
 2018-09-03 13:13 UTC  (3+ messages)


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