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.build
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: split out *.mod out of {single,multi}-used-m rules
Masahiro Yamada
2019-07-18
1
-9
/
+13
*
kbuild: remove the first line of *.mod files
Masahiro Yamada
2019-07-18
1
-2
/
+2
*
kbuild: create *.mod with full directory path and remove MODVERDIR
Masahiro Yamada
2019-07-18
1
-12
/
+3
*
kbuild: remove duplication from modules.order in sub-directories
Masahiro Yamada
2019-07-17
1
-6
/
+3
*
kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}
Masahiro Yamada
2019-07-17
1
-1
/
+1
*
kbuild: do not create empty modules.order in the prepare stage
Masahiro Yamada
2019-07-17
1
-1
/
+1
*
kbuild: compile-test headers listed in header-test-m as well
Masahiro Yamada
2019-07-17
1
-1
/
+1
*
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
Masahiro Yamada
2019-07-11
1
-1
/
+1
*
kbuild: do not create wrappers for header-test-y
Masahiro Yamada
2019-07-09
1
-5
/
+5
*
kbuild: add support for ensuring headers are self-contained
Jani Nikula
2019-06-15
1
-0
/
+9
*
Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2019-05-08
1
-1
/
+1
|
\
|
*
kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build
Masahiro Yamada
2019-04-02
1
-1
/
+1
*
|
objtool: Add UACCESS validation
Peter Zijlstra
2019-04-03
1
-0
/
+3
|
/
*
kbuild: strip whitespace in cmd_record_mcount findstring
Joe Lawrence
2019-03-28
1
-5
/
+2
*
kbuild: move archive command to scripts/Makefile.lib
Masahiro Yamada
2019-03-14
1
-5
/
+1
*
kbuild: hardcode genksyms path and remove GENKSYMS variable
Masahiro Yamada
2019-02-27
1
-2
/
+2
*
kbuild: generate modules.order only when CONFIG_MODULES=y
Masahiro Yamada
2019-02-20
1
-0
/
+2
*
kbuild: Disable extra debugging info in .s output
Masahiro Yamada
2019-02-20
1
-1
/
+1
*
kbuild: remove unnecessary in-subshell execution
Masahiro Yamada
2019-01-28
1
-2
/
+2
*
kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
Masahiro Yamada
2019-01-28
1
-3
/
+6
*
kbuild: remove top-level built-in.a
Masahiro Yamada
2019-01-28
1
-6
/
+2
*
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-12-29
1
-79
/
+49
|
\
|
*
kbuild: handle part-of-module correctly for *.ll and *.symtypes
Masahiro Yamada
2018-12-17
1
-1
/
+1
|
*
kbuild: refactor part-of-module
Masahiro Yamada
2018-12-17
1
-5
/
+3
|
*
kbuild: refactor quiet_modtag
Masahiro Yamada
2018-12-17
1
-6
/
+1
|
*
kbuild: remove redundant quiet_modtag for $(obj-m)
Masahiro Yamada
2018-12-17
1
-2
/
+0
|
*
kbuild: move .SECONDARY special target to Kbuild.include
Masahiro Yamada
2018-12-02
1
-4
/
+0
|
*
kbuild: remove redundant 'set -e' from cmd_* defines
Masahiro Yamada
2018-12-01
1
-2
/
+0
|
*
kbuild: remove trailing semicolon from cmd_* passed to if_changed_rule
Masahiro Yamada
2018-12-01
1
-8
/
+8
|
*
kbuild: change if_changed_rule for multi-line recipe
Masahiro Yamada
2018-12-01
1
-11
/
+11
|
*
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
2018-12-01
1
-0
/
+7
|
*
kbuild: refactor modversions build rules
Masahiro Yamada
2018-12-01
1
-37
/
+17
|
*
kbuild: remove redundant 'set -e' from sub_cmd_record_mcount
Masahiro Yamada
2018-12-01
1
-1
/
+1
|
*
kbuild: let fixdep directly write to .*.cmd files
Masahiro Yamada
2018-12-01
1
-7
/
+5
*
|
x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
Zhenzhong Duan
2018-11-28
1
-2
/
+0
|
/
*
Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-10-28
1
-36
/
+8
|
\
|
*
kbuild: use 'else ifeq' for checksrc to improve readability
Masahiro Yamada
2018-10-19
1
-8
/
+6
|
*
kbuild: remove unneeded link_multi_deps
Masahiro Yamada
2018-10-19
1
-18
/
+2
|
*
kbuild: remove old check for CFLAGS use
Masahiro Yamada
2018-09-13
1
-10
/
+0
*
|
ftrace: Build with CPPFLAGS to get -Qunused-arguments
Joel Stanley
2018-09-19
1
-1
/
+1
|
/
*
objtool: Remove workaround for unreachable warnings from old GCC
Masahiro Yamada
2018-08-30
1
-2
/
+0
*
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
Masahiro Yamada
2018-08-24
1
-3
/
+3
*
kbuild: pass LDFLAGS to recordmcount.pl
Masahiro Yamada
2018-08-24
1
-1
/
+1
*
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-08-20
1
-6
/
+3
|
\
|
*
tracing: Avoid calling cc-option -mrecord-mcount for every Makefile
Vasily Gorbik
2018-08-15
1
-6
/
+3
*
|
kbuild: remove deprecated host-progs variable
Masahiro Yamada
2018-08-09
1
-7
/
+0
|
/
*
kbuild: remove duplicated comments about PHONY
Masahiro Yamada
2018-07-06
1
-3
/
+0
*
tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount
Greg Thelen
2018-06-21
1
-1
/
+1
*
Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-06-06
1
-0
/
+6
|
\
|
*
trace: Use -mcount-record for dynamic ftrace
Andi Kleen
2018-05-28
1
-0
/
+6
[next]