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-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-12
/
+0
2020-06-02
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
1
-12
/
+0
2020-06-01
Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2020-06-01
Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-24
/
+4
2020-05-28
Merge tag 'v5.7-rc7' into perf/core, to pick up fixes
Ingo Molnar
11
-101
/
+152
2020-05-19
sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception
Peter Zijlstra
1
-10
/
+0
2020-05-19
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
Thomas Gleixner
8
-24
/
+65
2020-05-16
blktrace: Report pid with note messages
Jan Kara
1
-2
/
+2
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-34
/
+66
2020-05-15
bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier
Daniel Borkmann
1
-32
/
+62
2020-05-15
bpf: Restrict bpf_probe_read{, str}() only to archs where they work
Daniel Borkmann
1
-2
/
+4
2020-05-14
Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-43
/
+13
2020-05-14
ring-buffer: Remove all BUG() calls
Steven Rostedt (VMware)
1
-6
/
+6
2020-05-14
ring-buffer: Don't deactivate the ring buffer on failed iterator reads
Steven Rostedt (VMware)
1
-15
/
+7
2020-05-12
x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot up
Steven Rostedt (VMware)
1
-22
/
+0
2020-05-12
Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-2
/
+10
2020-05-11
tracing: Wait for preempt irq delay thread to execute
Steven Rostedt (VMware)
1
-2
/
+10
2020-05-09
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
1
-1
/
+0
2020-05-07
tracing: Make tracing_snapshot_instance_cond() static
Zou Wei
1
-1
/
+2
2020-05-07
tracing: Add a vmalloc_sync_mappings() for safe measure
Steven Rostedt (VMware)
1
-0
/
+13
2020-05-07
tracing: Wait for preempt irq delay thread to finish
Steven Rostedt (VMware)
1
-6
/
+24
2020-05-06
tracing/kprobes: Reject new event if loc is NULL
Masami Hiramatsu
1
-0
/
+6
2020-05-06
tracing/boottime: Fix kprobe event API usage
Masami Hiramatsu
1
-12
/
+8
2020-05-06
tracing/kprobes: Fix a double initialization typo
Masami Hiramatsu
1
-1
/
+1
2020-04-27
ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()
Paul E. McKenney
2
-14
/
+4
2020-04-22
tracing: Convert local functions in tracing_map.c to static
Jason Yan
1
-3
/
+3
2020-04-22
ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...
Steven Rostedt (VMware)
1
-0
/
+1
2020-04-22
tracing: Fix memory leaks in trace_events_hist.c
Vamshi K Sthambamkadi
1
-0
/
+7
2020-04-22
Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-1
/
+1
2020-04-16
trace/bpf_trace: Open access for CAP_PERFMON privileged process
Alexey Budankov
1
-1
/
+1
2020-04-14
tracing: Fix the race between registering 'snapshot' event trigger and trigge...
Xiao Yang
1
-7
/
+3
2020-04-05
Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
10
-205
/
+714
2020-04-03
tracing: Do not allocate buffer in trace_find_next_entry() in atomic
Steven Rostedt (VMware)
1
-1
/
+20
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-6
/
+6
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
1
-6
/
+6
2020-03-27
tracing: Create set_event_notrace_pid to not trace tasks
Steven Rostedt (VMware)
3
-72
/
+244
2020-03-27
ftrace: Create set_ftrace_notrace_pid to not trace tasks
Steven Rostedt (VMware)
4
-35
/
+180
2020-03-27
ftrace: Make function trace pid filtering a bit more exact
Steven Rostedt (VMware)
2
-9
/
+27
2020-03-27
ftrace/kprobe: Show the maxactive number on kprobe_events
Masami Hiramatsu
1
-0
/
+2
2020-03-27
ring-buffer/tracing: Have iterator acknowledge dropped events
Steven Rostedt (VMware)
2
-4
/
+28
2020-03-27
tracing: Do not disable tracing when reading the trace file
Steven Rostedt (VMware)
2
-3
/
+7
2020-03-27
ring-buffer: Do not disable recording when there is an iterator
Steven Rostedt (VMware)
1
-2
/
+0
2020-03-27
ring-buffer: Make resize disable per cpu buffer instead of total buffer
Steven Rostedt (VMware)
1
-13
/
+30
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-03-19
ring-buffer: Optimize rb_iter_head_event()
Steven Rostedt (VMware)
1
-0
/
+3
2020-03-19
ring-buffer: Do not die if rb_iter_peek() fails more than thrice
Steven Rostedt (VMware)
1
-3
/
+10
2020-03-19
ring-buffer: Have rb_iter_head_event() handle concurrent writer
Steven Rostedt (VMware)
1
-31
/
+75
2020-03-19
ring-buffer: Add page_stamp to iterator for synchronization
Steven Rostedt (VMware)
1
-3
/
+7
2020-03-19
ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()
Steven Rostedt (VMware)
3
-20
/
+9
[next]