Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-06-25 10:05:07 to 2018-07-06 14:57:08 UTC [more...]

[PATCH v3 00/20] arm64: Dynamic & 52bit IPA support
 2018-07-06 15:09 UTC  (80+ messages)
` [PATCH v3 01/20] virtio: mmio-v1: Validate queue PFN
` [PATCH v3 02/20] virtio: pci-legacy: Validate queue pfn
` [PATCH v3 03/20] arm64: Add a helper for PARange to physical shift conversion
` [PATCH v3 04/20] kvm: arm64: Clean up VTCR_EL2 initialisation
` [PATCH v3 05/20] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v3 06/20] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v3 07/20] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v3 08/20] kvm: arm/arm64: Abstract stage2 pgd table allocation
` [PATCH v3 09/20] kvm: arm64: Make stage2 page table layout dynamic
      ` [Qemu-devel] "
` [PATCH v3 10/20] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v3 11/20] kvm: arm64: Helper for computing VTCR_EL2.SL0
` [PATCH v3 12/20] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v3 13/20] kvm: arm64: Configure VTCR per VM
` [PATCH v3 14/20] kvm: arm/arm64: Expose supported physical address limit for VM
` [PATCH v3 15/20] kvm: arm/arm64: Allow tuning the physical address size "
` [PATCH v3 16/20] kvm: arm64: Switch to per VM IPA limit
` [PATCH v3 17/20] vgic: Add support for 52bit guest physical address
` [PATCH v3 18/20] kvm: arm64: Add support for handling 52bit IPA
` [PATCH v3 19/20] kvm: arm64: Allow IPA size supported by the system
` [PATCH v3 20/20] kvm: arm64: Fall back to normal stage2 entry level
` [kvmtool test PATCH 21/24] kvmtool: Allow backends to run checks on the KVM device fd
` [kvmtool test PATCH 22/24] kvmtool: arm64: Add support for guest physical address size
` [kvmtool test PATCH 23/24] kvmtool: arm64: Switch memory layout
` [kvmtool test PATCH 24/24] kvmtool: arm: Add support for creating VM with PA size

[PATCH v4 0/7] KVM: Support PUD hugepages at stage 2
 2018-07-06 14:36 UTC  (15+ messages)
` [PATCH v4 1/7] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v4 2/7] KVM: arm/arm64: Introduce helpers to manupulate page table entries
` [PATCH v4 3/7] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v4 4/7] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v4 5/7] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v4 6/7] KVM: arm64: Update age handlers to support "
` [PATCH v4 7/7] KVM: arm64: Add support for creating PUD hugepages at stage 2

[RFC PATCH 00/16] KVM: arm64: Initial support for SVE guests
 2018-07-06 13:20 UTC  (19+ messages)
` [RFC PATCH 01/16] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [RFC PATCH 02/16] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [RFC PATCH 03/16] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [RFC PATCH 04/16] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h
` [RFC PATCH 05/16] KVM: arm: Add arch init/uninit hooks
` [RFC PATCH 06/16] arm64/sve: Determine virtualisation-friendly vector lengths

[PATCH v5 00/20] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-07-05 15:42 UTC  (26+ messages)
` [PATCH v5 01/20] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v5 02/20] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v5 03/20] ACPI / APEI: don't wait to serialise with oops messages when panic()ing
` [PATCH v5 04/20] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v5 05/20] ACPI / APEI: Make estatus queue a Kconfig symbol
` [PATCH v5 06/20] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v5 07/20] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v5 08/20] ACPI / APEI: Move locking to the notification helper
` [PATCH v5 09/20] ACPI / APEI: Let the notification helper specify the fixmap slot
` [PATCH v5 10/20] ACPI / APEI: preparatory split of ghes->estatus
` [PATCH v5 11/20] ACPI / APEI: Remove silent flag from ghes_read_estatus()
` [PATCH v5 12/20] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [PATCH v5 13/20] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
` [PATCH v5 14/20] ACPI / APEI: Split ghes_read_estatus() to read CPER length
` [PATCH v5 15/20] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v5 16/20] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v5 17/20] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH v5 18/20] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH v5 19/20] mm/memory-failure: increase queued recovery work's priority
` [PATCH v5 20/20] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCHv4 00/10] ARMv8.3 pointer authentication userspace support
 2018-07-04 16:12 UTC  (6+ messages)
` [PATCHv4 05/10] arm64/cpufeature: detect pointer authentication

[PATCH v2 0/5] Add virtio-iommu driver
 2018-07-04 11:45 UTC  (18+ messages)
` [PATCH v2 1/5] dt-bindings: virtio: Specify #iommu-cells value for a virtio-iommu
` [PATCH v2 2/5] iommu: Add virtio-iommu driver
` [PATCH v2 3/5] iommu/virtio: Add probe request

[PATCH v2 0/6] KVM: arm/arm64: vgic: Virtual interrupt grouping support
 2018-07-04  9:38 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3
` [PATCH v2 2/6] KVM: arm/arm64: vgic: Keep track of implementation revision
` [PATCH v2 3/6] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
` [PATCH v2 4/6] KVM: arm/arm64: vgic: Add group field to struct irq
` [PATCH v2 5/6] KVM: arm/arm64: vgic: Signal IRQs using their configured group
` [PATCH v2 6/6] KVM: arm/arm64: vgic: Allow configuration of interrupt groups

[PATCH] KVM: arm/arm64: Fix vgic init race
 2018-07-04  6:49 UTC  (2+ messages)

[RFC PATCH] KVM: arm/arm64: Enable adaptative WFE trapping
 2018-07-02 18:39 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic-its: Remove VLA usage
 2018-07-02 17:15 UTC  (4+ messages)

[PATCH v4 0/6] KVM/arm64: Cache maintenance relaxations
 2018-07-02 15:02 UTC  (7+ messages)
` [PATCH v4 1/6] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH v4 2/6] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present
` [PATCH v4 3/6] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH v4 4/6] KVM: arm/arm64: Consolidate page-table accessors
` [PATCH v4 5/6] KVM: arm/arm64: Stop using the kernel's {pmd, pud, pgd}_populate helpers
` [PATCH v4 6/6] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables

[PATCH v6 0/2] support exception state migration and set VSESR_EL2 by user space
 2018-07-02 13:40 UTC  (3+ messages)
` [PATCH v6 1/2] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v6 2/2] arm64: KVM: export the capability to set guest SError syndrome

[PATCH RESEND v6 0/2] support exception state migration and set VSESR_EL2 by user space
 2018-07-02 13:43 UTC  (3+ messages)
` [PATCH RESEND v6 1/2] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH RESEND v6 2/2] arm64: KVM: export the capability to set guest SError syndrome

[PATCH 0/4] KVM: arm/arm64: vgic: Virtual interrupt grouping support
 2018-06-29 10:45 UTC  (10+ messages)

[PATCH v3 0/6] KVM/arm64: Cache maintenance relaxations
 2018-06-29  9:28 UTC  (18+ messages)
` [PATCH v3 1/6] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH v3 2/6] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present
` [PATCH v3 3/6] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH v3 4/6] KVM: arm/arm64: Consolidate page-table accessors
` [PATCH v3 5/6] KVM: arm/arm64: Stop using {pmd,pud,pgd}_populate
` [PATCH v3 6/6] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables


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