index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-12
ftrace: Fix uninitialized variable in match_records()
Dan Carpenter
1
-1
/
+1
2017-07-12
ftrace: Remove an unneeded NULL check
Dan Carpenter
1
-1
/
+1
2017-07-12
ftrace: Hide cached module code for !CONFIG_MODULES
Arnd Bergmann
1
-0
/
+2
2017-07-12
tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACE
Steven Rostedt (VMware)
1
-0
/
+6
2017-07-12
tracing: Update Documentation/trace/ftrace.txt
Steven Rostedt (VMware)
1
-112
/
+396
2017-07-11
tracing: Fixup trace file header alignment
Steven Rostedt (VMware)
1
-8
/
+17
2017-07-09
selftests/ftrace: Add a testcase for kprobe event naming
Masami Hiramatsu
1
-0
/
+36
2017-07-09
selftests/ftrace: Add a test to probe module functions
Naveen N. Rao
1
-0
/
+28
2017-07-09
selftests/ftrace: Update multiple kprobes test for powerpc
Naveen N. Rao
1
-2
/
+2
2017-07-09
trace/kprobes: Sanitize derived event names
Naveen N. Rao
1
-0
/
+9
2017-07-07
tracing: Attempt to record other information even if some fail
Joel Fernandes
1
-8
/
+24
2017-07-07
tracing: Treat recording tgid for idle task as a success
Joel Fernandes
1
-1
/
+5
2017-07-07
tracing: Treat recording comm for idle task as a success
Joel Fernandes
1
-1
/
+5
2017-07-06
tracing: Add saved_tgids file to show cached pid to tgid mappings
Michael Sartain
1
-0
/
+73
2017-07-05
ftrace: Test for NULL iter->tr in regex for stack_trace_filter changes
Steven Rostedt (VMware)
1
-1
/
+1
2017-07-05
Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/core
Steven Rostedt (VMware)
4
-5
/
+19
2017-06-29
ftrace: Fix regression with module command in stack_trace_filter
Steven Rostedt (VMware)
4
-5
/
+19
2017-06-28
ftrace: Decrement count for dyn_ftrace_total_info for init functions
Steven Rostedt (VMware)
1
-0
/
+1
2017-06-28
ftrace: Unlock hash mutex on failed allocation in process_mod_list()
Steven Rostedt (VMware)
1
-1
/
+2
2017-06-27
tracing: Add support for display of tgid in trace output
Joel Fernandes
2
-14
/
+31
2017-06-27
tracing: Add support for recording tgid of tasks
Joel Fernandes
5
-26
/
+213
2017-06-27
ftrace: Decrement count for dyn_ftrace_total_info file
Steven Rostedt (VMware)
1
-0
/
+1
2017-06-27
ftrace: Remove unused function ftrace_arch_read_dyn_info()
Steven Rostedt (VMware)
1
-18
/
+3
2017-06-27
sh/ftrace: Remove only user of ftrace_arch_read_dyn_info()
Steven Rostedt
1
-18
/
+0
2017-06-26
ftrace: Have cached module filters be an active filter
Steven Rostedt (VMware)
3
-6
/
+23
2017-06-26
ftrace: Implement cached modules tracing on module load
Steven Rostedt (VMware)
1
-0
/
+93
2017-06-26
ftrace: Have the cached module list show in set_ftrace_filter
Steven Rostedt (VMware)
2
-13
/
+102
2017-06-26
ftrace: Add :mod: caching infrastructure to trace_array
Steven Rostedt (VMware)
2
-6
/
+148
2017-06-23
tracing: Show address when function names are not found
Steven Rostedt (VMware)
1
-4
/
+14
2017-06-21
ftrace: Add missing comment for FTRACE_OPS_FL_RCU
Steven Rostedt (VMware)
1
-0
/
+1
2017-06-14
tracing: Rename update the enum_map file
Jeremy Linton
2
-21
/
+21
2017-06-14
tracing: Add TRACE_DEFINE_SIZEOF() macros
Jeremy Linton
2
-2
/
+13
2017-06-14
tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their values
Jeremy Linton
2
-0
/
+17
2017-06-14
tracing: Rename enum_replace to eval_replace
Jeremy Linton
1
-6
/
+6
2017-06-14
trace: rename enum_map functions
Jeremy Linton
3
-40
/
+40
2017-06-14
trace: rename trace.c enum functions
Jeremy Linton
1
-6
/
+6
2017-06-14
trace: rename trace_enum_mutex to trace_eval_mutex
Jeremy Linton
1
-7
/
+7
2017-06-14
trace: rename trace enum data structures in trace.c
Jeremy Linton
1
-26
/
+26
2017-06-14
trace: rename struct module entry for trace enums
Jeremy Linton
3
-8
/
+8
2017-06-14
trace: rename trace_enum_map to trace_eval_map
Jeremy Linton
6
-29
/
+29
2017-06-14
trace: rename kernel enum section to eval
Jeremy Linton
4
-9
/
+9
2017-06-13
tracing: Remove unused declaration of trace_stop_cmdline_recording
Joel Fernandes
1
-2
/
+0
2017-06-12
Linux 4.12-rc5
v4.12-rc5
Linus Torvalds
1
-1
/
+1
2017-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
19
-330
/
+330
2017-06-12
compiler, clang: properly override 'inline' for clang
Linus Torvalds
1
-1
/
+2
2017-06-11
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+43
2017-06-11
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
13
-120
/
+149
2017-06-11
Merge tag 'gpio-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
4
-20
/
+47
2017-06-11
Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-8
/
+10
2017-06-11
Merge tag 'staging-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-46
/
+47
[next]