aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yGravatar Masahiro Yamada 1-2/+2
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+7
2020-07-27Merge 5.8-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 1-2/+10
2020-07-27modpost: explain why we can't use strsepGravatar Wolfram Sang 1-0/+1
2020-07-07modpost: remove use of non-standard strsep() in HOSTCC codeGravatar H. Nikolaus Schaller 1-2/+10
2020-06-30soundwire: extend SDW_SLAVE_ENTRYGravatar Pierre-Louis Bossart 2-1/+7
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 3-310/+212
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2020-06-06modpost: change elf_info->size to size_tGravatar Masahiro Yamada 2-6/+5
2020-06-06modpost: remove is_vmlinux() helperGravatar Masahiro Yamada 1-15/+1
2020-06-06modpost: strip .o from modname before calling new_module()Gravatar Masahiro Yamada 2-10/+12
2020-06-06modpost: set have_vmlinux in new_module()Gravatar Masahiro Yamada 1-5/+3
2020-06-06modpost: remove mod->skip struct memberGravatar Masahiro Yamada 2-7/+3
2020-06-06modpost: add mod->is_vmlinux struct memberGravatar Masahiro Yamada 2-9/+11
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Gravatar Masahiro Yamada 1-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberGravatar Masahiro Yamada 2-13/+2
2020-06-06modpost: remove -s optionGravatar Masahiro Yamada 1-8/+2
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticGravatar Masahiro Yamada 2-39/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesGravatar Masahiro Yamada 2-17/+14
2020-06-06modpost: avoid false-positive file open errorGravatar Masahiro Yamada 1-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Gravatar Masahiro Yamada 1-17/+11
2020-06-06modpost: add read_text_file() and get_line() helpersGravatar Masahiro Yamada 2-0/+51
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Gravatar Masahiro Yamada 1-21/+24
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Gravatar Masahiro Yamada 3-73/+0
2020-06-06modpost: show warning if vmlinux is not found when processing modulesGravatar Masahiro Yamada 1-2/+7
2020-06-06modpost: invoke modpost only when input files are updatedGravatar Masahiro Yamada 1-11/+21
2020-06-06modpost: re-add -e to set external_module flagGravatar Masahiro Yamada 1-2/+4
2020-06-06modpost: rename ext_sym_list to dump_listGravatar Masahiro Yamada 1-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionGravatar Masahiro Yamada 1-8/+1
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectGravatar Masahiro Yamada 2-10/+6
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseGravatar Erwan Velu 1-0/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+1
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderGravatar Masahiro Yamada 1-8/+8
2020-05-29modpost: refactor sech_name()Gravatar Masahiro Yamada 1-12/+11
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Gravatar Masahiro Yamada 1-9/+9
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 2-2/+2
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationGravatar Thomas Gleixner 1-1/+1
2020-04-21kernel/module: Hide vermagic header file from general useGravatar Leon Romanovsky 1-0/+1
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+13
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-46/+51
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+5
2020-03-30Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Gravatar Linus Torvalds 2-0/+26
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-23Merge 5.6-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 1-13/+14
2020-03-21scripts: Fix the inclusion order in modpostGravatar Vincenzo Frascino 1-1/+5
2020-03-19bus: mhi: core: Add uevent support for module autoloadingGravatar Manivannan Sadhasivam 2-0/+13
2020-03-19modpost: Get proper section index by get_secindex() instead of st_shndxGravatar Xiao Yang 1-1/+2
2020-03-17modpost: move the namespace field in Module.symvers lastGravatar Jessica Yu 1-12/+12