index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-06
MIPS: kernel: Remove not needed set_fs calls
Thomas Bogendoerfer
1
-8
/
+0
2021-02-13
Revert "MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flus...
Thomas Bogendoerfer
1
-4
/
+0
2020-08-17
MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRACE
Zejiang Tang
1
-4
/
+0
2019-06-12
MIPS: ftrace: Reword prepare_ftrace_return() comment block
Geert Uytterhoeven
1
-11
/
+12
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
1
-3
/
+3
2018-12-26
Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-3
/
+3
2018-12-14
mips: add +1 to __NR_syscalls in uapi header
Firoz Khan
1
-3
/
+3
2018-11-28
MIPS: function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-12
/
+2
2018-01-19
MIPS: ftrace: Remove pointer comparison to 0 in prepare_ftrace_return
Mathieu Malaterre
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-08
MIPS: ftrace: fix init functions tracing
Marcin Nowakowski
1
-19
/
+5
2016-08-24
ftrace: Add return address pointer to ftrace_ret_stack
Josh Poimboeuf
1
-2
/
+2
2014-08-07
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-9
/
+47
2014-07-30
MIPS: ftrace: Fix dynamic tracing of kernel modules
Petri Gynther
1
-9
/
+47
2014-07-18
MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph code
Steven Rostedt (Red Hat)
1
-0
/
+3
2014-04-03
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-4
/
+1
2014-03-31
Merge branch '3.14-fixes' into mips-for-linux-next
Ralf Baechle
1
-3
/
+2
2014-03-27
MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushes
Leonid Yegoshin
1
-0
/
+4
2014-03-17
MIPS: ftrace: Fix icache flush range error
Viller Hsiao
1
-3
/
+2
2014-03-07
ftrace: Do not pass data to ftrace_dyn_arch_init
Jiri Slaby
1
-1
/
+1
2014-03-07
ftrace: Pass retval through return in ftrace_dyn_arch_init()
Jiri Slaby
1
-3
/
+0
2013-10-30
MIPS: O32 / 32-bit: Always copy 4 stack arguments.
Ralf Baechle
1
-1
/
+1
2013-10-30
MIPS: Provide arch_syscall_addr.
Ralf Baechle
1
-0
/
+33
2013-06-10
MIPS: ftrace: Add missing CONFIG_DYNAMIC_FTRACE
Markos Chandras
1
-0
/
+4
2013-02-01
MIPS: Whitespace cleanup.
Ralf Baechle
1
-6
/
+6
2013-01-31
MIPS: Function tracer: Fix broken function tracing
Al Cooper
1
-1
/
+35
2011-09-21
MIPS: Ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compile
Thomas Gleixner
1
-19
/
+20
2011-05-10
MIPS: Mask jump target in ftrace_dyn_arch_init_insns().
David Daney
1
-2
/
+3
2011-03-14
MIPS, Tracing: Fix set_graph_function of function graph tracer
Wu Zhangjin
1
-2
/
+9
2011-03-14
MIPS, Tracing: Clean up ftrace_make_nop()
Wu Zhangjin
1
-32
/
+38
2011-03-14
MIPS, Tracing: Clean up prepare_ftrace_return()
Wu Zhangjin
1
-27
/
+25
2011-03-14
MIPS, Tracing: Substitute in_kernel_space() for in_module()
Wu Zhangjin
1
-27
/
+27
2011-03-14
MIPS, Tracing: Speed up function graph tracer
Wu Zhangjin
1
-7
/
+7
2010-07-05
MIPS: Tracing: Cleanup of address space checking
Wu Zhangjin
1
-3
/
+19
2010-07-05
MIPS: Tracing: Cleanup of function graph tracer
Wu Zhangjin
1
-22
/
+26
2010-07-05
MIPS: Tracing: Reduce the overhead of dynamic Function Tracer
Wu Zhangjin
1
-44
/
+49
2010-07-05
MIPS: Tracing: Cleanup of instructions used
Wu Zhangjin
1
-8
/
+11
2010-07-05
MIPS: Tracing: Fix 32-bit support with -mmcount-ra-address
Wu Zhangjin
1
-2
/
+14
2010-02-27
MIPS: Loongson: Change the Email address of Wu Zhangjin
Wu Zhangjin
1
-1
/
+1
2009-12-17
MIPS: Tracing: Make function graph tracer work with -mmcount-ra-address
Wu Zhangjin
1
-7
/
+17
2009-12-17
MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointer
Wu Zhangjin
1
-15
/
+41
2009-12-17
MIPS: Tracing: Add dynamic function graph tracer for MIPS
Wu Zhangjin
1
-0
/
+21
2009-12-17
MIPS: Tracing: Add function graph tracer support for MIPS
Wu Zhangjin
1
-0
/
+106
2009-12-17
MIPS: Tracing: Add dynamic function tracer support
Wu Zhangjin
1
-0
/
+112