index
:
linux-stable.git
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.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
2010-09-20
tracing: Do not allow llseek to set_ftrace_filter
Steven Rostedt
2008-07-28
stop_machine: fix up ftrace.c
Rusty Russell
2008-07-11
ftrace: build fix for ftraced_suspend
Ingo Molnar
2008-07-11
ftrace: add ftrace_kill_atomic
Steven Rostedt
2008-07-03
ftrace: prevent ftrace modifications while being kprobe'd, v2
Abhishek Sagar
2008-06-23
ftrace: avoid modifying kprobe'd records
Abhishek Sagar
2008-06-23
ftrace: freeze kprobe'd records
Abhishek Sagar
2008-06-23
ftrace: store mcount address in rec->ip
Abhishek Sagar
2008-06-16
namespacecheck: fixes
Ingo Molnar
2008-06-14
ftrace: fix "notrace" filtering priority
Abhishek Sagar
2008-06-10
ftrace: prevent freeing of all failed updates
Abhishek Sagar
2008-06-10
ftrace: add debugfs entry 'failures'
Abhishek Sagar
2008-06-10
ftrace: remove ftrace_ip_converted()
Abhishek Sagar
2008-06-10
ftrace: prevent freeing of all failed updates
Abhishek Sagar
2008-06-02
ftrace: user update and disable dynamic ftrace daemon
Steven Rostedt
2008-05-26
ftrace: fix updating of ftrace_update_cnt
Abhishek Sagar
2008-05-26
ftrace: safe traversal of ftrace_hash hlist
Abhishek Sagar
2008-05-26
ftrace: set_ftrace_notrace feature
Steven Rostedt
2008-05-23
ftrace: cleanups
Ingo Molnar
2008-05-23
ftrace: fix mcount export bug
Ingo Molnar
2008-05-23
ftrace: remove packed attribute on ftrace_page.
David Miller
2008-05-23
ftrace: use raw_smp_processor_id for mcount functions
Steven Rostedt
2008-05-23
ftrace: add UNINTERRUPTIBLE state for kftraced on disable
Steven Rostedt
2008-05-23
ftrace: remove notrace
Ingo Molnar
2008-05-23
ftrace: remove address of function names
Steven Rostedt
2008-05-23
ftrace: cleanups
Ingo Molnar
2008-05-23
ftrace: disable tracing on failure
Steven Rostedt
2008-05-23
ftrace - fix dynamic ftrace memory leak
Steven Rostedt
2008-05-23
ftrace: timestamp syncing, prepare
Ingo Molnar
2008-05-23
ftrace: cleanups
Ingo Molnar
2008-05-23
ftrace: startup tester on dynamic tracing.
Steven Rostedt
2008-05-23
ftrace: cleanups
Ingo Molnar
2008-05-23
ftrace: force recording
Steven Rostedt
2008-05-23
ftrace: add filter select functions to trace
Steven Rostedt
2008-05-23
ftrace: use dynamic patching for updating mcount calls
Steven Rostedt
2008-05-23
ftrace: move memory management out of arch code
Steven Rostedt
2008-05-23
ftrace: add ftrace_enabled sysctl to disable mcount function
Steven Rostedt
2008-05-23
ftrace: dynamic enabling/disabling of function calls
Steven Rostedt
2008-05-23
ftrace: add basic support for gcc profiler instrumentation
Arnaldo Carvalho de Melo