summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-10-02KVM: arm64: Ensure user_mem_abort() return value is initialisedWill Deacon
2020-10-02KVM: arm64: Pass level hint to TLBI during stage-2 permission faultWill Deacon
2020-10-01KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guestMarc Zyngier
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier
2020-09-30kvm: arm64: Remove unnecessary hyp mappingsDavid Brazdil
2020-09-30kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil
2020-09-30kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil
2020-09-30kvm: arm64: Add helpers for accessing nVHE hyp per-cpu varsDavid Brazdil
2020-09-30kvm: arm64: Remove hyp_adr/ldr_this_cpuDavid Brazdil
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil
2020-09-30kvm: arm64: Only define __kvm_ex_table for CONFIG_KVMDavid Brazdil
2020-09-30kvm: arm64: Move nVHE hyp namespace macros to hyp_image.hDavid Brazdil
2020-09-30kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPYDavid Brazdil
2020-09-29arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() optionWill Deacon
2020-09-29arm64: Pull in task_stack_page() to Spectre-v4 mitigation codeWill Deacon
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon
2020-09-29arm64: Get rid of arm64_ssbd_stateMarc Zyngier
2020-09-29KVM: arm64: Convert ARCH_WORKAROUND_2 to arm64_get_spectre_v4_state()Marc Zyngier
2020-09-29KVM: arm64: Get rid of kvm_arm_have_ssbd()Marc Zyngier
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon
2020-09-29arm64: Move SSBD prctl() handler alongside other spectre mitigation codeWill Deacon
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon
2020-09-29arm64: Treat SSBS as a non-strict system featureWill Deacon
2020-09-29arm64: Group start_thread() functions togetherWill Deacon
2020-09-29KVM: arm64: Set CSV2 for guests on hardware unaffected by Spectre-v2Marc Zyngier
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon
2020-09-29arm64: Introduce separate file for spectre mitigations and reportingWill Deacon
2020-09-29arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon
2020-09-29KVM: arm64: Simplify install_bp_hardening_cb()Will Deacon
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon
2020-09-29arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUsMarc Zyngier
2020-09-29Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/nextMarc Zyngier
2020-09-29KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1Marc Zyngier
2020-09-29KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier
2020-09-29KVM: arm64: Use event mask matching architecture revisionMarc Zyngier
2020-09-29KVM: arm64: Refactor PMU attribute error handlingMarc Zyngier
2020-09-29KVM: VMX: vmx_uret_msrs_list[] can be statickernel test robot
2020-09-28KVM: x86: do not attempt TSC synchronization on guest writesPaolo Bonzini
2020-09-28KVM: nSVM: delay MSR permission processing to first nested VM runPaolo Bonzini
2020-09-28KVM: x86: rename KVM_REQ_GET_VMCS12_PAGESPaolo Bonzini
2020-09-28KVM: x86: Introduce MSR filteringAlexander Graf
2020-09-28KVM: x86: VMX: Prevent MSR passthrough when MSR access is deniedAlexander Graf
2020-09-28KVM: x86: SVM: Prevent MSR passthrough when MSR access is deniedAlexander Graf
2020-09-28KVM: x86: Prepare MSR bitmaps for userspace tracked MSRsAaron Lewis
2020-09-28KVM: x86: Add infrastructure for MSR filteringAlexander Graf
2020-09-28KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf