summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada
2020-06-06modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada
2020-06-06modpost: remove -s optionMasahiro Yamada
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada
2020-06-06modpost: refactor -i option calculationMasahiro Yamada
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada
2020-06-03modpost: pass -N option only for modules modpostMasahiro Yamada
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada
2020-06-01kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada
2020-05-29modpost: refactor sech_name()Masahiro Yamada
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada
2020-05-26kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada
2020-05-26kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada
2020-05-26kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada
2020-05-26kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada
2020-05-26kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada
2020-05-26kbuild: make module name conflict fatal errorMasahiro Yamada
2020-05-26gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada
2020-05-26scripts/checkstack.pl: fix arm sp regexManinder Singh
2020-05-26scripts/checkstack.pl: add arm push handling for stack usageManinder Singh
2020-05-26scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh
2020-05-26scripts/checkstack.pl: don't display $dre as different entityManinder Singh
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-26scripts: headers_install: Exit with error on config leakSiddharth Gupta
2020-05-17kbuild: add infrastructure to build userspace programsMasahiro Yamada
2020-05-17kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada