summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | setlocalversion: clean up the construction of version outputMasahiro Yamada2023-02-051-7/+6
| * | kbuild: do not automatically add -w option to modpostMasahiro Yamada2023-02-051-5/+3
| * | kbuild: deb-pkg: add --source-option=-sPMasahiro Yamada2023-02-051-1/+1
| * | setlocalversion: absorb $(KERNELVERSION)Masahiro Yamada2023-02-051-1/+6
| * | setlocalversion: make indentation shallowerMasahiro Yamada2023-02-051-38/+41
| * | setlocalversion: simplify the construction of the short versionMasahiro Yamada2023-02-051-2/+1
| * | kbuild: do not put .scmversion into the source tarballMasahiro Yamada2023-01-304-27/+8
| * | builddeb: clean generated package contentBastian Germann2023-01-261-1/+1
| * | builddeb: Consolidate consecutive chmod calls into oneSven Joachim2023-01-261-5/+3
| * | scripts: remove bin2cMasahiro Yamada2023-01-264-38/+2
| * | scripts: handle BrokenPipeError for python scriptsMasahiro Yamada2023-01-263-10/+40
| * | kbuild: Turn a couple more of clang's unused option warnings into errorsNathan Chancellor2023-01-261-0/+2
| * | kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers2023-01-263-6/+6
| * | kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)Masahiro Yamada2023-01-221-4/+4
| * | kbuild: rust: move rust/target.json to scripts/Masahiro Yamada2023-01-223-1/+10
| * | fixdep: do not parse *.rlib, *.rmeta, *.soMasahiro Yamada2023-01-221-1/+10
| * | fixdep: avoid parsing the same file over againMasahiro Yamada2023-01-221-2/+7
| * | fixdep: refactor hash table lookupMasahiro Yamada2023-01-221-22/+25
| * | kbuild: remove sed commands after rustc rulesMasahiro Yamada2023-01-222-16/+5
| * | fixdep: parse Makefile more correctly to handle comments etc.Masahiro Yamada2023-01-221-54/+119
| * | kbuild: specify output names separately for each emission type from rustcMasahiro Yamada2023-01-222-11/+10
| * | kbuild: refactor host*_flagsMasahiro Yamada2023-01-221-10/+8
| * | kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtboMasahiro Yamada2023-01-221-30/+15
| * | kbuild: add more comments for KBUILD_NOCMDDEP=1Masahiro Yamada2023-01-221-0/+6
| * | kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada2023-01-224-8/+8
| * | kbuild: make W=1 warn files that are tracked but ignored by gitMasahiro Yamada2023-01-221-0/+19
| * | kbuild: clean up stale file removalMasahiro Yamada2023-01-221-23/+1
| * | kbuild: allow to combine multiple V= levelsMasahiro Yamada2023-01-222-3/+3