summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-02-05setlocalversion: absorb $(KERNELVERSION)Masahiro Yamada
2023-02-05setlocalversion: make indentation shallowerMasahiro Yamada
2023-02-05setlocalversion: simplify the construction of the short versionMasahiro Yamada
2023-02-04Merge tag 'kbuild-fixes-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-02scripts/tags.sh: fix the Kconfig tags generation when using latest ctagsKevin Hao
2023-02-02scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli
2023-02-02checkpatch: improve EMBEDDED_FILENAME testJoe Perches
2023-02-02scripts/spelling.txt: add more spelling correctionsDiederik de Haas
2023-02-02checkpatch: use proper way for show problematic lineThorsten Leemhuis
2023-02-02checkpatch: warn when Reported-by: is not followed by Link:Kai Wasserbäch
2023-02-02checkpatch: warn when unknown tags are used for linksKai Wasserbäch
2023-02-02scripts/bloat-o-meter: use the reverse flag for sortAlexander Pantyukhin
2023-02-02scripts/gdb: add mm introspection utilsDmitrii Bundin
2023-02-02scripts/spelling: add a few more typosSeongJae Park
2023-02-02checkpatch: mark kunmap() and kunmap_atomic() deprecatedIra Weiny
2023-02-02scripts/spelling.txt: add `permitted'Ricardo Ribalda
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02Merge branch 'for-linus/hardening' into for-next/hardeningKees Cook
2023-02-02gcc-plugins: drop -std=gnu++11 to fix GCC 13 buildSam James
2023-01-31scripts: kernel-doc: Remove workaround for @param... syntaxJonathan Neuschäfer
2023-01-31kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URIJan Luebbe
2023-01-30kbuild: do not put .scmversion into the source tarballMasahiro Yamada
2023-01-28Fix up more non-executable files marked executableLinus Torvalds
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-27Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-26builddeb: clean generated package contentBastian Germann
2023-01-26builddeb: Consolidate consecutive chmod calls into oneSven Joachim
2023-01-26scripts: remove bin2cMasahiro Yamada
2023-01-26scripts: handle BrokenPipeError for python scriptsMasahiro Yamada
2023-01-26kbuild: Turn a couple more of clang's unused option warnings into errorsNathan Chancellor
2023-01-26kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers
2023-01-25kbuild: Modify default INSTALL_MOD_DIR from extra to updatesLuis Chamberlain
2023-01-25gcc-plugins: Reorganize gimple includes for GCC 13Kees Cook
2023-01-24kbuild: Add config fragment merge functionalityNicolas Saenz Julienne
2023-01-24ftrace/scripts: Update the instructions for ftrace-bisect.shSteven Rostedt (Google)
2023-01-22kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)Masahiro Yamada
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada
2023-01-22fixdep: do not parse *.rlib, *.rmeta, *.soMasahiro Yamada
2023-01-22fixdep: avoid parsing the same file over againMasahiro Yamada
2023-01-22fixdep: refactor hash table lookupMasahiro Yamada
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada
2023-01-22fixdep: parse Makefile more correctly to handle comments etc.Masahiro Yamada
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada
2023-01-22kbuild: refactor host*_flagsMasahiro Yamada
2023-01-22kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtboMasahiro Yamada
2023-01-22kbuild: add more comments for KBUILD_NOCMDDEP=1Masahiro Yamada
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada
2023-01-22kbuild: make W=1 warn files that are tracked but ignored by gitMasahiro Yamada
2023-01-22kbuild: clean up stale file removalMasahiro Yamada
2023-01-22kbuild: allow to combine multiple V= levelsMasahiro Yamada