index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-27
tracing: Fix possible double free on failure of allocating trace buffer
Steven Rostedt (VMware)
1
-0
/
+1
2017-12-27
tracing: Fix crash when it fails to alloc ring buffer
Jing Xia
1
-0
/
+2
2017-12-27
ring-buffer: Do no reuse reader page if still in use
Steven Rostedt (VMware)
1
-0
/
+6
2017-12-27
tracing: Remove extra zeroing out of the ring buffer page
Steven Rostedt (VMware)
1
-9
/
+1
2017-12-27
ring-buffer: Mask out the info bits when returning buffer page length
Steven Rostedt (VMware)
1
-1
/
+5
2017-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-7
/
+12
2017-12-14
Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-32
/
+20
2017-12-14
tracing: Have stack trace not record if RCU is not watching
Steven Rostedt (VMware)
1
-0
/
+4
2017-12-12
bpf: fix corruption on concurrent perf_event_output calls
Daniel Borkmann
1
-7
/
+12
2017-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+8
2017-12-04
tracing: Pass export pointer as argument to ->write()
Felipe Balbi
1
-1
/
+1
2017-12-04
ring-buffer: Remove unused function __rb_data_page_index()
Matthias Kaehlcke
1
-6
/
+0
2017-12-04
tracing: make PREEMPTIRQ_EVENTS depend on TRACING
Arnd Bergmann
1
-0
/
+1
2017-12-04
tracing: Allocate mask_str buffer dynamically
Changbin Du
1
-20
/
+9
2017-12-04
tracing: Fix code comments in trace.c
Chunyu Hu
1
-5
/
+5
2017-12-01
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-18
/
+12
2017-12-01
bpf: set maximum number of attached progs to 64 for a single perf tp
Yonghong Song
1
-0
/
+8
2017-11-27
blktrace: fix trace mutex deadlock
Jens Axboe
1
-2
/
+2
2017-11-22
bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-2
/
+2
2017-11-22
bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-1
/
+1
2017-11-22
bpf: remove explicit handling of 0 for arg2 in bpf_probe_read
Gianluca Borello
1
-5
/
+1
2017-11-19
blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bio
Marcos Paulo de Souza
1
-16
/
+10
2017-11-17
Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
18
-363
/
+703
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+0
2017-11-15
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-3
/
+0
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-35
/
+185
2017-11-15
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-20
/
+70
2017-11-14
bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZERO
Yonghong Song
1
-2
/
+6
2017-11-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-10
/
+10
2017-11-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
4
-85
/
+7
2017-11-11
bpf: add a bpf_override_function helper
Josef Bacik
4
-7
/
+85
2017-11-10
blktrace: fix unlocked registration of tracepoints
Jens Axboe
1
-10
/
+22
2017-11-10
blktrace: fix unlocked access to init/start-stop/teardown
Jens Axboe
1
-10
/
+48
2017-11-08
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
25
-0
/
+25
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
25
-0
/
+25
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
25
-0
/
+25
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
25
-0
/
+25
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
25
-0
/
+25
2017-11-01
bpf: avoid rcu_dereference inside bpf_event_mutex lock region
Yonghong Song
1
-10
/
+7
2017-10-27
bpf: remove tail_call and get_stackid helper declarations from bpf.h
Gianluca Borello
1
-0
/
+2
2017-10-27
perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...
Yonghong Song
1
-1
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
3
-3
/
+3
2017-10-25
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
4
-26
/
+99
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
1
-3
/
+12
2017-10-16
ftrace: Kill FTRACE_OPS_FL_PER_CPU
Peter Zijlstra
1
-49
/
+6
2017-10-16
perf/ftrace: Small cleanup
Peter Zijlstra
1
-1
/
+1
2017-10-16
perf/ftrace: Fix function trace events
Peter Zijlstra
1
-31
/
+49
2017-10-16
perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...
Peter Zijlstra
4
-8
/
+6
[next]