summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-05powerpc/vdso: Filter clang's auto var init zero enabler when linkingNathan Chancellor
2023-02-05kbuild: deb-pkg: add --source-option=-sPMasahiro Yamada
2023-02-05kbuild: save overridden KERNELRELEASE in include/config/kernel.releaseMasahiro 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: Stop using '-Qunused-arguments' with clangNathan Chancellor
2023-01-26kbuild: Turn a couple more of clang's unused option warnings into errorsNathan Chancellor
2023-01-26drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clangNathan Chancellor
2023-01-26s390/purgatory: Remove unused '-MD' and unnecessary '-c' flagsNathan Chancellor
2023-01-26s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Nathan Chancellor
2023-01-26s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64Nathan Chancellor
2023-01-26powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clangNathan Chancellor
2023-01-26powerpc/vdso: Improve linker flagsNathan Chancellor
2023-01-26powerpc/vdso: Remove unused '-s' flag from ASFLAGSNathan Chancellor
2023-01-26powerpc: Remove linker flag from KBUILD_AFLAGSNathan Chancellor
2023-01-26kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers
2023-01-26MIPS: Prefer cc-option for additions to cflagsNathan Chancellor
2023-01-26MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOATNathan Chancellor
2023-01-26x86/boot/compressed: prefer cc-option for CFLAGS additionsNick Desaulniers
2023-01-22kheaders: use standard naming for the temporary directoryThomas Weißschuh
2023-01-22kbuild: also delete temporary directoriesThomas Weißschuh
2023-01-22docs/kbuild/makefiles: unify quotingJani Nikula
2023-01-22docs/kbuild/makefiles: clean up indentation and whitespaceJani Nikula
2023-01-22docs/kbuild/makefiles: drop section numbering, use referencesJani Nikula
2023-01-22docs/kbuild/makefiles: throw out the local table of contentsJani Nikula
2023-01-22docs/kbuild/makefiles: fix header underlineJani Nikula
2023-01-22MAINTAINERS: fix kbuild repo branchJani Nikula
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-22.gitignore: update the command to check tracked files being ignoredMasahiro Yamada
2023-01-22kbuild: clean up stale file removalMasahiro Yamada
2023-01-22kbuild: drop V=0 supportMasahiro Yamada
2023-01-22kbuild: allow to combine multiple V= levelsMasahiro Yamada