index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
Zheng Yejian
2023-04-13
1
-6
/
+9
*
ftrace: Fix invalid address access in lookup_rec() when index is 0
Chen Zhongjin
2023-03-22
1
-1
/
+2
*
ftrace: Fix null pointer dereference in ftrace_add_mod()
Xiu Jianfeng
2022-11-26
1
-0
/
+1
*
ftrace: Optimize the allocation for mcount entries
Wang Wensheng
2022-11-26
1
-1
/
+1
*
ftrace: Fix the possible incorrect kernel message
Wang Wensheng
2022-11-26
1
-1
/
+1
*
ftrace: Fix use-after-free for dynamic ftrace_ops
Li Huafei
2022-11-10
1
-13
/
+3
*
ftrace: Properly unset FTRACE_HASH_FL_MOD
Zheng Yejian
2022-10-26
1
-2
/
+6
*
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Yang Jihong
2022-09-05
1
-0
/
+10
*
tracing: Place trace_pid_list logic into abstract functions
Steven Rostedt (VMware)
2022-07-29
1
-3
/
+3
*
ftrace: Clean up hash direct_functions on register failures
Song Liu
2022-06-09
1
-3
/
+2
*
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
2021-11-18
1
-11
/
+12
*
ftrace: Fix kernel-doc formatting issues
Steven Rostedt (VMware)
2021-10-29
1
-8
/
+10
*
tracing: Have all levels of checks prevent recursion
Steven Rostedt (VMware)
2021-10-18
1
-2
/
+2
*
ftrace: Introduce ftrace_need_init_nop()
Ilya Leoshkevich
2021-08-03
1
-2
/
+2
*
ftrace: Remove redundant initialization of variable ret
Colin Ian King
2021-07-23
1
-1
/
+1
*
ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessary
Nicolas Saenz Julienne
2021-07-23
1
-1
/
+2
*
ftrace: Use list_move instead of list_del/list_add
Baokun Li
2021-07-08
1
-2
/
+1
*
ftrace: Do not blindly read the ip address in ftrace_bug()
Steven Rostedt (VMware)
2021-06-08
1
-1
/
+7
*
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-05-06
1
-1
/
+4
|
\
|
*
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
2021-05-05
1
-1
/
+4
*
|
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-05-03
1
-30
/
+23
|
\
|
|
*
ftrace: Simplify the calculation of page number for ftrace_page->records some...
Steven Rostedt (VMware)
2021-04-01
1
-8
/
+2
|
*
ftrace: Store the order of pages allocated in ftrace_page
Linus Torvalds
2021-04-01
1
-18
/
+17
|
*
Merge branch 'trace/ftrace/urgent' into HEAD
Steven Rostedt (VMware)
2021-04-01
1
-3
/
+6
|
|
\
|
*
|
tracing: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-4
/
+4
*
|
|
Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-03-31
1
-3
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ftrace: Check if pages were allocated before calling free_pages()
Steven Rostedt (VMware)
2021-03-30
1
-3
/
+6
|
|
/
*
/
ftrace: Fix modify_ftrace_direct.
Alexei Starovoitov
2021-03-17
1
-5
/
+38
|
/
*
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-12-17
1
-29
/
+28
|
\
|
*
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
2020-11-13
1
-12
/
+15
|
*
ftrace: Remove unused varible 'ret'
Alex Shi
2020-11-10
1
-4
/
+2
|
*
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
2020-11-06
1
-2
/
+2
|
*
ftrace: Reverse what the RECURSION flag means in the ftrace_ops
Steven Rostedt (VMware)
2020-11-06
1
-11
/
+9
*
|
ftrace: Fix updating FTRACE_FL_TRAMP
Naveen N. Rao
2020-11-30
1
-1
/
+21
|
/
*
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-10-15
1
-11
/
+13
|
\
|
*
ftrace: Format variable declarations of ftrace_allocate_records
Steven Rostedt (VMware)
2020-10-08
1
-1
/
+2
|
*
ftrace: Simplify the calculation of page number for ftrace_page->records
Wei Yang
2020-10-08
1
-3
/
+4
|
*
ftrace: Simplify the hash calculation
Steven Rostedt (VMware)
2020-10-08
1
-4
/
+3
|
*
ftrace: Use fls() to get the bits for dup_hash()
Wei Yang
2020-10-08
1
-2
/
+3
|
*
ftrace: Fix some typos in comment
Qiujun Huang
2020-10-02
1
-5
/
+5
|
*
tracing: Delete repeated words in comments
Randy Dunlap
2020-09-21
1
-1
/
+1
*
|
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
2020-09-29
1
-4
/
+2
|
/
*
ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer
Tobias Klauser
2020-09-18
1
-2
/
+1
*
ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms
Adrian Hunter
2020-09-18
1
-0
/
+1
*
ftrace: Free the trampoline when ftrace_startup() fails
Miroslav Benes
2020-09-18
1
-0
/
+2
*
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2020-08-07
1
-9
/
+25
|
\
|
*
tracing: Use trace_sched_process_free() instead of exit() for pid tracing
Steven Rostedt (VMware)
2020-08-04
1
-2
/
+2
|
*
ftrace: Fix ftrace_trace_task return value
Josef Bacik
2020-08-03
1
-3
/
+0
|
*
ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...
Chengming Zhou
2020-07-30
1
-0
/
+8
|
*
ftrace: Setup correct FTRACE_FL_REGS flags for module
Chengming Zhou
2020-07-30
1
-4
/
+7
[next]