index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
tracing: Add check for NULL event field when creating hist field
Tom Zanussi
2016-04-26
1
-0
/
+3
|
*
|
|
|
|
tracing: checking for NULL instead of IS_ERR()
Dan Carpenter
2016-04-26
1
-1
/
+1
|
*
|
|
|
|
tracing: Do not inherit event-fork option for instances
Steven Rostedt (Red Hat)
2016-04-25
1
-1
/
+10
|
*
|
|
|
|
tracing: Fix unsigned comparison to zero in hist trigger code
Steven Rostedt (Red Hat)
2016-04-19
1
-2
/
+2
|
*
|
|
|
|
tracing: Add hist trigger 'log2' modifier
Namhyung Kim
2016-04-19
2
-0
/
+21
|
*
|
|
|
|
tracing: Add support for named hist triggers
Tom Zanussi
2016-04-19
2
-21
/
+141
|
*
|
|
|
|
tracing: Add support for named triggers
Tom Zanussi
2016-04-19
2
-0
/
+156
|
*
|
|
|
|
tracing: Add support for multiple hist triggers per event
Tom Zanussi
2016-04-19
2
-35
/
+145
|
*
|
|
|
|
tracing: Add enable_hist/disable_hist triggers
Tom Zanussi
2016-04-19
4
-31
/
+195
|
*
|
|
|
|
tracing: Remove restriction on string position in hist trigger keys
Tom Zanussi
2016-04-19
1
-28
/
+35
|
*
|
|
|
|
tracing: Support string type key properly
Namhyung Kim
2016-04-19
1
-4
/
+45
|
*
|
|
|
|
tracing: Add hist trigger support for stacktraces as keys
Tom Zanussi
2016-04-19
2
-42
/
+109
|
*
|
|
|
|
tracing: Add hist trigger 'syscall' modifier
Tom Zanussi
2016-04-19
2
-1
/
+17
|
*
|
|
|
|
tracing: Add hist trigger 'execname' modifier
Tom Zanussi
2016-04-19
2
-2
/
+101
|
*
|
|
|
|
tracing: Add hist trigger 'sym' and 'sym-offset' modifiers
Tom Zanussi
2016-04-19
2
-5
/
+28
|
*
|
|
|
|
tracing: Add hist trigger 'hex' modifier for displaying numeric fields
Tom Zanussi
2016-04-19
2
-7
/
+60
|
*
|
|
|
|
tracing: Add hist trigger support for clearing a trace
Tom Zanussi
2016-04-19
2
-3
/
+26
|
*
|
|
|
|
tracing: Add hist trigger support for pausing and continuing a trace
Tom Zanussi
2016-04-19
2
-4
/
+34
|
*
|
|
|
|
tracing: Add hist trigger support for user-defined sorting ('sort=' param)
Tom Zanussi
2016-04-19
2
-4
/
+114
|
*
|
|
|
|
tracing: Add hist trigger support for compound keys
Tom Zanussi
2016-04-19
2
-15
/
+36
|
*
|
|
|
|
tracing: Add hist trigger support for multiple values ('vals=' param)
Tom Zanussi
2016-04-19
2
-6
/
+85
|
*
|
|
|
|
tracing: Add 'hist' event trigger command
Tom Zanussi
2016-04-19
7
-0
/
+895
|
*
|
|
|
|
tracing: Update some tracing_map constants and comments
Tom Zanussi
2016-04-19
2
-4
/
+5
|
*
|
|
|
|
tracing: Fix TRACING_MAP Kconfig
Steven Rostedt (Red Hat)
2016-04-19
2
-4
/
+1
|
*
|
|
|
|
tracing: Add lock-free tracing_map
Tom Zanussi
2016-04-19
4
-0
/
+1354
|
*
|
|
|
|
tracing: Add infrastructure to allow set_event_pid to follow children
Steven Rostedt
2016-04-19
3
-10
/
+79
|
*
|
|
|
|
tracing: Use pid bitmap instead of a pid array for set_event_pid
Steven Rostedt
2016-04-19
2
-124
/
+102
|
*
|
|
|
|
tracing: Rename check_ignore_pid() to ignore_this_task()
Steven Rostedt
2016-04-19
1
-7
/
+7
*
|
|
|
|
|
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2016-05-18
3
-29
/
+21
|
\
\
\
\
\
\
|
*
|
|
|
|
|
audit: add tty field to LOGIN event
Richard Guy Briggs
2016-04-26
2
-15
/
+11
|
*
|
|
|
|
|
audit: we don't need to __set_current_state(TASK_RUNNING)
Paul Moore
2016-04-04
1
-7
/
+5
|
*
|
|
|
|
|
audit: cleanup prune_tree_thread
Jiri Slaby
2016-04-04
1
-7
/
+5
*
|
|
|
|
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-18
1
-29
/
+8
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
bpf: reject invalid names right in ->lookup()
Al Viro
2016-03-27
1
-29
/
+8
*
|
|
|
|
|
|
|
Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-05-17
1
-0
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
irqdomain: Export irq_domain_free_irqs_common
Axel Lin
2016-03-31
1
-0
/
+1
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-05-17
3
-64
/
+266
|
\
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
*
-
.
\
\
\
\
\
\
\
Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepa...
Jiri Kosina
2016-05-17
3
-64
/
+263
|
|
\
\
\
\
\
\
\
\
\
|
|
|
*
\
\
\
\
\
\
\
Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jiri Kosina
2016-04-15
2
-4
/
+44
|
|
|
|
\
\
\
\
\
\
\
\
|
|
|
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
|
|
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
livepatch: Allow architectures to specify an alternate ftrace location
Michael Ellerman
2016-04-14
1
-3
/
+31
|
|
|
|
*
|
|
|
|
|
|
ftrace: Make ftrace_location_range() global
Michael Ellerman
2016-04-14
1
-1
/
+13
|
|
|
*
|
|
|
|
|
|
|
livepatch: robustify klp_register_patch() API error checking
Jiri Kosina
2016-04-07
1
-3
/
+3
|
|
|
*
|
|
|
|
|
|
|
livepatch: reuse module loader code to write relocations
Jessica Yu
2016-04-01
1
-54
/
+94
|
|
|
*
|
|
|
|
|
|
|
module: preserve Elf information for livepatch modules
Jessica Yu
2016-04-01
1
-3
/
+122
|
|
|
/
/
/
/
/
/
/
/
|
*
/
/
/
/
/
/
/
/
livepatch: make object/func-walking helpers more robust
Miroslav Benes
2016-04-30
1
-0
/
+3
|
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-05-17
13
-231
/
+1122
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
bpf: add generic constant blinding for use in jits
Daniel Borkmann
2016-05-16
1
-0
/
+203
|
*
|
|
|
|
|
|
|
|
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
2016-05-16
2
-5
/
+15
|
*
|
|
|
|
|
|
|
|
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
2016-05-16
2
-44
/
+80
|
*
|
|
|
|
|
|
|
|
bpf: minor cleanups in ebpf code
Daniel Borkmann
2016-05-16
1
-2
/
+0
[prev]
[next]