aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-02-16scripts/tags.sh: fix incompatibility with PCRE2Gravatar Carlos Llamas 1-1/+1
2023-02-16kbuild: add a tool to list files ignored by gitGravatar Masahiro Yamada 3-1/+1059
2023-02-15setlocalversion: use only the correct release tag for git-describeGravatar Masahiro Yamada 1-7/+20
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2023-02-13kbuild: Provide a version of merge_into_defconfig without override warningsGravatar Mark Brown 1-0/+14
2023-02-13scripts: merge_config: Add option to suppress warning on overridesGravatar Mark Brown 1-9/+16
2023-02-09scripts/gdb: fix 'lx-current' for x86Gravatar Jeff Xie 1-1/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+5
2023-02-08const_structs.checkpatch.pl: add kobj_typeGravatar Thomas Weißschuh 1-0/+1
2023-02-06scripts/dtc: Update to upstream version v1.6.1-66-gabbd523bae6eGravatar Rob Herring 3-6/+11
2023-02-06Merge 6.2-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 4-11/+33
2023-02-05setlocalversion: clean up the construction of version outputGravatar Masahiro Yamada 1-7/+6
2023-02-05kbuild: do not automatically add -w option to modpostGravatar Masahiro Yamada 1-5/+3
2023-02-05kbuild: deb-pkg: add --source-option=-sPGravatar Masahiro Yamada 1-1/+1
2023-02-05setlocalversion: absorb $(KERNELVERSION)Gravatar Masahiro Yamada 1-1/+6
2023-02-05setlocalversion: make indentation shallowerGravatar Masahiro Yamada 1-38/+41
2023-02-05setlocalversion: simplify the construction of the short versionGravatar Masahiro Yamada 1-2/+1
2023-02-04Merge tag 'kbuild-fixes-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+5
2023-02-02scripts/tags.sh: fix the Kconfig tags generation when using latest ctagsGravatar Kevin Hao 1-4/+6
2023-02-02scripts/spelling.txt: add "exsits" pattern and fix typo instancesGravatar Luca Ceresoli 1-0/+1
2023-02-02checkpatch: improve EMBEDDED_FILENAME testGravatar Joe Perches 1-1/+1
2023-02-02scripts/spelling.txt: add more spelling correctionsGravatar Diederik de Haas 1-0/+12
2023-02-02checkpatch: use proper way for show problematic lineGravatar Thorsten Leemhuis 1-5/+5
2023-02-02checkpatch: warn when Reported-by: is not followed by Link:Gravatar Kai Wasserbäch 1-0/+12
2023-02-02checkpatch: warn when unknown tags are used for linksGravatar Kai Wasserbäch 1-0/+12
2023-02-02scripts/bloat-o-meter: use the reverse flag for sortGravatar Alexander Pantyukhin 1-2/+1
2023-02-02scripts/gdb: add mm introspection utilsGravatar Dmitrii Bundin 2-0/+223
2023-02-02scripts/spelling: add a few more typosGravatar SeongJae Park 1-0/+3
2023-02-02checkpatch: mark kunmap() and kunmap_atomic() deprecatedGravatar Ira Weiny 1-0/+2
2023-02-02scripts/spelling.txt: add `permitted'Gravatar Ricardo Ribalda 1-0/+1
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-10/+28
2023-02-02Merge branch 'for-linus/hardening' into for-next/hardeningGravatar Kees Cook 2-2/+3
2023-02-02gcc-plugins: drop -std=gnu++11 to fix GCC 13 buildGravatar Sam James 1-1/+1
2023-01-31scripts: kernel-doc: Remove workaround for @param... syntaxGravatar Jonathan Neuschäfer 1-11/+0
2023-01-31kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URIGravatar Jan Luebbe 1-1/+5
2023-01-30kbuild: do not put .scmversion into the source tarballGravatar Masahiro Yamada 4-27/+8
2023-01-28Fix up more non-executable files marked executableGravatar Linus Torvalds 1-0/+0
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-1/+5
2023-01-27Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2023-01-26builddeb: clean generated package contentGravatar Bastian Germann 1-1/+1
2023-01-26builddeb: Consolidate consecutive chmod calls into oneGravatar Sven Joachim 1-5/+3
2023-01-26scripts: remove bin2cGravatar Masahiro Yamada 4-38/+2
2023-01-26scripts: handle BrokenPipeError for python scriptsGravatar Masahiro Yamada 3-10/+40
2023-01-26kbuild: Turn a couple more of clang's unused option warnings into errorsGravatar Nathan Chancellor 1-0/+2
2023-01-26kbuild: Update assembler calls to use proper flags and language targetGravatar Nick Desaulniers 3-6/+6
2023-01-25kbuild: Modify default INSTALL_MOD_DIR from extra to updatesGravatar Luis Chamberlain 1-1/+1
2023-01-25gcc-plugins: Reorganize gimple includes for GCC 13Gravatar Kees Cook 1-2/+2
2023-01-24kbuild: Add config fragment merge functionalityGravatar Nicolas Saenz Julienne 1-0/+15
2023-01-24ftrace/scripts: Update the instructions for ftrace-bisect.shGravatar Steven Rostedt (Google) 1-8/+26
2023-01-22kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)Gravatar Masahiro Yamada 1-4/+4