- ac8fc6a s390/ftrace: remove preempt_disable()/preempt_enable() pair by Jerome Marchand · 3 years, 1 month ago
- 0b707e5 Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 2 months ago
- e5873d6 s390/ftrace: add missing serialization for graph caller patching by Heiko Carstens · 3 years, 4 months ago
- ae2b9a1 s390/ftrace: use text_poke_sync_lock() by Heiko Carstens · 3 years, 4 months ago
- 6644c65 ftrace: Cleanup ftrace_dyn_arch_init() by Weizhao Ouyang · 3 years, 4 months ago
- b860b93 s390/ftrace: remove dead code by Heiko Carstens · 3 years, 4 months ago
- 9652cb8 s390/ftrace: remove incorrect __va usage by Heiko Carstens · 3 years, 4 months ago
- de5012b s390/ftrace: implement hotpatching by Ilya Leoshkevich · 3 years, 6 months ago
- f8c2602 s390/ftrace: fix ftrace_update_ftrace_func implementation by Vasily Gorbik · 3 years, 7 months ago
- 09c0796 Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 1 month ago
- c934363 s390/ftrace: assume -mhotpatch or -mrecord-mcount always available by Vasily Gorbik · 4 years, 2 months ago
- d19ad07 ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs by Steven Rostedt (VMware) · 4 years, 3 months ago
- 773c167 ftrace: Add recording of functions that caused recursion by Steven Rostedt (VMware) · 4 years, 2 months ago
- c536aa1 kprobes/ftrace: Add recursion protection to the ftrace callback by Steven Rostedt (VMware) · 4 years, 2 months ago
- fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
- 55d7b4b s390: Remove two unused inline functions by YueHaibing · 4 years, 8 months ago
- 657480d s390: support KPROBES_ON_FTRACE by Sven Schnelle · 5 years ago
- ec7bf47 s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR by Martin Schwidefsky · 6 years ago
- 18588e1 s390/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
- d983c89 s390/ftrace: Add -mfentry and -mnop-mcount support by Vasily Gorbik · 6 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 2b6b38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
- e6c7c63 s390: use set_memory.h header by Laura Abbott · 8 years ago
- 085b6ba s390/ftrace: fix compile for !MODULES by Heiko Carstens · 8 years ago
- 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
- 9cb1cce s390: remove all usages of PSW_ADDR_INSN by Heiko Carstens · 9 years ago
- 8a5d847 s390/maccess: remove potentially broken probe_kernel_write() by Heiko Carstens · 10 years ago
- 20e76ee s390/ftrace: fix compile error if CONFIG_KPROBES is disabled by Heiko Carstens · 10 years ago
- e6d60b3 s390/ftrace: hotpatch support for function tracing by Heiko Carstens · 10 years ago
- 58498ee s390/ftrace: add code replacement sanity checks by Heiko Carstens · 10 years ago
- 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
- 6ed15ea s390/ftrace: add ftrace_graph_is_dead() check by Heiko Carstens · 10 years ago
- 7a5388d s390/kprobes: make use of NOKPROBE_SYMBOL() by Heiko Carstens · 10 years ago
- c933146 s390/ftrace,kprobes: allow to patch first instruction by Heiko Carstens · 10 years ago
- 0cccdda s390/ftrace: simplify enabling/disabling of ftrace_graph_caller by Heiko Carstens · 10 years ago
- 53255c9 s390/ftrace: remove 31 bit ftrace support by Heiko Carstens · 10 years ago
- 3d1e220 s390/ftrace: optimize mcount code by Heiko Carstens · 10 years ago
- 5d6a016 s390/ftrace: enforce DYNAMIC_FTRACE if FUNCTION_TRACER is selected by Heiko Carstens · 10 years ago
- 10dec7d s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_REGS support by Heiko Carstens · 10 years ago
- 2481a87 s390/ftrace: optimize function graph caller code by Heiko Carstens · 10 years ago
- 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 11 years ago
- af64a7c ftrace: Pass retval through return in ftrace_dyn_arch_init() by Jiri Slaby · 11 years ago
- 05e0baa s390/ftrace: prepare_ftrace_return() function call order by Heiko Carstens · 11 years ago
- 5eb8ae5 s390/ftrace: avoid pointer arithmetics with function pointers by Heiko Carstens · 11 years ago
- 63df41d6 s390: make various functions static, add declarations to header files by Heiko Carstens · 11 years ago
- aca9120 s390/ftrace: fix mcount adjustment by Heiko Carstens · 12 years ago
- 4cc9bed [S390] cleanup ftrace backend functions by Martin Schwidefsky · 14 years ago
- e0d2724 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- cbb870c [S390] Cleanup struct _lowcore usage and defines. by Heiko Carstens · 15 years ago
- e7b8e67 tracing: Unify arch_syscall_addr() implementations by Mike Frysinger · 15 years ago
- 9de09ac Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
- c44fc77 tracing: Move syscalls metadata handling from arch to core by Frederic Weisbecker · 15 years ago
- 22ceaf4 [S390] ftrace: drop nmi protection by Heiko Carstens · 15 years ago
- 7515bf5 tracing: Add syscall tracepoints - s390 arch update by Hendrik Brueckner · 15 years ago
- 71e308a function-graph: add stack frame test by Steven Rostedt · 16 years ago
- 9bf1226 [S390] ftrace: add system call tracer support by Heiko Carstens · 16 years ago
- 88dbd20 [S390] ftrace: add function graph tracer support by Heiko Carstens · 16 years ago
- dfd9f7a [S390] ftrace: add dynamic ftrace support by Heiko Carstens · 16 years ago