aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-01-03scripts/get_abi: fix source path leakGravatar Vegard Nossum 1-1/+1
2023-12-31get_maintainer: remove stray punctuation when cleaning file emailsGravatar Alvin Šipraga 1-7/+11
2023-12-31get_maintainer: correctly parse UTF-8 encoded names in filesGravatar Alvin Šipraga 1-13/+17
2023-12-29scripts/decode_stacktrace.sh: strip unexpected CR from linesGravatar Bjorn Andersson 1-0/+3
2023-12-29scripts/checkstack.pl: fix no space expression between sp and offsetGravatar Kuan-Ying Lee 1-1/+1
2023-12-29scripts/checkstack.pl: change min_stack to 512 by defaultGravatar Tiezhu Yang 1-1/+1
2023-12-29scripts/checkstack.pl: match all stack sizes for some archsGravatar Tiezhu Yang 1-6/+6
2023-12-29scripts/checkstack.pl: add min_stack to the usage commentGravatar Tiezhu Yang 1-1/+1
2023-12-29scripts/checkstack.pl: remove ia64 supportGravatar Tiezhu Yang 1-4/+0
2023-12-29checkstack: add loongarch support for scripts/checkstack.plGravatar Youling Tang 1-0/+4
2023-12-29scripts/decodecode: add support for LoongArchGravatar Youling Tang 1-0/+5
2023-12-29kbuild: deb-pkg: squash scripts/package/deb-build-option to debian/rulesGravatar Masahiro Yamada 2-16/+3
2023-12-29kbuild: deb-pkg: factor out common Make options in debian/rulesGravatar Masahiro Yamada 1-4/+4
2023-12-29kbuild: deb-pkg: hard-code Build-DependsGravatar Masahiro Yamada 1-3/+2
2023-12-29kbuild: deb-pkg: split debian/copyright from the mkdebian scriptGravatar Masahiro Yamada 2-20/+17
2023-12-29check-uapi: Introduce check-uapi.shGravatar John Moon 1-0/+573
2023-12-29scripts: Introduce a default git.orderFileGravatar Leonardo Bras 1-0/+42
2023-12-29kconfig: WERROR unmet symbol dependencyGravatar Sergey Senozhatsky 4-5/+25
2023-12-28Merge tag 'kbuild-fixes-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-4/+4
2023-12-28kconfig: Use KCONFIG_CONFIG instead of .configGravatar Markus Schneider-Pargmann 1-1/+1
2023-12-28kconfig: remove redundant NULL pointer check before free()Gravatar Masahiro Yamada 2-4/+2
2023-12-28kconfig: remove unreachable printf()Gravatar Masahiro Yamada 1-1/+0
2023-12-28kconfig: add include guard to lkc_proto.hGravatar Masahiro Yamada 1-0/+5
2023-12-28kconfig: squash menu_has_help() and menu_get_help()Gravatar Masahiro Yamada 2-17/+2
2023-12-23kbuild: fix build ID symlinks to installed debug VDSO filesGravatar Masahiro Yamada 1-1/+1
2023-12-23gen_compile_commands.py: fix path resolve with symlinks in itGravatar Jialu Xu 1-3/+3
2023-12-21rust: upgrade to Rust 1.74.1Gravatar Miguel Ojeda 1-1/+1
2023-12-20Makefile.extrawarn: turn on missing-prototypes globallyGravatar Arnd Bergmann 1-2/+2
2023-12-20Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Greg Kroah-Hartman 1-0/+1
2023-12-19kernel-doc: Align quick help and the codeGravatar Andy Shevchenko 1-2/+2
2023-12-18docs: ignore __counted_by attribute in structure definitionsGravatar Jonathan Corbet 1-0/+1
2023-12-17scripts: checkpatch: Add __aligned to the list of attribute notesGravatar Marcelo Schmitt 1-0/+1
2023-12-15scripts: kernel-doc: Clarify missing struct member descriptionGravatar Kees Cook 1-1/+1
2023-12-15scripts/kernel-doc: restore warning for Excess struct/unionGravatar Randy Dunlap 1-0/+7
2023-12-15docs: Raise the minimum Sphinx requirement to 2.4.4Gravatar Jonathan Corbet 1-9/+1
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-31/+23
2023-12-14rust: Suppress searching builtin sysrootGravatar Matthew Maurer 1-0/+1
2023-12-13sign-file: Fix incorrect return values checkGravatar Yusong Gao 1-6/+6
2023-12-10scripts/gdb: remove exception handling and refine print formatGravatar Kuan-Ying Lee 2-35/+26
2023-12-10scripts/gdb/stackdepot: rename pool_index to pools_numGravatar Kuan-Ying Lee 1-3/+3
2023-12-10scripts/spelling.txt: add more spellings to spelling.txtGravatar Colin Ian King 1-0/+14
2023-12-10checkstack: sort output by size and function nameGravatar Heiko Carstens 1-2/+17
2023-12-10checkpatch: do not require an empty line before error injectionGravatar Sergey Senozhatsky 1-1/+1
2023-12-10kconfig: factor out common code shared by mconf and nconfGravatar Masahiro Yamada 5-107/+75
2023-12-10modpost: remove unreachable code after fatal()Gravatar Masahiro Yamada 1-6/+3
2023-12-10modpost: remove unneeded initializer in section_rel()Gravatar Masahiro Yamada 1-1/+1
2023-12-10modpost: inform compilers that fatal() never returnsGravatar Masahiro Yamada 2-1/+7
2023-12-10modpost: move __attribute__((format(printf, 2, 3))) to modpost.hGravatar Masahiro Yamada 2-3/+3
2023-12-10kbuild: determine base DTB by suffixGravatar Masahiro Yamada 1-2/+2
2023-12-10kbuild: deb-pkg: remove the fakeroot builds supportGravatar Masahiro Yamada 2-10/+2