messages from 2018-10-22 11:27:50 to 2018-11-15 08:45:32 UTC [more...]
[PATCH v3 0/7] Add virtio-iommu driver
2018-11-15 8:45 UTC (16+ messages)
` [PATCH v3 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v3 3/7] PCI: OF: Allow endpoints to bypass the iommu
` [PATCH v3 5/7] iommu: Add virtio-iommu driver
` [PATCH v3 6/7] iommu/virtio: Add probe request
[PATCH 00/17] ARMv8.3 pointer authentication support
2018-11-14 22:48 UTC (26+ messages)
` [PATCH v5 07/17] arm64: add basic "
` [PATCH v5 11/17] arm64: docs: document pointer authentication
[PATCH v3 0/7] Add ARMv8.3 pointer authentication for kvm guest
2018-11-13 13:44 UTC (7+ messages)
` [PATCH v3 2/7] arm64/kvm: context-switch ptrauth registers
` [PATCH v3 6/7] arm64: docs: document KVM support of pointer authentication
[PATCH v6 09/24] arm64: kvm: Unmask PMR before entering guest
2018-11-12 11:57 UTC
[RFC] [PATCH] kvm: arm: Introduce error code KVM_EINVARIANT
2018-11-12 10:09 UTC (4+ messages)
` [Qemu-devel] "
[PATCH tip/core/rcu 7/7] KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdep
2018-11-11 20:04 UTC
[RFC QEMU 0/2] arm/virt: Account for guest pause time
2018-11-10 3:12 UTC (7+ messages)
` [RFC QEMU 1/2] arm/virt: Initialize generic timer scale factor dynamically
` [Qemu-devel] "
` [RFC QEMU 2/2] arm/virt: Account for guest pause time
` [Qemu-devel] [RFC QEMU 0/2] "
[PATCH 0/2] kvm/arm: make singlestep behaviour consistent
2018-11-09 16:58 UTC (5+ messages)
` [PATCH 1/2] kvm/arm: skip MMIO insn after emulation
` [PATCH 2/2] kvm/arm: consistently advance singlestep when emulating instructions
[RFC PATCH] KVM: arm64: don't single-step for non-emulated faults
2018-11-09 13:29 UTC (15+ messages)
[PATCH 0/4] Workaround for Cortex-A76 erratum 1165522
2018-11-09 11:39 UTC (18+ messages)
` [PATCH 1/4] KVM: arm64: Rework detection of SVE, !VHE systems
` [PATCH 2/4] KVM: arm64: Allow implementations to be confined to using VHE
` [PATCH 3/4] arm64: KVM: Install stage-2 translation before enabling traps on VHE
` [PATCH 4/4] arm64: KVM: Implement workaround for Cortex-A76 erratum 1165522
Timekeeping on ARM guests/hosts
2018-11-08 20:06 UTC (21+ messages)
[PATCH -next-akpm 0/3] Add support for fast mremap
2018-11-08 18:12 UTC (4+ messages)
` [PATCH -next-akpm 1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH -next-akpm 2/3] mm: speed up mremap by 20x on large regions (v5)
` [PATCH -next-akpm 3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap
[Resend PATCH V5 1/10] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
2018-11-08 14:46 UTC (7+ messages)
` [Resend PATCH V5 2/10] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
` [Resend PATCH V5 3/10] x86/Hyper-v: Add trace in the hyperv_nested_flush_guest_mapping_range()
` [Resend PATCH V5 4/10] KVM/VMX: Add hv tlb range flush support
` [Resend PATCH V5 5/10] KVM/MMU: Add tlb flush with range helper function
` [Resend PATCH V5 6/10] KVM: Replace old tlb flush function with new one to flush a specified range
` [Resend PATCH V5 7/10] KVM: Make kvm_set_spte_hva() return int
[PATCH V5 00/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
2018-11-08 14:42 UTC
[PATCH 5/7] arm64: Do not apply BP hardening for hyp entries from EL2
2018-11-08 12:31 UTC (6+ messages)
` [PATCH 6/7] arm64: Do not apply vector harderning "
[PATCH V5 4/10] KVM/VMX: Add hv tlb range flush support
2018-11-08 9:14 UTC
[RFC QEMU 0/2] arm/virt: Account for guest pause time
2018-11-07 9:48 UTC (4+ messages)
` [RFC QEMU 1/2] arm/virt: Initialize generic timer scale factor dynamically
` [RFC QEMU 2/2] arm/virt: Account for guest pause time
[PATCH v2] KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
2018-11-06 12:39 UTC (2+ messages)
[PATCH] KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
2018-11-06 12:30 UTC (9+ messages)
[PATCH] arm64: KVM: Don't generate UNDEF when LORegion feature is present
2018-11-06 8:26 UTC (3+ messages)
[PATCH -next 0/3] Add support for fast mremap
2018-11-06 4:36 UTC (13+ messages)
` [PATCH -next 1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH -next v2 1/3] mm: treewide: remove unused address argument from pte_alloc functions
` [PATCH -next 2/3] mm: speed up mremap by 20x on large regions (v4)
` [PATCH -next 3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap
kvm-unit-tests gicv2 cases fail
2018-11-05 7:19 UTC (4+ messages)
[PATCH 16/16] KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdep
2018-11-02 19:42 UTC (3+ messages)
[PATCH] KVM: arm/arm64: Fix unintended stage 2 PMD mappings
2018-11-02 14:14 UTC (4+ messages)
[RFC PATCH v2 00/23] KVM: arm64: Initial support for SVE guests
2018-11-02 8:32 UTC (11+ messages)
` [RFC PATCH v2 05/23] KVM: arm: Add arch vcpu uninit hook
` [RFC PATCH v2 10/23] KVM: arm64: Extend reset_unknown() to handle mixed RES0/UNKNOWN registers
` [RFC PATCH v2 11/23] KVM: arm64: Support runtime sysreg filtering for KVM_GET_REG_LIST
` [RFC PATCH v2 18/23] KVM: arm64: Add arch vcpu ioctl hook
` [RFC PATCH v2 20/23] KVM: arm64: Add arch vm "
[PATCH v9 0/8] KVM: Support PUD hugepage at stage 2
2018-11-01 13:40 UTC (11+ messages)
` [PATCH v9 1/8] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v9 2/8] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH v9 3/8] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH v9 4/8] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v9 5/8] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v9 6/8] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v9 7/8] KVM: arm64: Update age handlers to support "
` [PATCH v9 8/8] KVM: arm64: Add support for creating PUD hugepages at stage 2
[PATCH v6 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
2018-11-01 9:32 UTC (6+ messages)
` [PATCH v6 18/18] kvm: arm64: Allow tuning the physical address size for VM
[PATCH 00/13] kvm: selftests: add aarch64 framework and dirty
2018-11-01 9:31 UTC (6+ messages)
[PATCH v8 0/9] KVM: Support PUD hugepage at stage 2
2018-11-01 8:31 UTC (6+ messages)
` [PATCH v8 1/9] KVM: arm/arm64: Ensure only THP is candidate for adjustment
[PATCH v2] KVM: arm/arm64: Check memslot bounds before mapping hugepages
2018-10-31 16:00 UTC (2+ messages)
[PATCH kvm-unit-tests] scripts: Speedup MAX_SMP check
2018-10-30 12:19 UTC (3+ messages)
[PATCH 0/4] Add support for fast mremap
2018-10-29 10:28 UTC (19+ messages)
` [PATCH 1/4] treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)
Nested Virtualization on ARM v8.0
2018-10-29 8:35 UTC (2+ messages)
Nested Virtualization on ARM v8.0
2018-10-29 6:37 UTC
[RFC v2 00/20] SMMUv3 Nested Stage Setup
2018-10-27 9:24 UTC (6+ messages)
` [RFC v2 12/20] dma-iommu: Implement NESTED_MSI cookie
ARM64 KVM crash
2018-10-24 21:40 UTC (5+ 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