messages from 2018-07-25 12:28:15 to 2018-09-03 12:19:31 UTC [more...]
[RFC 01/13] iommu: Introduce bind_guest_stage API
2018-09-03 12:19 UTC (22+ messages)
` [RFC 02/13] iommu: Introduce tlb_invalidate API
` [RFC 03/13] iommu: Introduce bind_guest_msi
` [RFC 04/13] vfio: VFIO_IOMMU_BIND_GUEST_STAGE
` [RFC 05/13] vfio: VFIO_IOMMU_TLB_INVALIDATE
` [RFC 06/13] vfio: VFIO_IOMMU_BIND_MSI
` [RFC 07/13] vfio: Document nested stage control
` [RFC 08/13] iommu/arm-smmu-v3: Link domains and devices
` [RFC 09/13] iommu/smmuv3: Get prepared for nested stage support
` [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
[PATCH kvm-unit-tests 0/2] Support micro operation measurement on arm64
2018-09-03 12:11 UTC (5+ messages)
` [PATCH kvm-unit-tests 1/2] arm/arm64: add GICD_IIDR definition
` [PATCH kvm-unit-tests 2/2] arm64: add micro-bench
GICv3 stride issue with many VCPUs
2018-09-03 11:39 UTC (2+ 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 kvm-unit-tests] scripts: Speedup MAX_SMP check
2018-09-03 10:58 UTC
[PATCH v3 0/9] arm/arm64: KVM: limit icache invalidation to prefetch aborts
2018-09-01 10:03 UTC (13+ 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] KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
2018-08-30 12:20 UTC (2+ messages)
[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)
[RFC 00/13] SMMUv3 Nested Stage Setup
2018-08-23 12:17 UTC
[PATCH 00/37] KVM/arm updates for v4.19
2018-08-21 12:42 UTC (41+ messages)
` [PATCH 01/37] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH 02/37] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present
` [PATCH 03/37] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH 04/37] KVM: arm/arm64: Consolidate page-table accessors
` [PATCH 05/37] KVM: arm/arm64: Stop using the kernel's {pmd, pud, pgd}_populate helpers
` [PATCH 06/37] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables
` [PATCH 07/37] KVM: arm/arm64: Enable adaptative WFE trapping
` [PATCH 08/37] KVM: arm/arm64: Fix vgic init race
` [PATCH 09/37] KVM: arm64: vgic-its: Remove VLA usage
` [PATCH 10/37] KVM: arm/arm64: vgic-debug: Show LPI status
` [PATCH 11/37] arm64: KVM: Cleanup tpidr_el2 init on non-VHE
` [PATCH 12/37] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3
` [PATCH 13/37] KVM: arm/arm64: vgic: Keep track of implementation revision
` [PATCH 14/37] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
` [PATCH 15/37] KVM: arm/arm64: vgic: Add group field to struct irq
` [PATCH 16/37] KVM: arm/arm64: vgic: Signal IRQs using their configured group
` [PATCH 17/37] KVM: arm/arm64: vgic: Permit uaccess writes to return errors
` [PATCH 18/37] KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writes
` [PATCH 19/37] KVM: arm/arm64: vgic: Allow configuration of interrupt groups
` [PATCH 20/37] KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR
` [PATCH 21/37] KVM: arm/arm64: vgic: Update documentation of the GIC devices wrt IIDR
` [PATCH 22/37] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH 23/37] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH 24/37] KVM: arm64: Share the parts of get/set events useful to 32bit
` [PATCH 25/37] KVM: arm: Add 32bit get/set events support
` [PATCH 26/37] KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
` [PATCH 27/37] KVM: arm/arm64: Fix potential loss of ptimer interrupts
` [PATCH 28/37] KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
` [PATCH 29/37] KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encoding
` [PATCH 30/37] KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
` [PATCH 31/37] KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
` [PATCH 32/37] KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses
` [PATCH 33/37] KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.h
` [PATCH 34/37] KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabled
` [PATCH 35/37] KVM: arm: Use true and false for boolean values
` [PATCH 36/37] KVM: arm/arm64: Skip updating PMD entry if no change
` [PATCH 37/37] KVM: arm/arm64: Skip updating PTE "
[PATCH] KVM: Documentation: rename the capability of KVM_CAP_ARM_SET_SERROR_ESR
2018-08-21 11:06 UTC (3+ messages)
[PATCH] arm64: KVM: rename the capability to set guest SError syndrome
2018-08-20 18:37 UTC (3+ messages)
[RFC PATCH 1/5] KVM: arm64: Remove pgd_lock
2018-08-15 16:52 UTC (2+ messages)
[PATCH] KVM: arm/arm64: Skip updating page table entry if no change
2018-08-13 14:27 UTC (5+ messages)
[PATCH v3 0/2] KVM: Fix refaulting due to page table update
2018-08-13 10:43 UTC (3+ messages)
` [PATCH v3 1/2] KVM: arm/arm64: Skip updating PMD entry if no change
` [PATCH v3 2/2] KVM: arm/arm64: Skip updating PTE "
[PATCH v2 0/2] KVM: Fix refaulting due to page table update
2018-08-13 10:18 UTC (8+ messages)
` [PATCH v2 1/2] KVM: arm/arm64: Skip updating PMD entry if no change
` [PATCH v2 2/2] KVM: arm/arm64: Skip updating PTE "
[PATCH v2 0/4] KVM: arm/arm64: vgic-v3: Group0 SGI support
2018-08-11 16:22 UTC (6+ messages)
` [PATCH v2 1/4] KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encoding
` [PATCH v2 2/4] KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
` [PATCH v2 3/4] KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
` [PATCH v2 4/4] KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses
[PATCH 0/4] KVM: arm/arm64: vgic-v3: Group0 SGI support
2018-08-09 11:59 UTC (11+ messages)
` [PATCH 1/4] KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encoding
` [PATCH 2/4] KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
` [PATCH 3/4] KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
` [PATCH 4/4] KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses
[RFC PATCH 00/16] KVM: arm64: Initial support for SVE guests
2018-08-09 10:19 UTC (65+ messages)
` [RFC PATCH 07/16] arm64/sve: Enable SVE state tracking for non-task contexts
` [RFC PATCH 08/16] KVM: arm64: Support dynamically hideable system registers
` [RFC PATCH 09/16] KVM: arm64: Allow ID registers to by dynamically read-as-zero
` [RFC PATCH 10/16] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [RFC PATCH 12/16] KVM: arm64/sve: Context switch the SVE registers
` [RFC PATCH 13/16] KVM: Allow 2048-bit register access via KVM_{GET, SET}_ONE_REG
` [RFC PATCH 14/16] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [RFC PATCH 15/16] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [RFC PATCH 16/16] KVM: arm64/sve: Report and enable SVE API extensions for userspace
[PATCH] KVM: arm: Use true and false for boolean values
2018-08-08 0:04 UTC
[PATCH 1/2] KVM: arm/arm64: vgic: move DEBUG_SPINLOCK_BUG_ON to vgic.h
2018-08-06 14:13 UTC (3+ messages)
` [PATCH 2/2] KVM: arm/arm64: vgic: no need to call spin_lock_irqsave/restore when irq is disabled
[kvm-unit-tests PATCH v2 0/4] arm: add GICv2 MMIO tests
2018-08-03 13:13 UTC (10+ messages)
` [kvm-unit-tests PATCH v2 1/4] mark exit() and abort() as non-returning functions
` [Qemu-devel] "
` [kvm-unit-tests PATCH v2 2/4] arm/arm64: GIC: basic GICv2 MMIO tests
` [kvm-unit-tests PATCH v2 3/4] arm/arm64: GICv2: add GICD_IPRIORITYR testing
` [kvm-unit-tests PATCH v2 4/4] arm/arm64: GICv2: add GICD_ITARGETSR testing
` [Qemu-devel] "
VCPU hotplug on KVM/ARM
2018-08-01 8:09 UTC (13+ messages)
` [Qemu-devel] "
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;
as well as URLs for NNTP newsgroup(s).