aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-08arm64: hibernate: pass the allocated pgdp to ttbr0Pavel Tatashin1-1/+1
2020-01-08arm64: kexec: make dtb_mem always enabledPavel Tatashin1-5/+1
2020-01-08arm64: kexec: remove unnecessary debug printsPavel Tatashin1-12/+0
2020-01-07arm64: Implement copy_thread_tlsAmanieu d'Antras1-5/+5
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar6-7/+29
2019-12-20arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe listWei Li1-0/+1
2019-12-08sched/rt, arm64: Use CONFIG_PREEMPTIONThomas Gleixner2-1/+4
2019-12-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-7/+28
2019-12-06arm64: entry: refine comment of stack overflow checkHeyi Guo1-1/+2
2019-12-06arm64: ftrace: fix ifdefferyMark Rutland1-2/+1
2019-12-06arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior1-0/+4
2019-12-04arm64: insn: consistently handle exit textMark Rutland2-4/+21
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds2-10/+9
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-52/+172