aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-2/+1
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik1-1/+1
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-15/+2
2022-03-01Merge branch 'fixes' into featuresVasily Gorbik1-1/+36
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens1-1/+1
2022-03-01s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens1-0/+35
2022-02-06s390/ftrace: verify opcode before applying patchSven Schnelle1-16/+27
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-2/+1
2021-12-10s390/ftrace: remove preempt_disable()/preempt_enable() pairJerome Marchand1-2/+0
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-84/+12
2021-10-11s390/ftrace: add missing serialization for graph caller patchingHeiko Carstens1-0/+2
2021-10-11s390/ftrace: use text_poke_sync_lock()Heiko Carstens1-6/+6
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-10-04s390/ftrace: remove dead codeHeiko Carstens1-80/+6
2021-09-08s390/ftrace: remove incorrect __va usageHeiko Carstens1-2/+2
2021-08-03s390/ftrace: implement hotpatchingIlya Leoshkevich1-16/+206
2021-07-15s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik1-0/+2
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+16
2020-11-20s390/ftrace: assume -mhotpatch or -mrecord-mcount always availableVasily Gorbik1-49/+14
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-1/+3
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)1-1/+1
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)1-3/+13
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+2
2020-05-20s390: Remove two unused inline functionsYueHaibing1-16/+0
2020-01-30s390: support KPROBES_ON_FTRACESven Schnelle1-34/+46
2019-05-02s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky1-4/+5
2018-11-27s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-11/+2
2018-08-15s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+4
2017-05-08s390: use set_memory.h headerLaura Abbott1-0/+1
2017-05-03s390/ftrace: fix compile for !MODULESHeiko Carstens1-0/+4
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+2
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens1-1/+1
2015-03-25s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens1-6/+6
2015-03-13s390/ftrace: fix compile error if CONFIG_KPROBES is disabledHeiko Carstens1-16/+45
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens1-1/+14
2015-01-08s390/ftrace: add code replacement sanity checksHeiko Carstens1-46/+49
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-50/+86
2014-10-28s390/ftrace: add ftrace_graph_is_dead() checkHeiko Carstens1-0/+2
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens1-2/+2
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens1-48/+84
2014-10-09s390/ftrace: simplify enabling/disabling of ftrace_graph_callerHeiko Carstens1-13/+9
2014-10-09s390/ftrace: remove 31 bit ftrace supportHeiko Carstens1-77/+2
2014-09-09s390/ftrace: optimize mcount codeHeiko Carstens1-17/+40
2014-09-09s390/ftrace: enforce DYNAMIC_FTRACE if FUNCTION_TRACER is selectedHeiko Carstens1-6/+0
2014-09-09s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_REGS supportHeiko Carstens1-0/+7
2014-09-09s390/ftrace: optimize function graph caller codeHeiko Carstens1-0/+24
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-1/+0