summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross2021-11-021-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-11-026-518/+148
|\
| * crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_dataArd Biesheuvel2021-09-172-24/+18
| * crypto: arm64/aes-ccm - reduce NEON begin/end calls for common caseArd Biesheuvel2021-09-172-32/+49
| * crypto: arm64/aes-ccm - remove non-SIMD fallback pathArd Biesheuvel2021-09-171-121/+32
| * crypto: arm64/aes-ccm - yield NEON when processing auth-only dataArd Biesheuvel2021-09-171-0/+1
| * crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel2021-09-172-93/+13
| * crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersArd Biesheuvel2021-09-172-115/+9
| * crypto: arm64/gcm-aes-ce - remove non-SIMD fallback pathArd Biesheuvel2021-09-171-158/+51
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-027-13/+26
|\ \
| * | arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-223-0/+12
| * | arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-0/+4
| * | arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu2021-10-221-2/+2
| * | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-091-5/+0
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-013-4/+4
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-2/+1
| * | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-10-011-1/+4
* | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-023-2/+3
|\ \ \
| * | | sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel2021-09-302-2/+1
| * | | arm64: add CPU field to struct thread_infoArd Biesheuvel2021-09-302-0/+2
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-0271-830/+1424
|\ \ \ \
| * \ \ \ Merge branch 'for-next/fixes' into for-next/coreWill Deacon2021-10-291-1/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-next/vdso' into for-next/coreWill Deacon2021-10-293-36/+10
| |\ \ \ \ \
| | * | | | | arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers2021-10-212-13/+7
| | * | | | | arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers2021-10-211-1/+2
| | * | | | | arm64: vdso32: drop test for -march=armv8-aNick Desaulniers2021-10-212-14/+1
| | * | | | | arm64: vdso32: drop the test for dmb ishldNick Desaulniers2021-10-212-9/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon2021-10-295-1/+201
| |\ \ \ \ \
| | * | | | | arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose2021-10-213-0/+62
| | * | | | | arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose2021-10-214-1/+68
| | * | | | | arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose2021-10-213-0/+67
| | * | | | | arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose2021-10-211-0/+4
| | |/ / / /
| * | | | | Merge branch 'for-next/sve' into for-next/coreWill Deacon2021-10-2911-212/+386
| |\ \ \ \ \
| | * | | | | arm64/sve: Fix warnings when SVE is disabledMark Brown2021-10-261-6/+6
| | * | | | | arm64/sve: Add stub for sve_max_virtualisable_vl()Mark Brown2021-10-261-0/+5
| | * | | | | arm64/sve: Track vector lengths for tasks in an arrayMark Brown2021-10-213-48/+95
| | * | | | | arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown2021-10-215-16/+11
| | * | | | | arm64/sve: Put system wide vector length information into structsMark Brown2021-10-217-94/+191
| | * | | | | arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown2021-10-215-23/+54
| | * | | | | arm64/sve: Rename find_supported_vector_length()Mark Brown2021-10-211-7/+7
| | * | | | | arm64/sve: Make access to FFR optionalMark Brown2021-10-215-22/+39
| | * | | | | arm64/sve: Make sve_state_size() staticMark Brown2021-10-212-3/+1
| | * | | | | arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown2021-10-212-18/+0
| | * | | | | arm64/fp: Reindent fpsimd_save()Mark Brown2021-10-211-18/+20
| | |/ / / /
| * | | | | Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon2021-10-293-39/+0
| |\ \ \ \ \
| | * | | | | arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-10-013-39/+0
| | |/ / / /
| * | | | | Merge branch 'for-next/mte' into for-next/coreWill Deacon2021-10-299-17/+92
| |\ \ \ \ \
| | * | | | | arm64: mte: Add asymmetric mode supportVincenzo Frascino2021-10-075-12/+47
| | * | | | | arm64: mte: CPU feature detection for Asymm MTEVincenzo Frascino2021-10-072-0/+11
| | * | | | | arm64: mte: Bitfield definitions for Asymm MTEVincenzo Frascino2021-10-071-0/+3