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
2020-09-22
Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
4
-26
/
+28
2020-09-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2020-09-19
ftrace: let ftrace_enable_sysctl take a kernel pointer buffer
Tobias Klauser
1
-2
/
+1
2020-09-18
tracing: fix double free
Tom Rix
1
-1
/
+0
2020-09-18
ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer
Tobias Klauser
1
-2
/
+1
2020-09-18
tracing: Make the space reserved for the pid wider
Sebastian Andrzej Siewior
2
-25
/
+25
2020-09-18
ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms
Adrian Hunter
1
-0
/
+1
2020-09-18
ftrace: Free the trampoline when ftrace_startup() fails
Miroslav Benes
1
-0
/
+2
2020-09-14
lockdep: fix order in trace_hardirqs_off_caller()
Sven Schnelle
1
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+2
2020-08-10
kbuild: introduce ccflags-remove-y and asflags-remove-y
Masahiro Yamada
1
-2
/
+2
2020-08-07
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
8
-189
/
+653
2020-08-07
tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...
Steven Rostedt (VMware)
1
-0
/
+44
2020-08-06
Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2020-08-06
bpf: Remove inline from bpf_do_trace_printk
Stanislav Fomichev
1
-1
/
+1
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-25
/
+23
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-12
/
+106
2020-08-05
Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+1
2020-08-04
tracing: Use trace_sched_process_free() instead of exit() for pid tracing
Steven Rostedt (VMware)
2
-4
/
+4
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-08-03
Merge tag 'perf-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+99
2020-08-03
tracing/uprobe: Remove dead code in trace_uprobe_register()
Peng Fan
1
-1
/
+0
2020-08-03
ftrace: Fix ftrace_trace_task return value
Josef Bacik
2
-4
/
+6
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-31
/
+55
2020-08-03
trace : Have tracing buffer info use kvzalloc instead of kzalloc
Zhaoyang Huang
1
-2
/
+2
2020-07-30
tracing: Remove outdated comment in stack handling
Vincent Whitchurch
1
-6
/
+0
2020-07-30
ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...
Chengming Zhou
1
-0
/
+8
2020-07-30
ftrace: Setup correct FTRACE_FL_REGS flags for module
Chengming Zhou
1
-4
/
+7
2020-07-30
tracing/hwlat: Honor the tracing_cpumask
Kevin Hao
1
-2
/
+3
2020-07-30
tracing/hwlat: Drop the duplicate assignment in start_kthread()
Kevin Hao
1
-1
/
+0
2020-07-29
sched,tracing: Convert to sched_set_fifo()
Peter Zijlstra
1
-25
/
+23
2020-07-27
fsnotify: create helper fsnotify_inode()
Amir Goldstein
1
-2
/
+1
2020-07-25
bpf: Separate bpf_get_[stack|stackid] for perf events BPF
Song Liu
1
-2
/
+2
2020-07-23
tracefs: Remove unnecessary debug_fs checks.
Peter Enderborg
1
-3
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-13
bpf: Use dedicated bpf_trace_printk event instead of trace_printk()
Alan Maguire
3
-5
/
+73
2020-07-13
bpf: Resolve BTF IDs in vmlinux image
Jiri Olsa
1
-2
/
+7
2020-07-09
tracing: Save one trace_event->type by using __TRACE_LAST_TYPE
Wei Yang
1
-2
/
+2
2020-07-09
tracing: Simplify defining of the next event id
Wei Yang
1
-6
/
+6
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+24
2020-07-02
Merge branch 'perf/vlbr'
Peter Zijlstra
14
-39
/
+96
2020-07-01
ring-buffer: Do not trigger a WARN if clock going backwards is detected
Steven Rostedt (VMware)
1
-3
/
+21
2020-07-01
ring-buffer: Call trace_clock_local() directly for RETPOLINE kernels
Steven Rostedt (VMware)
1
-1
/
+9
2020-07-01
ring-buffer: Move the add_timestamp into its own function
Steven Rostedt (VMware)
1
-12
/
+20
2020-07-01
ring-buffer: Consolidate add_timestamp to remove some branches
Steven Rostedt (VMware)
1
-66
/
+73
2020-07-01
bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()
Song Liu
1
-2
/
+8
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
1
-0
/
+2
2020-06-30
ring-buffer: Mark the !tail (crossing a page) as unlikely
Steven Rostedt (VMware)
1
-1
/
+1
[next]