summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry-ftrace.S
Commit message (Expand)AuthorAgeFilesLines
* arm64: ftrace: Add direct call supportFlorent Revest2023-04-111-15/+75
* arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland2023-01-241-5/+27
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-121-110/+46
|\
| * ftrace: arm64: remove static ftraceMark Rutland2022-11-251-39/+0
| * ftrace: arm64: move from REGS to ARGSMark Rutland2022-11-181-71/+46
* | arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACERSami Tolvanen2022-11-141-1/+1
|/
* ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-201-1/+6
* arm64: ftrace: remove redundant labelMark Rutland2022-06-151-1/+0
* arm64/ftrace: Make function graph use ftrace directlyChengming Zhou2022-04-291-17/+0
* arm64: Use BTI C directly and unconditionallyMark Brown2021-12-141-6/+2
* arm64: ftrace: add missing BTIsMark Rutland2021-12-021-0/+6
* arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv2021-01-131-6/+6
* arm64: entry-ftrace.S: Update comment to indicate that x18 is liveWill Deacon2020-05-181-2/+3
* arm64: entry-ftrace.S: Fix missing argument for CONFIG_FUNCTION_GRAPH_TRACER=yKunihiko Hayashi2020-03-111-1/+1
* arm64: ftrace: Modernise annotation of return_to_handlerMark Brown2020-03-091-2/+2
* arm64: ftrace: Correct annotation of ftrace_caller assemblyMark Brown2020-03-091-8/+8
* arm64: entry-ftrace.S: Convert to modern annotations for assembly functionsMark Brown2020-03-091-14/+14
* arm64: ftrace: fix ifdefferyMark Rutland2019-12-061-2/+1
* arm64: implement ftrace with regsTorsten Duwe2019-11-061-5/+135
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* arm64: frace: use asm EXPORT_SYMBOL()Mark Rutland2018-12-101-0/+4
* arm64: ftrace: always pass instrumented pc in x0Mark Rutland2018-11-301-3/+3
* arm64: ftrace: remove return_regs macrosMark Rutland2018-11-301-20/+15
* arm64: ftrace: don't adjust the LR valueMark Rutland2018-11-301-1/+0
* arm64: ftrace: enable graph FP testMark Rutland2018-11-301-2/+1
* arm64: ftrace: use GLOBAL()Mark Rutland2018-11-301-4/+2
* arm64: Fix static use of function graphJulien Thierry2017-11-031-9/+3
* arm64: include asm/assembler.h in entry-ftrace.SArnd Bergmann2017-02-151-0/+1
* arm64: entry-ftrace.S: avoid open-coded {adr,ldr}_lMark Rutland2017-01-171-8/+4
* ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-241-1/+1
* arm64: ftrace: fix function_graph tracer panicLi Bin2015-10-021-2/+20
* arm64: ftrace: eliminate literal pool entriesArd Biesheuvel2014-11-071-10/+11
* arm64, ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2014-07-181-5/+0
* arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'Paul Bolle2014-06-181-1/+1
* arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro2014-05-291-0/+43
* arm64: Add ftrace supportAKASHI Takahiro2014-05-291-0/+175