summaryrefslogtreecommitdiffstats
path: root/scripts/checkincludes.pl (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-01-22kbuild: make W=1 warn files that are tracked but ignored by gitMasahiro Yamada2-0/+25
2023-01-22.gitignore: update the command to check tracked files being ignoredMasahiro Yamada1-1/+1
2023-01-22kbuild: clean up stale file removalMasahiro Yamada2-30/+1
2023-01-22kbuild: drop V=0 supportMasahiro Yamada2-7/+4
2023-01-22kbuild: allow to combine multiple V= levelsMasahiro Yamada4-13/+13
2023-01-22kbuild: do not print extra logs for V=2Masahiro Yamada5-13/+15
2023-01-22kbuild: print short log in addition to the whole command with V=1Masahiro Yamada2-24/+20
2023-01-22kbuild: refactor silent mode detectionMasahiro Yamada1-3/+3
2023-01-22Linux 6.2-rc5v6.2-rc5Linus Torvalds1-1/+1
2023-01-21ext4: deal with legacy signed xattr name hash valuesLinus Torvalds1-2/+39
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman1-0/+2
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe1-1/+5