index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-19
kprobes: Mark ftrace mcount handler functions nokprobe
Masami Hiramatsu
1
-1
/
+5
2019-04-14
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
1
-1
/
+5
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-1
/
+5
2019-04-05
syscalls: Remove start and number from syscall_get_arguments() args
Steven Rostedt (Red Hat)
1
-2
/
+2
2019-04-04
tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()
Steven Rostedt (Red Hat)
1
-3
/
+6
2019-03-26
ftrace: Fix warning using plain integer as NULL & spelling corrections
Hariprasad Kelam
1
-6
/
+6
2019-03-26
tracing: initialize variable in create_dyn_event()
Frank Rowand
1
-1
/
+1
2019-03-26
tracing: Remove unnecessary var_ref destroy in track_data_destroy()
Tom Zanussi
1
-1
/
+0
2019-03-16
Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2019-03-15
Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
7
-25
/
+44
2019-03-14
tracing/probe: Verify alloc_trace_*probe() result
Masami Hiramatsu
2
-3
/
+4
2019-03-14
tracing/probe: Check event/group naming rule at parsing
Masami Hiramatsu
3
-10
/
+10
2019-03-14
tracing/probe: Check the size of argument name and body
Masami Hiramatsu
2
-0
/
+3
2019-03-14
tracing/probe: Check event name length correctly
Masami Hiramatsu
1
-1
/
+7
2019-03-14
tracing/probe: Check maxactive error cases
Masami Hiramatsu
1
-3
/
+7
2019-03-13
blkcg: annotate implicit fall through
Mathieu Malaterre
1
-0
/
+1
2019-03-13
tracing: kdb: Fix ftdump to not sleep
Douglas Anderson
3
-6
/
+11
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
2019-03-12
trace/probes: Remove kernel doc style from non kernel doc comment
Valdis Klētnieks
1
-1
/
+1
2019-03-12
tracing/probes: Make reserved_field_names static
Valdis Klētnieks
1
-1
/
+1
2019-03-11
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
12
-356
/
+1144
2019-03-10
Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-0
/
+1
2019-03-07
Merge tag 'trace-v5.0-pre' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-2
/
+5
2019-03-05
tracing: Use strncpy instead of memcpy when copying comm in trace.c
Tom Zanussi
1
-2
/
+2
2019-03-05
tracing: Use strncpy instead of memcpy when copying comm for hist triggers
Tom Zanussi
1
-2
/
+2
2019-03-05
tracing: Use strncpy instead of memcpy for string keys in hist triggers
Tom Zanussi
1
-2
/
+3
2019-03-05
tracing: Use str_has_prefix() in synth_event_create()
Tom Zanussi
1
-2
/
+2
2019-03-01
tracing/kprobes: Use probe_kernel_read instead of probe_mem_read
Masami Hiramatsu
1
-1
/
+1
2019-03-01
tracing: Fix event filters and triggers to handle negative numbers
Pavel Tikhomirov
1
-1
/
+4
2019-02-28
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
5
-24
/
+17
2019-02-27
kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig
Masahiro Yamada
1
-0
/
+1
2019-02-21
tracing/perf: Use strndup_user() instead of buggy open-coded version
Jann Horn
1
-9
/
+7
2019-02-20
tracing: Fix spelling mistake: "analagous" -> "analogous"
Colin Ian King
1
-1
/
+1
2019-02-20
tracing: Comment why cond_snapshot is checked outside of max_lock protection
Steven Rostedt (VMware)
1
-0
/
+8
2019-02-20
tracing: Add alternative synthetic event trace action syntax
Tom Zanussi
2
-5
/
+39
2019-02-20
tracing: Add hist trigger onchange() handler
Tom Zanussi
2
-9
/
+52
2019-02-20
tracing: Add hist trigger snapshot() action
Tom Zanussi
2
-10
/
+259
2019-02-20
tracing: Add conditional snapshot
Tom Zanussi
3
-6
/
+244
2019-02-20
tracing: Generalize hist trigger onmax and save action
Tom Zanussi
1
-76
/
+160
2019-02-20
tracing: Split up onmatch action data
Tom Zanussi
2
-52
/
+63
2019-02-20
tracing: Refactor hist trigger action code
Tom Zanussi
1
-169
/
+238
2019-02-20
tracing: Do not free iter->trace in fail path of tracing_open_pipe()
zhangyi (F)
1
-1
/
+0
2019-02-18
Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-9
/
+3
2019-02-15
ftrace: Allow enabling of filters via index of available_filter_functions
Steven Rostedt (VMware)
3
-0
/
+36
2019-02-15
tracing: Fix number of entries in trace header
Quentin Perret
1
-0
/
+2
2019-02-15
kprobe: Do not use uaccess functions to access kernel memory that can fault
Changbin Du
1
-9
/
+1
2019-02-13
Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-2
/
+4
2019-02-13
kprobes: Prohibit probing on hardirq tracers
Masami Hiramatsu
2
-2
/
+12
2019-02-11
tracing: probeevent: Correctly update remaining space in dynamic area
Andreas Ziegler
1
-2
/
+4
2019-02-11
tracing: Change the function format to display function names by perf
Changbin Du
1
-22
/
+19
[next]