summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry-ftrace.S
AgeCommit message (Expand)Author
2023-06-20arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng
2023-04-11arm64: ftrace: Add direct call supportFlorent Revest
2023-01-24arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-11-25ftrace: arm64: remove static ftraceMark Rutland
2022-11-18ftrace: arm64: move from REGS to ARGSMark Rutland
2022-11-14arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACERSami Tolvanen
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra
2022-06-15arm64: ftrace: remove redundant labelMark Rutland
2022-04-29arm64/ftrace: Make function graph use ftrace directlyChengming Zhou
2021-12-14arm64: Use BTI C directly and unconditionallyMark Brown
2021-12-02arm64: ftrace: add missing BTIsMark Rutland
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv
2020-05-18arm64: entry-ftrace.S: Update comment to indicate that x18 is liveWill Deacon
2020-03-11arm64: entry-ftrace.S: Fix missing argument for CONFIG_FUNCTION_GRAPH_TRACER=yKunihiko Hayashi
2020-03-09arm64: ftrace: Modernise annotation of return_to_handlerMark Brown
2020-03-09arm64: ftrace: Correct annotation of ftrace_caller assemblyMark Brown
2020-03-09arm64: entry-ftrace.S: Convert to modern annotations for assembly functionsMark Brown
2019-12-06arm64: ftrace: fix ifdefferyMark Rutland
2019-11-06arm64: implement ftrace with regsTorsten Duwe
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-12-10arm64: frace: use asm EXPORT_SYMBOL()Mark Rutland
2018-11-30arm64: ftrace: always pass instrumented pc in x0Mark Rutland
2018-11-30arm64: ftrace: remove return_regs macrosMark Rutland
2018-11-30arm64: ftrace: don't adjust the LR valueMark Rutland
2018-11-30arm64: ftrace: enable graph FP testMark Rutland
2018-11-30arm64: ftrace: use GLOBAL()Mark Rutland
2017-11-03arm64: Fix static use of function graphJulien Thierry
2017-02-15arm64: include asm/assembler.h in entry-ftrace.SArnd Bergmann
2017-01-17arm64: entry-ftrace.S: avoid open-coded {adr,ldr}_lMark Rutland
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf
2015-10-02arm64: ftrace: fix function_graph tracer panicLi Bin
2014-11-07arm64: ftrace: eliminate literal pool entriesArd Biesheuvel
2014-07-18arm64, ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)
2014-06-18arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'Paul Bolle
2014-05-29arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro
2014-05-29arm64: Add ftrace supportAKASHI Takahiro