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: remove unneeded semicolon at the end of cmd_dtb_check
Masahiro Yamada
2020-02-27
1
-1
/
+1
*
kbuild: fix DT binding schema rule to detect command line changes
Masahiro Yamada
2020-02-27
1
-2
/
+2
*
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-02-04
1
-1
/
+5
*
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
1
-1
/
+1
*
kbuild: do not create orphan built-in.a or obj-y objects
Masahiro Yamada
2020-01-07
1
-0
/
+4
*
kbuild: remove header compile test
Masahiro Yamada
2019-11-15
1
-14
/
+0
*
kbuild: remove ar-option and KBUILD_ARFLAGS
Masahiro Yamada
2019-10-01
1
-1
/
+1
*
kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN
Masahiro Yamada
2019-09-06
1
-2
/
+2
*
kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
Masahiro Yamada
2019-09-04
1
-5
/
+8
*
kbuild: add $(BASH) to run scripts with bash-extension
Masahiro Yamada
2019-09-04
1
-1
/
+1
*
kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build
Masahiro Yamada
2019-08-22
1
-0
/
+12
*
kbuild: treat an object as multi-used when $(foo-) is set
Masahiro Yamada
2019-08-15
1
-5
/
+5
*
kbuild: move flex and bison rules to Makefile.host
Masahiro Yamada
2019-08-14
1
-16
/
+0
*
kbuild: make bison create C file and header in a single pattern rule
Masahiro Yamada
2019-08-14
1
-9
/
+3
*
kbuild: remove unused single-used-m
Masahiro Yamada
2019-07-27
1
-2
/
+0
*
kbuild: compile-test headers listed in header-test-m as well
Masahiro Yamada
2019-07-17
1
-1
/
+1
*
kbuild: fix compression errors getting ignored
Harald Seiler
2019-07-11
1
-5
/
+5
*
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
Masahiro Yamada
2019-07-11
1
-1
/
+1
*
kbuild: support header-test-pattern-y
Masahiro Yamada
2019-07-09
1
-0
/
+11
*
kbuild: do not create wrappers for header-test-y
Masahiro Yamada
2019-07-09
1
-1
/
+1
*
kbuild: add support for ensuring headers are self-contained
Jani Nikula
2019-06-15
1
-0
/
+3
*
dt-bindings: Pass binding directory to validation tools
Rob Herring
2019-05-22
1
-1
/
+1
*
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
2019-05-18
1
-18
/
+8
*
kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build
Masahiro Yamada
2019-04-02
1
-1
/
+1
*
kbuild: move archive command to scripts/Makefile.lib
Masahiro Yamada
2019-03-14
1
-0
/
+6
*
kbuild: remove unnecessary in-subshell execution
Masahiro Yamada
2019-01-28
1
-11
/
+10
*
kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
Masahiro Yamada
2019-01-28
1
-9
/
+9
*
kbuild: simplify rules of data compression with size appending
Masahiro Yamada
2019-01-28
1
-11
/
+7
*
kbuild: skip 'addtree' and 'flags' magic for external module build
Masahiro Yamada
2019-01-28
1
-5
/
+6
*
kbuild: change filechk to surround the given command with { }
Masahiro Yamada
2019-01-06
1
-2
/
+1
*
kbuild: remove redundant target cleaning on failure
Masahiro Yamada
2019-01-06
1
-14
/
+7
*
kbuild: clean up rule_dtc_dt_yaml
Masahiro Yamada
2019-01-06
1
-2
/
+2
*
kbuild: remove UIMAGE_IN and UIMAGE_OUT
Masahiro Yamada
2019-01-06
1
-4
/
+2
*
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-12-29
1
-1
/
+1
|
\
|
*
kbuild: remove redundant 'set -e' from filechk_offsets
Masahiro Yamada
2018-12-01
1
-1
/
+1
*
|
Merge branch 'yaml-bindings-for-v4.21' into dt/next
Rob Herring
2018-12-13
1
-2
/
+22
|
\
\
|
*
|
kbuild: Add support for DT binding schema checks
Rob Herring
2018-12-13
1
-2
/
+22
|
|
/
*
|
kbuild: Enable dtc graph_port warning by default
Rob Herring
2018-11-30
1
-1
/
+0
*
|
kbuild: disable dtc simple_bus_reg warnings by default
Rob Herring
2018-11-30
1
-0
/
+1
|
/
*
kbuild: consolidate Devicetree dtb build rules
Rob Herring
2018-10-02
1
-1
/
+1
*
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
Masahiro Yamada
2018-08-24
1
-1
/
+1
*
kbuild: do not redirect the first prerequisite for filechk
Masahiro Yamada
2018-07-28
1
-1
/
+1
*
kbuild: change ld_flags to contain LDFLAGS_$(@F)
Masahiro Yamada
2018-07-19
1
-2
/
+2
*
kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)
Masahiro Yamada
2018-07-19
1
-2
/
+1
*
Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-06-07
1
-0
/
+3
|
\
|
*
kbuild: disable new dtc graph and unit-address warnings
Rob Herring
2018-05-14
1
-0
/
+3
*
|
kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)
Masahiro Yamada
2018-05-05
1
-1
/
+1
|
/
*
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
[next]