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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Dynamically allocate the per-elt hist_elt_data array
Tom Zanussi
2021-09-08
1
-2
/
+12
*
tracing: synth events: increase max fields count
Artem Bityutskiy
2021-09-08
1
-1
/
+1
*
tools/bootconfig: Show whole test command for each test case
Masami Hiramatsu
2021-09-08
1
-2
/
+2
*
bootconfig: Fix missing return check of xbc_node_compose_key function
Julio Faracco
2021-09-08
1
-1
/
+3
*
tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.sh
Masami Hiramatsu
2021-09-08
1
-2
/
+2
*
docs: bootconfig: Add how to use bootconfig for kernel parameters
Masami Hiramatsu
2021-09-08
1
-1
/
+38
*
init/bootconfig: Reorder init parameter from bootconfig and cmdline
Masami Hiramatsu
2021-09-08
1
-9
/
+14
*
init: bootconfig: Remove all bootconfig data when the init memory is removed
Masami Hiramatsu
2021-09-08
1
-2
/
+12
*
tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()
Qiang.Zhang
2021-09-08
1
-3
/
+3
*
tracing: Fix some alloc_event_probe() error handling bugs
Dan Carpenter
2021-09-07
1
-2
/
+3
*
tracing: Add migrate-disabled counter to tracing output.
Thomas Gleixner
2021-09-03
3
-10
/
+28
*
tracing/doc: Fix table format in histogram code
Steven Rostedt (VMware)
2021-08-24
1
-9
/
+9
*
selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes
Steven Rostedt (VMware)
2021-08-21
1
-0
/
+38
*
selftests/ftrace: Add selftest for testing eprobe events on synthetic events
Steven Rostedt (VMware)
2021-08-21
1
-0
/
+53
*
selftests/ftrace: Add test case to test adding and removing of event probe
Steven Rostedt (VMware)
2021-08-21
1
-0
/
+40
*
selftests/ftrace: Fix requirement check of README file
Steven Rostedt (VMware)
2021-08-21
1
-1
/
+1
*
selftests/ftrace: Add clear_dynamic_events() to test cases
Steven Rostedt (VMware)
2021-08-20
1
-0
/
+22
*
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
2021-08-20
9
-13
/
+962
*
tracing/probes: Reject events which have the same name of existing one
Masami Hiramatsu
2021-08-19
4
-2
/
+36
*
tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs
Steven Rostedt (VMware)
2021-08-19
3
-5
/
+7
*
tracing/probe: Change traceprobe_set_print_fmt() to take a type
Steven Rostedt (VMware)
2021-08-19
4
-11
/
+31
*
tracing/probes: Use struct_size() instead of defining custom macros
Steven Rostedt (VMware)
2021-08-18
2
-10
/
+2
*
tracing/probes: Allow for dot delimiter as well as slash for system names
Steven Rostedt (VMware)
2021-08-18
1
-0
/
+3
*
tracing/probe: Have traceprobe_parse_probe_arg() take a const arg
Steven Rostedt (VMware)
2021-08-18
4
-36
/
+31
*
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
2021-08-18
9
-24
/
+124
*
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
2021-08-18
5
-6
/
+11
*
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-17
3
-26
/
+26
*
MAINTAINERS: Add an entry for os noise/latency
Steven Rostedt (VMware)
2021-08-16
1
-0
/
+14
*
tracepoint: Fix kerneldoc comments
zhaoxiao
2021-08-16
1
-2
/
+2
*
bootconfig/tracing/ktest: Update ktest example for boot-time tracing
Masami Hiramatsu
2021-08-16
2
-6
/
+16
*
tools/bootconfig: Use per-group/all enable option in ftrace2bconf script
Masami Hiramatsu
2021-08-16
1
-6
/
+18
*
tools/bootconfig: Add histogram syntax support to bconf2ftrace.sh
Masami Hiramatsu
2021-08-16
2
-2
/
+90
*
tools/bootconfig: Support per-group/all event enabling option
Masami Hiramatsu
2021-08-16
1
-0
/
+13
*
Documentation: tracing: Add histogram syntax to boot-time tracing
Masami Hiramatsu
2021-08-16
1
-5
/
+80
*
tracing/boot: Show correct histogram error command
Masami Hiramatsu
2021-08-16
1
-4
/
+10
*
tracing/boot: Support multiple histograms for each event
Masami Hiramatsu
2021-08-16
1
-9
/
+32
*
tracing/boot: Support multiple handlers for per-event histogram
Masami Hiramatsu
2021-08-16
1
-8
/
+35
*
tracing/boot: Add per-event histogram action options
Masami Hiramatsu
2021-08-16
1
-0
/
+231
*
tracing: Fix a typo in tracepoint.h
Huang Shijie
2021-08-16
1
-1
/
+1
*
tracing: Refactor TRACE_IRQFLAGS_SUPPORT in Kconfig
Masahiro Yamada
2021-08-16
27
-64
/
+21
*
tracing: Simplify the Kconfig dependency of FTRACE
Masahiro Yamada
2021-08-16
1
-5
/
+1
*
tracing: Allow execnames to be passed as args for synthetic events
Steven Rostedt (VMware)
2021-08-16
1
-4
/
+42
*
tracing: Have histogram types be constant when possible
Steven Rostedt (VMware)
2021-08-16
1
-18
/
+14
*
tracing/histogram: Update the documentation for the buckets modifier
Steven Rostedt (VMware)
2021-08-16
2
-6
/
+87
*
tracing: Add linear buckets to histogram logic
Steven Rostedt (VMware)
2021-08-16
1
-7
/
+58
*
tracing/boot: Fix a hist trigger dependency for boot time tracing
Masami Hiramatsu
2021-08-16
1
-6
/
+9
*
tracing: Apply trace filters on all output channels
Pingfan Liu
2021-08-16
2
-35
/
+15
*
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
2021-08-12
1
-0
/
+2
*
init: Suppress wrong warning for bootconfig cmdline parameter
Masami Hiramatsu
2021-08-12
1
-2
/
+7
*
tracing: define needed config DYNAMIC_FTRACE_WITH_ARGS
Lukas Bulwahn
2021-08-12
1
-0
/
+5
[next]