summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | arm64: Drop outdated links in commentsKees Cook2022-01-051-4/+0
| | * | | | | arm64: errata: Fix exec handling in erratum 1418040 workaroundD Scott Phillips2021-12-221-23/+16
| | * | | | | arm64: Unhash early pointer print plus improve commentGuilherme G. Piccoli2021-12-221-1/+6
| | * | | | | arm64/fp: Add comments documenting the usage of state restore functionsMark Brown2021-12-141-2/+5
| | * | | | | arm64: kexec: reduce calls to page_address()Rongwei Wang2021-12-101-2/+4
| | * | | | | arm64: entry: Use SDEI event constantsFlorian Fainelli2021-12-061-2/+4
| | * | | | | arm64: Simplify checking for populated DTRob Herring2021-12-061-21/+14
| | |/ / / /
| * | | | | arm64: perf: Don't register user access sysctl handler multiple timesWill Deacon2022-01-041-2/+9
| * | | | | Merge branch 'for-next/perf-cpu' into for-next/perfWill Deacon2021-12-141-70/+45
| |\ \ \ \ \
| | * | | | | arm64: perf: Support new DT compatiblesRobin Murphy2021-12-141-0/+12
| | * | | | | arm64: perf: Simplify registration boilerplateRobin Murphy2021-12-141-82/+31
| | * | | | | arm64: perf: Support Denver and Carmel PMUsThierry Reding2021-12-141-0/+14
| | |/ / / /
| * | | | | arm64: perf: Enable PMU counter userspace access for perf eventRob Herring2021-12-141-7/+112
| * | | | | arm64: perf: Add userspace counter access disable switchRob Herring2021-12-141-0/+17
| |/ / / /
* | / / / 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