summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2023-04-23Merge tag 'kbuild-fixes-v6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2023-04-23kbuild: use proper prefix for tarballs to fix rpm-pkg build errorMasahiro Yamada-3/+3
2023-04-23kbuild: deb-pkg: Fix a spell typo in mkdebian scriptWoody Suwalski-1/+1
2023-04-21ASN.1: Fix check for strdup() successEkaterina Orlova-1/+1
2023-04-20Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-2/+5
2023-04-19rust: fix regexp in scripts/is_rust_module.shAndrea Righi-1/+1
2023-04-16kbuild: do not create intermediate *.tar for tar packagesMasahiro Yamada-17/+9
2023-04-16kbuild: do not create intermediate *.tar for source tarballsMasahiro Yamada-7/+17
2023-04-16kbuild: merge cmd_archive_linux and cmd_archive_perfMasahiro Yamada-10/+9
2023-04-11kbuild: give up untracked files for source package buildsMasahiro Yamada-89/+90
2023-04-07scripts: generate_rust_analyzer: Handle sub-modules with no MakefileAsahi Lina-1/+4
2023-04-01Merge tag 'kbuild-fixes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+4
2023-03-23checksyscalls: ignore fstat to silence build warning on LoongArchTiezhu Yang-1/+3
2023-03-23modpost: Fix processing of CRCs on 32-bit build machinesBen Hutchings-1/+1
2023-03-23scripts: merge_config: Fix typo in variable name.Mirsad Goran Todorovac-1/+1
2023-03-22kbuild: deb-pkg: set version for linux-headers pathsKevin Locke-1/+2
2023-03-16kbuild: use git-archive for source package creationMasahiro Yamada-1149/+180
2023-03-16kbuild: rpm-pkg: move source components to rpmbuild/SOURCESMasahiro Yamada-5/+9
2023-03-15kbuild: deb-pkg: use dh_listpackages to know enabled packagesMasahiro Yamada-29/+39
2023-03-15kbuild: deb-pkg: split image and debug objects staging out into functionsMasahiro Yamada-106/+116
2023-03-15kbuild: deb-pkg: set CROSS_COMPILE only when undefinedMasahiro Yamada-3/+2
2023-03-15kbuild: deb-pkg: do not take KERNELRELEASE from the source versionMasahiro Yamada-5/+5
2023-03-15kbuild: deb-pkg: make debian source package working againMasahiro Yamada-1/+4
2023-03-14kconfig: Update config changed flag before calling callbackJurica Vukadin-2/+4
2023-03-07kallsyms: add kallsyms_seqs_of_names to list of special symbolsArnd Bergmann-0/+1
2023-03-05Remove Intel compiler supportMasahiro Yamada-6/+0
2023-03-04Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds-0/+17
2023-03-03Merge tag 'cocci-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-6/+6
2023-03-02kasan: treat meminstrinsic as builtins in uninstrumented filesMarco Elver-0/+9
2023-03-02kasan: emit different calls for instrumentable memintrinsicsMarco Elver-0/+8
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-480/+1646
2023-02-26kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_installMasahiro Yamada-2/+2
2023-02-26kbuild: deb-pkg: improve the usability of source packageMasahiro Yamada-5/+20
2023-02-26kbuild: deb-pkg: fix binary-arch and clean in debian/rulesMasahiro Yamada-4/+2
2023-02-26kbuild: tar-pkg: use tar rules in scripts/Makefile.packageMasahiro Yamada-57/+24
2023-02-26kbuild: make perf-tar*-src-pkg work without relying on gitMasahiro Yamada-33/+64
2023-02-26kbuild: deb-pkg: switch over to source format 3.0 (quilt)Masahiro Yamada-24/+19
2023-02-26kbuild: deb-pkg: make .orig tarball a hard link if possibleMasahiro Yamada-1/+5
2023-02-26kbuild: deb-pkg: hide KDEB_SOURCENAME from MakefileMasahiro Yamada-9/+16
2023-02-26kbuild: srcrpm-pkg: create source package without cleaningMasahiro Yamada-32/+8
2023-02-26kbuild: rpm-pkg: build binary packages from source rpmMasahiro Yamada-5/+3
2023-02-26kbuild: deb-pkg: create source package without cleaningMasahiro Yamada-6/+66
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+11
2023-02-25scripts: coccicheck: Use /usr/bin/envJarkko Sakkinen-1/+1
2023-02-25scripts: coccicheck: Avoid warning about spurious escapePeter Foley-1/+1
2023-02-24Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-31/+169
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+8
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds-12/+279
2023-02-23Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1