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.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
*
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-31
3
-6
/
+6
*
kbuild: fix kernel/bounds.c 'W=1' warning
Arnd Bergmann
2018-10-31
1
-1
/
+3
*
kernel/panic.c: filter out a potential trailing newline
Borislav Petkov
2018-10-31
1
-2
/
+6
*
kernel/panic.c: do not append newline to the stack protector panic string
Borislav Petkov
2018-10-31
1
-1
/
+1
*
kernel/signal.c: fix a comment error
Weikang Shi
2018-10-31
1
-1
/
+1
*
kernel/fail_function.c: remove meaningless null pointer check before debugfs_...
zhong jiang
2018-10-31
1
-2
/
+1
*
Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-10-30
10
-931
/
+1261
|
\
|
*
tracing: Have stack tracer trace full stack
Steven Rostedt (VMware)
2018-10-27
1
-1
/
+1
|
*
tracing: Export trace_dump_stack to modules
Nikolay Borisov
2018-10-27
1
-0
/
+1
|
*
tracing: probeevent: Fix uninitialized used of offset in parse args
Steven Rostedt (VMware)
2018-10-12
1
-1
/
+1
|
*
tracing/kprobes: Allow kprobe-events to record module symbol
Masami Hiramatsu
2018-10-10
3
-10
/
+68
|
*
tracing/kprobes: Check the probe on unloaded module correctly
Masami Hiramatsu
2018-10-10
1
-13
/
+26
|
*
tracing/uprobes: Fix to return -EFAULT if copy_from_user failed
Masami Hiramatsu
2018-10-10
1
-1
/
+1
|
*
tracing: probeevent: Add $argN for accessing function args
Masami Hiramatsu
2018-10-10
5
-20
/
+49
|
*
tracing: probeevent: Add array type support
Masami Hiramatsu
2018-10-10
4
-40
/
+170
|
*
tracing: probeevent: Add symbol type
Masami Hiramatsu
2018-10-10
3
-4
/
+18
|
*
tracing: probeevent: Unify fetch_insn processing common part
Masami Hiramatsu
2018-10-10
3
-82
/
+63
|
*
tracing: probeevent: Append traceprobe_ for exported function
Masami Hiramatsu
2018-10-10
4
-6
/
+6
|
*
tracing: probeevent: Return consumed bytes of dynamic area
Masami Hiramatsu
2018-10-10
4
-110
/
+88
|
*
tracing: probeevent: Unify fetch type tables
Masami Hiramatsu
2018-10-10
4
-75
/
+39
|
*
tracing: probeevent: Introduce new argument fetching code
Masami Hiramatsu
2018-10-10
5
-678
/
+491
|
*
tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions
Masami Hiramatsu
2018-10-10
1
-3
/
+1
|
*
tracing: probeevent: Cleanup argument field definition
Masami Hiramatsu
2018-10-10
4
-41
/
+29
|
*
tracing: probeevent: Cleanup print argument functions
Masami Hiramatsu
2018-10-10
4
-31
/
+29
|
*
trace_uprobe: support reference counter in fd-based uprobe
Song Liu
2018-10-10
4
-15
/
+48
|
*
trace_uprobe/sdt: Prevent multiple reference counter for same uprobe
Ravi Bangoria
2018-09-24
1
-2
/
+35
|
*
uprobes/sdt: Prevent multiple reference counter for same uprobe
Ravi Bangoria
2018-09-24
1
-0
/
+19
|
*
uprobes: Support SDT markers having reference count (semaphore)
Ravi Bangoria
2018-09-24
3
-11
/
+288
|
*
tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()
Steven Rostedt (VMware)
2018-09-24
1
-3
/
+6
*
|
Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-10-30
1
-1
/
+3
|
\
\
|
*
|
tracing: Return -ENOENT if there is no target synthetic event
Masami Hiramatsu
2018-10-28
1
-1
/
+3
*
|
|
Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2018-10-30
2
-22
/
+42
|
\
\
\
|
|
\
\
|
|
\
\
|
*
-
.
\
\
Merge branches 'pm-cpuidle' and 'pm-cpufreq'
Rafael J. Wysocki
2018-10-30
1
-21
/
+13
|
|
\
\
\
\
|
|
*
|
|
|
cpuidle: menu: Remove get_loadavg() from the performance multiplier
Daniel Lezcano
2018-10-25
1
-7
/
+0
|
|
*
|
|
|
sched: Factor out nr_iowait and nr_iowait_cpu
Daniel Lezcano
2018-10-25
1
-21
/
+20
|
|
|
/
/
/
|
*
/
/
/
kernel: hung_task.c: disable on suspend
Vitaly Kuznetsov
2018-10-25
1
-1
/
+29
|
|
/
/
/
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-10-28
6
-43
/
+84
|
\
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-10-26
6
-43
/
+84
|
|
\
\
\
\
|
|
*
|
|
|
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
2018-10-25
1
-3
/
+46
|
|
*
|
|
|
bpf: make direct packet write unclone more robust
Daniel Borkmann
2018-10-25
1
-1
/
+5
|
|
*
|
|
|
bpf: fix leaking uninitialized memory on pop/peek helpers
Daniel Borkmann
2018-10-25
1
-0
/
+2
|
|
*
|
|
|
bpf: fix direct packet write into pop/peek helpers
Daniel Borkmann
2018-10-25
1
-2
/
+0
|
|
*
|
|
|
bpf: fix cg_skb types to hint access type in may_access_direct_pkt_data
Daniel Borkmann
2018-10-25
1
-0
/
+1
|
|
*
|
|
|
bpf: fix direct packet access for flow dissector progs
Daniel Borkmann
2018-10-25
1
-2
/
+4
|
|
*
|
|
|
bpf, btf: fix a missing check bug in btf_parse
Martin Lau
2018-10-26
1
-33
/
+25
|
|
*
|
|
|
bpf: devmap: fix wrong interface selection in notifier_call
Taehee Yoo
2018-10-26
1
-2
/
+1
|
|
|
/
/
/
*
|
|
|
|
Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-10-28
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
kallsyms: reduce size a little on 64-bit
Jan Beulich
2018-09-10
1
-2
/
+2
*
|
|
|
|
|
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
1
-60
/
+15
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
memremap: Convert to XArray
Matthew Wilcox
2018-10-21
1
-60
/
+16
[next]