aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-0/+3
|\
| * kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-241-0/+3
* | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-29/+2
|\ \
| * | arm64: Use of_get_cpu_hwid()Rob Herring2021-10-201-29/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-1/+2
|\ \ \
| * | | arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()Will Deacon2021-10-111-1/+2
* | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-014-12/+20
|\ \ \ \
| * | | | arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-221-0/+7
| * | | | 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-081-5/+0
| * | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-302-3/+3
| * | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-2/+1
| * | | | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-1/+4
| |/ / /
* | | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-012-2/+2
|\ \ \ \
| * | | | 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-301-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-0121-499/+575
|\ \ \ \
| * \ \ \ Merge branch 'for-next/vdso' into for-next/coreWill Deacon2021-10-291-28/+8
| |\ \ \ \
| | * | | | arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers2021-10-211-12/+5
| | * | | | arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers2021-10-211-1/+2
| | * | | | arm64: vdso32: drop test for -march=armv8-aNick Desaulniers2021-10-211-7/+1
| | * | | | arm64: vdso32: drop the test for dmb ishldNick Desaulniers2021-10-211-8/+0
| | | |/ / | | |/| |
| * | | | Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon2021-10-291-0/+64
| |\ \ \ \
| | * | | | arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose2021-10-211-0/+20
| | * | | | arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose2021-10-211-0/+19
| | * | | | arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose2021-10-211-0/+25
| | |/ / /
| * | | | Merge branch 'for-next/sve' into for-next/coreWill Deacon2021-10-295-172/+224
| |\ \ \ \
| | * | | | arm64/sve: Fix warnings when SVE is disabledMark Brown2021-10-261-6/+6
| | * | | | arm64/sve: Track vector lengths for tasks in an arrayMark Brown2021-10-211-40/+57
| | * | | | arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown2021-10-212-8/+8
| | * | | | arm64/sve: Put system wide vector length information into structsMark Brown2021-10-214-76/+97
| | * | | | arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown2021-10-213-22/+43
| | * | | | arm64/sve: Rename find_supported_vector_length()Mark Brown2021-10-211-7/+7
| | * | | | arm64/sve: Make access to FFR optionalMark Brown2021-10-212-11/+18
| | * | | | arm64/sve: Make sve_state_size() staticMark Brown2021-10-211-1/+1
| | * | | | arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown2021-10-211-16/+0
| | * | | | arm64/fp: Reindent fpsimd_save()Mark Brown2021-10-211-18/+20
| | |/ / /
| * | | | Merge branch 'for-next/mte' into for-next/coreWill Deacon2021-10-293-11/+76
| |\ \ \ \
| | * | | | arm64: mte: Add asymmetric mode supportVincenzo Frascino2021-10-071-6/+35
| | * | | | arm64: mte: CPU feature detection for Asymm MTEVincenzo Frascino2021-10-071-0/+10
| | * | | | arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabledPeter Collingbourne2021-09-292-5/+31
| | |/ / /
| * | | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2021-10-291-2/+2
| |\ \ \ \
| | * | | | arm64/traps: Avoid unnecessary kernel/user pointer conversionAmit Daniel Kachhap2021-09-291-2/+2
| | |/ / /
| * | | | Merge branch 'for-next/kexec' into for-next/coreWill Deacon2021-10-299-267/+171
| |\ \ \ \
| | * | | | arm64: kexec: remove cpu-reset.hPasha Tatashin2021-10-013-38/+5
| | * | | | arm64: kexec: remove the pre-kexec PoC maintenancePasha Tatashin2021-10-011-43/+0
| | * | | | arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin2021-10-013-15/+33
| | * | | | arm64: kexec: install a copy of the linear-mapPasha Tatashin2021-10-014-22/+19
| | * | | | arm64: kexec: use ld script for relocation functionPasha Tatashin2021-10-013-23/+26