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