Linux KVM for ARM
[Prev Page][Next Page]
- Re: [PATCH v10 2/5] arm64: KVM: export the capability to set guest SError syndrome, gengdongjiu
- Re: [PATCH v10 3/5] arm/arm64: KVM: Introduce set and get per-vcpu event, gengdongjiu
- Re: [PATCH v10 1/5] arm64: KVM: Prepare set virtual SEI syndrome value, gengdongjiu
- [PATCH v2] KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts,
Marc Zyngier
- arm64 kvm built with clang doesn't boot,
Andrey Konovalov
- [PATCH v2 0/6] KVM/ARM fixes for 4.16-rc6,
Marc Zyngier
- [PATCH] KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts,
Marc Zyngier
- [PATCH v6 00/26] KVM/arm64: Randomise EL2 mappings (variant 3a mitigation),
Marc Zyngier
- [PATCH v6 01/26] arm64: alternatives: Add dynamic patching feature, Marc Zyngier
- [PATCH v6 02/26] arm64: insn: Add N immediate encoding, Marc Zyngier
- [PATCH v6 03/26] arm64: insn: Add encoder for bitwise operations using literals, Marc Zyngier
- [PATCH v6 04/26] arm64: KVM: Dynamically patch the kernel/hyp VA mask, Marc Zyngier
- [PATCH v6 06/26] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state, Marc Zyngier
- [PATCH v6 05/26] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag, Marc Zyngier
- [PATCH v6 08/26] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings, Marc Zyngier
- [PATCH v6 07/26] KVM: arm/arm64: Demote HYP VA range display to being a debug feature, Marc Zyngier
- [PATCH v6 10/26] KVM: arm/arm64: Fix idmap size and alignment, Marc Zyngier
- [PATCH v6 09/26] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state, Marc Zyngier
- [PATCH v6 11/26] KVM: arm64: Fix HYP idmap unmap when using 52bit PA, Marc Zyngier
- [PATCH v6 12/26] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range, Marc Zyngier
- [PATCH v6 13/26] arm64; insn: Add encoder for the EXTR instruction, Marc Zyngier
- [PATCH v6 15/26] arm64: KVM: Dynamically compute the HYP VA mask, Marc Zyngier
- [PATCH v6 16/26] arm64: KVM: Introduce EL2 VA randomisation, Marc Zyngier
- [PATCH v6 14/26] arm64: insn: Allow ADD/SUB (immediate) with LSL #12, Marc Zyngier
- [PATCH v6 18/26] arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector, Marc Zyngier
- [PATCH v6 17/26] arm64: Update the KVM memory map documentation, Marc Zyngier
- [PATCH v6 19/26] arm64: KVM: Move stashing of x0/x1 into the vector code itself, Marc Zyngier
- [PATCH v6 20/26] arm64: KVM: Move BP hardening vectors into .hyp.text section, Marc Zyngier
- [PATCH v6 21/26] arm64: KVM: Reserve 4 additional instructions in the BPI template, Marc Zyngier
- [PATCH v6 22/26] arm64: KVM: Allow far branches from vector slots to the main vectors, Marc Zyngier
- [PATCH v6 23/26] arm/arm64: KVM: Introduce EL2-specific executable mappings, Marc Zyngier
- [PATCH v6 24/26] arm64: Make BP hardening slot counter available, Marc Zyngier
- [PATCH v6 25/26] arm64: KVM: Allow mapping of vectors outside of the RAM region, Marc Zyngier
- [PATCH v6 26/26] arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72, Marc Zyngier
- Re: [PATCH v6 00/26] KVM/arm64: Randomise EL2 mappings (variant 3a mitigation), Andrew Jones
- Re: [PATCH v6 00/26] KVM/arm64: Randomise EL2 mappings (variant 3a mitigation), Catalin Marinas
- [PATCH] KVM: arm/arm64: replacing per-VM's per-CPU variable,
Peng Hao
- [PATCH v2 0/2] KVM: arm/arm64: GICv2-on-v3 fixes,
Marc Zyngier
- Re: Re: [PATCH] KVM:arm/arm64: dcache need be coherent unconditionally, peng.hao2
- Re:Re: [PATCH] KVM:arm/arm64: dcache need be coherent unconditionally, peng.hao2
- [PATCH] KVM:arm/arm64: dcache need be coherent unconditionally,
Peng Hao
- [RFC PATCH] KVM: arm/arm64: vgic: change condition for level interrupt resampling,
Shunyong Yang
- [PATCH v7] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC,
Shanker Donthineni
- [PATCH 0/2] KVM: arm/arm64: GICv2-on-v3 fixes,
Marc Zyngier
- [PATCH v2] KVM: arm: reserve bit in KVM_REG_ARM encoding for secure/nonsecure,
Peter Maydell
- [PATCH] KVM: arm: reserve bit in KVM_REG_ARM encoding for secure/nonsecure,
Peter Maydell
- [PATCH] KVM: arm/arm64: VGIC MMIO: add missing irq_lock,
Andre Przywara
- [PATCH v2] arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening,
Shanker Donthineni
- can we define a KVM_REG_ARM encoding bit for NonSecure/Secure ?,
Peter Maydell
- [PATCH] KVM: arm/arm64: Reset mapped IRQs on VM reset,
Christoffer Dall
- [PATCH v10 0/5] set VSESR_EL2 by user space and support NOTIFY_SEI notification,
Dongjiu Geng
- [PATCH] arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening,
Shanker Donthineni
- [PATCH v5 00/23] KVM/arm64: Randomise EL2 mappings (variant 3a mitigation),
Marc Zyngier
- [PATCH v5 01/23] arm64: alternatives: Add dynamic patching feature, Marc Zyngier
- [PATCH v5 02/23] arm64: insn: Add N immediate encoding, Marc Zyngier
- [PATCH v5 03/23] arm64: insn: Add encoder for bitwise operations using literals, Marc Zyngier
- [PATCH v5 04/23] arm64: KVM: Dynamically patch the kernel/hyp VA mask, Marc Zyngier
- [PATCH v5 05/23] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag, Marc Zyngier
- [PATCH v5 06/23] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state, Marc Zyngier
- [PATCH v5 08/23] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings, Marc Zyngier
- [PATCH v5 09/23] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state, Marc Zyngier
- [PATCH v5 10/23] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range, Marc Zyngier
- [PATCH v5 11/23] arm64; insn: Add encoder for the EXTR instruction, Marc Zyngier
- [PATCH v5 07/23] KVM: arm/arm64: Demote HYP VA range display to being a debug feature, Marc Zyngier
- [PATCH v5 12/23] arm64: insn: Allow ADD/SUB (immediate) with LSL #12, Marc Zyngier
- [PATCH v5 13/23] arm64: KVM: Dynamically compute the HYP VA mask, Marc Zyngier
- [PATCH v5 14/23] arm64: KVM: Introduce EL2 VA randomisation, Marc Zyngier
- [PATCH v5 15/23] arm64: Update the KVM memory map documentation, Marc Zyngier
- [PATCH v5 16/23] arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector, Marc Zyngier
- [PATCH v5 17/23] arm64: KVM: Move stashing of x0/x1 into the vector code itself, Marc Zyngier
- [PATCH v5 18/23] arm64: KVM: Add epilogue branching to the vector code, Marc Zyngier
- [PATCH v5 19/23] arm64: KVM: Allow far branches from vector slots to the main vectors, Marc Zyngier
- [PATCH v5 20/23] arm/arm64: KVM: Introduce EL2-specific executable mappings, Marc Zyngier
- [PATCH v5 21/23] arm64: Make BP hardening slot counter available, Marc Zyngier
- [PATCH v5 22/23] arm64: KVM: Allow mapping of vectors outside of the RAM region, Marc Zyngier
- [PATCH v5 23/23] arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72, Marc Zyngier
- [PATCH v6] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC,
Shanker Donthineni
- [PATCH v5 00/40] Optimize KVM/ARM for VHE systems,
Christoffer Dall
- [PATCH v5 01/40] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN, Christoffer Dall
- [PATCH v5 02/40] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init, Christoffer Dall
- [PATCH v5 03/40] KVM: arm64: Avoid storing the vcpu pointer on the stack, Christoffer Dall
- [PATCH v5 04/40] KVM: arm64: Rework hyp_panic for VHE and non-VHE, Christoffer Dall
- [PATCH v5 06/40] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines, Christoffer Dall
- [PATCH v5 07/40] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs, Christoffer Dall
- [PATCH v5 08/40] KVM: arm/arm64: Introduce vcpu_el1_is_32bit, Christoffer Dall
- [PATCH v5 05/40] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag, Christoffer Dall
- [PATCH v5 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch, Christoffer Dall
- [PATCH v5 10/40] KVM: arm64: Slightly improve debug save/restore functions, Christoffer Dall
- [PATCH v5 12/40] KVM: arm64: Factor out fault info population and gic workarounds, Christoffer Dall
- [PATCH v5 11/40] KVM: arm64: Improve debug register save/restore flow, Christoffer Dall
- [PATCH v5 14/40] KVM: arm64: Remove kern_hyp_va() use in VHE switch function, Christoffer Dall
- [PATCH v5 13/40] KVM: arm64: Introduce VHE-specific kvm_vcpu_run, Christoffer Dall
- [PATCH v5 15/40] KVM: arm64: Don't deactivate VM on VHE systems, Christoffer Dall
- [PATCH v5 16/40] KVM: arm64: Remove noop calls to timer save/restore from VHE switch, Christoffer Dall
- [PATCH v5 17/40] KVM: arm64: Move userspace system registers into separate function, Christoffer Dall
- [PATCH v5 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys, Christoffer Dall
- [PATCH v5 19/40] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions, Christoffer Dall
- [PATCH v5 20/40] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe, Christoffer Dall
- [PATCH v5 21/40] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions, Christoffer Dall
- [PATCH v5 22/40] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems, Christoffer Dall
- [PATCH v5 23/40] KVM: arm64: Change 32-bit handling of VM system registers, Christoffer Dall
- [PATCH v5 27/40] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1, Christoffer Dall
- [PATCH v5 25/40] KVM: arm64: Introduce framework for accessing deferred sysregs, Christoffer Dall
- [PATCH v5 26/40] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1, Christoffer Dall
- [PATCH v5 24/40] KVM: arm64: Rewrite system register accessors to read/write functions, Christoffer Dall
- [PATCH v5 29/40] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers, Christoffer Dall
- [PATCH v5 30/40] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put, Christoffer Dall
- [PATCH v5 28/40] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE, Christoffer Dall
- [PATCH v5 32/40] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions, Christoffer Dall
- [PATCH v5 31/40] KVM: arm64: Move common VHE/non-VHE trap config in separate functions, Christoffer Dall
- [PATCH v5 34/40] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE, Christoffer Dall
- [PATCH v5 35/40] KVM: arm/arm64: Get rid of vgic_elrsr, Christoffer Dall
- [PATCH v5 33/40] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE, Christoffer Dall
- [PATCH v5 36/40] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code, Christoffer Dall
- [PATCH v5 37/40] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64, Christoffer Dall
- [PATCH v5 38/40] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE, Christoffer Dall
- [PATCH v5 39/40] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load, Christoffer Dall
- [PATCH v5 40/40] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs, Christoffer Dall
- VCPU hotplug on KVM/ARM,
bthakur
- [PATCH 51/52] arm: KVM: Invalidate icache on guest exit for Cortex-A15, Alex Shi
- [PATCH 48/52] arm: KVM: Invalidate BTB on guest exit for Cortex-A12/A17, Alex Shi
- [PATCH 45/52] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround, Alex Shi
- [PATCH 39/52] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling, Alex Shi
- [PATCH 38/52] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support, Alex Shi
- [PATCH 37/52] arm/arm64: KVM: Turn kvm_psci_version into a static inline, Alex Shi
- [PATCH 36/52] arm64: KVM: Make PSCI_VERSION a fast path, Alex Shi
- [PATCH 35/52] arm/arm64: KVM: Advertise SMCCC v1.1, Alex Shi
- [PATCH 34/52] arm/arm64: KVM: Implement PSCI 1.0 support, Alex Shi
- [PATCH 33/52] arm/arm64: KVM: Add smccc accessors to PSCI code, Alex Shi
- [PATCH 32/52] arm/arm64: KVM: Add PSCI_VERSION helper, Alex Shi
- [PATCH 31/52] arm/arm64: KVM: Consolidate the PSCI include files, Alex Shi
- [PATCH 30/52] arm64: KVM: Increment PC after handling an SMC trap, Alex Shi
- [PATCH 25/52] arm64: KVM: Use per-CPU vector when BP hardening is enabled, Alex Shi
- [PATCH v5] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC,
Shanker Donthineni
- [PULL 0/2] KVM/ARM Fixes for v4.16,
Christoffer Dall
- [PATCH v4] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC,
Shanker Donthineni
- [PATCH] arm64: rename the function arm64_is_ras_serror() to avoid confusion,
Dongjiu Geng
- [PATCH v3] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC,
Shanker Donthineni
- [PATCH v2] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC,
Shanker Donthineni
- [PATCH] KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHE,
Shanker Donthineni
- [PATCH] arm64: Add support for new control bits CTR_EL0.IDC and CTR_EL0.IDC,
Shanker Donthineni
- [RFC PATCH 0/2] KVM: arm64: Optime FPSIMD context handling,
Dave Martin
- [PATCH v4 00/40] Optimize KVM/ARM for VHE systems,
Christoffer Dall
- [PATCH v4 01/40] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN, Christoffer Dall
- [PATCH v4 02/40] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init, Christoffer Dall
- [PATCH v4 03/40] KVM: arm64: Avoid storing the vcpu pointer on the stack, Christoffer Dall
- [PATCH v4 07/40] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs, Christoffer Dall
- [PATCH v4 05/40] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag, Christoffer Dall
- [PATCH v4 04/40] KVM: arm64: Rework hyp_panic for VHE and non-VHE, Christoffer Dall
- [PATCH v4 06/40] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines, Christoffer Dall
- [PATCH v4 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch, Christoffer Dall
- [PATCH v4 08/40] KVM: arm/arm64: Introduce vcpu_el1_is_32bit, Christoffer Dall
- [PATCH v4 11/40] KVM: arm64: Improve debug register save/restore flow, Christoffer Dall
- [PATCH v4 10/40] KVM: arm64: Slightly improve debug save/restore functions, Christoffer Dall
- [PATCH v4 13/40] KVM: arm64: Introduce VHE-specific kvm_vcpu_run, Christoffer Dall
- [PATCH v4 12/40] KVM: arm64: Factor out fault info population and gic workarounds, Christoffer Dall
- [PATCH v4 14/40] KVM: arm64: Remove kern_hyp_va() use in VHE switch function, Christoffer Dall
- [PATCH v4 15/40] KVM: arm64: Don't deactivate VM on VHE systems, Christoffer Dall
- [PATCH v4 16/40] KVM: arm64: Remove noop calls to timer save/restore from VHE switch, Christoffer Dall
- [PATCH v4 17/40] KVM: arm64: Move userspace system registers into separate function, Christoffer Dall
- [PATCH v4 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys, Christoffer Dall
- [PATCH v4 19/40] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions, Christoffer Dall
- [PATCH v4 20/40] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe, Christoffer Dall
- [PATCH v4 21/40] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions, Christoffer Dall
- [PATCH v4 22/40] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems, Christoffer Dall
- [PATCH v4 23/40] KVM: arm64: Change 32-bit handling of VM system registers, Christoffer Dall
- [PATCH v4 24/40] KVM: arm64: Rewrite system register accessors to read/write functions, Christoffer Dall
- [PATCH v4 25/40] KVM: arm64: Introduce framework for accessing deferred sysregs, Christoffer Dall
- [PATCH v4 26/40] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1, Christoffer Dall
- [PATCH v4 27/40] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1, Christoffer Dall
- [PATCH v4 28/40] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE, Christoffer Dall
- [PATCH v4 29/40] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers, Christoffer Dall
- [PATCH v4 30/40] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put, Christoffer Dall
- [PATCH v4 31/40] KVM: arm64: Move common VHE/non-VHE trap config in separate functions, Christoffer Dall
- [PATCH v4 32/40] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions, Christoffer Dall
- [PATCH v4 33/40] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE, Christoffer Dall
- [PATCH v4 34/40] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE, Christoffer Dall
- [PATCH v4 35/40] KVM: arm/arm64: Get rid of vgic_elrsr, Christoffer Dall
- [PATCH v4 36/40] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code, Christoffer Dall
- [PATCH v4 37/40] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64, Christoffer Dall
- [PATCH v4 38/40] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE, Christoffer Dall
- [PATCH v4 39/40] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load, Christoffer Dall
- [PATCH v4 40/40] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs, Christoffer Dall
- [PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up,
James Morse
- [PATCH 01/11] ACPI / APEI: Move the estatus queue code up, and under its own ifdef, James Morse
- [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code, James Morse
- [PATCH 03/11] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue, James Morse
- [PATCH 04/11] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing, James Morse
- [PATCH 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface, James Morse
- [PATCH 06/11] ACPI / APEI: Make the fixmap_idx per-ghes to allow multiple in_nmi() users, James Morse
- [PATCH 07/11] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications, James Morse
- [PATCH 08/11] firmware: arm_sdei: Add ACPI GHES registration helper, James Morse
- [PATCH 10/11] mm/memory-failure: increase queued recovery work's priority, James Morse
- [PATCH 09/11] ACPI / APEI: Add support for the SDEI GHES Notification type, James Morse
- [PATCH 11/11] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work, James Morse
- Re: [PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up, Borislav Petkov
- Re: [PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up, Punit Agrawal
- [REPOST PATCH] arm/arm64: KVM: Add PSCI version selection API,
Marc Zyngier
- [PATCH 0/4] Add virtio-iommu driver,
Jean-Philippe Brucker
- [PATCH 2/4] iommu/virtio: Add probe request, Jean-Philippe Brucker
- [PATCH 3/4] iommu/virtio: Add event queue, Jean-Philippe Brucker
- [PATCH 4/4] vfio: Allow type-1 IOMMU instantiation with a virtio-iommu, Jean-Philippe Brucker
[PATCHv2] arm64/kvm: Prohibit guest LOR accesses,
Mark Rutland
[PATCH] KVM: arm: Enable emulation of the physical timer,
Jérémy Fanguède
[PATCH] arm64/kvm: Prohibit guest LOR accesses,
Mark Rutland
[PATCH] arm64: Add missing Falkor part number for branch predictor hardening,
Shanker Donthineni
[PATCH] KVM: arm64: Enable the EL1 physical timer for AArch32 guests,
Jérémy Fanguède
[PATCH v4 00/17] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation,
Marc Zyngier
- [PATCH v4 01/17] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls, Marc Zyngier
- [PATCH v4 02/17] arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls, Marc Zyngier
- [PATCH v4 03/17] arm64: KVM: Increment PC after handling an SMC trap, Marc Zyngier
- [PATCH v4 04/17] arm/arm64: KVM: Consolidate the PSCI include files, Marc Zyngier
- [PATCH v4 06/17] arm/arm64: KVM: Add smccc accessors to PSCI code, Marc Zyngier
- [PATCH v4 07/17] arm/arm64: KVM: Implement PSCI 1.0 support, Marc Zyngier
- [PATCH v4 08/17] arm/arm64: KVM: Advertise SMCCC v1.1, Marc Zyngier
- [PATCH v4 05/17] arm/arm64: KVM: Add PSCI_VERSION helper, Marc Zyngier
- [PATCH v4 09/17] arm/arm64: KVM: Turn kvm_psci_version into a static inline, Marc Zyngier
- [PATCH v4 10/17] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support, Marc Zyngier
- [PATCH v4 11/17] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling, Marc Zyngier
- [PATCH v4 12/17] firmware/psci: Expose PSCI conduit, Marc Zyngier
- [PATCH v4 13/17] firmware/psci: Expose SMCCC version through psci_ops, Marc Zyngier
- [PATCH v4 14/17] arm/arm64: smccc: Make function identifiers an unsigned quantity, Marc Zyngier
- [PATCH v4 15/17] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive, Marc Zyngier
- [PATCH v4 16/17] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support, Marc Zyngier
- [PATCH v4 17/17] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround, Marc Zyngier
- Re: [PATCH v4 00/17] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation, Catalin Marinas
- Re: [PATCH v4 00/17] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation, Jon Masters
Re: [PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8,
gengdongjiu
[PATCH 1/2] ARM: kvm: fix building with gcc-8,
Arnd Bergmann
[PATCH v3 00/18] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation,
Marc Zyngier
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]