summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry-ftrace.S
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-110/+46
2022-11-25ftrace: arm64: remove static ftraceMark Rutland1-39/+0
2022-11-18ftrace: arm64: move from REGS to ARGSMark Rutland1-71/+46
2022-11-14arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACERSami Tolvanen1-1/+1
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra1-1/+6
2022-06-15arm64: ftrace: remove redundant labelMark Rutland1-1/+0
2022-04-29arm64/ftrace: Make function graph use ftrace directlyChengming Zhou1-17/+0
2021-12-14arm64: Use BTI C directly and unconditionallyMark Brown1-6/+2
2021-12-02arm64: ftrace: add missing BTIsMark Rutland1-0/+6
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv1-6/+6
2020-05-18arm64: entry-ftrace.S: Update comment to indicate that x18 is liveWill Deacon1-2/+3
2020-03-11arm64: entry-ftrace.S: Fix missing argument for CONFIG_FUNCTION_GRAPH_TRACER=yKunihiko Hayashi1-1/+1
2020-03-09arm64: ftrace: Modernise annotation of return_to_handlerMark Brown1-2/+2
2020-03-09arm64: ftrace: Correct annotation of ftrace_caller assemblyMark Brown1-8/+8
2020-03-09arm64: entry-ftrace.S: Convert to modern annotations for assembly functionsMark Brown1-14/+14
2019-12-06arm64: ftrace: fix ifdefferyMark Rutland1-2/+1
2019-11-06arm64: implement ftrace with regsTorsten Duwe1-5/+135
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-12-10arm64: frace: use asm EXPORT_SYMBOL()Mark Rutland1-0/+4
2018-11-30arm64: ftrace: always pass instrumented pc in x0Mark Rutland1-3/+3
2018-11-30arm64: ftrace: remove return_regs macrosMark Rutland1-20/+15
2018-11-30arm64: ftrace: don't adjust the LR valueMark Rutland1-1/+0
2018-11-30arm64: ftrace: enable graph FP testMark Rutland1-2/+1
2018-11-30arm64: ftrace: use GLOBAL()Mark Rutland1-4/+2
2017-11-03arm64: Fix static use of function graphJulien Thierry1-9/+3
2017-02-15arm64: include asm/assembler.h in entry-ftrace.SArnd Bergmann1-0/+1
2017-01-17arm64: entry-ftrace.S: avoid open-coded {adr,ldr}_lMark Rutland1-8/+4
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf1-1/+1
2015-10-02arm64: ftrace: fix function_graph tracer panicLi Bin1-2/+20
2014-11-07arm64: ftrace: eliminate literal pool entriesArd Biesheuvel1-10/+11
2014-07-18arm64, ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)1-5/+0
2014-06-18arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'Paul Bolle1-1/+1
2014-05-29arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro1-0/+43
2014-05-29arm64: Add ftrace supportAKASHI Takahiro1-0/+175