summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* modpost: remove -s optionMasahiro Yamada2020-06-062-9/+3
* modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2020-06-062-39/+2
* modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2020-06-062-17/+14
* modpost: avoid false-positive file open errorMasahiro Yamada2020-06-061-4/+3
* modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada2020-06-061-17/+11
* modpost: add read_text_file() and get_line() helpersMasahiro Yamada2020-06-062-0/+51
* modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada2020-06-061-21/+24
* modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada2020-06-063-73/+0
* modpost: show warning if any of symbol dump files is missingMasahiro Yamada2020-06-062-10/+5
* modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada2020-06-061-2/+7
* modpost: invoke modpost only when input files are updatedMasahiro Yamada2020-06-062-15/+37
* modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada2020-06-065-6/+7
* modpost: refactor -i option calculationMasahiro Yamada2020-06-061-4/+2
* modpost: print symbol dump file as the build target in short logMasahiro Yamada2020-06-061-13/+20
* modpost: re-add -e to set external_module flagMasahiro Yamada2020-06-062-2/+8
* modpost: rename ext_sym_list to dump_listMasahiro Yamada2020-06-061-13/+14
* modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada2020-06-062-9/+2
* modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada2020-06-062-10/+6
* modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada2020-06-031-8/+8
* modpost: pass -N option only for modules modpostMasahiro Yamada2020-06-031-1/+4
* modpost: move -T option close to the modpost commandMasahiro Yamada2020-06-031-2/+2
* modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada2020-06-031-1/+6
* kbuild: update modules.order only when contained modules are updatedMasahiro Yamada2020-06-033-24/+38
* kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculationMasahiro Yamada2020-06-031-9/+8
* kbuild: merge net-y and virt-y into drivers-yMasahiro Yamada2020-06-011-8/+4
* kbuild: merge init-y into core-yMasahiro Yamada2020-06-011-6/+4
* kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada2020-06-011-13/+12
* kbuild: refactor subdir-ym calculationMasahiro Yamada2020-06-011-9/+4
* kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocksMasahiro Yamada2020-06-011-7/+5
* kbuild: force to build vmlinux if CONFIG_MODVERSION=yMasahiro Yamada2020-06-011-5/+8
* Makefile: support compressed debug infoNick Desaulniers2020-05-292-0/+23
* modpost: refactor sech_name()Masahiro Yamada2020-05-291-12/+11
* modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada2020-05-291-9/+9
* kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada2020-05-292-1/+4
* kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2020-05-262-4/+8
* kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada2020-05-261-4/+5
* kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2020-05-262-5/+2
* kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada2020-05-262-1/+5
* kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada2020-05-261-8/+2
* kbuild: doc: remove documentation about copying Module.symvers aroundMasahiro Yamada2020-05-261-12/+0
* kbuild: make module name conflict fatal errorMasahiro Yamada2020-05-262-5/+18
* kbuild: error out if targets prefixed with '__' are directly runMasahiro Yamada2020-05-261-10/+13
* kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST))Masahiro Yamada2020-05-261-2/+4
* gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada2020-05-261-1/+1
* bpfilter: document build requirements for bpfilter_umhValdis Kl ē tnieks2020-05-261-0/+4
* scripts/checkstack.pl: fix arm sp regexManinder Singh2020-05-261-1/+1
* scripts/checkstack.pl: add arm push handling for stack usageManinder Singh2020-05-261-1/+27
* scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh2020-05-261-3/+8
* scripts/checkstack.pl: don't display $dre as different entityManinder Singh2020-05-261-27/+27
* modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-263-3/+3