summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-05setlocalversion: clean up the construction of version outputMasahiro Yamada1-7/+6
2023-02-05.gitignore: ignore *.cover and *.mbxMasahiro Yamada1-0/+2
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada17-24/+21
2023-02-05kbuild: fix trivial typo in commentCarlos Llamas1-1/+1
2023-02-05kbuild: do not automatically add -w option to modpostMasahiro Yamada1-5/+3
2023-02-05powerpc/vdso: Filter clang's auto var init zero enabler when linkingNathan Chancellor2-2/+4
2023-02-05kbuild: deb-pkg: add --source-option=-sPMasahiro Yamada1-1/+1
2023-02-05kbuild: save overridden KERNELRELEASE in include/config/kernel.releaseMasahiro Yamada1-1/+5
2023-02-05setlocalversion: absorb $(KERNELVERSION)Masahiro Yamada2-4/+8
2023-02-05setlocalversion: make indentation shallowerMasahiro Yamada1-38/+41
2023-02-05setlocalversion: simplify the construction of the short versionMasahiro Yamada1-2/+1
2023-01-30kbuild: do not put .scmversion into the source tarballMasahiro Yamada4-27/+8
2023-01-26builddeb: clean generated package contentBastian Germann1-1/+1
2023-01-26builddeb: Consolidate consecutive chmod calls into oneSven Joachim1-5/+3
2023-01-26scripts: remove bin2cMasahiro Yamada6-43/+2
2023-01-26scripts: handle BrokenPipeError for python scriptsMasahiro Yamada3-10/+40
2023-01-26kbuild: Stop using '-Qunused-arguments' with clangNathan Chancellor1-1/+0
2023-01-26kbuild: Turn a couple more of clang's unused option warnings into errorsNathan Chancellor1-0/+2
2023-01-26drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clangNathan Chancellor1-1/+2
2023-01-26s390/purgatory: Remove unused '-MD' and unnecessary '-c' flagsNathan Chancellor1-1/+1
2023-01-26s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Nathan Chancellor1-1/+1
2023-01-26s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64Nathan Chancellor1-1/+1
2023-01-26powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clangNathan Chancellor1-0/+5
2023-01-26powerpc/vdso: Improve linker flagsNathan Chancellor1-8/+12
2023-01-26powerpc/vdso: Remove unused '-s' flag from ASFLAGSNathan Chancellor1-2/+2
2023-01-26powerpc: Remove linker flag from KBUILD_AFLAGSNathan Chancellor1-1/+1
2023-01-26kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers3-6/+6
2023-01-26MIPS: Prefer cc-option for additions to cflagsNathan Chancellor2-2/+2
2023-01-26MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOATNathan Chancellor9-75/+40
2023-01-26x86/boot/compressed: prefer cc-option for CFLAGS additionsNick Desaulniers1-1/+1
2023-01-22kheaders: use standard naming for the temporary directoryThomas Weißschuh1-1/+1
2023-01-22kbuild: also delete temporary directoriesThomas Weißschuh1-2/+3
2023-01-22docs/kbuild/makefiles: unify quotingJani Nikula1-60/+60
2023-01-22docs/kbuild/makefiles: clean up indentation and whitespaceJani Nikula1-927/+958
2023-01-22docs/kbuild/makefiles: drop section numbering, use referencesJani Nikula1-103/+103
2023-01-22docs/kbuild/makefiles: throw out the local table of contentsJani Nikula1-61/+0
2023-01-22docs/kbuild/makefiles: fix header underlineJani Nikula1-1/+1
2023-01-22MAINTAINERS: fix kbuild repo branchJani Nikula1-1/+1
2023-01-22kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)Masahiro Yamada1-4/+4
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada6-13/+13
2023-01-22fixdep: do not parse *.rlib, *.rmeta, *.soMasahiro Yamada1-1/+10
2023-01-22fixdep: avoid parsing the same file over againMasahiro Yamada1-2/+7
2023-01-22fixdep: refactor hash table lookupMasahiro Yamada1-22/+25
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada3-20/+7
2023-01-22fixdep: parse Makefile more correctly to handle comments etc.Masahiro Yamada1-54/+119
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada3-17/+15
2023-01-22kbuild: refactor host*_flagsMasahiro Yamada1-10/+8
2023-01-22kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtboMasahiro Yamada1-30/+15
2023-01-22kbuild: add more comments for KBUILD_NOCMDDEP=1Masahiro Yamada1-0/+6
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada4-8/+8