summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2021-12-16arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()Lakshmi Ramasubramanian
2021-12-02arm64: ftrace: add missing BTIsMark Rutland
2021-12-02arm64: kexec: use __pa_symbol(empty_zero_page)Mark Rutland
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland
2021-11-11Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-11-08arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada
2021-11-08arm64: arm64_ftr_reg->name may not be a human-readable stringReiji Watanabe
2021-11-07Merge tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel...Greg Kroah-Hartman
2021-11-04arm64: cpufeature: Export this_cpu_has_cap helperArnd Bergmann
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-29Merge branch 'for-next/vdso' into for-next/coreWill Deacon
2021-10-29Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon
2021-10-29Merge branch 'for-next/sve' into for-next/coreWill Deacon
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon
2021-10-29Merge branch 'for-next/misc' into for-next/coreWill Deacon
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon
2021-10-29Merge branch 'for-next/extable' into for-next/coreWill Deacon
2021-10-26arm64/sve: Fix warnings when SVE is disabledMark Brown
2021-10-26irq: arm64: perform irqentry in entry codeMark Rutland
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu
2021-10-21arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose
2021-10-21arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose
2021-10-21arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose
2021-10-21arm64: vmlinux.lds.S: remove `.fixup` sectionMark Rutland
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland
2021-10-21arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers
2021-10-21arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers
2021-10-21arm64: vdso32: drop test for -march=armv8-aNick Desaulniers
2021-10-21arm64: vdso32: drop the test for dmb ishldNick Desaulniers
2021-10-21arm64/sve: Track vector lengths for tasks in an arrayMark Brown
2021-10-21arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown
2021-10-21arm64/sve: Rename find_supported_vector_length()Mark Brown
2021-10-21arm64/sve: Make access to FFR optionalMark Brown
2021-10-21arm64/sve: Make sve_state_size() staticMark Brown
2021-10-21arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown
2021-10-21arm64/fp: Reindent fpsimd_save()Mark Brown
2021-10-20arm64: Use of_get_cpu_hwid()Rob Herring