summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry-ftrace.S
Commit message (Expand)AuthorAgeFilesLines
* 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