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/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
2
-29
/
+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
3
-0
/
+81
*
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
*
uaccess: Add a prototype of non-static __probe_user_read()
Masami Hiramatsu
2019-05-25
1
-0
/
+1
*
tracing: Use correct function name in trace_filter_add_remove_task() comment
Matthias Kaehlcke
2019-05-25
1
-1
/
+1
*
perf-probe: Add user memory access attribute support
Masami Hiramatsu
2019-05-25
6
-8
/
+35
*
selftests/ftrace: Add user-memory access syntax testcase
Masami Hiramatsu
2019-05-25
1
-0
/
+32
*
tracing/probe: Support user-space dereference
Masami Hiramatsu
2019-05-25
8
-23
/
+81
*
tracing/probe: Add ustring type for user-space string
Masami Hiramatsu
2019-05-25
7
-10
/
+84
*
uaccess: Add non-pagefault user-space read functions
Masami Hiramatsu
2019-05-25
2
-6
/
+130
*
x86/uaccess: Allow access_ok() in irq context if pagefault_disabled
Masami Hiramatsu
2019-05-25
2
-2
/
+7
*
x86/ftrace: Make enable parameter bool where applicable
Steven Rostedt (VMware)
2019-05-25
1
-3
/
+3
*
ftrace: Make enable and update parameters bool when applicable
Steven Rostedt (VMware)
2019-05-25
2
-12
/
+12
*
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
*
Linux 5.2-rc1
v5.2-rc1
Linus Torvalds
2019-05-19
1
-2
/
+2
*
Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-05-19
3
-4
/
+8
|
\
|
*
ubifs: Convert xattr inum to host order
Richard Weinberger
2019-05-15
1
-1
/
+1
|
*
ubifs: Use correct config name for encryption
Richard Weinberger
2019-05-15
1
-2
/
+2
|
*
ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR
YueHaibing
2019-05-15
1
-1
/
+5
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-05-19
10
-257
/
+889
|
\
\
|
*
|
panic: add an option to replay all the printk message in buffer
Feng Tang
2019-05-18
5
-4
/
+24
|
*
|
initramfs: don't free a non-existent initrd
Steven Price
2019-05-18
1
-1
/
+1
|
*
|
fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...
Jiufei Xue
2019-05-18
1
-3
/
+8
|
*
|
mm/compaction.c: correct zone boundary handling when isolating pages from a p...
Mel Gorman
2019-05-18
1
-2
/
+2
|
*
|
mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro
Uladzislau Rezki (Sony)
2019-05-18
1
-0
/
+43
|
*
|
mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
Uladzislau Rezki (Sony)
2019-05-18
1
-0
/
+48
|
*
|
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
2019-05-18
2
-247
/
+763
*
|
|
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2019-05-19
74
-172
/
+178
|
\
\
\
|
*
|
|
kconfig: use 'else ifneq' for Makefile to improve readability
Masahiro Yamada
2019-05-19
1
-3
/
+1
|
*
|
|
kbuild: check uniqueness of module names
Masahiro Yamada
2019-05-18
2
-0
/
+17
|
*
|
|
kconfig: Terminate menu blocks with a comment in the generated config
Alexander Popov
2019-05-18
1
-1
/
+12
|
*
|
|
kbuild: add LICENSES to KBUILD_ALLDIRS
Masahiro Yamada
2019-05-18
1
-1
/
+1
|
*
|
|
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
2019-05-18
3
-33
/
+13
|
*
|
|
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
17
-26
/
+25
|
*
|
|
media: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
30
-49
/
+47
|
*
|
|
media: remove unneeded header search paths
Masahiro Yamada
2019-05-18
7
-11
/
+0
|
*
|
|
alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig
Masahiro Yamada
2019-05-18
2
-0
/
+2
[next]