summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()Lakshmi Ramasubramanian2021-12-161-0/+1
* arm64: ftrace: add missing BTIsMark Rutland2021-12-021-0/+6
* arm64: kexec: use __pa_symbol(empty_zero_page)Mark Rutland2021-12-021-1/+1
* arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland2021-11-162-13/+11
* Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-111-0/+1
|\
| * Merge tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel...Greg Kroah-Hartman2021-11-071-0/+1
| |\
| | * arm64: cpufeature: Export this_cpu_has_cap helperArnd Bergmann2021-11-041-0/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-103-5/+9
|\ \ \
| * | | arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada2021-11-082-2/+2
| * | | arm64: arm64_ftr_reg->name may not be a human-readable stringReiji Watanabe2021-11-081-3/+7
* | | | 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