summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* kbuild: do not print extra logs for V=2Masahiro Yamada2023-01-222-4/+4
* kbuild: print short log in addition to the whole command with V=1Masahiro Yamada2023-01-221-13/+13
* Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-01-214-8/+17
|\
| * scripts: support GNU make 4.4 in jobserver-execMartin Liska2023-01-161-5/+14
| * kconfig: Update all declared targetsPeter Foley2023-01-132-2/+2
| * scripts: rpm: make clear that mkspec script contains 4.13 featureArend van Spriel2023-01-111-1/+1
* | Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-141-0/+1
|\ \ | |/ |/|
| * kbuild: Fix CFI hash randomization with KASANSami Tolvanen2023-01-131-0/+1
* | kbuild: readd -w option when vmlinux.o or Module.symver is missingMasahiro Yamada2023-01-051-4/+5
|/
* fixdep: remove unneeded <stdarg.h> inclusionMasahiro Yamada2022-12-301-1/+0
* kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequiresMasahiro Yamada2022-12-301-1/+2
* kbuild: Fix running modpost with musl libcSamuel Holland2022-12-301-11/+11