aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-02arm64: ftrace: add missing BTIsMark Rutland1-0/+6
2021-12-02arm64: kexec: use __pa_symbol(empty_zero_page)Mark Rutland1-1/+1
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland2-13/+11
2021-11-11Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-5/+9
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+3
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-11-07Merge tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux into char-misc-linusGreg Kroah-Hartman1-0/+1
2021-11-04arm64: cpufeature: Export this_cpu_has_cap helperArnd Bergmann1-0/+1
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-29/+2
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-12/+20
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+2
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds21-499/+575
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada1-0/+3
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu1-0/+7
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu1-2/+2
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-20arm64: Use of_get_cpu_hwid()Rob Herring1-29/+2
2021-10-19arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2-1/+3