Linux KVM for ARM
[Prev Page][Next Page]
- Re: [PATCH v5 3/5] arm64/kvm: context-switch ptrauth register, (continued)
- [PATCH v4 03/12] arm64: Remove the ability to build a kernel without ssbd,
Jeremy Linton
- [PATCH v4 04/12] arm64: remove the ability to build a kernel without hardened branch predictors,
Jeremy Linton
- [PATCH kvmtool 0/6] Various convenience fixes,
Andre Przywara
- [PATCH kvmtool] arm: Allow command line for firmware,
Andre Przywara
- [PATCH v2 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register,
Andre Przywara
- [PATCH 0/5] KVM: arm/arm64: Fix VCPU power management problems,
Christoffer Dall
- [PATCH 0/3] KVM: arm/arm64: trivial header path sanitization,
Masahiro Yamada
- [PATCH 4.4 041/104] arm64: Dont trap host pointer auth use to EL2, Greg Kroah-Hartman
- [PATCH 4.4 040/104] arm64/kvm: consistently handle host HCR_EL2 flags, Greg Kroah-Hartman
- [PATCH v2 0/4] Fix some KVM/HYP interactions with kprobes,
James Morse
- [PATCH 00/14] KVM: arm/arm64: Various rework in preparation of nested virt support,
Christoffer Dall
- [PATCH 01/14] arm/arm64: KVM: Introduce kvm_call_hyp_ret(), Christoffer Dall
- [PATCH 03/14] arm64: KVM: Drop VHE-specific HYP call stub, Christoffer Dall
- [PATCH 02/14] arm64: KVM: Allow for direct call of HYP functions when using VHE, Christoffer Dall
- [PATCH 04/14] ARM: KVM: Teach some form of type-safety to kvm_call_hyp, Christoffer Dall
- [PATCH 05/14] arm/arm64: KVM: Statically configure the host's view of MPIDR, Christoffer Dall
- [PATCH 06/14] KVM: arm/arm64: Factor out VMID into struct kvm_vmid, Christoffer Dall
- [PATCH 07/14] KVM: arm/arm64: Simplify bg_timer programming, Christoffer Dall
- [PATCH 08/14] KVM: arm64: Fix ICH_ELRSR_EL2 sysreg naming, Christoffer Dall
- [PATCH 09/14] KVM: arm64: Reuse sys_reg() macro when searching the trap table, Christoffer Dall
- [PATCH 10/14] KVM: arm/arm64: consolidate arch timer trap handlers, Christoffer Dall
- [PATCH 12/14] KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems, Christoffer Dall
- [PATCH 14/14] KVM: arm/arm64: Move kvm_is_write_fault to header file, Christoffer Dall
- [PATCH 11/14] KVM: arm/arm64: timer: Rework data structures for multiple timers, Christoffer Dall
- [PATCH 13/14] KVM: arm/arm64: Rework the timer code to use a timer_map, Christoffer Dall
- [PATCH] clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHE,
Christoffer Dall
- [kvm-unit-tests PATCH 0/7] arm/arm64: Add support for running under kvmtool,
Alexandru Elisei
- [PATCH 0/4] KVM: arm/arm64: add support for chained counters,
Andrew Murray
- [PATCH 0/4] Fix some KVM/HYP interactions with kprobes,
James Morse
- [PATCH v9 10/26] arm64: kvm: Unmask PMR before entering guest,
Julien Thierry
- [PATCH 4.19 19/99] arm64: Dont trap host pointer auth use to EL2, Greg Kroah-Hartman
- [PATCH 4.19 18/99] arm64/kvm: consistently handle host HCR_EL2 flags, Greg Kroah-Hartman
- [PATCH 4.9 12/51] arm64: Dont trap host pointer auth use to EL2, Greg Kroah-Hartman
- [PATCH 4.9 11/51] arm64/kvm: consistently handle host HCR_EL2 flags, Greg Kroah-Hartman
- [PATCH 4.14 11/59] arm64/kvm: consistently handle host HCR_EL2 flags, Greg Kroah-Hartman
- [PATCH 4.14 12/59] arm64: Dont trap host pointer auth use to EL2, Greg Kroah-Hartman
- [PATCH 4.20 016/111] arm64: Dont trap host pointer auth use to EL2, Greg Kroah-Hartman
- [PATCH 4.20 015/111] arm64/kvm: consistently handle host HCR_EL2 flags, Greg Kroah-Hartman
- [RFC PATCH 00/12] arm64: SVE guest support test hacks,
Dave Martin
- [RFC PATCH 01/12] guest: Add generated file guest/guest_init.c to .gitignore, Dave Martin
- [RFC PATCH 02/12] update_headers: Sync kvm UAPI headers with linux v5.0-rc2, Dave Martin
- [RFC PATCH 05/12] arm64: Correct ARM64_CORE_REG() size encodings for all core registers, Dave Martin
- [RFC PATCH 03/12] Makefile: [HACK] Work around GCC 8 warnings :(, Dave Martin
- [RFC PATCH 06/12] arm64: [HACK] Pull in kvm UAPI header updates from SVE development branch, Dave Martin
- [RFC PATCH 08/12] arm64: [HACK] Basic SVE support, Dave Martin
- [RFC PATCH 10/12] arm64: [HACK] Allow configuration of the guest's set of SVE vector lengths, Dave Martin
- [RFC PATCH 04/12] Makefile: [HACK] Pass relevant flags when checking for libfdt, Dave Martin
- [RFC PATCH 07/12] arm64: [HACK] Add option to show the kernel's KVM register ID list, Dave Martin
- [RFC PATCH 09/12] arm64: [HACK] Show extra info about SVE with --show-reg-list, Dave Martin
- [RFC PATCH 11/12] arm64: [HACK] FPSIMD/SVE register dumping for lkvm debug, Dave Martin
- [RFC PATCH 12/12] arm64: [HACK] Check that out-of-range SVE register IDs can't be dumped, Dave Martin
- [PATCH v4 00/25] KVM: arm64: SVE guest support,
Dave Martin
- [PATCH v4 01/25] KVM: Documentation: Document arm64 core registers in detail, Dave Martin
- [PATCH v4 02/25] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush, Dave Martin
- [PATCH v4 03/25] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled(), Dave Martin
- [PATCH v4 04/25] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance, Dave Martin
- [PATCH v4 05/25] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h, Dave Martin
- [PATCH v4 06/25] arm64/sve: Check SVE virtualisability, Dave Martin
- [PATCH v4 07/25] arm64/sve: Clarify role of the VQ map maintenance functions, Dave Martin
- [PATCH v4 08/25] arm64/sve: Enable SVE state tracking for non-task contexts, Dave Martin
- [PATCH v4 09/25] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest, Dave Martin
- [PATCH v4 10/25] KVM: arm64: Propagate vcpu into read_id_reg(), Dave Martin
- [PATCH v4 11/25] KVM: arm64: Extend reset_unknown() to handle mixed RES0/UNKNOWN registers, Dave Martin
- [PATCH v4 12/25] KVM: arm64: Support runtime sysreg filtering for KVM_GET_REG_LIST, Dave Martin
- [PATCH v4 13/25] KVM: arm64/sve: System register context switch and access support, Dave Martin
- [PATCH v4 14/25] KVM: arm64/sve: Context switch the SVE registers, Dave Martin
- [PATCH v4 15/25] KVM: Allow 2048-bit register access via ioctl interface, Dave Martin
- [PATCH v4 16/25] KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus, Dave Martin
- [PATCH v4 17/25] KVM: arm64/sve: Add SVE support to register access ioctl interface, Dave Martin
- [PATCH v4 18/25] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST, Dave Martin
- [PATCH v4 19/25] arm64/sve: In-kernel vector length availability query interface, Dave Martin
- [PATCH v4 20/25] KVM: arm/arm64: Add hook to finalize the vcpu configuration, Dave Martin
- [PATCH v4 21/25] KVM: arm64/sve: Add pseudo-register for the guest's vector lengths, Dave Martin
- [PATCH v4 22/25] KVM: arm64/sve: Allow userspace to enable SVE for vcpus, Dave Martin
- [PATCH v4 23/25] KVM: arm64: Add a capabillity to advertise SVE support, Dave Martin
- [PATCH v4 24/25] KVM: Document errors for KVM_GET_ONE_REG and KVM_SET_ONE_REG, Dave Martin
- [PATCH v4 25/25] KVM: arm64/sve: Document KVM API extensions for SVE, Dave Martin
- [PATCH V2] mm: Introduce GFP_PGTABLE,
Anshuman Khandual
- [PATCH v7 0/7] Add virtio-iommu driver,
Jean-Philippe Brucker
- [PATCH v7 1/7] dt-bindings: virtio-mmio: Add IOMMU description, Jean-Philippe Brucker
- [PATCH v7 2/7] dt-bindings: virtio: Add virtio-pci-iommu node, Jean-Philippe Brucker
- [PATCH v7 3/7] of: Allow the iommu-map property to omit untranslated devices, Jean-Philippe Brucker
- [PATCH v7 4/7] PCI: OF: Initialize dev->fwnode appropriately, Jean-Philippe Brucker
- [PATCH v7 5/7] iommu: Add virtio-iommu driver, Jean-Philippe Brucker
- [PATCH v7 6/7] iommu/virtio: Add probe request, Jean-Philippe Brucker
- [PATCH v7 7/7] iommu/virtio: Add event queue, Jean-Philippe Brucker
- Re: [PATCH v7 0/7] Add virtio-iommu driver, Michael S. Tsirkin
- Re: [PATCH v7 0/7] Add virtio-iommu driver, Joerg Roedel
- Re: [PATCH v7 0/7] Add virtio-iommu driver, Tomasz Nowicki
- Re: [PATCH v7 0/7] Add virtio-iommu driver, Michael S. Tsirkin
- Re: [PATCH v7 0/7] Add virtio-iommu driver, Michael S. Tsirkin
- [PATCH v10 0/5] arm64: Support perf event modifiers :G and :H,
Andrew Murray
- Unexpected Behavior of post-indexed LDR/STR to unmapped addresses,
Jan Bolke
- [PATCH] mm: Introduce GFP_PGTABLE,
Anshuman Khandual
- ESORICS 2019 - Call for Workshop Proposals [24th European Symposium on Research in Computer Security, Luxembourg, 2019], Publicity Chair ESORICS 2019
- (ghes|hest)_disable, Borislav Petkov
- [PATCH] KVM: arm/arm64: vgic: Always initialize the group of private IRQs, Christoffer Dall
- [PATCH kvmtool v2 0/6] arm: Add support for firmware booting,
Julien Thierry
- [PATCH kvmtool v2 00/13] Implement reset of virtio devices,
Julien Thierry
- [PATCH kvmtool v2 01/13] ioeventfd: Fix removal of ioeventfd, Julien Thierry
- [PATCH kvmtool v2 02/13] virtio: Implement notify_status, Julien Thierry
- [PATCH kvmtool v2 04/13] virtio: Add get_vq() callback, Julien Thierry
- [PATCH kvmtool v2 05/13] virtio: Add exit_vq() callback, Julien Thierry
- [PATCH kvmtool v2 06/13] virtio: Add reset() callback, Julien Thierry
- [PATCH kvmtool v2 03/13] virtio: Add get_vq_count() callback, Julien Thierry
- [PATCH kvmtool v2 07/13] net/uip: Add exit function, Julien Thierry
- [PATCH kvmtool v2 09/13] virtio/net: Implement device and virtqueue reset, Julien Thierry
- [PATCH kvmtool v2 08/13] virtio/net: Clean virtqueue state, Julien Thierry
- [PATCH kvmtool v2 11/13] threadpool: Add cancel() function, Julien Thierry
- [PATCH kvmtool v2 12/13] virtio/p9: Implement reset, Julien Thierry
- [PATCH kvmtool v2 13/13] virtio/console: Implement reset, Julien Thierry
- [PATCH kvmtool v2 10/13] virtio/blk: Reset virtqueue, Julien Thierry
- Re: [PATCH kvmtool v2 00/13] Implement reset of virtio devices, Will Deacon
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 73/75] arch/arm/kvm/../../../virt/kvm/arm/mmu.c:1877:14: error: implicit declaration of function 'kvm_s2pud_revoke_read'; did you mean 'kvm_s2pud_mkexec'?, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 68/75] arch/arm/kvm/../../../virt/kvm/arm/arm.c:352:6: error: implicit declaration of function 'nested_virt_in_use'; did you mean 'isa_virt_to_bus'?, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 67/75] arch/arm/kvm/../../../virt/kvm/arm/mmu.c:2487:11: note: in expansion of macro 'atomic_read', kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 65/75] arch/arm/kvm/../../../virt/kvm/arm/arch_timer.c:893:7: error: implicit declaration of function 'vcpu_el2_e2h_is_set', kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 59/75] arch/arm/kvm/../../../virt/kvm/arm/vgic/vgic-kvm-device.c:252:7: error: 'KVM_DEV_ARM_VGIC_GRP_MAINT_IRQ' undeclared; did you mean 'KVM_DEV_ARM_VGIC_GRP_NR_IRQS'?, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 57/75] arch/arm/kvm/../../../virt/kvm/arm/arm.c:627:25: error: 'KVM_REQ_GUEST_HYP_IRQ_PENDING' undeclared; did you mean 'KVM_REQ_IRQ_PENDING'?, kbuild test robot
- [PATCH 0/3] arm64: KVM: Allow direct function calls on VHE,
Marc Zyngier
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 56/75] arch/arm/kvm/hyp/switch.c:103:27: error: passing argument 1 of '__vgic_v3_restore_state' from incompatible pointer type, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 54/75] arch/arm/kvm/../../../virt/kvm/arm/arch_timer.c:897:7: error: 'SYS_CNTVOFF_EL2' undeclared; did you mean 'SYS_CNTP_CTL_EL0'?, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 53/75] arch/arm/kvm/../../../virt/kvm/arm/arch_timer.c:78:7: error: implicit declaration of function 'is_hyp_ctxt'; did you mean '__hyp_text'?, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 46/75] arch/arm/kvm/../../../virt/kvm/arm/arm.c:125:8: error: implicit declaration of function 'kvm_init_stage2_mmu'; did you mean 'kvm_free_stage2_pgd'?, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 45/75] arch/arm/kvm/../../../virt/kvm/arm/arm.c:1003:3: error: implicit declaration of function 'kvm_nested_s2_clear'; did you mean '__nodes_clear'?, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 44/75] arch/arm/kvm/../../../virt/kvm/arm/mmu.c:1982:9: error: implicit declaration of function 'kvm_s2_handle_perm_fault'; did you mean 'handle_mm_fault'?, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 43/75] arch/arm/kvm/../../../virt/kvm/arm/mmu.c:1709:6: error: implicit declaration of function 'kvm_is_shadow_s2_fault'; did you mean 'kvm_is_write_fault'?, kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 41/75] arch/arm/kvm/../../../virt/kvm/arm/arm.c:143:11: error: 'struct kvm_arch' has no member named 'nested_mmus', kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 40/75] arch/arm/kvm/../../../virt/kvm/arm/arm.c:133:39: error: 'struct kvm_arch' has no member named 'mmu', kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 7/75] arch/arm/include/asm/kvm_hyp.h:94:29: note: in expansion of macro 'read_sysreg', kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 4/75] arch/arm/kvm/../../../virt/kvm/arm/arch_timer.c:700:7: error: 'SYS_CNTP_TVAL_EL0' undeclared,
kbuild test robot
- [kvmarm:kvm-arm64/nv-wip-v5.0-rc1 3/75] arch/arm/kvm/hyp/../../../../virt/kvm/arm/hyp/vgic-v3-sr.c:229:11: note: in expansion of macro 'read_gicreg', kbuild test robot
- [PATCH v8 10/26] arm64: kvm: Unmask PMR before entering guest,
Julien Thierry
- [RFC v3 00/21] SMMUv3 Nested Stage Setup,
Eric Auger
- [RFC v3 01/21] iommu: Introduce set_pasid_table API, Eric Auger
- [RFC v3 02/21] iommu: Introduce cache_invalidate API, Eric Auger
- [RFC v3 03/21] iommu: Introduce bind_guest_msi, Eric Auger
- [RFC v3 04/21] vfio: VFIO_IOMMU_SET_PASID_TABLE, Eric Auger
- [RFC v3 05/21] vfio: VFIO_IOMMU_CACHE_INVALIDATE, Eric Auger
- [RFC v3 06/21] vfio: VFIO_IOMMU_BIND_MSI, Eric Auger
- [RFC v3 07/21] iommu/arm-smmu-v3: Link domains and devices, Eric Auger
- [RFC v3 08/21] iommu/arm-smmu-v3: Maintain a SID->device structure, Eric Auger
- [RFC v3 09/21] iommu/smmuv3: Get prepared for nested stage support, Eric Auger
- [RFC v3 10/21] iommu/smmuv3: Implement set_pasid_table, Eric Auger
- [RFC v3 11/21] iommu/smmuv3: Implement cache_invalidate, Eric Auger
- [RFC v3 12/21] dma-iommu: Implement NESTED_MSI cookie, Eric Auger
- [RFC v3 13/21] iommu/smmuv3: Implement bind_guest_msi, Eric Auger
- [RFC v3 14/21] iommu: introduce device fault data, Eric Auger
- [RFC v3 15/21] driver core: add per device iommu param, Eric Auger
- [RFC v3 16/21] iommu: introduce device fault report API, Eric Auger
- [RFC v3 17/21] iommu/smmuv3: Report non recoverable faults, Eric Auger
- [RFC v3 18/21] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type, Eric Auger
- [RFC v3 19/21] vfio-pci: Register an iommu fault handler, Eric Auger
- [RFC v3 20/21] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX, Eric Auger
- [RFC v3 21/21] vfio: Document nested stage control, Eric Auger
- Re: [RFC v3 00/21] SMMUv3 Nested Stage Setup, Auger Eric
- [PATCH v3 0/3] KVM: arm/arm64: vgic: Use raw_spinlock for locks taken in IRQ context,
Julien Thierry
- [PATCH v9 0/5] arm64: Support perf event modifiers :G and :H,
Andrew Murray
- [PATCH 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register,
Andre Przywara
- [PATCH 00/11] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM,
lantianyu1986
- [PATCH 1/11] X86/Hyper-V: Add parameter offset for hyperv_fill_flush_guest_mapping_list(), lantianyu1986
- [PATCH 2/11] KVM/VMX: Fill range list in kvm_fill_hv_flush_list_func(), lantianyu1986
- [PATCH 3/11] KVM: Add spte's point in the struct kvm_mmu_page, lantianyu1986
- [PATCH 4/11] KVM/MMU: Introduce tlb flush with range list, lantianyu1986
- [PATCH 5/11] KVM/MMU: Flush tlb directly in the kvm_mmu_slot_gfn_write_protect(), lantianyu1986
- [PATCH 6/11] KVM/MMU: Flush tlb with range list in sync_page(), lantianyu1986
- [PATCH 7/11] KVM: Remove redundant check in the kvm_get_dirty_log_protect(), lantianyu1986
- [PATCH 8/11] KVM: Make kvm_arch_mmu_enable_log_dirty_pt_masked() return value, lantianyu1986
- [PATCH 9/11] KVM/MMU: Flush tlb in the kvm_mmu_write_protect_pt_masked(), lantianyu1986
- [PATCH 10/11] KVM: Add flush parameter for kvm_age_hva(), lantianyu1986
- [PATCH] kvm: arm/arm64 : vgic: remove unneeded semicolon, Peng Hao
- [PATCH] kvm:arm/arm64: vgic: remove unnecessary semicolon, Peng Hao
- [PATCH] kvm/arm : remove unnecessary local variable, Peng Hao
- [PATCH] kvm/arm64 : reduce the size of kvm_vcpu, Peng Hao
- [kvmarm:next 2/28] ERROR: "numa_slit" [drivers/nvme/host/nvme-core.ko] undefined!, kbuild test robot
- [GIT PULL] KVM/arm updates for 4.21,
Marc Zyngier
- [PATCH 01/28] arm64: KVM: Skip MMIO insn after emulation, Marc Zyngier
- [PATCH 02/28] arm64: KVM: Consistently advance singlestep when emulating instructions, Marc Zyngier
- [PATCH 03/28] KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less, Marc Zyngier
- [PATCH 04/28] KVM: arm/arm64: Log PSTATE for unhandled sysregs, Marc Zyngier
- [PATCH 05/28] KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state, Marc Zyngier
- [PATCH 06/28] KVM: arm/arm64: Share common code in user_mem_abort(), Marc Zyngier
- [PATCH 07/28] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault, Marc Zyngier
- [PATCH 08/28] KVM: arm/arm64: Introduce helpers to manipulate page table entries, Marc Zyngier
- [PATCH 09/28] KVM: arm64: Support dirty page tracking for PUD hugepages, Marc Zyngier
- [PATCH 10/28] KVM: arm64: Support PUD hugepage in stage2_is_exec(), Marc Zyngier
- [PATCH 11/28] KVM: arm64: Support handling access faults for PUD hugepages, Marc Zyngier
- [PATCH 12/28] KVM: arm64: Update age handlers to support PUD hugepages, Marc Zyngier
- [PATCH 13/28] KVM: arm64: Add support for creating PUD hugepages at stage 2, Marc Zyngier
- [PATCH 14/28] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled, Marc Zyngier
- [PATCH 15/28] KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS, Marc Zyngier
- [PATCH 16/28] KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum, Marc Zyngier
- [PATCH 17/28] KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq(), Marc Zyngier
- [PATCH 18/28] KVM: arm/arm64: vgic: Consider priority and active state for pending irq, Marc Zyngier
- [PATCH 19/28] KVM: arm/arm64: Fixup the kvm_exit tracepoint, Marc Zyngier
- [PATCH 20/28] KVM: arm/arm64: Remove arch timer workqueue, Marc Zyngier
- [PATCH 21/28] KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminate, Marc Zyngier
- [PATCH 22/28] KVM: arm64: Make vcpu const in vcpu_read_sys_reg, Marc Zyngier
- [PATCH 23/28] arm64: KVM: Add trapped system register access tracepoint, Marc Zyngier
- [PATCH 24/28] arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs, Marc Zyngier
- [PATCH 25/28] KVM: arm/arm64: Fix unintended stage 2 PMD mappings, Marc Zyngier
- [PATCH 26/28] arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1, Marc Zyngier
- [PATCH 27/28] arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro, Marc Zyngier
- [PATCH 28/28] arm: KVM: Add S2_PMD_{MASK,SIZE} constants, Marc Zyngier
- Re: [GIT PULL] KVM/arm updates for 4.21, Paolo Bonzini
- [WRONG] KVM: arm/arm64: vgic: fix off-by-one bug in vgic_get_irq(),
Gustavo A. R. Silva
- [kvmarm:queue 26/31] arch/arm/kvm/../../../virt/kvm/arm/mmu.c:1636:20: error: 'S2_PMD_MASK' undeclared; did you mean 'PMD_MASK'?, kbuild test robot
- [PATCH v4 0/6] Add ARMv8.3 pointer authentication for kvm guest,
Amit Daniel Kachhap
- [PATCH] arm64: kvm: Avoid setting the upper 32 bits of VTCR_EL2 to 1, Will Deacon
- [PATCH] KVM: arm/arm64: vgic: fix off-by-one bug in vgic_get_irq(),
Gustavo A. R. Silva
- [PATCH v2 0/2] Fix KVM_GET_REG_LIST invalid register ID regression,
Dave Martin
- [PATCH v7 10/25] arm64: kvm: Unmask PMR before entering guest, Julien Thierry
- [RFC PATCH v2 00/12] arm64: Paravirtualized time support,
Steven Price
- [RFC PATCH v2 04/12] arm/arm64: Make use of the SMCCC 1.1 wrapper, Steven Price
- [RFC PATCH v2 03/12] arm/arm64: Provide a wrapper for SMCCC 1.1 calls, Steven Price
- [RFC PATCH v2 01/12] KVM: arm64: Document PV-time interface, Steven Price
- [RFC PATCH v2 02/12] KVM: arm/arm64: Factor out hypercall handling from PSCI code, Steven Price
- [RFC PATCH v2 05/12] KVM: arm64: Implement PV_FEATURES call, Steven Price
- [RFC PATCH v2 06/12] KVM: arm64: Support stolen time reporting via shared structure, Steven Price
- [RFC PATCH v2 08/12] KVM: Allow kvm_device_ops to be const, Steven Price
- [RFC PATCH v2 07/12] arm64: Retrieve stolen time as paravirtualized guest, Steven Price
- [RFC PATCH v2 09/12] KVM: arm64: Provide a PV_TIME device to user space, Steven Price
- [RFC PATCH v2 10/12] KVM: arm64: Support Live Physical Time reporting, Steven Price
- [RFC PATCH v2 11/12] clocksource: arm_arch_timer: Use paravirtualized LPT, Steven Price
- [RFC PATCH v2 12/12] KVM: arm64: Export LPT using PV_TIME device, Steven Price
- [PATCH v8 0/5] arm64: Support perf event modifiers :G and :H,
Andrew Murray
- [RFC PATCH v3 00/24] KVM: arm64: SVE guest support,
Dave Martin
- [RFC PATCH v3 01/24] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush, Dave Martin
- [RFC PATCH v3 02/24] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled(), Dave Martin
- [RFC PATCH v3 03/24] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance, Dave Martin
- [RFC PATCH v3 04/24] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h, Dave Martin
- [RFC PATCH v3 05/24] arm64/sve: Check SVE virtualisability, Dave Martin
- [RFC PATCH v3 06/24] arm64/sve: Clarify role of the VQ map maintenance functions, Dave Martin
- [RFC PATCH v3 07/24] arm64/sve: Enable SVE state tracking for non-task contexts, Dave Martin
- [RFC PATCH v3 08/24] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest, Dave Martin
- [RFC PATCH v3 09/24] KVM: arm64: Propagate vcpu into read_id_reg(), Dave Martin
- [RFC PATCH v3 10/24] KVM: arm64: Extend reset_unknown() to handle mixed RES0/UNKNOWN registers, Dave Martin
- [RFC PATCH v3 11/24] KVM: arm64: Support runtime sysreg filtering for KVM_GET_REG_LIST, Dave Martin
- [RFC PATCH v3 12/24] KVM: arm64/sve: System register context switch and access support, Dave Martin
- [RFC PATCH v3 13/24] KVM: arm64/sve: Context switch the SVE registers, Dave Martin
- [RFC PATCH v3 14/24] KVM: Allow 2048-bit register access via ioctl interface, Dave Martin
- [RFC PATCH v3 15/24] KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus, Dave Martin
- [RFC PATCH v3 16/24] KVM: arm64/sve: Add SVE support to register access ioctl interface, Dave Martin
- [RFC PATCH v3 17/24] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST, Dave Martin
- [RFC PATCH v3 18/24] arm64/sve: In-kernel vector length availability query interface, Dave Martin
- [RFC PATCH v3 19/24] KVM: arm: Move detection of invalid VM type bits to generic code, Dave Martin
- [RFC PATCH v3 20/24] KVM: arm: Add support for early vcpu configuration ioctls, Dave Martin
- [RFC PATCH v3 21/24] KVM: arm64/sve: Report and enable SVE API extensions for userspace, Dave Martin
- [RFC PATCH v3 22/24] KVM: arm64/sve: allow KVM_ARM_SVE_CONFIG_QUERY on vm fd, Dave Martin
- [RFC PATCH v3 23/24] KVM: Documentation: Document arm64 core registers in detail, Dave Martin
- [RFC PATCH v3 24/24] KVM: arm64/sve: Document KVM API extensions for SVE, Dave Martin
- [PATCH REPOST] KVM: arm64: Treat FPEXC32_EL2 as a regular guest system register,
Dave Martin
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]