summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+2
2021-11-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds21-499/+575
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2021-10-29Merge branch 'for-next/vdso' into for-next/coreWill Deacon1-28/+8
2021-10-29Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon1-0/+64
2021-10-29Merge branch 'for-next/sve' into for-next/coreWill Deacon5-172/+224
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon3-11/+76
2021-10-29Merge branch 'for-next/misc' into for-next/coreWill Deacon1-2/+2
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon9-267/+171
2021-10-29Merge branch 'for-next/extable' into for-next/coreWill Deacon3-18/+6
2021-10-26arm64/sve: Fix warnings when SVE is disabledMark Brown1-6/+6
2021-10-26irq: arm64: perform irqentry in entry codeMark Rutland1-21/+31
2021-10-21arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose1-0/+20
2021-10-21arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose1-0/+19
2021-10-21arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose1-0/+25
2021-10-21arm64: vmlinux.lds.S: remove `.fixup` sectionMark Rutland1-1/+0
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland2-16/+5
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland1-1/+1
2021-10-21arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers1-12/+5
2021-10-21arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers1-1/+2
2021-10-21arm64: vdso32: drop test for -march=armv8-aNick Desaulniers1-7/+1
2021-10-21arm64: vdso32: drop the test for dmb ishldNick Desaulniers1-8/+0
2021-10-21arm64/sve: Track vector lengths for tasks in an arrayMark Brown1-40/+57
2021-10-21arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown2-8/+8
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown4-76/+97
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown3-22/+43
2021-10-21arm64/sve: Rename find_supported_vector_length()Mark Brown1-7/+7
2021-10-21arm64/sve: Make access to FFR optionalMark Brown2-11/+18
2021-10-21arm64/sve: Make sve_state_size() staticMark Brown1-1/+1
2021-10-21arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown1-16/+0
2021-10-21arm64/fp: Reindent fpsimd_save()Mark Brown1-18/+20
2021-10-19arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2-1/+3
2021-10-19arm64: Add handling of CNTVCTSS trapsMarc Zyngier1-0/+11
2021-10-19arm64: Add a capability for FEAT_ECVMarc Zyngier1-0/+10
2021-10-15topology: Represent clusters of CPUs within a dieJonathan Cameron1-0/+2
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-3/+1
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino1-6/+35
2021-10-07arm64: mte: CPU feature detection for Asymm MTEVincenzo Frascino1-0/+10
2021-10-01arm64: kexec: remove cpu-reset.hPasha Tatashin3-38/+5
2021-10-01arm64: kexec: remove the pre-kexec PoC maintenancePasha Tatashin1-43/+0
2021-10-01arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin3-15/+33
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin4-22/+19
2021-10-01arm64: kexec: use ld script for relocation functionPasha Tatashin3-23/+26
2021-10-01arm64: kexec: relocate in EL1 modePasha Tatashin3-6/+14
2021-10-01arm64: kexec: configure EL2 vectors for kexecPasha Tatashin2-0/+32
2021-10-01arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin3-8/+16
2021-10-01arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin1-10/+3
2021-10-01arm64: kexec: skip relocation code for inplace kexecPasha Tatashin2-16/+21
2021-10-01arm64: kexec: flush image and lists during kexec load timePasha Tatashin1-32/+26
2021-10-01arm64: hibernate: abstract ttrb0 setup functionPasha Tatashin1-20/+1