summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-02-26kbuild: deb-pkg: improve the usability of source packageMasahiro Yamada
2023-02-26kbuild: deb-pkg: fix binary-arch and clean in debian/rulesMasahiro Yamada
2023-02-26kbuild: tar-pkg: use tar rules in scripts/Makefile.packageMasahiro Yamada
2023-02-26kbuild: make perf-tar*-src-pkg work without relying on gitMasahiro Yamada
2023-02-26kbuild: deb-pkg: switch over to source format 3.0 (quilt)Masahiro Yamada
2023-02-26kbuild: deb-pkg: make .orig tarball a hard link if possibleMasahiro Yamada
2023-02-26kbuild: deb-pkg: hide KDEB_SOURCENAME from MakefileMasahiro Yamada
2023-02-26kbuild: srcrpm-pkg: create source package without cleaningMasahiro Yamada
2023-02-26kbuild: rpm-pkg: build binary packages from source rpmMasahiro Yamada
2023-02-26kbuild: deb-pkg: create source package without cleaningMasahiro Yamada
2023-02-16kbuild: add a tool to list files ignored by gitMasahiro Yamada
2023-02-15setlocalversion: use only the correct release tag for git-describeMasahiro Yamada
2023-02-05setlocalversion: clean up the construction of version outputMasahiro Yamada
2023-02-05kbuild: do not automatically add -w option to modpostMasahiro Yamada
2023-02-05kbuild: deb-pkg: add --source-option=-sPMasahiro Yamada
2023-02-05setlocalversion: absorb $(KERNELVERSION)Masahiro Yamada
2023-02-05setlocalversion: make indentation shallowerMasahiro Yamada
2023-02-05setlocalversion: simplify the construction of the short versionMasahiro Yamada
2023-01-30kbuild: do not put .scmversion into the source tarballMasahiro Yamada
2023-01-26builddeb: clean generated package contentBastian Germann
2023-01-26builddeb: Consolidate consecutive chmod calls into oneSven Joachim
2023-01-26scripts: remove bin2cMasahiro Yamada
2023-01-26scripts: handle BrokenPipeError for python scriptsMasahiro Yamada
2023-01-26kbuild: Turn a couple more of clang's unused option warnings into errorsNathan Chancellor
2023-01-26kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers
2023-01-22kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)Masahiro Yamada
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada
2023-01-22fixdep: do not parse *.rlib, *.rmeta, *.soMasahiro Yamada
2023-01-22fixdep: avoid parsing the same file over againMasahiro Yamada
2023-01-22fixdep: refactor hash table lookupMasahiro Yamada
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada
2023-01-22fixdep: parse Makefile more correctly to handle comments etc.Masahiro Yamada
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada
2023-01-22kbuild: refactor host*_flagsMasahiro Yamada
2023-01-22kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtboMasahiro Yamada
2023-01-22kbuild: add more comments for KBUILD_NOCMDDEP=1Masahiro Yamada
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada
2023-01-22kbuild: make W=1 warn files that are tracked but ignored by gitMasahiro Yamada
2023-01-22kbuild: clean up stale file removalMasahiro Yamada
2023-01-22kbuild: allow to combine multiple V= levelsMasahiro Yamada
2023-01-22kbuild: do not print extra logs for V=2Masahiro Yamada
2023-01-22kbuild: print short log in addition to the whole command with V=1Masahiro Yamada
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-16scripts: support GNU make 4.4 in jobserver-execMartin Liska
2023-01-14Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-13kbuild: Fix CFI hash randomization with KASANSami Tolvanen
2023-01-13kconfig: Update all declared targetsPeter Foley
2023-01-11scripts: rpm: make clear that mkspec script contains 4.13 featureArend van Spriel
2023-01-05kbuild: readd -w option when vmlinux.o or Module.symver is missingMasahiro Yamada
2022-12-30fixdep: remove unneeded <stdarg.h> inclusionMasahiro Yamada