Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2019-02-14 11:42:25 to 2019-02-22 16:28:08 UTC [more...]

[GIT PULL] KVM/arm updates for Linux v5.1
 2019-02-22 16:25 UTC  (14+ messages)
` [PATCH 01/27] clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHE
` [PATCH 02/27] arm/arm64: KVM: Introduce kvm_call_hyp_ret()
` [PATCH 03/27] arm64: KVM: Allow for direct call of HYP functions when using VHE
` [PATCH 04/27] arm64: KVM: Drop VHE-specific HYP call stub
` [PATCH 05/27] ARM: KVM: Teach some form of type-safety to kvm_call_hyp
` [PATCH 06/27] arm/arm64: KVM: Statically configure the host's view of MPIDR
` [PATCH 07/27] KVM: arm/arm64: Factor out VMID into struct kvm_vmid
` [PATCH 08/27] KVM: arm/arm64: Simplify bg_timer programming
` [PATCH 09/27] KVM: arm64: Fix ICH_ELRSR_EL2 sysreg naming
` [PATCH 10/27] KVM: arm64: Reuse sys_reg() macro when searching the trap table
` [PATCH 11/27] KVM: arm/arm64: consolidate arch timer trap handlers
` [PATCH 12/27] KVM: arm/arm64: timer: Rework data structures for multiple timers
` [PATCH 13/27] KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems

[PATCH v5 00/26] KVM: arm64: SVE guest support
 2019-02-22 16:04 UTC  (50+ messages)
` [PATCH v5 01/26] KVM: Documentation: Document arm64 core registers in detail
` [PATCH v5 02/26] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [PATCH v5 03/26] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [PATCH v5 04/26] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [PATCH v5 05/26] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h
` [PATCH v5 06/26] arm64/sve: Check SVE virtualisability
` [PATCH v5 07/26] arm64/sve: Clarify role of the VQ map maintenance functions
` [PATCH v5 08/26] arm64/sve: Enable SVE state tracking for non-task contexts
` [PATCH v5 09/26] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [PATCH v5 10/26] KVM: arm64: Propagate vcpu into read_id_reg()
` [PATCH v5 11/26] KVM: arm64: Extend reset_unknown() to handle mixed RES0/UNKNOWN registers
` [PATCH v5 12/26] KVM: arm64: Support runtime sysreg visibility filtering
` [PATCH v5 13/26] KVM: arm64/sve: System register context switch and access support
` [PATCH v5 14/26] KVM: arm64/sve: Context switch the SVE registers
` [PATCH v5 15/26] KVM: Allow 2048-bit register access via ioctl interface
` [PATCH v5 16/26] KVM: arm64: Add missing #include of <linux/string.h> in guest.c
` [PATCH v5 17/26] KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus
` [PATCH v5 18/26] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [PATCH v5 19/26] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [PATCH v5 20/26] arm64/sve: In-kernel vector length availability query interface
` [PATCH v5 21/26] KVM: arm/arm64: Add hook to finalize the vcpu configuration
` [PATCH v5 22/26] KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
` [PATCH v5 23/26] KVM: arm64/sve: Allow userspace to enable SVE for vcpus
` [PATCH v5 24/26] KVM: arm64: Add a capabillity to advertise SVE support
` [PATCH v5 25/26] KVM: Document errors for KVM_GET_ONE_REG and KVM_SET_ONE_REG
` [PATCH v5 26/26] KVM: arm64/sve: Document KVM API extensions for SVE

[PATCH v1 0/4] ARM64/KVM: Minor cleanup and refactoring
 2019-02-22 15:40 UTC  (12+ messages)
` [PATCH v1 1/4] KVM: arm64: Use macro to replace hard number
` [PATCH v1 2/4] KVM: arm/arm64: vgic: Improve comment on kvm_vgic_inject_irq
` [PATCH v1 3/4] KVM: arm/arm64: Define TCR_EL2_T0SZ_MASK as TCR_T0SZ_MASK
` [PATCH v1 4/4] KVM: arm/arm64: Fix comment on create_hyp_mappings()

[PATCH V2 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-22 15:16 UTC  (8+ messages)
` [PATCH V2 3/10] KVM/MMU: Add last_level in the struct mmu_spte_page

