summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/ftrace.c
AgeCommit message (Expand)Author
2025-01-29s390/fgraph: Fix to remove ftrace_test_recursion_trylock()Masami Hiramatsu (Google)
2024-12-26s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNCSven Schnelle
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-08-29s390/ftrace: Avoid extra serialization for graph caller patchingVasily Gorbik
2024-08-29s390/ftrace: Use get/copy_from_kernel_nofault consistentlyVasily Gorbik
2024-08-29s390/ftrace: Avoid trampolines if possibleVasily Gorbik
2024-08-27s390/ftrace: Use kernel ftrace trampoline for modulesVasily Gorbik
2024-07-03s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()Ilya Leoshkevich
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)
2023-04-13s390/ftrace: do not assume module_alloc() returns executable memoryHeiko Carstens
2023-03-20s390/ftrace: move hotpatch trampolines to mcount.SHeiko Carstens
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik
2022-03-01Merge branch 'fixes' into featuresVasily Gorbik
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens
2022-03-01s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens
2022-02-06s390/ftrace: verify opcode before applying patchSven Schnelle
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens
2021-12-10s390/ftrace: remove preempt_disable()/preempt_enable() pairJerome Marchand
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-10-11s390/ftrace: add missing serialization for graph caller patchingHeiko Carstens
2021-10-11s390/ftrace: use text_poke_sync_lock()Heiko Carstens
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-04s390/ftrace: remove dead codeHeiko Carstens
2021-09-08s390/ftrace: remove incorrect __va usageHeiko Carstens
2021-08-03s390/ftrace: implement hotpatchingIlya Leoshkevich
2021-07-15s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-11-20s390/ftrace: assume -mhotpatch or -mrecord-mcount always availableVasily Gorbik
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-05-20s390: Remove two unused inline functionsYueHaibing
2020-01-30s390: support KPROBES_ON_FTRACESven Schnelle
2019-05-02s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky
2018-11-27s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)
2018-08-15s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-05-08s390: use set_memory.h headerLaura Abbott
2017-05-03s390/ftrace: fix compile for !MODULESHeiko Carstens
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens
2015-03-25s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens
2015-03-13s390/ftrace: fix compile error if CONFIG_KPROBES is disabledHeiko Carstens
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens