summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon32-1054/+981
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon62-532/+845
2020-10-01arm64: dbm: Invalidate local TLB when setting TCR_EL1.HDWill Deacon1-0/+1
2020-10-01arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon2-1/+11
2020-09-29arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() optionWill Deacon2-4/+40
2020-09-29arm64: Pull in task_stack_page() to Spectre-v4 mitigation codeWill Deacon1-0/+1
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon6-58/+36
2020-09-29arm64: Get rid of arm64_ssbd_stateMarc Zyngier2-16/+0
2020-09-29KVM: arm64: Convert ARCH_WORKAROUND_2 to arm64_get_spectre_v4_state()Marc Zyngier3-14/+30
2020-09-29KVM: arm64: Get rid of kvm_arm_have_ssbd()Marc Zyngier1-23/+0
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier14-163/+41
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon9-352/+401
2020-09-29arm64: Move SSBD prctl() handler alongside other spectre mitigation codeWill Deacon3-130/+119
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon3-3/+3
2020-09-29arm64: Treat SSBS as a non-strict system featureWill Deacon1-3/+3
2020-09-29arm64: Group start_thread() functions togetherWill Deacon1-12/+12
2020-09-29KVM: arm64: Set CSV2 for guests on hardware unaffected by Spectre-v2Marc Zyngier1-0/+3
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon8-264/+327
2020-09-29arm64: Introduce separate file for spectre mitigations and reportingWill Deacon3-7/+33
2020-09-29arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon4-17/+16
2020-09-29KVM: arm64: Simplify install_bp_hardening_cb()Will Deacon1-20/+7
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon6-9/+6
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon11-80/+4
2020-09-29arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUsMarc Zyngier1-0/+7
2020-09-29arm64: cpufeature: Export symbol read_sanitised_ftr_reg()Jean-Philippe Brucker1-0/+1
2020-09-29arm64: mm: Pin down ASIDs for sharing mm with devicesJean-Philippe Brucker3-7/+112
2020-09-28KVM: arm64: pmu: Make overflow handler NMI safeJulien Thierry1-1/+25
2020-09-28arm64: perf: Defer irq_work to IPI_IRQ_WORKJulien Thierry1-9/+5
2020-09-28arm64: perf: Remove PMU lockingJulien Thierry1-28/+0
2020-09-28arm64: perf: Avoid PMXEV* indirectionMark Rutland1-14/+85
2020-09-28arm64: perf: Add missing ISB in armv8pmu_enable_counter()Alexandru Elisei1-0/+5
2020-09-28arm64: perf: Add support caps under sysfsShaokun Zhang3-33/+75
2020-09-22arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu2-1/+8
2020-09-21arm64: Move console stack display code to stacktrace.cMark Brown2-65/+65
2020-09-21arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUsMarc Zyngier1-0/+8
2020-09-21arm64: Make use of ARCH_WORKAROUND_1 even when KVM is not enabledMarc Zyngier1-2/+5
2020-09-21arm64/sve: Implement a helper to load SVE registers from FPSIMD stateJulien Grall2-0/+19
2020-09-21arm64/sve: Implement a helper to flush SVE registersJulien Grall3-0/+28
2020-09-21arm64/fpsimdmacros: Allow the macro "for" to be used in more casesJulien Grall1-3/+7
2020-09-21arm64/fpsimdmacros: Introduce a macro to update ZCR_EL1.LENJulien Grall1-7/+12
2020-09-21arm64/signal: Update the comment in preserve_sve_contextJulien Grall1-1/+2
2020-09-21arm64/fpsimd: Update documentation of do_sve_accJulien Grall1-1/+1
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon4-4/+28
2020-09-18arm64: mm: Fix missing-prototypes in pageattr.cTian Tao1-0/+1
2020-09-18arm64/fpsimd: Fix missing-prototypes in fpsimd.cTian Tao1-0/+2
2020-09-18arm64: stacktrace: Convert to ARCH_STACKWALKMark Brown2-69/+11
2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown4-14/+13
2020-09-18arm64: Enable PCI write-combine resources under sysfsClint Sbisa1-0/+1
2020-09-14arm64: hibernate: Remove unused including <linux/version.h>Tian Tao1-1/+0
2020-09-14arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan2-29/+8