aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-03-05Remove Intel compiler supportGravatar Masahiro Yamada 2-6/+0
2023-03-04Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+17
2023-03-03Merge tag 'cocci-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 2-6/+6
2023-03-02kasan: treat meminstrinsic as builtins in uninstrumented filesGravatar Marco Elver 1-0/+9
2023-03-02kasan: emit different calls for instrumentable memintrinsicsGravatar Marco Elver 1-0/+8
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 31-480/+1646
2023-02-26kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_installGravatar Masahiro Yamada 1-2/+2
2023-02-26kbuild: deb-pkg: improve the usability of source packageGravatar Masahiro Yamada 2-5/+20
2023-02-26kbuild: deb-pkg: fix binary-arch and clean in debian/rulesGravatar Masahiro Yamada 1-4/+2
2023-02-26kbuild: tar-pkg: use tar rules in scripts/Makefile.packageGravatar Masahiro Yamada 2-57/+24
2023-02-26kbuild: make perf-tar*-src-pkg work without relying on gitGravatar Masahiro Yamada 1-33/+64
2023-02-26kbuild: deb-pkg: switch over to source format 3.0 (quilt)Gravatar Masahiro Yamada 2-24/+19
2023-02-26kbuild: deb-pkg: make .orig tarball a hard link if possibleGravatar Masahiro Yamada 1-1/+5
2023-02-26kbuild: deb-pkg: hide KDEB_SOURCENAME from MakefileGravatar Masahiro Yamada 2-9/+16
2023-02-26kbuild: srcrpm-pkg: create source package without cleaningGravatar Masahiro Yamada 2-32/+8
2023-02-26kbuild: rpm-pkg: build binary packages from source rpmGravatar Masahiro Yamada 1-5/+3
2023-02-26kbuild: deb-pkg: create source package without cleaningGravatar Masahiro Yamada 2-6/+66
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+11
2023-02-25scripts: coccicheck: Use /usr/bin/envGravatar Jarkko Sakkinen 1-1/+1
2023-02-25scripts: coccicheck: Avoid warning about spurious escapeGravatar Peter Foley 1-1/+1
2023-02-24Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-31/+169
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+8
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 6-12/+279
2023-02-23Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-3/+3
2023-02-22Merge tag 'docs-6.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-11/+0
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-1/+5
2023-02-21scripts/decodecode: Add support for RISC-VGravatar Björn Töpel 1-1/+11
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-02-20Merge tag 'x86-boot-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+0
2023-02-20Merge tag 'soc-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-9/+45
2023-02-18tracing: Always use canonical ftrace pathGravatar Ross Zwisler 1-3/+3
2023-02-17of: add processing of EXPECT_NOT to of_unittest_expectGravatar Frank Rowand 1-12/+145
2023-02-17of: prepare to add processing of EXPECT_NOT to of_unittest_expectGravatar Frank Rowand 1-20/+20
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
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