aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kallsyms: take the input file instead of reading stdinMasahiro Yamada2022-10-022-19/+34
* kallsyms: drop duplicated ignore patterns from kallsyms.cMasahiro Yamada2022-10-022-4/+13
* kbuild: reuse mksysmap output for kallsymsMasahiro Yamada2022-10-021-6/+5
* mksysmap: update comment about __crc_*Masahiro Yamada2022-10-021-4/+4
* kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-0/+53
* kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-024-30/+10
* kbuild: re-run modpost when it is updatedMasahiro Yamada2022-09-291-6/+8
* kbuild: unify two modpost invocationsMasahiro Yamada2022-09-293-69/+29
* kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada2022-09-291-3/+0
* kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada2022-09-292-20/+28
* kbuild: list sub-directories in ./KbuildMasahiro Yamada2022-09-291-0/+2
* Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers2022-09-292-5/+9
* kbuild: rpm-pkg: fix breakage when V=1 is usedJanis Schoetterl-Glausch2022-09-291-2/+2
* scripts: remove unused argument 'type'Zeng Heng2022-09-291-3/+3
* Kconfig: remove sym_set_choice_valueZeng Heng2022-09-292-6/+1
* kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada2022-09-292-26/+20
* kbuild: fix and refactor single target buildMasahiro Yamada2022-09-291-38/+16
* kbuild: rewrite check-local-export in sh/awkOwen Rafferty2022-09-291-49/+48
* Revert "kbuild: Make scripts/compile.h when sh != bash"Masahiro Yamada2022-09-291-3/+0
* scripts/mkcompile_h: move LC_ALL=C to '$LD -v'Masahiro Yamada2022-09-291-6/+2
* kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-292-91/+15
* kbuild: do not deduplicate modules.orderMasahiro Yamada2022-09-291-1/+1
* kbuild: check sha1sum just once for each atomic headerMasahiro Yamada2022-09-291-33/+0
* kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageMasahiro Yamada2022-09-291-1/+4
* kbuild: remove the target in signal traps when interruptedMasahiro Yamada2022-09-291-1/+22
* Makefile.debug: re-enable debug info for .S filesNick Desaulniers2022-09-241-10/+11
* Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLITNick Desaulniers2022-09-241-3/+1
* Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng2022-09-242-6/+0
* scripts/clang-tools: remove unused moduleyangxingwu2022-09-241-1/+0
* Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-113-31/+2
|\
| * mksysmap: Fix the mismatch of 'L0' symbols in System.mapYouling Tang2022-09-101-1/+1
| * scripts/extract-ikconfig: add zstd compression supportThitat Auareesuksakul2022-08-291-0/+1
| * scripts: remove obsolete gcc-ld scriptLukas Bulwahn2022-08-291-30/+0
* | Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers2022-09-041-0/+12
|/
* asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-211-22/+0
* Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-204-5/+3
|\
| * scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling checkGuru Das Srinagesh2022-08-211-0/+1
| * scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-lengthNathan Chancellor2022-08-211-1/+0
| * kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__Jiri Slaby2022-08-211-1/+1
| * modpost: fix module versioning when a symbol lacks valid CRCMasahiro Yamada2022-08-211-3/+1
* | Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-191-1/+1
|\ \ | |/ |/|
| * gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a fileAndrew Donnellan2022-08-161-1/+1
* | Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-121-0/+2
|\ \
| * | riscv/purgatory: Omit use of bin2cMasahiro Yamada2022-08-111-0/+2
* | | Revert "Makefile.extrawarn: re-enable -Wformat for clang"Linus Torvalds2022-08-111-0/+1
* | | Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-08-1016-303/+87
|\ \ \
| * | | modpost: remove .symbol_white_list field entirelyMasahiro Yamada2022-08-041-39/+16
| * | | modpost: remove unneeded .symbol_white_list initializersMasahiro Yamada2022-08-041-8/+0
| * | | modpost: add PATTERNS() helper macroMasahiro Yamada2022-08-041-0/+7
| * | | modpost: shorten warning messages in report_sec_mismatch()Masahiro Yamada2022-08-041-170/+9