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
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: fix mismatch between .version and include/generated/compile.h
Masahiro Yamada
2020-02-11
1
-1
/
+1
*
scripts/kallsyms: fix memory corruption caused by write over-run
Masahiro Yamada
2020-02-11
1
-2
/
+2
*
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-02-09
15
-105
/
+119
|
\
|
*
kconfig: Invalidate all symbols after changing to y or m.
Tetsuo Handa
2020-02-05
1
-3
/
+2
|
*
scripts/kallsyms: change table to store (strcut sym_entry *)
Masahiro Yamada
2020-02-04
1
-56
/
+65
|
*
scripts/kallsyms: rename local variables in read_symbol()
Masahiro Yamada
2020-02-04
1
-12
/
+12
|
*
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-02-04
13
-39
/
+45
|
*
kconfig: fix broken dependency in randconfig-generated .config
Masahiro Yamada
2020-02-04
1
-1
/
+1
*
|
Merge tag 'docs-5.6-2' of git://git.lwn.net/linux
Linus Torvalds
2020-02-07
1
-1
/
+1
|
\
\
|
*
|
Allow git builds of Sphinx
Stephen Kitt
2020-02-05
1
-1
/
+1
*
|
|
mm: remove __krealloc
Florian Westphal
2020-02-04
1
-4
/
+0
|
|
/
|
/
|
*
|
Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-02-01
13
-130
/
+170
|
\
\
|
*
|
kconfig: fix an "implicit declaration of function" warning
Bartosz Golaszewski
2020-01-10
3
-0
/
+3
|
*
|
kconfig: fix nesting of symbol help text
Thomas Hebb
2020-01-07
1
-8
/
+8
|
*
|
kconfig: distinguish between dependencies and visibility in help text
Thomas Hebb
2020-01-07
3
-2
/
+13
|
*
|
kconfig: list all definitions of a symbol in help text
Thomas Hebb
2020-01-07
1
-24
/
+31
|
*
|
kconfig: Add yes2modconfig and mod2yesconfig targets.
Tetsuo Handa
2020-01-07
4
-1
/
+38
|
*
|
kconfig: use $(PERL) in Makefile
Masahiro Yamada
2020-01-07
1
-1
/
+1
|
*
|
kconfig: fix too deep indentation in Makefile
Masahiro Yamada
2020-01-07
1
-9
/
+9
|
*
|
kconfig: localmodconfig: fix indentation for closing brace
Masahiro Yamada
2020-01-07
1
-1
/
+1
|
*
|
kconfig: localmodconfig: remove unused $config
Masahiro Yamada
2020-01-07
1
-2
/
+0
|
*
|
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
2020-01-07
3
-23
/
+17
|
*
|
kconfig: remove sym from struct property
Masahiro Yamada
2020-01-07
3
-3
/
+1
|
*
|
kconfig: remove 'prompt' argument from menu_add_prop()
Masahiro Yamada
2020-01-07
1
-4
/
+5
|
*
|
kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()
Masahiro Yamada
2020-01-07
1
-36
/
+34
|
*
|
kconfig: remove 'prompt' symbol
Masahiro Yamada
2020-01-07
1
-10
/
+7
|
*
|
kconfig: drop T_WORD from the RHS of 'prompt' symbol
Masahiro Yamada
2020-01-07
1
-3
/
+1
|
*
|
kconfig: use parent->dep as the parentdep of 'menu'
Masahiro Yamada
2020-01-07
1
-5
/
+3
|
*
|
kconfig: remove the rootmenu check in menu_add_prop()
Masahiro Yamada
2020-01-07
1
-1
/
+1
*
|
|
Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2020-02-01
10
-175
/
+98
|
\
\
\
|
*
|
|
builddeb: split libc headers deployment out into a function
Masahiro Yamada
2020-01-29
1
-14
/
+18
|
*
|
|
builddeb: split kernel headers deployment out into a function
Masahiro Yamada
2020-01-29
1
-34
/
+42
|
*
|
|
builddeb: remove redundant make for ARCH=um
Masahiro Yamada
2020-01-29
1
-2
/
+1
|
*
|
|
builddeb: avoid invoking sub-shells where possible
Masahiro Yamada
2020-01-29
1
-13
/
+22
|
*
|
|
builddeb: remove redundant $objtree/
Masahiro Yamada
2020-01-29
1
-16
/
+16
|
*
|
|
builddeb: match temporary directory name to the package name
Masahiro Yamada
2020-01-29
1
-4
/
+4
|
*
|
|
builddeb: remove unneeded files in hdrobjfiles for headers package
Masahiro Yamada
2020-01-29
1
-2
/
+2
|
*
|
|
kbuild: use -S instead of -E for precise cc-option test in Kconfig
Masahiro Yamada
2020-01-22
1
-1
/
+1
|
*
|
|
builddeb: allow selection of .deb compressor
Michał Mirosław
2020-01-22
1
-1
/
+1
|
*
|
|
kbuild: remove 'Building modules, stage 2.' log
Masahiro Yamada
2020-01-16
1
-1
/
+0
|
*
|
|
kbuild: remove *.tmp file when filechk fails
Masahiro Yamada
2020-01-16
1
-8
/
+7
|
*
|
|
modpost: assume STT_SPARC_REGISTER is defined
Masahiro Yamada
2020-01-16
1
-7
/
+1
|
*
|
|
builddeb: make headers package thinner
Michał Mirosław
2020-01-14
1
-2
/
+2
|
*
|
|
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
Masahiro Yamada
2020-01-07
4
-106
/
+6
|
*
|
|
kbuild: pass KBUILD_MODFILE when compiling builtin objects
Masahiro Yamada
2020-01-07
1
-6
/
+9
|
*
|
|
kbuild: add stringify helper to quote a string passed to C files
Masahiro Yamada
2020-01-07
2
-1
/
+5
|
*
|
|
kbuild: use pattern rule for building built-in.a in sub-directories
Masahiro Yamada
2020-01-07
1
-1
/
+1
|
*
|
|
kbuild: do not create orphan built-in.a or obj-y objects
Masahiro Yamada
2020-01-07
2
-1
/
+5
|
|
/
/
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-01-31
1
-0
/
+14
|
\
\
\
|
*
|
|
scripts/spelling.txt: add "issus" typo
Luca Ceresoli
2020-01-31
1
-0
/
+1
[next]