summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada-5/+3
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada-7/+3
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada-9/+11
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada-13/+2
2020-06-06modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada-3/+1
2020-06-06modpost: remove -s optionMasahiro Yamada-9/+3
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada-39/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada-17/+14
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada-17/+11
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada-0/+51
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada-21/+24
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada-73/+0
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada-1/+4
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada-2/+7
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada-15/+37
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada-5/+4
2020-06-06modpost: refactor -i option calculationMasahiro Yamada-4/+2
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada-13/+20
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada-2/+8
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada-9/+2
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada-10/+6
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu-0/+2
2020-06-04Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2020-06-04checkpatch: use patch subject when reading from stdinGeert Uytterhoeven-0/+1
2020-06-04checkpatch: disallow --git and --file/--fixJoe Perches-2/+4
2020-06-04checkpatch: look for c99 comments in ctx_locate_commentJoe Perches-1/+9
2020-06-04checkpatch: additional MAINTAINER section entry ordering checksJoe Perches-8/+37
2020-06-04get_maintainer: fix unexpected behavior for path/to//file (double slashes)Joe Perches-0/+2
2020-06-04get_maintainer: add email addresses from .yaml filesJoe Perches-15/+29
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-0/+95
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada-8/+8
2020-06-03modpost: pass -N option only for modules modpostMasahiro Yamada-1/+4
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada-2/+2
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada-1/+6
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada-21/+27
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-89/+243
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+24
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2020-06-01sh: remove sh5 supportArnd Bergmann-3/+0
2020-06-01kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada-13/+12
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada-9/+4
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+9
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches-5/+9
2020-05-29modpost: refactor sech_name()Masahiro Yamada-12/+11
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada-9/+9
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada-1/+1
2020-05-26kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada-4/+8