index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-15
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
16
-381
/
+992
2019-05-11
Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-7
/
+0
2019-05-08
tracing: Fix documentation about disabling options using trace_options
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-05-08
tracing: Replace kzalloc with kcalloc
Gustavo A. R. Silva
1
-2
/
+2
2019-05-08
tracing: Fix partial reading of trace event's id file
Elazar Leibovich
1
-3
/
+0
2019-05-08
tracing: Allow RCU to run between postponed startup tests
Anders Roxell
1
-0
/
+4
2019-05-08
tracing: Fix white space issues in parse_pred() function
Colin Ian King
1
-24
/
+24
2019-05-08
tracing: Eliminate const char[] auto variables
Rasmus Villemoes
2
-22
/
+14
2019-05-08
ring-buffer: Fix mispelling of Calculate
Yangtao Li
1
-1
/
+1
2019-05-08
tracing: probeevent: Fix to make the type of $comm string
Masami Hiramatsu
1
-6
/
+7
2019-05-08
tracing: probeevent: Do not accumulate on ret variable
Masami Hiramatsu
1
-1
/
+1
2019-05-08
tracing: uprobes: Re-enable $comm support for uprobe events
Masami Hiramatsu
2
-2
/
+12
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+30
2019-05-06
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+8
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-134
/
+78
2019-05-06
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+4
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-17
/
+20
2019-05-02
tracing: kdb: Allow ftdump to skip all but the last few entries
Douglas Anderson
1
-14
/
+31
2019-05-02
tracing: Add trace_total_entries() / trace_total_entries_cpu()
Douglas Anderson
2
-15
/
+53
2019-05-02
tracing: kdb: The skip_lines parameter should have been skip_entries
Douglas Anderson
1
-8
/
+8
2019-04-30
bpf: Fail bpf_probe_write_user() while mm is switched
Nadav Amit
1
-0
/
+8
2019-04-29
tracing: Remove the last struct stack_trace usage
Thomas Gleixner
1
-21
/
+16
2019-04-29
tracing: Simplify stack trace retrieval
Thomas Gleixner
1
-27
/
+13
2019-04-29
tracing: Make ftrace_trace_userstack() static and conditional
Thomas Gleixner
2
-14
/
+8
2019-04-29
tracing: Use percpu stack trace buffer more intelligently
Thomas Gleixner
1
-36
/
+37
2019-04-29
tracing: Simplify stacktrace retrieval in histograms
Thomas Gleixner
1
-9
/
+3
2019-04-29
tracing: Cleanup stack trace code
Thomas Gleixner
1
-29
/
+13
2019-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+24
2019-04-26
bpf: add writable context for raw tracepoints
Matt Mullins
1
-0
/
+24
2019-04-26
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-17
/
+20
2019-04-26
trace: Fix preempt_enable_no_resched() abuse
Peter Zijlstra
1
-1
/
+1
2019-04-26
tracing: Fix a memory leak by early error exit in trace_pid_write()
Wenwen Wang
1
-1
/
+4
2019-04-26
tracing: Fix buffer_ref pipe ops
Jann Horn
1
-14
/
+14
2019-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2019-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+6
2019-04-21
function_graph: Have selftest also emulate tr->reset() as it did with tr->init()
Steven Rostedt (VMware)
1
-1
/
+4
2019-04-19
kprobes: Mark ftrace mcount handler functions nokprobe
Masami Hiramatsu
1
-1
/
+5
2019-04-16
bpf: add map helper functions push, pop, peek in more BPF programs
Alban Crequy
1
-0
/
+6
2019-04-14
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
1
-1
/
+5
2019-04-14
tracing: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2
-16
/
+6
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-1
/
+5
2019-04-11
ftrace: Do not process STUB functions in ftrace_ops_list_func()
Steven Rostedt (VMware)
1
-0
/
+3
2019-04-10
ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.c
Steven Rostedt (VMware)
1
-4
/
+0
2019-04-08
tracing: Add error_log to README
Tom Zanussi
1
-0
/
+1
2019-04-08
tracing: Have the error logs show up in the proper instances
Steven Rostedt (VMware)
5
-23
/
+46
2019-04-08
tracing: Have histogram code pass around trace_array for error handling
Steven Rostedt (VMware)
1
-62
/
+80
2019-04-08
tracing: Add trace_array parameter to create_event_filter()
Steven Rostedt (VMware)
3
-13
/
+18
2019-04-08
tracing: stop making gpio tracing configurable
Uwe Kleine-König
1
-7
/
+0
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
[next]