aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-10-05Merge back cpufreq material for 5.10.Rafael J. Wysocki1-1/+8
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon11-11/+639
2020-10-02Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon10-686/+818
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon26-450/+518
2020-10-01arm64: dbm: Invalidate local TLB when setting TCR_EL1.HDWill Deacon1-0/+1
2020-09-30arm64: permit ACPI core to map kernel memory used for table overridesArd Biesheuvel1-2/+20
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier10-687/+818
2020-09-30kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil1-0/+8
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil1-1/+0
2020-09-30kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil1-1/+0
2020-09-30kvm: arm64: Only define __kvm_ex_table for CONFIG_KVMDavid Brazdil1-0/+4
2020-09-30kvm: arm64: Move nVHE hyp namespace macros to hyp_image.hDavid Brazdil2-2/+1
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 Deacon1-2/+0
2020-09-29arm64: Get rid of arm64_ssbd_stateMarc Zyngier1-2/+0
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2-16/+0
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon7-335/+394
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 Deacon1-1/+1
2020-09-29arm64: Treat SSBS as a non-strict system featureWill Deacon1-3/+3
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon2-233/+291
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 Deacon1-1/+1
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 Deacon1-2/+2
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon4-27/+3
2020-09-29arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUsMarc Zyngier1-0/+7
2020-09-28arm64: cpufeature: Export symbol read_sanitised_ftr_reg()Jean-Philippe Brucker1-0/+1
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 Zhang1-33/+70
2020-09-28Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '...Marc Zyngier1-1/+3
2020-09-25kbuild: remove cc-option test of -Werror=date-timeMasahiro Yamada1-1/+1
2020-09-25kbuild: remove cc-option test of -fno-strict-overflowMasahiro Yamada1-1/+1
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada1-5/+0
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 Grall1-0/+17
2020-09-21arm64/sve: Implement a helper to flush SVE registersJulien Grall1-0/+8
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-18arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider1-0/+7
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider1-1/+1
2020-09-18arm64: Fix -Wunused-function warning when !CONFIG_HOTPLUG_CPUYueHaibing1-1/+3
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon2-1/+18
2020-09-18arm64/fpsimd: Fix missing-prototypes in fpsimd.cTian Tao1-0/+2