[PATCH V3 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-22 15:06 UTC  (9+ messages)
` [PATCH V3 1/10] X86/Hyper-V: Add parameter offset for hyperv_fill_flush_guest_mapping_list()
` [PATCH V3 2/10] KVM/VMX: Fill range list in kvm_fill_hv_flush_list_func()
` [PATCH V3 3/10] KVM/MMU: Introduce tlb flush with range list
` [PATCH V3 4/10] KVM/MMU: Use range flush in sync_page()
` [PATCH V3 5/10] KVM/MMU: Flush tlb directly in the kvm_mmu_slot_gfn_write_protect()
` [PATCH V3 6/10] KVM: Add kvm_get_memslot() to get memslot via slot id
` [PATCH V3 7/10] KVM: Use tlb range flush in the kvm_vm_ioctl_get/clear_dirty_log()
` [PATCH V3 8/10] KVM: Add flush parameter for kvm_age_hva()

[PATCH 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-02-22 12:26 UTC  (16+ messages)
` [PATCH 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state

[PATCH v3 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-02-22 12:18 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH v3 2/2] KVM: doc: add API documentation on the KVM_REG_ARM_WORKAROUNDS register

[PATCH v7 0/7] Add virtio-iommu driver
 2019-02-22 12:18 UTC  (9+ messages)

[PATCH 00/14] KVM: arm/arm64: Various rework in preparation of nested virt support
 2019-02-22 12:14 UTC  (15+ messages)
` [PATCH 06/14] KVM: arm/arm64: Factor out VMID into struct kvm_vmid
` [PATCH 11/14] KVM: arm/arm64: timer: Rework data structures for multiple timers
` [PATCH 12/14] KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems

[PATCH] KVM: arm64: Fix architecturally invalid reset value for FPEXC32_EL2
 2019-02-22 11:51 UTC  (4+ messages)

[PATCH -next] KVM: arm/arm64: Remove unused timer variable
 2019-02-22  9:42 UTC  (3+ messages)

[PATCH v6 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-02-21 15:54 UTC  (18+ messages)
` [PATCH v6 1/6] arm64/kvm: preserve host HCR_EL2 value
` [PATCH v6 2/6] arm64/kvm: preserve host MDCR_EL2 value
` [PATCH v6 3/6] arm64/kvm: context-switch ptrauth registers
` [PATCH v6 4/6] arm64/kvm: add a userspace option to enable pointer authentication
` [PATCH v6 5/6] arm64/kvm: control accessibility of ptrauth key registers
` [kvmtool PATCH v6 6/6] arm/kvm: arm64: Add a vcpu feature for pointer authentication

[PATCH 0/5] KVM: arm/arm64: Fix VCPU power management problems
 2019-02-20 19:41 UTC  (4+ messages)
` [PATCH 1/5] KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loaded

[PATCH v3 0/6] KVM: arm/arm64: add support for chained counters
 2019-02-20 19:34 UTC  (9+ messages)
` [PATCH v3 1/6] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v3 2/6] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v3 3/6] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v3 4/6] KVM: arm/arm64: lazily create perf events on enable
` [PATCH v3 5/6] arm64: perf: extract chain helper into header
` [PATCH v3 6/6] KVM: arm/arm64: support chained PMU counters

[PATCH v10 0/5] arm64: Support perf event modifiers :G and :H
 2019-02-20 16:15 UTC  (6+ messages)
` [PATCH v10 4/5] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes
` [PATCH v10 5/5] arm64: KVM: Enable support for :G/:H perf event modifiers

[kvm-unit-tests PATCH v3 0/5] arm/arm64: Add support for running under kvmtool
 2019-02-20 13:14 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/5] lib: arm: Use UART address from generated config.h

[PATCH] KVM: arm/arm64: Remove unused gpa_end variable
 2019-02-20 11:03 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm/arm64: add support for chained counters
 2019-02-18 14:02 UTC  (15+ messages)
` [PATCH v2 3/5] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v2 4/5] KVM: arm/arm64: lazily create perf events on enable
` [PATCH v2 5/5] KVM: arm/arm64: support chained PMU counters

[PATCH v4 00/22] SMMUv3 Nested Stage Setup
 2019-02-18 13:55 UTC  (23+ messages)
` [PATCH v4 01/22] driver core: add per device iommu param
` [PATCH v4 02/22] iommu: introduce device fault data
` [PATCH v4 03/22] iommu: introduce device fault report API
` [PATCH v4 04/22] iommu: Introduce attach/detach_pasid_table API
` [PATCH v4 05/22] iommu: Introduce cache_invalidate API
` [PATCH v4 06/22] iommu: Introduce bind/unbind_guest_msi
` [PATCH v4 07/22] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v4 08/22] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v4 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
` [PATCH v4 10/22] iommu/arm-smmu-v3: Link domains and devices
` [PATCH v4 11/22] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v4 12/22] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v4 13/22] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v4 14/22] iommu/smmuv3: Implement cache_invalidate
` [PATCH v4 15/22] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v4 16/22] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v4 17/22] iommu/smmuv3: Report non recoverable faults
` [PATCH v4 18/22] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v4 19/22] vfio-pci: Register an iommu fault handler
` [PATCH v4 20/22] vfio_pci: Allow to mmap the fault queue
` [PATCH v4 21/22] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX
` [PATCH v4 22/22] vfio: Document nested stage control

[PATCH] kvm: arm64: Fix comment for KVM_PHYS_SHIFT
 2019-02-18  8:47 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"
 2019-02-18  8:39 UTC  (2+ messages)

[PATCH v4 03/12] arm64: Remove the ability to build a kernel without ssbd
 2019-02-15 18:54 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: Update MAINTAINERS entries
 2019-02-15 17:26 UTC  (2+ messages)

[PATCH v5 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-02-15 15:50 UTC  (16+ messages)
` [PATCH v5 2/5] arm64/kvm: preserve host HCR_EL2/MDCR_EL2 value
` [PATCH v5 3/5] arm64/kvm: context-switch ptrauth registers
  ` [PATCH v5 3/5] arm64/kvm: context-switch ptrauth register
` [PATCH v5 4/5] arm64/kvm: add a userspace option to enable pointer authentication
` [PATCH v5 5/5] arm64/kvm: control accessibility of ptrauth key registers


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