aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-11/+7
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+17
2024-01-12scripts/decode_stacktrace.sh: optionally use LLVM utilitiesCarlos Llamas1-2/+17
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds3-13/+15
2024-01-11Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-1/+2
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-0/+24
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds9-56/+84
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-24/+32
2024-01-04scripts/tags.sh: remove find_sourcesWei Yang1-7/+2
2024-01-04scripts/tags.sh: use -n to test archincludeWei Yang1-1/+1
2024-01-04scripts/tags.sh: add local annotationWei Yang1-2/+2
2024-01-04scripts/tags.sh: use more portable -path instead of -wholenameWei Yang1-1/+1
2024-01-04scripts/tags.sh: Update comment (addition of gtags)René Nyffenegger1-1/+1
2024-01-03kernel-doc: handle a void function without producing a warningRandy Dunlap1-0/+1
2024-01-03scripts/get_abi.pl: ignore some temp filesRandy Dunlap1-0/+1
2024-01-03scripts/get_abi: fix source path leakVegard Nossum1-1/+1
2023-12-31get_maintainer: remove stray punctuation when cleaning file emailsAlvin Šipraga1-7/+11
2023-12-31get_maintainer: correctly parse UTF-8 encoded names in filesAlvin Šipraga1-13/+17
2023-12-29scripts/decode_stacktrace.sh: strip unexpected CR from linesBjorn Andersson1-0/+3
2023-12-29scripts/checkstack.pl: fix no space expression between sp and offsetKuan-Ying Lee1-1/+1
2023-12-29scripts/checkstack.pl: change min_stack to 512 by defaultTiezhu Yang1-1/+1
2023-12-29scripts/checkstack.pl: match all stack sizes for some archsTiezhu Yang1-6/+6
2023-12-29scripts/checkstack.pl: add min_stack to the usage commentTiezhu Yang1-1/+1
2023-12-29scripts/checkstack.pl: remove ia64 supportTiezhu Yang1-4/+0
2023-12-29checkstack: add loongarch support for scripts/checkstack.plYouling Tang1-0/+4
2023-12-29scripts/decodecode: add support for LoongArchYouling Tang1-0/+5
2023-12-28Merge tag 'kbuild-fixes-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-4/+4
2023-12-23kbuild: fix build ID symlinks to installed debug VDSO filesMasahiro Yamada1-1/+1
2023-12-23gen_compile_commands.py: fix path resolve with symlinks in itJialu Xu1-3/+3
2023-12-21rust: upgrade to Rust 1.74.1Miguel Ojeda1-1/+1
2023-12-20Makefile.extrawarn: turn on missing-prototypes globallyArnd Bergmann1-2/+2
2023-12-20Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-0/+1
2023-12-19kernel-doc: Align quick help and the codeAndy Shevchenko1-2/+2
2023-12-18docs: ignore __counted_by attribute in structure definitionsJonathan Corbet1-0/+1
2023-12-17scripts: checkpatch: Add __aligned to the list of attribute notesMarcelo Schmitt1-0/+1
2023-12-15scripts: kernel-doc: Clarify missing struct member descriptionKees Cook1-1/+1
2023-12-15scripts/kernel-doc: restore warning for Excess struct/unionRandy Dunlap1-0/+7
2023-12-15docs: Raise the minimum Sphinx requirement to 2.4.4Jonathan Corbet1-9/+1
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-31/+23
2023-12-14rust: Suppress searching builtin sysrootMatthew Maurer1-0/+1
2023-12-13sign-file: Fix incorrect return values checkYusong Gao1-6/+6
2023-12-10scripts/gdb: remove exception handling and refine print formatKuan-Ying Lee2-35/+26
2023-12-10scripts/gdb/stackdepot: rename pool_index to pools_numKuan-Ying Lee1-3/+3
2023-12-10scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+14
2023-12-10checkstack: sort output by size and function nameHeiko Carstens1-2/+17
2023-12-10checkpatch: do not require an empty line before error injectionSergey Senozhatsky1-1/+1
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-25/+17
2023-12-08checkpatch: add ethtool_sprintf rulesjustinstitt@google.com1-0/+19
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+13