summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-222-45/+43
|\
| * modpost: turn static exports into errorQuentin Perret2020-12-211-3/+3
| * modpost: turn section mismatches to error from fatal()Masahiro Yamada2020-12-211-4/+4
| * modpost: change license incompatibility to error() from fatal()Masahiro Yamada2020-12-211-2/+2
| * modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada2020-12-211-1/+1
| * modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2020-12-212-29/+27
| * modpost: rename merror() to error()Masahiro Yamada2020-12-212-6/+6
* | Add auxiliary bus supportDave Ertman2020-12-042-0/+11
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\
| * kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-101-2/+2
* | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-052-1/+7
|\ \
| * \ Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-271-2/+10
| |\ \
| * | | soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart2020-06-302-1/+7
| | |/ | |/|
* | | modpost: explain why we can't use strsepWolfram Sang2020-07-271-0/+1
| |/ |/|
* | modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller2020-07-071-2/+10
|/
* Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-063-310/+212
|\
| * modpost: change elf_info->size to size_tMasahiro Yamada2020-06-062-6/+5
| * modpost: remove is_vmlinux() helperMasahiro Yamada2020-06-061-15/+1
| * modpost: strip .o from modname before calling new_module()Masahiro Yamada2020-06-062-10/+12
| * modpost: set have_vmlinux in new_module()Masahiro Yamada2020-06-061-5/+3
| * modpost: remove mod->skip struct memberMasahiro Yamada2020-06-062-7/+3
| * modpost: add mod->is_vmlinux struct memberMasahiro Yamada2020-06-062-9/+11
| * modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada2020-06-061-12/+8
| * modpost: remove mod->is_dot_o struct memberMasahiro Yamada2020-06-062-13/+2
| * modpost: remove -s optionMasahiro Yamada2020-06-061-8/+2
| * 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 vmlinux is not found when processing modulesMasahiro Yamada2020-06-061-2/+7
| * modpost: invoke modpost only when input files are updatedMasahiro Yamada2020-06-061-11/+21
| * modpost: re-add -e to set external_module flagMasahiro Yamada2020-06-061-2/+4
| * 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-061-8/+1
| * 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: refactor sech_name()Masahiro Yamada2020-05-291-12/+11
| * modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada2020-05-291-9/+9
| * modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-262-2/+2
* | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-0/+2
|\ \
| * | firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu2020-06-061-0/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-0/+1
|\ \
| * | kernel/module: Hide vermagic header file from general useLeon Romanovsky2020-04-211-0/+1
| |/
* / vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-191-1/+1
|/
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-032-0/+13
|\
| * Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-13/+14
| |\