summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-01-05kbuild: deb-pkg: allow to run debian/rules from output directoryMasahiro Yamada
2024-01-05kbuild: deb-pkg: set DEB_* variables if debian/rules is directly executedMasahiro Yamada
2023-12-29kbuild: deb-pkg: squash scripts/package/deb-build-option to debian/rulesMasahiro Yamada
2023-12-29kbuild: deb-pkg: factor out common Make options in debian/rulesMasahiro Yamada
2023-12-29kbuild: deb-pkg: hard-code Build-DependsMasahiro Yamada
2023-12-29kbuild: deb-pkg: split debian/copyright from the mkdebian scriptMasahiro Yamada
2023-12-29check-uapi: Introduce check-uapi.shJohn Moon
2023-12-29scripts: Introduce a default git.orderFileLeonardo Bras
2023-12-29kconfig: WERROR unmet symbol dependencySergey Senozhatsky
2023-12-28kconfig: Use KCONFIG_CONFIG instead of .configMarkus Schneider-Pargmann
2023-12-28kconfig: remove redundant NULL pointer check before free()Masahiro Yamada
2023-12-28kconfig: remove unreachable printf()Masahiro Yamada
2023-12-28kconfig: add include guard to lkc_proto.hMasahiro Yamada
2023-12-28kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada
2023-12-10kconfig: factor out common code shared by mconf and nconfMasahiro Yamada
2023-12-10modpost: remove unreachable code after fatal()Masahiro Yamada
2023-12-10modpost: remove unneeded initializer in section_rel()Masahiro Yamada
2023-12-10modpost: inform compilers that fatal() never returnsMasahiro Yamada
2023-12-10modpost: move __attribute__((format(printf, 2, 3))) to modpost.hMasahiro Yamada
2023-12-10kbuild: determine base DTB by suffixMasahiro Yamada
2023-12-10kbuild: deb-pkg: remove the fakeroot builds supportMasahiro Yamada
2023-12-03kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada
2023-12-03kconfig: remove unneeded symbol_empty variableMasahiro Yamada
2023-12-03scripts: clean up IA-64 codeMasahiro Yamada
2023-12-03kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada
2023-11-28kbuild: remove the last use of old cmd_src_tar rule in packagingMasahiro Yamada
2023-11-28kbuild: buildtar: always make modules_installPetr Vorel
2023-11-28kbuild: buildtar: Remove unused $dirsPetr Vorel
2023-11-28kconfig: massage the loop in conf_read_simple()Masahiro Yamada
2023-11-28kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada
2023-11-28kconfig: introduce getline_stripped() helperMasahiro Yamada
2023-11-28kconfig: deduplicate code in conf_read_simple()Masahiro Yamada
2023-11-28kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada
2023-11-28kconfig: require a space after '#' for valid inputMasahiro Yamada
2023-11-28kconfig: remove error check for xrealloc()Masahiro Yamada
2023-11-28kbuild: deb-pkg: apply short -R and -j optionsDmitrii Bundin
2023-11-28kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada
2023-11-28genksyms: use getopt_long() unconditionallyMasahiro Yamada
2023-11-28genksyms: remove the remnant of the -s optionMasahiro Yamada
2023-11-22scripts/checkstack.pl: match all stack sizes for s390Heiko Carstens
2023-11-19Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-17kconfig: fix memory leak from range propertiesMasahiro Yamada
2023-11-17kbuild: Move the single quotes for image nameSimon Glass
2023-11-16modpost: fix section mismatch message for RELAMasahiro Yamada
2023-11-14Merge tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-11-14gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin descriptionKonstantin Runov
2023-11-08gcc-plugins: randstruct: Only warn about true flexible arraysKees Cook
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds