Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2019-02-04 09:20:22 to 2019-02-20 15:47:19 UTC [more...]

[PATCH v5 00/26] KVM: arm64: SVE guest support
 2019-02-20 15:47 UTC  (34+ 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 v3 0/6] KVM: arm/arm64: add support for chained counters
 2019-02-20 13:36 UTC  (8+ 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

[kvm-unit-tests PATCH v3 0/5] arm/arm64: Add support for running under kvmtool
 2019-02-20 13:14 UTC  (15+ messages)
` [kvm-unit-tests PATCH v3 1/5] lib: arm: Use UART address from generated config.h
` [kvm-unit-tests PATCH v3 2/5] configure: arm/arm64: Add --vmm option with no effect
` [kvm-unit-tests PATCH v3 3/5] lib: arm: Use ns16550a UART when --vmm=kvmtool
` [kvm-unit-tests PATCH v3 4/5] lib: arm: Implement PSCI SYSTEM_OFF in psci_system_off()
` [kvm-unit-tests PATCH v3 5/5] lib: arm: Fallback to psci_system_off() in exit()
` [PATCH 6/5] arm/arm64: selftest.vectors-user: clean up PSCI exit

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

[PATCH 00/14] KVM: arm/arm64: Various rework in preparation of nested virt support
 2019-02-19 13:03 UTC  (9+ messages)
` [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 v6 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-02-19  9:24 UTC  (7+ 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 v10 0/5] arm64: Support perf event modifiers :G and :H
 2019-02-18 22:00 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

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

[PATCH v2 0/5] KVM: arm/arm64: add support for chained counters
 2019-02-18 14:02 UTC  (21+ messages)
` [PATCH v2 1/5] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v2 2/5] KVM: arm/arm64: extract duplicated code to own function
` [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  (4+ messages)

[PATCH v5 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-02-15 15:50 UTC  (27+ messages)
` [PATCH v5 1/5] arm64: Add utilities to save restore pointer authentication keys
` [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

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

[GIT PULL] KVM/ARM updates for 5.0-rc6
 2019-02-13 18:39 UTC  (13+ messages)
` [PATCH 01/11] KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock
` [PATCH 02/11] KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock "
` [PATCH 03/11] KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock "
` [PATCH 04/11] arm64: KVM: Don't generate UNDEF when LORegion feature is present
` [PATCH 05/11] KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loaded
` [PATCH 06/11] arm/arm64: KVM: Allow a VCPU to fully reset itself
` [PATCH 07/11] arm/arm64: KVM: Don't panic on failure to properly reset system registers
` [PATCH 08/11] KVM: arm/arm64: vgic: Always initialize the group of private IRQs
` [PATCH 09/11] arm: KVM: Add missing kvm_stage2_has_pmd() helper
` [PATCH 10/11] KVM: arm64: Relax the restriction on using stage2 PUD huge mapping
` [PATCH 11/11] KVM: arm64: Forbid kprobing of the VHE world-switch code

[PATCH v8 00/26] APEI in_nmi() rework and SDEI wire-up
 2019-02-12 22:14 UTC  (6+ messages)

[PATCH] KVM: arm/arm64: arch_timer: Mark physical interrupt active when a virtual interrupt is pending
 2019-02-12 16:41 UTC  (3+ messages)

[PATCH v2 00/27] KVM: x86/mmu: Remove fast invalidate mechanism
 2019-02-12 12:36 UTC  (4+ messages)
` [PATCH v2 01/27] KVM: Call kvm_arch_memslots_updated() before updating memslots

[PATCH] clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHE
 2019-02-12  9:15 UTC  (2+ messages)

[PATCH kvmtool v3] arm: Auto-detect guest GIC type
 2019-02-11 10:43 UTC 

[PATCH v2 0/4] Various convenience fixes
 2019-02-08 16:16 UTC  (4+ messages)
` [PATCH v2 4/4] arm: Auto-detect guest GIC type

[PATCH 0/3] KVM: arm/arm64: trivial header path sanitization
 2019-02-08 15:42 UTC  (2+ messages)

[Deadline Approaching - Call for Workshop Proposals]: 24th European Symposium on Research in Computer Security (ESORICS 2019)
 2019-02-06  8:59 UTC 

CFP: The 24th European Symposium on Research in Computer Security (ESORICS 2019)
 2019-02-06  6:59 UTC 

[PATCH 0/5] KVM: arm/arm64: Fix VCPU power management problems
 2019-02-04 15:15 UTC  (5+ messages)
` [PATCH 1/5] KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loaded
` [PATCH 2/5] arm/arm64: KVM: Allow a VCPU to fully reset itself

[PATCH 2/5] arm/arm64: KVM: Allow a VCPU to fully reset itself
 2019-02-04 15:08 UTC  (11+ messages)

[kvm-unit-tests PATCH v2 0/5] arm/arm64: Add support for running under kvmtool
 2019-02-04 10:32 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/5] lib: arm: Use UART address from generated config.h
` [kvm-unit-tests PATCH v2 2/5] configure: arm/arm64: Add --vmm option with no effect

[kvmarm:master 7/8] arch/arm/kvm/../../../virt/kvm/arm/mmu.c:1705:36: error: implicit declaration of function 'kvm_stage2_has_pmd'; did you mean 'kvm_stage2_has_pud'?
 2019-02-04  9:20 UTC  (2+ messages)


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