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
/
Makefile.lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
Masahiro Yamada
2018-04-07
1
-3
/
+0
*
kbuild: add %.dtb.S and %.dtb to 'targets' automatically
Masahiro Yamada
2018-04-07
1
-2
/
+2
*
genksyms: generate lexer and parser during build instead of shipping
Masahiro Yamada
2018-04-07
1
-21
/
+3
*
Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-05
1
-5
/
+4
|
\
|
*
scripts: turn off some new dtc warnings by default
Rob Herring
2018-03-05
1
-0
/
+2
|
*
scripts: re-enable some now fixed dtc warnings
Rob Herring
2018-03-01
1
-3
/
+0
|
*
kbuild: add dtc as dependency on .dtb files
Rob Herring
2018-03-01
1
-1
/
+1
|
*
kbuild: remove remaining use of undefined YACC_PREFIX
Rob Herring
2018-03-01
1
-1
/
+1
*
|
kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>
Masahiro Yamada
2018-03-31
1
-0
/
+1
*
|
kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a
Masahiro Yamada
2018-03-26
1
-4
/
+3
*
|
kbuild: rename real-objs-y/m to real-obj-y/m
Masahiro Yamada
2018-03-26
1
-4
/
+4
*
|
kbuild: move modname and modname-multi close to modname_flags
Masahiro Yamada
2018-03-26
1
-6
/
+8
*
|
kbuild: simplify modname calculation
Masahiro Yamada
2018-03-26
1
-7
/
+0
*
|
kbuild: fix modname for composite modules
Cao jin
2018-03-26
1
-2
/
+2
*
|
kbuild: define KBUILD_MODNAME even if multiple modules share objects
Masahiro Yamada
2018-03-26
1
-7
/
+5
*
|
kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi
Masahiro Yamada
2018-03-26
1
-1
/
+1
*
|
kbuild: Use ls(1) instead of stat(1) to obtain file size
Michael Forney
2018-03-26
1
-1
/
+1
*
|
kbuild: rename built-in.o to built-in.a
Nicholas Piggin
2018-03-26
1
-3
/
+3
*
|
kbuild: Handle builtin dtb file names containing hyphens
James Hogan
2018-03-09
1
-4
/
+4
|
/
*
kasan: don't emit builtin calls when sanitization is off
Andrey Konovalov
2018-02-06
1
-1
/
+1
*
Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-02-01
1
-9
/
+19
|
\
|
*
kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIX
Masahiro Yamada
2018-01-22
1
-6
/
+2
|
*
kbuild: prepare to remove C files pre-generated by flex and bison
Masahiro Yamada
2017-12-16
1
-3
/
+17
|
*
kbuild: add LEX and YACC variables
Masahiro Yamada
2017-12-16
1
-2
/
+2
*
|
kbuild: fix W= option checks for extra DTC warnings
Masahiro Yamada
2018-01-25
1
-2
/
+2
|
/
*
kbuild: drop $(extra-y) from real-objs-y
Masahiro Yamada
2017-11-23
1
-1
/
+1
*
Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2017-11-17
1
-23
/
+11
|
\
|
*
kbuild: create object directories simpler and faster
Masahiro Yamada
2017-11-16
1
-5
/
+0
|
*
kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGS
Masahiro Yamada
2017-10-31
1
-4
/
+4
|
*
kbuild: comments cleanup in Makefile.lib
Cao jin
2017-10-26
1
-14
/
+7
*
|
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-11-14
1
-0
/
+5
|
\
\
|
*
|
kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib
Masahiro Yamada
2017-11-09
1
-0
/
+5
|
|
/
*
/
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
remove gperf left-overs from build system
Linus Torvalds
2017-09-09
1
-9
/
+0
*
of: search scripts/dtc/include-prefixes path for both CPP and DTC
Masahiro Yamada
2017-08-21
1
-2
/
+4
*
of: remove arch/$(SRCARCH)/boot/dts from include search path for CPP
Masahiro Yamada
2017-08-21
1
-1
/
+0
*
of: remove drivers/of/testcase-data from include search path for CPP
Masahiro Yamada
2017-08-21
1
-1
/
+0
*
devicetree: Move include prefixes from arch to separate directory
Olof Johansson
2017-05-18
1
-1
/
+1
*
Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2017-05-10
1
-0
/
+31
|
\
|
*
kbuild: fix asm-offset generation to work with clang
Jeroen Hofstee
2017-04-23
1
-2
/
+6
|
*
kbuild: consolidate redundant sed script ASM offset generation
Masahiro Yamada
2017-04-23
1
-1
/
+0
|
*
kbuild: Consolidate header generation from ASM offset information
Matthias Kaehlcke
2017-04-13
1
-0
/
+28
*
|
Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-05
1
-1
/
+13
|
\
\
|
*
|
of: per-file dtc compiler flags
Frank Rowand
2017-04-27
1
-0
/
+2
|
*
|
dtc: update warning settings for new bus and node/property name checks
Rob Herring
2017-03-29
1
-1
/
+11
|
|
/
*
/
kbuild: external module build warnings when KBUILD_OUTPUT set and W=1
Allan, Bruce W
2017-03-11
1
-1
/
+1
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-08-02
1
-1
/
+1
|
\
|
*
kcov: allow more fine-grained coverage instrumentation
Vegard Nossum
2016-08-02
1
-1
/
+1
*
|
Kbuild: don't add obj tree in additional includes
Arnd Bergmann
2016-07-18
1
-3
/
+4
|
/
*
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-05-26
1
-4
/
+4
|
\
[next]