aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-33/+22
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againGravatar Masahiro Yamada 1-1/+3
2024-01-31kbuild: rpm-pkg: simplify installkernel %postGravatar Jose Ignacio Tornos Martinez 1-11/+11
2024-01-31modpost: avoid using the alias attributeGravatar Masahiro Yamada 2-16/+2
2024-01-28modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONSGravatar Nathan Chancellor 1-1/+2
2024-01-28kbuild: defconf: use SRCARCH to find merged configsGravatar Zhang Bingwu 1-4/+4
2024-01-21Makefile: Enable -Wstringop-overflow globallyGravatar Gustavo A. R. Silva 1-2/+0
2024-01-20Merge tag 'coccinelle-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+8
2024-01-20coccinelle: device_attr_show: simplify patch caseGravatar Julia Lawall 1-8/+3
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 3-2/+26
2024-01-19coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/s...Gravatar Li Zhijian 1-9/+13
2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 35-453/+922
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-11/+7
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-2/+17
2024-01-17LoongArch: Enable initial Rust supportGravatar WANG Rui 1-0/+7
2024-01-17scripts/min-tool-version.sh: Raise minimum clang version to 18.0.0 for loongarchGravatar WANG Rui 1-0/+2
2024-01-17modpost: Ignore relaxation and alignment marker relocs on LoongArchGravatar WANG Xuerui 1-2/+17
2024-01-12scripts/decode_stacktrace.sh: optionally use LLVM utilitiesGravatar Carlos Llamas 1-2/+17
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-13/+15
2024-01-11Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 2-1/+2
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-0/+24
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2024-01-10kbuild: deb-pkg: use debian/<package> for tmpdirGravatar Masahiro Yamada 1-29/+12
2024-01-10kbuild: deb-pkg: move 'make headers' to build-archGravatar Masahiro Yamada 2-3/+2
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 9-56/+84
2024-01-05kbuild: deb-pkg: do not search for 'scripts' directory under arch/Gravatar Masahiro Yamada 1-1/+1
2024-01-05kbuild: deb-pkg: use build ID instead of debug link for dbg packageGravatar Masahiro Yamada 1-19/+13
2024-01-05kbuild: deb-pkg: use more debhelper commands in builddebGravatar Masahiro Yamada 3-18/+14
2024-01-05kbuild: deb-pkg: remove unneeded '-f $srctree/Makefile' in debian/rulesGravatar Masahiro Yamada 1-5/+3
2024-01-05kbuild: deb-pkg: allow to run debian/rules from output directoryGravatar Masahiro Yamada 1-1/+1
2024-01-05kbuild: deb-pkg: set DEB_* variables if debian/rules is directly executedGravatar Masahiro Yamada 2-4/+14
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-24/+32
2024-01-04scripts/tags.sh: remove find_sourcesGravatar Wei Yang 1-7/+2
2024-01-04scripts/tags.sh: use -n to test archincludeGravatar Wei Yang 1-1/+1
2024-01-04scripts/tags.sh: add local annotationGravatar Wei Yang 1-2/+2
2024-01-04scripts/tags.sh: use more portable -path instead of -wholenameGravatar Wei Yang 1-1/+1
2024-01-04scripts/tags.sh: Update comment (addition of gtags)Gravatar René Nyffenegger 1-1/+1
2024-01-03kernel-doc: handle a void function without producing a warningGravatar Randy Dunlap 1-0/+1
2024-01-03scripts/get_abi.pl: ignore some temp filesGravatar Randy Dunlap 1-0/+1
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