summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: remove unreachable printf()Masahiro Yamada2023-12-281-1/+0
* kconfig: add include guard to lkc_proto.hMasahiro Yamada2023-12-281-0/+5
* kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada2023-12-282-17/+2
* kconfig: factor out common code shared by mconf and nconfMasahiro Yamada2023-12-105-107/+75
* modpost: remove unreachable code after fatal()Masahiro Yamada2023-12-101-6/+3
* modpost: remove unneeded initializer in section_rel()Masahiro Yamada2023-12-101-1/+1
* modpost: inform compilers that fatal() never returnsMasahiro Yamada2023-12-102-1/+7
* modpost: move __attribute__((format(printf, 2, 3))) to modpost.hMasahiro Yamada2023-12-102-3/+3
* kbuild: determine base DTB by suffixMasahiro Yamada2023-12-101-2/+2
* kbuild: deb-pkg: remove the fakeroot builds supportMasahiro Yamada2023-12-102-10/+2
* kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada2023-12-031-5/+12
* kconfig: remove unneeded symbol_empty variableMasahiro Yamada2023-12-031-9/+2
* scripts: clean up IA-64 codeMasahiro Yamada2023-12-0310-34/+6
* kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada2023-12-032-9/+8
* kbuild: remove the last use of old cmd_src_tar rule in packagingMasahiro Yamada2023-11-282-24/+2
* kbuild: buildtar: always make modules_installPetr Vorel2023-11-281-4/+2
* kbuild: buildtar: Remove unused $dirsPetr Vorel2023-11-281-2/+0
* kconfig: massage the loop in conf_read_simple()Masahiro Yamada2023-11-281-6/+13
* kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada2023-11-281-1/+1
* kconfig: introduce getline_stripped() helperMasahiro Yamada2023-11-281-14/+26
* kconfig: deduplicate code in conf_read_simple()Masahiro Yamada2023-11-281-54/+35
* kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada2023-11-281-13/+8
* kconfig: require a space after '#' for valid inputMasahiro Yamada2023-11-281-0/+2
* kconfig: remove error check for xrealloc()Masahiro Yamada2023-11-281-6/+2
* kbuild: deb-pkg: apply short -R and -j optionsDmitrii Bundin2023-11-281-1/+1
* kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada2023-11-281-1/+1
* genksyms: use getopt_long() unconditionallyMasahiro Yamada2023-11-281-18/+0
* genksyms: remove the remnant of the -s optionMasahiro Yamada2023-11-281-4/+2
* scripts/checkstack.pl: match all stack sizes for s390Heiko Carstens2023-11-221-2/+1
* Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-193-12/+12
|\
| * kconfig: fix memory leak from range propertiesMasahiro Yamada2023-11-171-8/+6
| * kbuild: Move the single quotes for image nameSimon Glass2023-11-171-2/+2
| * modpost: fix section mismatch message for RELAMasahiro Yamada2023-11-161-2/+4
* | Merge tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-142-12/+2
|\ \ | |/ |/|
| * gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin descriptionKonstantin Runov2023-11-141-2/+2
| * gcc-plugins: randstruct: Only warn about true flexible arraysKees Cook2023-11-081-10/+0
* | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-0416-219/+386
|\ \
| * | kbuild: support 'userldlibs' syntaxMasahiro Yamada2023-11-011-3/+3
| * | kbuild: dummy-tools: pretend we understand -fpatchable-function-entryJiri Slaby (SUSE)2023-11-011-0/+10
| * | modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONSMasahiro Yamada2023-10-281-6/+1
| * | modpost: merge sectioncheck table entries regarding init/exit sectionsMasahiro Yamada2023-10-281-15/+3
| * | modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONSMasahiro Yamada2023-10-281-1/+1
| * | modpost: disallow the combination of EXPORT_SYMBOL and __meminit*Masahiro Yamada2023-10-281-1/+1
| * | modpost: remove EXIT_SECTIONS macroMasahiro Yamada2023-10-281-5/+3
| * | modpost: remove MEM_INIT_SECTIONS macroMasahiro Yamada2023-10-281-2/+1
| * | modpost: remove more symbol patterns from the section check whitelistMasahiro Yamada2023-10-281-7/+1
| * | modpost: disallow *driver to reference .meminit* sectionsMasahiro Yamada2023-10-281-6/+0
| * | linux/init: remove __memexit* annotationsMasahiro Yamada2023-10-281-12/+3
| * | modpost: remove ALL_EXIT_DATA_SECTIONS macroMasahiro Yamada2023-10-281-2/+0
| * | kbuild: simplify cmd_ld_multi_mMasahiro Yamada2023-10-281-1/+1