summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai5-8/+13
2021-11-08arm64: mte: change PR_MTE_TCF_NONE back into an unsigned longPeter Collingbourne2-2/+2
2021-11-08arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada2-2/+2
2021-11-08arm64: arm64_ftr_reg->name may not be a human-readable stringReiji Watanabe1-3/+7
2021-10-29Merge branch 'for-next/fixes' into for-next/coreWill Deacon2-2/+3
2021-10-29Merge branch 'for-next/vdso' into for-next/coreWill Deacon3-36/+10
2021-10-29Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon6-1/+213
2021-10-29Merge branch 'for-next/sve' into for-next/coreWill Deacon11-212/+386
2021-10-29Merge branch 'for-next/scs' into for-next/coreWill Deacon1-0/+1
2021-10-29Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon4-43/+0
2021-10-29Merge branch 'for-next/perf' into for-next/coreWill Deacon3-7/+9
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon15-39/+151
2021-10-29Merge branch 'for-next/mm' into for-next/coreWill Deacon5-15/+27
2021-10-29Merge branch 'for-next/misc' into for-next/coreWill Deacon5-3/+20
2021-10-29Merge branch 'for-next/kselftest' into for-next/coreWill Deacon9-524/+640
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon19-340/+357
2021-10-29Merge branch 'for-next/extable' into for-next/coreWill Deacon20-158/+310
2021-10-29Merge branch 'for-next/8.6-timers' into for-next/coreWill Deacon14-149/+264
2021-10-28arm64: Select POSIX_CPU_TIMERS_TASK_WORKNicolas Saenz Julienne1-0/+1
2021-10-28arm64: Document boot requirements for FEAT_SME_FA64Mark Brown1-0/+10
2021-10-26arm64/sve: Fix warnings when SVE is disabledMark Brown1-6/+6
2021-10-26arm64/sve: Add stub for sve_max_virtualisable_vl()Mark Brown1-0/+5
2021-10-21arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose4-0/+66
2021-10-21arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose5-1/+72
2021-10-21arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose4-0/+71
2021-10-21arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2021-10-21selftests: arm64: Factor out utility functions for assembly FP testsMark Brown5-329/+185
2021-10-21arm64: vmlinux.lds.S: remove `.fixup` sectionMark Rutland1-1/+0
2021-10-21arm64: extable: add load_unaligned_zeropad() handlerMark Rutland3-17/+48
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland6-48/+58
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland6-23/+96
2021-10-21arm64: extable: use `ex` for `exception_table_entry`Mark Rutland1-5/+5
2021-10-21arm64: extable: make fixup_exception() return boolMark Rutland3-11/+11
2021-10-21arm64: extable: consolidate definitionsMark Rutland5-35/+58
2021-10-21arm64: gpr-num: support W registersMark Rutland1-1/+5
2021-10-21arm64: factor out GPR numbering helpersMark Rutland2-17/+30
2021-10-21arm64: kvm: use kvm_exception_table_entryMark Rutland2-6/+11
2021-10-21arm64: lib: __arch_copy_to_user(): fold fixups into bodyMark Rutland1-5/+3
2021-10-21arm64: lib: __arch_copy_from_user(): fold fixups into bodyMark Rutland1-5/+3
2021-10-21arm64: lib: __arch_clear_user(): fold fixups into bodyMark Rutland1-5/+3
2021-10-21arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers2-13/+7
2021-10-21arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers1-1/+2
2021-10-21arm64: vdso32: drop test for -march=armv8-aNick Desaulniers2-14/+1
2021-10-21arm64: vdso32: drop the test for dmb ishldNick Desaulniers2-9/+1
2021-10-21arm64/sve: Track vector lengths for tasks in an arrayMark Brown3-48/+95
2021-10-21arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown5-16/+11
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown7-94/+191
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown5-23/+54
2021-10-21arm64/sve: Rename find_supported_vector_length()Mark Brown1-7/+7
2021-10-21arm64/sve: Make access to FFR optionalMark Brown5-22/+39