summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-206-121/+126
|\
| * Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-04-202-2/+5
| |\
| | * rust: fix regexp in scripts/is_rust_module.shAndrea Righi2023-04-191-1/+1
| | * scripts: generate_rust_analyzer: Handle sub-modules with no MakefileAsahi Lina2023-04-071-1/+4
| * | kbuild: do not create intermediate *.tar for tar packagesMasahiro Yamada2023-04-161-17/+9
| * | kbuild: do not create intermediate *.tar for source tarballsMasahiro Yamada2023-04-161-7/+17
| * | kbuild: merge cmd_archive_linux and cmd_archive_perfMasahiro Yamada2023-04-161-10/+9
| * | kbuild: give up untracked files for source package buildsMasahiro Yamada2023-04-114-89/+90
| |/
* | Daniel Borkmann says:Jakub Kicinski2023-04-131-1/+1
|\ \
| * | bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pagesAlejandro Colomar2023-04-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-063-3/+4
|\ \ \ | | |/ | |/|
| * | Merge tag 'kbuild-fixes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-013-3/+4
| |\ \
| | * | modpost: Fix processing of CRCs on 32-bit build machinesBen Hutchings2023-03-231-1/+1
| | * | scripts: merge_config: Fix typo in variable name.Mirsad Goran Todorovac2023-03-231-1/+1
| | * | kbuild: deb-pkg: set version for linux-headers pathsKevin Locke2023-03-221-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-1/+3
|\ \ \ \ | |/ / /
| * | | checksyscalls: ignore fstat to silence build warning on LoongArchTiezhu Yang2023-03-231-1/+3
| |/ /
* | | Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2023-03-282-7/+6
|\ \ \ | |/ / |/| |
| * | atomics: Provide atomic_add_negative() variantsThomas Gleixner2023-03-282-7/+6
* | | kbuild: use git-archive for source package creationMasahiro Yamada2023-03-169-1149/+180
* | | kbuild: rpm-pkg: move source components to rpmbuild/SOURCESMasahiro Yamada2023-03-162-5/+9
* | | kbuild: deb-pkg: use dh_listpackages to know enabled packagesMasahiro Yamada2023-03-152-29/+39
* | | kbuild: deb-pkg: split image and debug objects staging out into functionsMasahiro Yamada2023-03-151-106/+116
* | | kbuild: deb-pkg: set CROSS_COMPILE only when undefinedMasahiro Yamada2023-03-151-3/+2
* | | kbuild: deb-pkg: do not take KERNELRELEASE from the source versionMasahiro Yamada2023-03-152-5/+5
* | | kbuild: deb-pkg: make debian source package working againMasahiro Yamada2023-03-151-1/+4
* | | kconfig: Update config changed flag before calling callbackJurica Vukadin2023-03-141-2/+4
* | | kallsyms: add kallsyms_seqs_of_names to list of special symbolsArnd Bergmann2023-03-071-0/+1
|/ /
* | Remove Intel compiler supportMasahiro Yamada2023-03-052-6/+0
* | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-041-0/+17
|\ \
| * | kasan: treat meminstrinsic as builtins in uninstrumented filesMarco Elver2023-03-021-0/+9
| * | kasan: emit different calls for instrumentable memintrinsicsMarco Elver2023-03-021-0/+8
* | | Merge tag 'cocci-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2023-03-032-6/+6
|\ \ \ | |_|/ |/| |
| * | scripts: coccicheck: Use /usr/bin/envJarkko Sakkinen2023-02-251-1/+1
| * | scripts: coccicheck: Avoid warning about spurious escapePeter Foley2023-02-251-1/+1
| * | coccinelle: api/atomic_as_refcounter: include message type in outputDeepak R Varma2022-12-261-4/+4
* | | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-2631-480/+1646
|\ \ \ | |_|/ |/| |
| * | kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_installMasahiro Yamada2023-02-261-2/+2
| * | kbuild: deb-pkg: improve the usability of source packageMasahiro Yamada2023-02-262-5/+20
| * | kbuild: deb-pkg: fix binary-arch and clean in debian/rulesMasahiro Yamada2023-02-261-4/+2
| * | kbuild: tar-pkg: use tar rules in scripts/Makefile.packageMasahiro Yamada2023-02-262-57/+24
| * | kbuild: make perf-tar*-src-pkg work without relying on gitMasahiro Yamada2023-02-261-33/+64
| * | kbuild: deb-pkg: switch over to source format 3.0 (quilt)Masahiro Yamada2023-02-262-24/+19
| * | kbuild: deb-pkg: make .orig tarball a hard link if possibleMasahiro Yamada2023-02-261-1/+5
| * | kbuild: deb-pkg: hide KDEB_SOURCENAME from MakefileMasahiro Yamada2023-02-262-9/+16
| * | kbuild: srcrpm-pkg: create source package without cleaningMasahiro Yamada2023-02-262-32/+8
| * | kbuild: rpm-pkg: build binary packages from source rpmMasahiro Yamada2023-02-261-5/+3
| * | kbuild: deb-pkg: create source package without cleaningMasahiro Yamada2023-02-262-6/+66
| * | kbuild: add a tool to list files ignored by gitMasahiro Yamada2023-02-163-1/+1059
| * | setlocalversion: use only the correct release tag for git-describeMasahiro Yamada2023-02-151-7/+20