messages from 2019-03-19 01:09:43 to 2019-03-28 12:27:09 UTC [more...]
[PATCH v5 00/26] KVM: arm64: SVE guest support
2019-03-28 12:27 UTC (52+ messages)
` [PATCH v6 01/27] KVM: Documentation: Document arm64 core registers in detail
` [PATCH v6 02/27] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [PATCH v6 03/27] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [PATCH v6 04/27] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [PATCH v6 05/27] KVM: arm64: Add missing #includes to kvm_host.h
` [PATCH v6 06/27] arm64/sve: Clarify role of the VQ map maintenance functions
` [PATCH v6 07/27] arm64/sve: Check SVE virtualisability
` [PATCH v6 08/27] arm64/sve: Enable SVE state tracking for non-task contexts
` [PATCH v6 09/27] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [PATCH v6 10/27] KVM: arm64: Propagate vcpu into read_id_reg()
` [PATCH v6 11/27] KVM: arm64: Support runtime sysreg visibility filtering
` [PATCH v6 12/27] KVM: arm64/sve: System register context switch and access support
` [PATCH v6 13/27] KVM: arm64/sve: Context switch the SVE registers
` [PATCH v6 14/27] KVM: Allow 2048-bit register access via ioctl interface
` [PATCH v6 15/27] KVM: arm64: Add missing #include of <linux/string.h> in guest.c
` [PATCH v6 16/27] KVM: arm64: Factor out core register ID enumeration
` [PATCH v6 17/27] KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus
` [PATCH v6 18/27] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [PATCH v6 19/27] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [PATCH v6 20/27] arm64/sve: In-kernel vector length availability query interface
` [PATCH v6 21/27] KVM: arm/arm64: Add hook for arch-specific KVM initialisation
` [PATCH v6 22/27] KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctl
` [PATCH v6 23/27] KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
` [PATCH v6 24/27] KVM: arm64/sve: Allow userspace to enable SVE for vcpus
` [PATCH v6 25/27] KVM: arm64: Add a capability to advertise SVE support
` [PATCH v6 26/27] KVM: Document errors for KVM_GET_ONE_REG and KVM_SET_ONE_REG
` [PATCH v6 27/27] KVM: arm64/sve: Document KVM API extensions for SVE
[PATCH v7 0/10] Add ARMv8.3 pointer authentication for kvm guest
2019-03-28 11:29 UTC (36+ messages)
` [PATCH v7 1/10] KVM: arm64: Propagate vcpu into read_id_reg()
` [PATCH v7 2/10] KVM: arm64: Support runtime sysreg visibility filtering
` [PATCH v7 3/10] KVM: arm64: Move hyp_symbol_addr to fix dependency
` [PATCH v7 4/10] KVM: arm/arm64: preserve host HCR_EL2 value
` [PATCH v7 5/10] KVM: arm/arm64: preserve host MDCR_EL2 value
` [PATCH v7 6/10] KVM: arm64: Add vcpu feature flags to control ptrauth accessibility
` [PATCH v7 7/10] KVM: arm/arm64: context-switch ptrauth registers
` [PATCH v7 8/10] KVM: arm64: Add capability to advertise ptrauth for guest
` [PATCH v7 9/10] KVM: arm64: docs: document KVM support of pointer authentication
` [kvmtool PATCH v7 10/10] KVM: arm/arm64: Add a vcpu feature for "
[PATCH v12 0/8] arm64: Support perf event modifiers :G and :H
2019-03-28 10:37 UTC (9+ messages)
` [PATCH v12 1/8] arm64: arm_pmu: remove unnecessary isb instruction
` [PATCH v12 2/8] arm64: KVM: encapsulate kvm_cpu_context in kvm_host_data
` [PATCH v12 3/8] arm64: KVM: add accessors to track guest/host only counters
` [PATCH v12 4/8] arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributes
` [PATCH v12 5/8] arm64: KVM: Enable !VHE support for :G/:H perf event modifiers
` [PATCH v12 6/8] arm64: KVM: Enable VHE "
` [PATCH v12 7/8] arm64: KVM: avoid isb's by using direct pmxevtyper sysreg
` [PATCH v12 8/8] arm64: docs: document perf event attributes
[RFC] arm/cpu: fix soft lockup panic after resuming from stop
2019-03-26 17:12 UTC (9+ messages)
[PATCH kvmtool v3 0/3] vfio-pci: Support INTx mode re-enabling
2019-03-26 7:41 UTC (4+ messages)
` [PATCH kvmtool v3 1/3] vfio-pci: Release INTx's unmask eventfd properly
` [PATCH kvmtool v3 2/3] vfio-pci: Add new function for INTx one-time initialisation
` [PATCH kvmtool v3 3/3] vfio-pci: Re-enable INTx mode when disable MSI/MSIX
[PATCH kvmtool v2 0/3] vfio-pci: Support INTx mode re-enabling
2019-03-26 3:17 UTC (8+ messages)
` [PATCH kvmtool v2 1/3] vfio-pci: Release INTx's unmask eventfd properly
` [PATCH kvmtool v2 2/3] vfio-pci: Remove useless FDs reservation in vfio_pci_enable_intx()
` [PATCH kvmtool v2 3/3] vfio-pci: Re-enable INTx mode when disable MSI/MSIX
[PATCH v4 0/6] KVM: arm/arm64: add support for chained counters
2019-03-25 18:30 UTC (7+ messages)
` [PATCH v4 1/6] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v4 2/6] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v4 3/6] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v4 4/6] arm64: perf: extract chain helper into header
` [PATCH v4 5/6] KVM: arm/arm64: represent paired counters with kvm_pmc_pair
` [PATCH v4 6/6] KVM: arm/arm64: support chained PMU counters
[PATCH] KVM: arm/arm64: Comments cleanup in mmu.c
2019-03-25 9:58 UTC (2+ messages)
[PATCH v6 00/22] SMMUv3 Nested Stage Setup
2019-03-22 22:09 UTC (24+ messages)
` [PATCH v6 02/22] iommu: introduce device fault data
` [PATCH v6 03/22] iommu: introduce device fault report API
` [PATCH v6 05/22] iommu: Introduce cache_invalidate API
` [PATCH v6 07/22] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v6 08/22] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v6 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
[PATCH v2 7/9] arm/arm64: kvm: pmu: Make overflow handler NMI safe
2019-03-22 16:24 UTC
[PATCH] vfio-pci: Fix MSI IRQ forwarding for without per-vector masking
2019-03-22 5:29 UTC (2+ messages)
[PATCH v4 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
2019-03-21 18:03 UTC (7+ messages)
` [PATCH v4 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH v4 2/2] KVM: doc: add API documentation on the KVM_REG_ARM_WORKAROUNDS register
[PATCH RFC 00/14] kvm/arm: Align the VMID allocation with the arm64 ASID one
2019-03-21 17:27 UTC (17+ messages)
` [PATCH RFC 01/14] arm64/mm: Introduce asid_info structure and move asid_generation/asid_map to it
` [PATCH RFC 02/14] arm64/mm: Move active_asids and reserved_asids to asid_info
` [PATCH RFC 03/14] arm64/mm: Move bits "
` [PATCH RFC 04/14] arm64/mm: Move the variable lock and tlb_flush_pending "
` [PATCH RFC 05/14] arm64/mm: Remove dependency on MM in new_context
` [PATCH RFC 06/14] arm64/mm: Store the number of asid allocated per context
` [PATCH RFC 07/14] arm64/mm: Introduce NUM_ASIDS
` [PATCH RFC 08/14] arm64/mm: Split asid_inits in 2 parts
` [PATCH RFC 09/14] arm64/mm: Split the function check_and_switch_context in 3 parts
` [PATCH RFC 10/14] arm64/mm: Introduce a callback to flush the local context
` [PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file
` [PATCH RFC 12/14] arm64/lib: asid: Allow user to update the context under the lock
` [PATCH RFC 13/14] arm/kvm: Introduce a new VMID allocator
` [PATCH RFC 14/14] kvm/arm: Align the VMID allocation with the arm64 ASID one
[PATCH -next] KVM: arm: vgic: Make two functions static
2019-03-20 19:08 UTC (3+ messages)
[PATCH v2] kvm: arm: Fix handling of stage2 huge mappings
2019-03-20 17:31 UTC (2+ messages)
[RFC] Question about TLB flush while set Stage-2 huge pages
2019-03-20 17:24 UTC (21+ messages)
` [PATCH] kvm: arm: Fix handling of stage2 huge mappings
[RFC] Question about enable doorbell irq and halt_poll process
2019-03-20 17:02 UTC (3+ messages)
[PATCH kvmtool v2 0/3] arm64: Basic SVE guest support
2019-03-20 12:07 UTC (4+ messages)
` [PATCH kvmtool v2 1/3] arm/arm64: [HACK] Sync kernel headers from sve-guest v6
` [PATCH kvmtool v2 2/3] arm64: Add basic SVE support
` [PATCH kvmtool v2 3/3] arm64: Add command-line option to set the guest's SVE vector lengths
Question: KVM: Failed to bind vfio with PCI-e / SMMU on Juno-r2
2019-03-20 8:42 UTC (12+ messages)
[PATCH kvmtool v1 1/2] vfio-pci: Release INTx's guest to host eventfd properly
2019-03-20 1:04 UTC (4+ messages)
` [PATCH kvmtool v1 2/2] vfio-pci: Fallback to INTx mode when disable MSI/MSIX
[kvmarm:5.1-fixes 6/6] arch/arm/kvm/../../../virt/kvm/arm/mmu.c:1154:35: error: 'S2_PUD_MASK' undeclared; did you mean 'S2_PMD_MASK'?
2019-03-19 20:47 UTC
[RFC PATCH] KVM: arm/arm64: Enable direct irqfd MSI injection
2019-03-19 16:57 UTC (6+ messages)
[PATCH 0/2] KVM: arm/arm64: vgic-its: Guest memory access fixes
2019-03-19 15:47 UTC (6+ messages)
` [PATCH 1/2] KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory
` [PATCH 2/2] KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots
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