aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-12arm64: time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-11arm64: Fix CONFIG_ARCH_RANDOM=n buildRobin Murphy1-0/+1
2020-02-10arm64: ssbs: Fix context-switch when SSBS is present on all CPUsWill Deacon1-0/+7
2020-02-10arm64: use shared sysctl constantsMatteo Croce1-4/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+4
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds21-157/+475
2020-01-22arm64: acpi: fix DAIF manipulation with pNMIMark Rutland1-1/+1
2020-01-22Merge branch 'for-next/rng' into for-next/coreWill Deacon3-0/+26
2020-01-22Merge branch 'for-next/errata' into for-next/coreWill Deacon1-6/+19
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon1-1/+4
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for-next/e0pd', 'for-next/entry', 'for-next/kbuild', 'for-next/kexec/cleanup', 'for-next/kexec/file-kdump', 'for-next/misc', 'for-next/nofpsimd', 'for-next/perf' and 'for-next/scs' into for-next/coreWill Deacon19-149/+425
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown1-0/+11
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson2-0/+15
2020-01-21arm64: entry: Avoid empty alternatives entriesJulien Thierry1-2/+2
2020-01-17arm64: entry: cleanup sp_el0 manipulationMark Rutland1-10/+7
2020-01-17arm64: entry: cleanup el0 svc handler namingMark Rutland2-4/+4
2020-01-17arm64: entry: mark all entry code as notraceMark Rutland1-2/+2
2020-01-17arm64: Add KRYO{3,4}XX CPU cores to spectre-v2 safe listSai Prakash Ranjan1-0/+2
2020-01-16arm64: kernel: avoid x18 in __cpu_soft_restartArd Biesheuvel1-2/+2
2020-01-16arm64: Workaround for Cortex-A55 erratum 1530923Steven Price1-1/+5
2020-01-16arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHESteven Price1-1/+1
2020-01-16arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHESteven Price1-4/+13
2020-01-15arm64: Use register field helper in kaslr_requires_kpti()Will Deacon1-3/+3
2020-01-15arm64: Simplify early check for broken TX1 when KASLR is enabledWill Deacon1-11/+4
2020-01-15arm64: Use a variable to store non-global mappings decisionMark Brown2-3/+59
2020-01-15arm64: Factor out checks for KASLR in KPTI code into separate functionMark Brown1-1/+1
2020-01-15arm64: Add initial support for E0PDMark Brown1-0/+22
2020-01-15arm64: Move the LSE gas support detection to KconfigCatalin Marinas1-2/+2
2020-01-15arm64: Introduce ID_ISAR6 CPU registerAnshuman Khandual2-0/+17
2020-01-15arm64: cpufeature: Export matrix and other features to userspaceSteven Price2-0/+26
2020-01-14arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanlySuzuki K Poulose1-3/+27
2020-01-14arm64: signal: nofpsimd: Handle fp/simd context for signal framesSuzuki K Poulose2-4/+6
2020-01-14arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose1-0/+21
2020-01-14arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properlySuzuki K Poulose1-3/+34
2020-01-14arm64: cpufeature: Fix the type of no FP/SIMD capabilitySuzuki K Poulose1-1/+1
2020-01-14arm64: Introduce system_capabilities_finalized() markerSuzuki K Poulose2-18/+10
2020-01-14arch/arm64/setup: Drop dummy_con initializationArvind Sankar1-3/+0
2020-01-13arm64: kernel: Correct annotation of end of el0_syncMark Brown1-1/+4
2020-01-10Revert "arm64: kexec: make dtb_mem always enabled"Will Deacon1-1/+5
2020-01-08arm64: armv8_deprecated: update the comments of armv8_deprecated_init()Hanjun Guo1-1/+2
2020-01-08arm64: kpti: Add Broadcom Brahma-B53 core to the KPTI whitelistFlorian Fainelli1-0/+1
2020-01-08Return ENODEV when the selected speculation misfeature is unsupportedAnthony Steinhauser1-2/+2
2020-01-08arm64: kexec_file: add crash dump supportAKASHI Takahiro2-8/+102
2020-01-08arm64: hibernate: add trans_pgd public functionsPavel Tatashin1-33/+60
2020-01-08arm64: hibernate: add PUD_SECT_RDONLYPavel Tatashin1-1/+1
2020-01-08arm64: hibernate: rename dst to page in create_safe_exec_pagePavel Tatashin1-6/+6
2020-01-08arm64: hibernate: remove gotos as they are not neededPavel Tatashin1-32/+17
2020-01-08arm64: hibernate: use get_safe_page directlyPavel Tatashin1-10/+7