Linux KVM for ARM
[Prev Page][Next Page]
- Re: [PATCH] KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW, (continued)
- [PATCH] KVM: Documentation: rename the capability of KVM_CAP_ARM_SET_SERROR_ESR,
Dongjiu Geng
- [PATCH] arm64: KVM: rename the capability to set guest SError syndrome,
Dongjiu Geng
- [RFC PATCH 1/5] KVM: arm64: Remove pgd_lock,
Steven Price
- [PATCH 00/37] KVM/arm updates for v4.19,
Marc Zyngier
- [PATCH 02/37] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present, Marc Zyngier
- [PATCH 01/37] arm64: KVM: Add support for Stage-2 control of memory types and cacheability, Marc Zyngier
- [PATCH 03/37] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set, Marc Zyngier
- [PATCH 04/37] KVM: arm/arm64: Consolidate page-table accessors, Marc Zyngier
- [PATCH 05/37] KVM: arm/arm64: Stop using the kernel's {pmd, pud, pgd}_populate helpers, Marc Zyngier
- [PATCH 06/37] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables, Marc Zyngier
- [PATCH 07/37] KVM: arm/arm64: Enable adaptative WFE trapping, Marc Zyngier
- [PATCH 08/37] KVM: arm/arm64: Fix vgic init race, Marc Zyngier
- [PATCH 09/37] KVM: arm64: vgic-its: Remove VLA usage, Marc Zyngier
- [PATCH 10/37] KVM: arm/arm64: vgic-debug: Show LPI status, Marc Zyngier
- [PATCH 11/37] arm64: KVM: Cleanup tpidr_el2 init on non-VHE, Marc Zyngier
- [PATCH 12/37] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3, Marc Zyngier
- [PATCH 14/37] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero, Marc Zyngier
- [PATCH 13/37] KVM: arm/arm64: vgic: Keep track of implementation revision, Marc Zyngier
- [PATCH 15/37] KVM: arm/arm64: vgic: Add group field to struct irq, Marc Zyngier
- [PATCH 16/37] KVM: arm/arm64: vgic: Signal IRQs using their configured group, Marc Zyngier
- [PATCH 17/37] KVM: arm/arm64: vgic: Permit uaccess writes to return errors, Marc Zyngier
- [PATCH 18/37] KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writes, Marc Zyngier
- [PATCH 19/37] KVM: arm/arm64: vgic: Allow configuration of interrupt groups, Marc Zyngier
- [PATCH 20/37] KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR, Marc Zyngier
- [PATCH 21/37] KVM: arm/arm64: vgic: Update documentation of the GIC devices wrt IIDR, Marc Zyngier
- [PATCH 22/37] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS, Marc Zyngier
- [PATCH 23/37] arm64: KVM: export the capability to set guest SError syndrome, Marc Zyngier
- [PATCH 24/37] KVM: arm64: Share the parts of get/set events useful to 32bit, Marc Zyngier
- [PATCH 25/37] KVM: arm: Add 32bit get/set events support, Marc Zyngier
- [PATCH 28/37] KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked, Marc Zyngier
- [PATCH 27/37] KVM: arm/arm64: Fix potential loss of ptimer interrupts, Marc Zyngier
- [PATCH 26/37] KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr(), Marc Zyngier
- [PATCH 29/37] KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encoding, Marc Zyngier
- [PATCH 31/37] KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses, Marc Zyngier
- [PATCH 30/37] KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs, Marc Zyngier
- [PATCH 32/37] KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses, Marc Zyngier
- [PATCH 34/37] KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabled, Marc Zyngier
- [PATCH 33/37] KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.h, Marc Zyngier
- [PATCH 35/37] KVM: arm: Use true and false for boolean values, Marc Zyngier
- [PATCH 36/37] KVM: arm/arm64: Skip updating PMD entry if no change, Marc Zyngier
- [PATCH 37/37] KVM: arm/arm64: Skip updating PTE entry if no change, Marc Zyngier
- Re: [PATCH 00/37] KVM/arm updates for v4.19, Paolo Bonzini
- [PATCH v3 0/2] KVM: Fix refaulting due to page table update,
Punit Agrawal
- [PATCH v2 0/2] KVM: Fix refaulting due to page table update,
Punit Agrawal
- [PATCH] KVM: arm/arm64: Skip updating page table entry if no change,
Punit Agrawal
- [PATCH v2 0/4] KVM: arm/arm64: vgic-v3: Group0 SGI support,
Marc Zyngier
- [PATCH 0/4] KVM: arm/arm64: vgic-v3: Group0 SGI support,
Marc Zyngier
- [PATCH] KVM: arm: Use true and false for boolean values, Gustavo A. R. Silva
- [PATCH 1/2] KVM: arm/arm64: vgic: move DEBUG_SPINLOCK_BUG_ON to vgic.h,
Jia He
- [PATCH v3 0/2] kvm: arm/arm64: Fix emulated physical timer IRQ injection,
Andre Przywara
- [kvm-unit-tests PATCH v2 0/4] arm: add GICv2 MMIO tests,
Andre Przywara
- [PATCH v9 0/4] support exception state migration and set VSESR_EL2 by user space,
James Morse
- [PATCH v4 00/20] kvm: arm64: Dynamic IPA and 52bit IPA,
Suzuki K Poulose
- [PATCH v4 01/20] virtio: mmio-v1: Validate queue PFN, Suzuki K Poulose
- [PATCH v4 02/20] virtio: pci-legacy: Validate queue pfn, Suzuki K Poulose
- [PATCH v4 03/20] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table, Suzuki K Poulose
- [PATCH v4 04/20] kvm: arm/arm64: Remove spurious WARN_ON, Suzuki K Poulose
- [PATCH v4 05/20] kvm: arm64: Add helper for loading the stage2 setting for a VM, Suzuki K Poulose
- [PATCH v4 06/20] arm64: Add a helper for PARange to physical shift conversion, Suzuki K Poulose
- [PATCH v4 07/20] kvm: arm64: Clean up VTCR_EL2 initialisation, Suzuki K Poulose
- [PATCH v4 08/20] kvm: arm64: Configure VTCR_EL2 per VM, Suzuki K Poulose
- [PATCH v4 09/20] kvm: arm/arm64: Prepare for VM specific stage2 translations, Suzuki K Poulose
- [PATCH v4 10/20] kvm: arm64: Prepare for dynamic stage2 page table layout, Suzuki K Poulose
- [PATCH v4 11/20] kvm: arm64: Make stage2 page table layout dynamic, Suzuki K Poulose
- [PATCH v4 12/20] kvm: arm64: Dynamic configuration of VTTBR mask, Suzuki K Poulose
- [PATCH v4 13/20] kvm: arm64: Configure VTCR_EL2.SL0 per VM, Suzuki K Poulose
- [PATCH v4 14/20] kvm: arm64: Switch to per VM IPA limit, Suzuki K Poulose
- [PATCH v4 15/20] vgic: Add support for 52bit guest physical address, Suzuki K Poulose
- [PATCH v4 16/20] kvm: arm64: Add 52bit support for PAR to HPFAR conversoin, Suzuki K Poulose
- [PATCH v4 17/20] kvm: arm64: Set a limit on the IPA size, Suzuki K Poulose
- [PATCH v4 18/20] kvm: arm64: Limit the minimum number of page table levels, Suzuki K Poulose
- [PATCH v4 19/20] kvm: arm/arm64: Expose supported physical address limit for VM, Suzuki K Poulose
- [PATCH v4 20/20] kvm: arm64: Allow tuning the physical address size for VM, Suzuki K Poulose
- [kvmtool PATCH v4 21/24] kvmtool: Allow backends to run checks on the KVM device fd, Suzuki K Poulose
- [kvmtool PATCH v4 22/24] kvmtool: arm64: Add support for guest physical address size, Suzuki K Poulose
- [kvmtool PATCH v4 23/24] kvmtool: arm64: Switch memory layout, Suzuki K Poulose
- [kvmtool PATCH v4 24/24] kvmtool: arm: Add support for creating VM with PA size, Suzuki K Poulose
- [PATCH v2] kvm: arm/arm64: Fix emulated physical timer IRQ injection,
Andre Przywara
- [PATCH] kvm: arm/arm64: Fix emulated physical timer IRQ injection,
Andre Przywara
- [kvm-unit-tests PATCH 0/2] arm64: extend arch timer tests,
Andre Przywara
- [PATCH v4 00/10] KVM: arm/arm64: vgic: Virtual interrupt grouping support,
Christoffer Dall
- [PATCH v4 01/10] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3, Christoffer Dall
- [PATCH v4 02/10] KVM: arm/arm64: vgic: Keep track of implementation revision, Christoffer Dall
- [PATCH v4 03/10] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero, Christoffer Dall
- [PATCH v4 04/10] KVM: arm/arm64: vgic: Add group field to struct irq, Christoffer Dall
- [PATCH v4 05/10] KVM: arm/arm64: vgic: Signal IRQs using their configured group, Christoffer Dall
- [PATCH v4 06/10] KVM: arm/arm64: vgic: Permit uaccess writes to return errors, Christoffer Dall
- [PATCH v4 07/10] KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writes, Christoffer Dall
- [PATCH v4 09/10] KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR, Christoffer Dall
- [PATCH v4 08/10] KVM: arm/arm64: vgic: Allow configuration of interrupt groups, Christoffer Dall
- [PATCH v4 10/10] KVM: arm/arm64: vgic: Update documentation of the GIC devices wrt IIDR, Christoffer Dall
- Re: [PATCH v4 00/10] KVM: arm/arm64: vgic: Virtual interrupt grouping support, Marc Zyngier
- [PATCH v6 0/8] KVM: Support PUD hugepages at stage 2,
Punit Agrawal
- [PATCH v3 0/9] KVM: arm/arm64: vgic: Virtual interrupt grouping support,
Christoffer Dall
- [PATCH v8 0/4] support exception state migration and set VSESR_EL2 by user space,
James Morse
- [kvmtool PATCH 0/2] Makefile: Optional dependencies fixes,
Julien Thierry
- Re: [PATCH v7 1/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS, gengdongjiu
- [PATCH 0/2] arm64: spectre-v1 write fixes (CVE-2018-3693),
Mark Rutland
- [PATCH v7 0/4] support exception state migration and set VSESR_EL2 by user space,
James Morse
- [PATCH v5 0/7] KVM: Support PUD hugepages at stage 2,
Punit Agrawal
- [PATCH] KVM: arm/arm64: vgic-debug: Show LPI status, Marc Zyngier
- [PATCH v4 0/7] KVM: Support PUD hugepages at stage 2,
Punit Agrawal
- [PATCH v2 0/6] KVM: arm/arm64: vgic: Virtual interrupt grouping support,
Christoffer Dall
- [PATCH] KVM: arm/arm64: Fix vgic init race,
Christoffer Dall
- [RFC PATCH] KVM: arm/arm64: Enable adaptative WFE trapping,
Marc Zyngier
- [PATCH v4 0/6] KVM/arm64: Cache maintenance relaxations,
Marc Zyngier
- [PATCH RESEND v6 0/2] support exception state migration and set VSESR_EL2 by user space,
Dongjiu Geng
- [PATCH v6 0/2] support exception state migration and set VSESR_EL2 by user space,
Dongjiu Geng
- [PATCH] KVM: arm64: vgic-its: Remove VLA usage,
Kees Cook
- [PATCH v3 00/20] arm64: Dynamic & 52bit IPA support,
Suzuki K Poulose
- [PATCH v3 01/20] virtio: mmio-v1: Validate queue PFN, Suzuki K Poulose
- [PATCH v3 02/20] virtio: pci-legacy: Validate queue pfn, Suzuki K Poulose
- [PATCH v3 03/20] arm64: Add a helper for PARange to physical shift conversion, Suzuki K Poulose
- [PATCH v3 04/20] kvm: arm64: Clean up VTCR_EL2 initialisation, Suzuki K Poulose
- [PATCH v3 05/20] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table, Suzuki K Poulose
- [PATCH v3 06/20] kvm: arm/arm64: Remove spurious WARN_ON, Suzuki K Poulose
- [PATCH v3 08/20] kvm: arm/arm64: Abstract stage2 pgd table allocation, Suzuki K Poulose
- [PATCH v3 07/20] kvm: arm/arm64: Prepare for VM specific stage2 translations, Suzuki K Poulose
- [PATCH v3 09/20] kvm: arm64: Make stage2 page table layout dynamic, Suzuki K Poulose
- [PATCH v3 10/20] kvm: arm64: Dynamic configuration of VTTBR mask, Suzuki K Poulose
- [PATCH v3 11/20] kvm: arm64: Helper for computing VTCR_EL2.SL0, Suzuki K Poulose
- [PATCH v3 12/20] kvm: arm64: Add helper for loading the stage2 setting for a VM, Suzuki K Poulose
- [PATCH v3 13/20] kvm: arm64: Configure VTCR per VM, Suzuki K Poulose
- [PATCH v3 14/20] kvm: arm/arm64: Expose supported physical address limit for VM, Suzuki K Poulose
- [PATCH v3 16/20] kvm: arm64: Switch to per VM IPA limit, Suzuki K Poulose
- [PATCH v3 15/20] kvm: arm/arm64: Allow tuning the physical address size for VM, Suzuki K Poulose
- [PATCH v3 17/20] vgic: Add support for 52bit guest physical address, Suzuki K Poulose
- [PATCH v3 18/20] kvm: arm64: Add support for handling 52bit IPA, Suzuki K Poulose
- [PATCH v3 19/20] kvm: arm64: Allow IPA size supported by the system, Suzuki K Poulose
- [PATCH v3 20/20] kvm: arm64: Fall back to normal stage2 entry level, Suzuki K Poulose
- [kvmtool test PATCH 21/24] kvmtool: Allow backends to run checks on the KVM device fd, Suzuki K Poulose
- [kvmtool test PATCH 22/24] kvmtool: arm64: Add support for guest physical address size, Suzuki K Poulose
- [kvmtool test PATCH 23/24] kvmtool: arm64: Switch memory layout, Suzuki K Poulose
- [kvmtool test PATCH 24/24] kvmtool: arm: Add support for creating VM with PA size, Suzuki K Poulose
- [PATCH v3 0/6] KVM/arm64: Cache maintenance relaxations,
Marc Zyngier
- [PATCH v5 00/20] APEI in_nmi() rework and arm64 SDEI wire-up,
James Morse
- [PATCH v5 01/20] ACPI / APEI: Move the estatus queue code up, and under its own ifdef, James Morse
- [PATCH v5 02/20] ACPI / APEI: Generalise the estatus queue's add/remove and notify code, James Morse
- [PATCH v5 03/20] ACPI / APEI: don't wait to serialise with oops messages when panic()ing, James Morse
- [PATCH v5 05/20] ACPI / APEI: Make estatus queue a Kconfig symbol, James Morse
- [PATCH v5 06/20] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing, James Morse
- [PATCH v5 04/20] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue, James Morse
- [PATCH v5 07/20] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface, James Morse
- [PATCH v5 08/20] ACPI / APEI: Move locking to the notification helper, James Morse
- [PATCH v5 10/20] ACPI / APEI: preparatory split of ghes->estatus, James Morse
- [PATCH v5 09/20] ACPI / APEI: Let the notification helper specify the fixmap slot, James Morse
- [PATCH v5 11/20] ACPI / APEI: Remove silent flag from ghes_read_estatus(), James Morse
- [PATCH v5 12/20] ACPI / APEI: Don't store CPER records physical address in struct ghes, James Morse
- [PATCH v5 13/20] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus, James Morse
- [PATCH v5 14/20] ACPI / APEI: Split ghes_read_estatus() to read CPER length, James Morse
- [PATCH v5 16/20] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications, James Morse
- [PATCH v5 17/20] firmware: arm_sdei: Add ACPI GHES registration helper, James Morse
- [PATCH v5 15/20] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one(), James Morse
- [PATCH v5 18/20] ACPI / APEI: Add support for the SDEI GHES Notification type, James Morse
- [PATCH v5 19/20] mm/memory-failure: increase queued recovery work's priority, James Morse
- [PATCH v5 20/20] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work, James Morse
- Re: [PATCH v5 00/20] APEI in_nmi() rework and arm64 SDEI wire-up, Will Deacon
- Re: [PATCH v5 00/20] APEI in_nmi() rework and arm64 SDEI wire-up, Rafael J. Wysocki
- [PATCH 0/4] KVM: arm/arm64: vgic: Virtual interrupt grouping support,
Christoffer Dall
- [GIT PULL] KVM/arm updates for 4.18-rc2,
Marc Zyngier
- [PATCH v2 0/5] Add virtio-iommu driver,
Jean-Philippe Brucker
- [RFC PATCH 00/16] KVM: arm64: Initial support for SVE guests,
Dave Martin
- [RFC PATCH 01/16] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush, Dave Martin
- [RFC PATCH 06/16] arm64/sve: Determine virtualisation-friendly vector lengths, Dave Martin
- [RFC PATCH 03/16] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance, Dave Martin
- [RFC PATCH 05/16] KVM: arm: Add arch init/uninit hooks, Dave Martin
- [RFC PATCH 02/16] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled(), Dave Martin
- [RFC PATCH 07/16] arm64/sve: Enable SVE state tracking for non-task contexts, Dave Martin
- [RFC PATCH 04/16] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h, Dave Martin
- [RFC PATCH 09/16] KVM: arm64: Allow ID registers to by dynamically read-as-zero, Dave Martin
- [RFC PATCH 08/16] KVM: arm64: Support dynamically hideable system registers, Dave Martin
- [RFC PATCH 12/16] KVM: arm64/sve: Context switch the SVE registers, Dave Martin
- [RFC PATCH 15/16] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST, Dave Martin
- [RFC PATCH 16/16] KVM: arm64/sve: Report and enable SVE API extensions for userspace, Dave Martin
- [RFC PATCH 10/16] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest, Dave Martin
- [RFC PATCH 11/16] KVM: arm64/sve: System register context switch and access support, Dave Martin
- [RFC PATCH 13/16] KVM: Allow 2048-bit register access via KVM_{GET, SET}_ONE_REG, Dave Martin
- [RFC PATCH 14/16] KVM: arm64/sve: Add SVE support to register access ioctl interface, Dave Martin
- Re: [RFC PATCH 00/16] KVM: arm64: Initial support for SVE guests, Alex Bennée
- Re: [RFC PATCH 00/16] KVM: arm64: Initial support for SVE guests, Christoffer Dall
- [PATCH 0/2] KVM: Fix !KVM_COMPAT ioctl behaviour,
Marc Zyngier
- [PATCH v6 kvmtool 00/13] Add vfio-pci support,
Jean-Philippe Brucker
- [PATCH v6 kvmtool 01/13] pci: add config operations callbacks on the PCI header, Jean-Philippe Brucker
- [PATCH v6 kvmtool 02/13] pci: allow to specify IRQ type for PCI devices, Jean-Philippe Brucker
- [PATCH v6 kvmtool 03/13] irq: add irqfd helpers, Jean-Philippe Brucker
- [PATCH v6 kvmtool 04/13] Extend memory bank API with memory types, Jean-Philippe Brucker
- [PATCH v6 kvmtool 05/13] pci: add capability helpers, Jean-Philippe Brucker
- [PATCH v6 kvmtool 07/13] Add fls_long and roundup_pow_of_two helpers, Jean-Philippe Brucker
- [PATCH v6 kvmtool 06/13] Import VFIO headers, Jean-Philippe Brucker
- [PATCH v6 kvmtool 08/13] Add PCI device passthrough using VFIO, Jean-Philippe Brucker
- [PATCH v6 kvmtool 10/13] vfio-pci: add MSI support, Jean-Philippe Brucker
- [PATCH v6 kvmtool 09/13] vfio-pci: add MSI-X support, Jean-Philippe Brucker
- [PATCH v6 kvmtool 12/13] Introduce reserved memory regions, Jean-Philippe Brucker
- [PATCH v6 kvmtool 11/13] vfio: Support non-mmappable regions, Jean-Philippe Brucker
- [PATCH v6 kvmtool 13/13] vfio: check reserved regions before mapping DMA, Jean-Philippe Brucker
- Re: [PATCH v6 kvmtool 00/13] Add vfio-pci support, Will Deacon
- [PATCH 4.14 071/189] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr(), Greg Kroah-Hartman
- [PATCH 4.16 107/279] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr(), Greg Kroah-Hartman
- Patch "KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()" has been added to the 4.16-stable tree, gregkh
- Patch "KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()" has been added to the 4.14-stable tree, gregkh
- [PATCH v2 0/4] KVM: arm64: FPSIMD/SVE fixes for 4.17,
Dave Martin
- [PATCH 0/4] KVM: arm64: FPSIMD/SVE fixes for 4.17,
Dave Martin
- A KVM kernel for FVP for ARM7,
Raz
- [PATCH v5 0/6] KASan for arm,
Abbott Liu
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]