index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-03-12
2
-3
/
+0
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
pipe: stop using ->can_merge
Jann Horn
2019-02-01
2
-3
/
+0
|
|
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-12
4
-39
/
+44
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
2019-03-12
2
-9
/
+2
|
*
|
|
|
|
|
|
|
|
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
2
-2
/
+5
|
*
|
|
|
|
|
|
|
|
swiotlb: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
1
-6
/
+13
|
*
|
|
|
|
|
|
|
|
kernel/sysctl.c: define minmax conv functions in terms of non-minmax versions
Zev Weiss
2019-03-12
1
-33
/
+26
|
*
|
|
|
|
|
|
|
|
kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
Zev Weiss
2019-03-12
1
-1
/
+10
*
|
|
|
|
|
|
|
|
|
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-03-12
13
-360
/
+1148
|
\
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
/
|
/
|
|
|
|
/
/
/
/
/
|
|
|
_
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
tracing: Use strncpy instead of memcpy when copying comm in trace.c
Tom Zanussi
2019-03-05
1
-2
/
+2
|
*
|
|
|
|
|
|
|
tracing: Use strncpy instead of memcpy when copying comm for hist triggers
Tom Zanussi
2019-03-05
1
-2
/
+2
|
*
|
|
|
|
|
|
|
tracing: Use strncpy instead of memcpy for string keys in hist triggers
Tom Zanussi
2019-03-05
1
-2
/
+3
|
*
|
|
|
|
|
|
|
tracing: Use str_has_prefix() in synth_event_create()
Tom Zanussi
2019-03-05
1
-2
/
+2
|
*
|
|
|
|
|
|
|
tracing/perf: Use strndup_user() instead of buggy open-coded version
Jann Horn
2019-02-21
1
-9
/
+7
|
*
|
|
|
|
|
|
|
tracing: Fix spelling mistake: "analagous" -> "analogous"
Colin Ian King
2019-02-20
1
-1
/
+1
|
*
|
|
|
|
|
|
|
tracing: Comment why cond_snapshot is checked outside of max_lock protection
Steven Rostedt (VMware)
2019-02-20
1
-0
/
+8
|
*
|
|
|
|
|
|
|
tracing: Add alternative synthetic event trace action syntax
Tom Zanussi
2019-02-20
2
-5
/
+39
|
*
|
|
|
|
|
|
|
tracing: Add hist trigger onchange() handler
Tom Zanussi
2019-02-20
2
-9
/
+52
|
*
|
|
|
|
|
|
|
tracing: Add hist trigger snapshot() action
Tom Zanussi
2019-02-20
2
-10
/
+259
|
*
|
|
|
|
|
|
|
tracing: Add conditional snapshot
Tom Zanussi
2019-02-20
3
-6
/
+244
|
*
|
|
|
|
|
|
|
tracing: Generalize hist trigger onmax and save action
Tom Zanussi
2019-02-20
1
-76
/
+160
|
*
|
|
|
|
|
|
|
tracing: Split up onmatch action data
Tom Zanussi
2019-02-20
2
-52
/
+63
|
*
|
|
|
|
|
|
|
tracing: Refactor hist trigger action code
Tom Zanussi
2019-02-20
1
-169
/
+238
|
*
|
|
|
|
|
|
|
tracing: Do not free iter->trace in fail path of tracing_open_pipe()
zhangyi (F)
2019-02-20
1
-1
/
+0
|
*
|
|
|
|
|
|
|
uprobes: convert uprobe.ref to refcount_t
Elena Reshetova
2019-02-15
1
-4
/
+4
|
*
|
|
|
|
|
|
|
ftrace: Allow enabling of filters via index of available_filter_functions
Steven Rostedt (VMware)
2019-02-15
3
-0
/
+36
|
*
|
|
|
|
|
|
|
tracing: Change the function format to display function names by perf
Changbin Du
2019-02-11
1
-22
/
+19
|
*
|
|
|
|
|
|
|
ring-buffer: Remove unused function ring_buffer_page_len()
Miroslav Benes
2019-02-06
1
-14
/
+0
|
*
|
|
|
|
|
|
|
tracing: Show stacktrace for wakeup tracers
Changbin Du
2019-02-06
1
-0
/
+2
|
*
|
|
|
|
|
|
|
tracing: Put a margin between flags and duration for wakeup tracers
Changbin Du
2019-02-06
1
-2
/
+3
|
*
|
|
|
|
|
|
|
tracing: Show more info for funcgraph wakeup tracers
Changbin Du
2019-02-06
1
-1
/
+4
|
*
|
|
|
|
|
|
|
tracing: Add comment to predicate_parse() about "&&" or "||"
Steven Rostedt (VMware)
2019-02-06
1
-0
/
+1
|
*
|
|
|
|
|
|
|
tracing: Annotate implicit fall through in predicate_parse()
Mathieu Malaterre
2019-02-06
1
-0
/
+1
|
*
|
|
|
|
|
|
|
tracing: Annotate implicit fall through in parse_probe_arg()
Mathieu Malaterre
2019-02-06
1
-0
/
+1
|
*
|
|
|
|
|
|
|
function_graph: Support displaying relative timestamp
Changbin Du
2019-02-06
4
-6
/
+32
|
|
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-03-11
2
-6
/
+6
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field
Daniel Borkmann
2019-03-07
1
-5
/
+5
|
*
|
|
|
|
|
|
|
bpf: fix sysctl.c warning
Arnd Bergmann
2019-03-07
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2019-03-11
1
-0
/
+1
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig
Masahiro Yamada
2019-02-27
1
-0
/
+1
|
|
|
_
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-03-10
2
-18
/
+18
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-03-09
1
-1
/
+2
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
perf: Mark expected switch fall-through
Gustavo A. R. Silva
2019-03-01
1
-0
/
+1
|
|
*
|
|
|
|
|
|
|
perf, bpf: Consider events with attr.bpf_event as side-band events
Song Liu
2019-02-28
1
-1
/
+2
|
*
|
|
|
|
|
|
|
|
perf/core: Mark expected switch fall-through
Gustavo A. R. Silva
2019-03-09
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
perf/ring_buffer: Use high order allocations for AUX buffers optimistically
Alexander Shishkin
2019-03-09
1
-17
/
+15
*
|
|
|
|
|
|
|
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2019-03-10
2
-5
/
+18
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
workqueue, lockdep: Fix a memory leak in wq->lock_name
Qian Cai
2019-03-09
1
-0
/
+2
|
*
|
|
|
|
|
|
|
|
|
workqueue, lockdep: Fix an alloc_workqueue() error path
Bart Van Assche
2019-03-09
1
-0
/
+2
|
*
|
|
|
|
|
|
|
|
|
locking/lockdep: Only call init_rcu_head() after RCU has been initialized
Bart Van Assche
2019-03-09
1
-4
/
+11
[prev]
[next]