aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/mod (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada2-10/+12
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada1-5/+3
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada2-7/+3
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada2-9/+11
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada1-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada2-13/+2
2020-06-06modpost: remove -s optionMasahiro Yamada1-8/+2
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2-39/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2-17/+14
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada1-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada1-17/+11
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada2-0/+51
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada1-21/+24
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada3-73/+0
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada1-2/+7
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada1-11/+21
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada1-2/+4
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada1-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada1-8/+1
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada2-10/+6
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada1-8/+8
2020-05-29modpost: refactor sech_name()Masahiro Yamada1-12/+11
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada1-9/+9
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+13
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-46/+51
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2020-03-30Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxLinus Torvalds2-0/+26
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman1-13/+14
2020-03-21scripts: Fix the inclusion order in modpostVincenzo Frascino1-1/+5
2020-03-19bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam2-0/+13
2020-03-19modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang1-1/+2
2020-03-17modpost: move the namespace field in Module.symvers lastJessica Yu1-12/+12
2020-03-13modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=nJessica Yu1-3/+11
2020-03-13modpost: rework and consolidate logging interfaceJessica Yu2-43/+40
2020-02-28i3c: Generate aliases for i3c modulesBoris Brezillon2-0/+26
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2020-01-16modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada1-7/+1
2019-11-23modpost: respect the previous export when 'exported twice' is warnedMasahiro Yamada1-15/+11
2019-11-23modpost: do not set ->preloaded for symbols from Module.symversMasahiro Yamada1-4/+2
2019-11-23modpost: stop symbol preloading for modversion CRCMasahiro Yamada1-32/+39
2019-11-23modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada1-3/+3
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada2-8/+3
2019-11-23modpost: add a helper to get data pointed by a symbolMasahiro Yamada1-4/+13
2019-11-11modpost: remove unneeded local variable in contains_namespace()Masahiro Yamada1-4/+2
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada2-27/+19
2019-11-11modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada1-0/+2
2019-11-11modpost: do not invoke extra modpost for nsdepsMasahiro Yamada1-7/+2