summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-263-8/+7
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-206-121/+126
| |\
| * \ 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-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
* | | | | | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-4/+0
|\ \ \ \ \ \ \
| * | | | | | | scripts: Update the CONFIG_* ignore list in headers_install.shThomas Huth2023-03-101-4/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'soc-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-04-251-0/+1
|\ \ \ \ \ \ \
| * | | | | | | dts: add riscv include prefix linkAndre Przywara2023-03-271-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-0/+9
|\ \ \ \ \ \ \
| * | | | | | | checkpatch: Error out if deprecated RCU API usedJoel Fernandes (Google)2023-04-051-0/+9
| |/ / / / / /
* | | | | | | scripts: Remove ICC-related dead codeRuihan Li2023-04-241-4/+0
* | | | | | | Merge tag 'kbuild-fixes-v6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-232-4/+4
|\ \ \ \ \ \ \
| * | | | | | | kbuild: use proper prefix for tarballs to fix rpm-pkg build errorMasahiro Yamada2023-04-231-3/+3
| * | | | | | | kbuild: deb-pkg: Fix a spell typo in mkdebian scriptWoody Suwalski2023-04-231-1/+1
* | | | | | | | ASN.1: Fix check for strdup() successEkaterina Orlova2023-04-211-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
|/ / / / /
* | | | | 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
| | |/ / | |/| |
* / | | checksyscalls: ignore fstat to silence build warning on LoongArchTiezhu Yang2023-03-231-1/+3
|/ / /
* | | 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