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: Make trace_get_fields() global
Cong Wang
2019-07-16
1
-8
/
+0
*
tracing: Let filter_assign_type() detect FILTER_PTR_STRING
Cong Wang
2019-07-16
1
-0
/
+3
*
tracing: Pass type into tracing_generic_entry_update()
Cong Wang
2019-07-16
2
-6
/
+5
*
tracing/kprobe: Check registered state using kprobe
Masami Hiramatsu
2019-07-16
2
-14
/
+15
*
tracing/probe: Add trace_event_call accesses APIs
Masami Hiramatsu
2019-07-16
4
-28
/
+40
*
tracing/probe: Add probe event name and group name accesses APIs
Masami Hiramatsu
2019-07-16
3
-23
/
+33
*
tracing/probe: Add trace flag access APIs for trace_probe
Masami Hiramatsu
2019-07-16
4
-23
/
+41
*
tracing/probe: Add trace_event_file access APIs for trace_probe
Masami Hiramatsu
2019-07-16
4
-101
/
+109
*
tracing/probe: Add trace_event_call register API for trace_probe
Masami Hiramatsu
2019-07-16
4
-36
/
+28
*
tracing/probe: Add trace_probe init and free functions
Masami Hiramatsu
2019-07-16
4
-58
/
+58
*
tracing/uprobe: Set print format when parsing command
Masami Hiramatsu
2019-07-16
1
-18
/
+7
*
tracing/kprobe: Set print format right after parsed command
Masami Hiramatsu
2019-07-16
1
-16
/
+9
*
kprobes: Fix to init kprobes in subsys_initcall
Masami Hiramatsu
2019-07-16
1
-1
/
+1
*
tracepoint: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2019-06-17
1
-2
/
+2
*
ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS
Steven Rostedt (VMware)
2019-05-28
1
-13
/
+4
*
ftrace: Enable trampoline when rec count returns back to one
Cheng Jian
2019-05-25
1
-13
/
+15
*
tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdline
Steven Rostedt (VMware)
2019-05-25
1
-0
/
+8
*
tracing: Make a separate config for trace event self tests
Steven Rostedt (VMware)
2019-05-25
2
-2
/
+12
*
tracing/kprobe: Add kprobe_event= boot parameter
Masami Hiramatsu
2019-05-25
1
-0
/
+54
*
kprobes: Initialize kprobes at postcore_initcall
Masami Hiramatsu
2019-05-25
1
-2
/
+1
*
tracing/kprobe: Cast user-space address correctly
Masami Hiramatsu
2019-05-25
1
-1
/
+3
*
tracing: Use correct function name in trace_filter_add_remove_task() comment
Matthias Kaehlcke
2019-05-25
1
-1
/
+1
*
tracing/probe: Support user-space dereference
Masami Hiramatsu
2019-05-25
6
-14
/
+53
*
tracing/probe: Add ustring type for user-space string
Masami Hiramatsu
2019-05-25
6
-8
/
+77
*
ftrace: Make enable and update parameters bool when applicable
Steven Rostedt (VMware)
2019-05-25
1
-10
/
+10
*
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
2019-05-25
3
-10
/
+20
*
kernel/trace/trace.h: Remove duplicate header of trace_seq.h
Jagadeesh Pagadala
2019-05-22
1
-1
/
+0
*
tracing: Add a check_val() check before updating cond_snapshot() track_val
Tom Zanussi
2019-05-21
1
-0
/
+6
*
tracing: Check keys for variable references in expressions too
Tom Zanussi
2019-05-21
1
-2
/
+2
*
tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_elts
Tom Zanussi
2019-05-21
1
-0
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-05-19
2
-2
/
+16
|
\
|
*
panic: add an option to replay all the printk message in buffer
Feng Tang
2019-05-18
2
-2
/
+16
*
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-05-19
3
-1
/
+31
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
2019-05-06
25
-152
/
+295
|
|
\
|
|
*
genirq/msi: Add a new field in msi_desc to store an IOMMU cookie
Julien Grall
2019-05-03
1
-0
/
+3
|
|
*
genirq: Introduce irq_chip_{request,release}_resource_parent() apis
Lokesh Vutla
2019-05-01
1
-0
/
+27
|
|
*
irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()
Julien Grall
2019-04-29
1
-1
/
+1
*
|
|
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-05-16
1
-0
/
+1
|
\
\
\
|
*
|
|
signal: unconditionally leave the frozen state in ptrace_stop()
Roman Gushchin
2019-05-16
1
-0
/
+1
*
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2019-05-16
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
ntp: Allow TAI-UTC offset to be set to zero
Miroslav Lichvar
2019-05-09
1
-1
/
+1
*
|
|
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2019-05-16
1
-15
/
+31
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
locking/rwsem: Prevent decrement of reader count before increment
Waiman Long
2019-05-07
1
-15
/
+31
*
|
|
|
|
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-05-15
19
-400
/
+998
|
\
\
\
\
\
|
*
|
|
|
|
livepatch: Remove klp_check_compiler_support()
Jiri Kosina
2019-05-10
1
-8
/
+0
|
*
|
|
|
|
tracing: Fix documentation about disabling options using trace_options
Srivatsa S. Bhat (VMware)
2019-05-08
1
-1
/
+1
|
*
|
|
|
|
tracing: Replace kzalloc with kcalloc
Gustavo A. R. Silva
2019-05-08
1
-2
/
+2
|
*
|
|
|
|
tracing: Fix partial reading of trace event's id file
Elazar Leibovich
2019-05-08
1
-3
/
+0
|
*
|
|
|
|
tracing: Allow RCU to run between postponed startup tests
Anders Roxell
2019-05-08
1
-0
/
+4
|
*
|
|
|
|
tracing: Fix white space issues in parse_pred() function
Colin Ian King
2019-05-08
1
-24
/
+24
[next]