summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/mcount.S
Commit message (Expand)AuthorAgeFilesLines
* s390: remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-091-2/+0
* s390/ftrace: use la instead of aghik in return_to_handler()Heiko Carstens2023-07-271-1/+1
* s390/tracing: pass struct ftrace_regs to ftrace_trace_functionSven Schnelle2023-07-241-25/+32
* s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVALSven Schnelle2023-07-241-2/+6
* Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-301-6/+20
|\
| * s390/mcount: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-6/+4
| * s390/ftrace: move hotpatch trampolines to mcount.SHeiko Carstens2023-03-201-0/+16
* | ftrace: selftest: remove broken trace_direct_trampMark Rutland2023-03-211-0/+5
|/
* s390/kprobes: replace kretprobe with rethookVasily Gorbik2023-01-221-6/+6
* s390/kprobes: Avoid additional kprobe in kretprobe handlingTobias Huschle2022-03-101-8/+43
* s390: raise minimum supported machine generation to z10Vasily Gorbik2022-03-101-11/+0
* s390/ftrace: make use of epsw to get psw maskHeiko Carstens2022-03-011-4/+10
* s390: always use the packed stack layoutVasily Gorbik2022-03-011-5/+1
* Merge branch 'fixes' into featuresVasily Gorbik2022-03-011-0/+9
|\
| * s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens2022-03-011-0/+9
* | s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-061-2/+0
|/
* s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL supportHeiko Carstens2021-10-191-6/+17
* s390/ftrace: provide separate ftrace_caller/ftrace_regs_caller implementationsHeiko Carstens2021-10-111-12/+29
* s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik2021-07-151-2/+2
* s390/ftrace: assume -mhotpatch or -mrecord-mcount always availableVasily Gorbik2020-11-201-8/+0
* s390: support KPROBES_ON_FTRACESven Schnelle2020-01-301-0/+6
* Merge tag 's390-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-01-281-1/+14
|\
| * s390/ftrace: generate traced function stack frameVasily Gorbik2020-01-221-1/+14
* | s390/ftrace: save traced function callerVasily Gorbik2019-12-181-0/+1
|/
* s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky2019-05-021-2/+2
* s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky2019-05-021-2/+6
* s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik2018-08-151-1/+1
* s390/ftrace: use expoline for indirect branchesMartin Schwidefsky2018-05-071-5/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390: move exports to definitionsAl Viro2016-08-071-0/+3
* s390/ftrace: hotpatch support for function tracingHeiko Carstens2015-01-291-0/+2
* s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens2014-10-271-0/+1
* s390/ftrace: simplify enabling/disabling of ftrace_graph_callerHeiko Carstens2014-10-091-2/+1
* s390/ftrace: remove 31 bit ftrace supportHeiko Carstens2014-10-091-37/+50
* s390/ftrace: enforce DYNAMIC_FTRACE if FUNCTION_TRACER is selectedHeiko Carstens2014-09-091-2/+0
* s390/ftrace: remove check of obsolete variable function_trace_stopHeiko Carstens2014-07-181-7/+3
* s390/ftrace: fix mcount adjustmentHeiko Carstens2013-05-151-0/+2
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* [S390] fix s390 assembler code alignmentsJan Glauber2011-07-241-10/+6
* [S390] cleanup ftrace backend functionsMartin Schwidefsky2011-01-051-23/+7
* [S390] add kprobes annotationsMartin Schwidefsky2011-01-051-0/+2
* [S390] improve mcount codeMartin Schwidefsky2009-09-111-137/+10
* [S390] ftrace: add function graph tracer supportHeiko Carstens2009-06-121-0/+79
* [S390] ftrace: add function trace mcount test supportHeiko Carstens2009-06-121-12/+26
* [S390] ftrace: add dynamic ftrace supportHeiko Carstens2009-06-121-27/+92
* [S390] ftrace/mcount: fix kernel stack backchainHeiko Carstens2009-03-181-2/+4
* [S390] ftrace: function tracer backend for s390Heiko Carstens2008-12-251-0/+56