summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2020-10-13Revert "arm64: vdso: Fix compilation with clang older than 8"Nick Desaulniers
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-12Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-10-09Revert "arm64: initialize per-cpu offsets earlier"Will Deacon
2020-10-07Merge branch 'for-next/late-arrivals' into for-next/coreWill Deacon
2020-10-05arm64: initialize per-cpu offsets earlierMark Rutland
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon
2020-10-02Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon
2020-10-01arm64: dbm: Invalidate local TLB when setting TCR_EL1.HDWill Deacon
2020-09-30arm64: permit ACPI core to map kernel memory used for table overridesArd Biesheuvel
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: 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: 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-28arm64: cpufeature: Export symbol read_sanitised_ftr_reg()Jean-Philippe Brucker
2020-09-28arm64: perf: Defer irq_work to IPI_IRQ_WORKJulien Thierry
2020-09-28arm64: perf: Remove PMU lockingJulien Thierry
2020-09-28arm64: perf: Avoid PMXEV* indirectionMark Rutland
2020-09-28arm64: perf: Add missing ISB in armv8pmu_enable_counter()Alexandru Elisei
2020-09-28arm64: perf: Add support caps under sysfsShaokun Zhang
2020-09-28Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '...Marc Zyngier
2020-09-21arm64: Move console stack display code to stacktrace.cMark Brown
2020-09-21arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUsMarc Zyngier
2020-09-21arm64: Make use of ARCH_WORKAROUND_1 even when KVM is not enabledMarc Zyngier
2020-09-21arm64/sve: Implement a helper to load SVE registers from FPSIMD stateJulien Grall
2020-09-21arm64/sve: Implement a helper to flush SVE registersJulien Grall
2020-09-21arm64/signal: Update the comment in preserve_sve_contextJulien Grall
2020-09-21arm64/fpsimd: Update documentation of do_sve_accJulien Grall
2020-09-18arm64: Fix -Wunused-function warning when !CONFIG_HOTPLUG_CPUYueHaibing
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon
2020-09-18arm64/fpsimd: Fix missing-prototypes in fpsimd.cTian Tao
2020-09-18arm64: stacktrace: Convert to ARCH_STACKWALKMark Brown
2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown
2020-09-17arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones
2020-09-17Merge remote-tracking branch 'origin/irq/ipi-as-irq' into irq/irqchip-nextMarc Zyngier