index
:
Linux Stable
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.13.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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tracing: Add enable_hist/disable_hist triggers
Tom Zanussi
2016-04-19
5
-31
/
+196
|
*
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
8
-0
/
+896
|
*
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: Update the documentation to describe "event-fork" option
Steven Rostedt (Red Hat)
2016-04-19
1
-10
/
+24
|
*
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
5
-30
/
+48
|
\
\
|
*
|
tty: provide tty_name() even without CONFIG_TTY
Arnd Bergmann
2016-04-27
1
-1
/
+3
|
*
|
audit: add tty field to LOGIN event
Richard Guy Briggs
2016-04-26
3
-15
/
+35
|
*
|
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 tag 'rproc-v4.7' of git://github.com/andersson/remoteproc
Linus Torvalds
2016-05-18
4
-9
/
+37
|
\
\
\
|
*
|
|
remoteproc: Add additional crash reasons
Bjorn Andersson
2016-05-12
2
-0
/
+6
|
*
|
|
remoteproc: core: Make the loaded resource table optional
Bjorn Andersson
2016-05-12
1
-6
/
+2
|
*
|
|
remoteproc: core: Task sync during rproc_fw_boot()
Lee Jones
2016-05-06
3
-3
/
+29
*
|
|
|
Merge tag 'rpmsg-v4.7' of git://github.com/andersson/remoteproc
Linus Torvalds
2016-05-18
4
-30
/
+24
|
\
\
\
\
|
*
|
|
|
rpmsg: use module_rpmsg_driver in existing drivers and examples
Andrew F. Davis
2016-05-06
2
-24
/
+2
|
*
|
|
|
rpmsg: add helper macro module_rpmsg_driver
Andrew F. Davis
2016-05-06
1
-0
/
+12
|
*
|
|
|
rpmsg: drop owner assignment from rpmsg_drivers
Andrew F. Davis
2016-05-06
2
-2
/
+0
|
*
|
|
|
rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg core
Andrew F. Davis
2016-05-06
2
-4
/
+10
|
|
/
/
/
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2016-05-18
15
-182
/
+170
|
\
\
\
\
|
*
\
\
\
Merge branch 'next' into for-linus
Dmitry Torokhov
2016-05-16
15
-182
/
+170
|
|
\
\
\
\
|
|
*
|
|
|
Input: rotary-encoder - fix bare use of 'unsigned'
Clifton Barnes
2016-05-09
1
-4
/
+4
|
|
*
|
|
|
Input: cm109 - spin_lock in complete() cleanup
Ming Lei
2016-05-04
1
-4
/
+6
|
|
*
|
|
|
Input: cm109 - fix handling of volume and mute buttons
Florian Euchner
2016-05-04
1
-7
/
+30
|
|
*
|
|
|
Input: byd - don't wipe dynamically allocated memory twice
Vladimir Zapolskiy
2016-04-29
1
-1
/
+0
|
|
*
|
|
|
Input: twl4030 - fix unsafe macro definition
Rui Teng
2016-04-29
1
-12
/
+16
|
|
*
|
|
|
Input: twl6040-vibra - remove mutex
H. Nikolaus Schaller
2016-04-25
1
-13
/
+2
|
|
*
|
|
|
Input: bcm_iproc_tsc - DT spelling s/clock-name/clock-names/
Geert Uytterhoeven
2016-04-20
1
-1
/
+1
|
|
*
|
|
|
Input: bcm_iproc_tsc - use syscon to access shared registers
Raveendra Padasalagi
2016-04-06
3
-41
/
+68
|
|
*
|
|
|
Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPS
Dmitry Torokhov
2016-04-05
1
-12
/
+4
|
|
*
|
|
|
Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()
Dmitry Torokhov
2016-04-05
1
-25
/
+0
|
|
*
|
|
|
Input: omap-keypad - drop empty PM stubs
Dmitry Torokhov
2016-04-05
1
-21
/
+0
|
|
*
|
|
|
Input: omap-keypad - remove adjusting of scan delay
Dmitry Torokhov
2016-04-05
1
-5
/
+1
|
|
*
|
|
|
Input: gpio-keys - clean up device tree binding example
Andreas Färber
2016-03-31
1
-5
/
+5
[prev]
[next]