summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2022-05-08modpost: move struct namespace_list to modpost.cMasahiro Yamada
2022-05-08modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada
2022-05-08modpost: add a separate error for exported symbols without definitionMasahiro Yamada
2022-05-08modpost: remove stale comment about sym_add_exported()Masahiro Yamada
2022-05-08modpost: do not write out any file when error occurredMasahiro Yamada
2022-05-08modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada
2022-05-08checksyscalls: ignore -Wunused-macrosVincent Mailhol
2022-05-08scripts: dummy-tools, add paholeJiri Slaby
2022-05-08kbuild: support W=e to make build abort in case of warningYann Droneaud
2022-05-08kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada
2022-05-08kbuild: make *.mod not depend on *.oMasahiro Yamada
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada
2022-05-08kbuild: reuse real-search to simplify cmd_modMasahiro Yamada
2022-05-08kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada
2022-05-08kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada
2022-05-08kbuild: refactor cmd_modversions_SMasahiro Yamada
2022-05-08kbuild: refactor cmd_modversions_cMasahiro Yamada
2022-05-08modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada
2022-05-08modpost: remove redundant initializes for static variablesMasahiro Yamada
2022-05-08modpost: move export_from_secname() call to more relevant placeMasahiro Yamada
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada
2022-04-06kbuild: do not remove empty *.symtypes explicitlyMasahiro Yamada
2022-04-06kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}Masahiro Yamada
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao
2022-04-03modpost: restore the warning message for missing symbol versionsMasahiro Yamada
2022-04-02kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shMasahiro Yamada
2022-04-02kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada
2022-03-31Merge tag 'docs-5.18-2' of git://git.lwn.net/linuxLinus Torvalds
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-31fixdep: use fflush() and ferror() to ensure successful write to filesMasahiro Yamada
2022-03-28scripts/kernel-doc: change the line number meta infoMauro Carvalho Chehab
2022-03-28scripts/get_abi: change the file/line number meta infoMauro Carvalho Chehab
2022-03-28scripts/get_feat.pl: allow output the parsed file namesMauro Carvalho Chehab
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-26Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-23checkpatch: use python3 to find codespell dictionarySagar Patel
2022-03-23checkpatch: add early_param exception to blank line after struct/function testJoe Perches
2022-03-23checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches
2022-03-23checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22scripts/spelling.txt: add more spellings to spelling.txtColin Ian King