summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-131-2/+2
|\
| * scripts: Require pahole v1.16 when generating BTFLorenz Bauer2020-06-091-2/+2
* | Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds2020-06-061-3/+0
|\ \
| * | sh: remove sh5 supportArnd Bergmann2020-06-011-3/+0
* | | Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-06-0610-84/+46
|\ \ \
| * | | kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2020-05-261-5/+4
| * | | streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du2020-05-132-0/+23
| * | | kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Masahiro Yamada2020-05-121-14/+16
| * | | kconfig: tests: remove randconfig test for choice in choiceMasahiro Yamada2020-05-125-63/+0
| * | | kconfig: do not assign a variable in the return statementMasahiro Yamada2020-05-121-1/+2
| * | | kconfig: do not use OR-assignment for zero-cleared structureMasahiro Yamada2020-05-121-1/+1
* | | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-0621-454/+483
|\ \ \ \
| * | | | kbuild: add variables for compression toolsDenis Efremov2020-06-064-14/+14
| * | | | mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida2020-06-061-1/+1
| * | | | 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: move -d option in scripts/Makefile.modpostMasahiro Yamada2020-06-061-3/+1
| * | | | modpost: remove -s optionMasahiro Yamada2020-06-062-9/+3
| * | | | 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 any of symbol dump files is missingMasahiro Yamada2020-06-061-1/+4
| * | | | 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-062-15/+37
| * | | | modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada2020-06-062-5/+4
| * | | | modpost: refactor -i option calculationMasahiro Yamada2020-06-061-4/+2
| * | | | modpost: print symbol dump file as the build target in short logMasahiro Yamada2020-06-061-13/+20
| * | | | modpost: re-add -e to set external_module flagMasahiro Yamada2020-06-062-2/+8
| * | | | 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-062-9/+2
| * | | | 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: pass -N option only for modules modpostMasahiro Yamada2020-06-031-1/+4
| * | | | modpost: move -T option close to the modpost commandMasahiro Yamada2020-06-031-2/+2
| * | | | modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada2020-06-031-1/+6
| * | | | kbuild: update modules.order only when contained modules are updatedMasahiro Yamada2020-06-032-21/+27
| * | | | kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada2020-06-011-13/+12
| * | | | kbuild: refactor subdir-ym calculationMasahiro Yamada2020-06-011-9/+4
| * | | | 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