summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-02-05setlocalversion: absorb $(KERNELVERSION)Masahiro Yamada1-1/+6
2023-02-05setlocalversion: make indentation shallowerMasahiro Yamada1-38/+41
2023-02-05setlocalversion: simplify the construction of the short versionMasahiro Yamada1-2/+1
2023-02-04Merge tag 'kbuild-fixes-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+5
2023-02-03scripts/tags.sh: fix the Kconfig tags generation when using latest ctagsKevin Hao1-4/+6
2023-02-03scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli1-0/+1
2023-02-03checkpatch: improve EMBEDDED_FILENAME testJoe Perches1-1/+1
2023-02-03scripts/spelling.txt: add more spelling correctionsDiederik de Haas1-0/+12
2023-02-03checkpatch: use proper way for show problematic lineThorsten Leemhuis1-5/+5
2023-02-03checkpatch: warn when Reported-by: is not followed by Link:Kai Wasserbäch1-0/+12
2023-02-03checkpatch: warn when unknown tags are used for linksKai Wasserbäch1-0/+12
2023-02-03scripts/bloat-o-meter: use the reverse flag for sortAlexander Pantyukhin1-2/+1
2023-02-03scripts/gdb: add mm introspection utilsDmitrii Bundin2-0/+223
2023-02-03scripts/spelling: add a few more typosSeongJae Park1-0/+3
2023-02-03checkpatch: mark kunmap() and kunmap_atomic() deprecatedIra Weiny1-0/+2
2023-02-03scripts/spelling.txt: add `permitted'Ricardo Ribalda1-0/+1
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+28
2023-02-02Merge branch 'for-linus/hardening' into for-next/hardeningKees Cook2-2/+3
2023-02-02gcc-plugins: drop -std=gnu++11 to fix GCC 13 buildSam James1-1/+1
2023-01-31scripts: kernel-doc: Remove workaround for @param... syntaxJonathan Neuschäfer1-11/+0
2023-01-31kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URIJan Luebbe1-1/+5
2023-01-30kbuild: do not put .scmversion into the source tarballMasahiro Yamada4-27/+8
2023-01-28Fix up more non-executable files marked executableLinus Torvalds1-0/+0
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-1/+5
2023-01-28Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-01-26builddeb: clean generated package contentBastian Germann1-1/+1
2023-01-26builddeb: Consolidate consecutive chmod calls into oneSven Joachim1-5/+3
2023-01-26scripts: remove bin2cMasahiro Yamada4-38/+2
2023-01-26scripts: handle BrokenPipeError for python scriptsMasahiro Yamada3-10/+40
2023-01-26kbuild: Turn a couple more of clang's unused option warnings into errorsNathan Chancellor1-0/+2
2023-01-26kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers3-6/+6
2023-01-26kbuild: Modify default INSTALL_MOD_DIR from extra to updatesLuis Chamberlain1-1/+1
2023-01-25gcc-plugins: Reorganize gimple includes for GCC 13Kees Cook1-2/+2
2023-01-25kbuild: Add config fragment merge functionalityNicolas Saenz Julienne1-0/+15
2023-01-24ftrace/scripts: Update the instructions for ftrace-bisect.shSteven Rostedt (Google)1-8/+26
2023-01-22kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)Masahiro Yamada1-4/+4
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada3-1/+10
2023-01-22fixdep: do not parse *.rlib, *.rmeta, *.soMasahiro Yamada1-1/+10
2023-01-22fixdep: avoid parsing the same file over againMasahiro Yamada1-2/+7
2023-01-22fixdep: refactor hash table lookupMasahiro Yamada1-22/+25
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada2-16/+5
2023-01-22fixdep: parse Makefile more correctly to handle comments etc.Masahiro Yamada1-54/+119
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada2-11/+10
2023-01-22kbuild: refactor host*_flagsMasahiro Yamada1-10/+8
2023-01-22kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtboMasahiro Yamada1-30/+15
2023-01-22kbuild: add more comments for KBUILD_NOCMDDEP=1Masahiro Yamada1-0/+6
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada4-8/+8
2023-01-22kbuild: make W=1 warn files that are tracked but ignored by gitMasahiro Yamada1-0/+19
2023-01-22kbuild: clean up stale file removalMasahiro Yamada1-23/+1
2023-01-22kbuild: allow to combine multiple V= levelsMasahiro Yamada2-3/+3