messages from 2018-08-23 12:18:15 to 2018-09-21 20:49:29 UTC [more...]
[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
[PATCH v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
2018-09-21 14:57 UTC (41+ 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
[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 09/13] iommu/smmuv3: Get prepared for nested stage support
2018-09-05 0:36 UTC (26+ messages)
` [RFC 10/13] iommu/smmuv3: Implement bind_guest_stage
` [RFC 11/13] iommu/smmuv3: Implement tlb_invalidate
` [RFC 12/13] dma-iommu: Implement NESTED_MSI cookie
` [RFC 13/13] iommu/smmuv3: Implement bind_guest_msi
` [RFC 01/13] iommu: Introduce bind_guest_stage API
` [RFC 02/13] iommu: Introduce tlb_invalidate 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 (12+ messages)
` [PATCH kvm-unit-tests 1/2] arm/arm64: add GICD_IIDR definition
` [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)
[PATCH v4 00/20] kvm: arm64: Dynamic IPA and 52bit IPA
2018-09-03 11:13 UTC (13+ messages)
` [PATCH v4 05/20] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v4 06/20] arm64: Add a helper for PARange to physical shift conversion
` [PATCH v4 08/20] kvm: arm64: Configure VTCR_EL2 per VM
` [PATCH v4 20/20] kvm: arm64: Allow tuning the physical address size for VM
[PATCH v3 0/9] arm/arm64: KVM: limit icache invalidation to prefetch aborts
2018-09-01 10:03 UTC (11+ messages)
` [PATCH v3 7/9] KVM: arm/arm64: Only clean the dcache on translation fault
[PATCH] KVM: arm64: remove the unnecessary function check
2018-08-31 9:42 UTC
[PATCH v5 14/27] arm64: kvm: Unmask PMR before entering guest
2018-08-28 15:51 UTC
[PATCH] KVM: Remove obsolete kvm_unmap_hva notifier backend
2018-08-23 16:27 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox