summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2021-09-22kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada-7/+5
2021-09-22kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada-6/+6
2021-09-22kbuild: store the objtool command in *.cmd filesMasahiro Yamada-9/+5
2021-09-22kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada-6/+5
2021-09-22kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada-11/+10
2021-09-21kbuild: Enable dtc 'unit_address_format' warning by defaultRob Herring-1/+0
2021-09-21scripts: get_abi.pl: add a graph to speedup the undefined algorithmMauro Carvalho Chehab-61/+127
2021-09-21scripts: get_abi.pl: Ignore fs/cgroup sysfs nodes earlierMauro Carvalho Chehab-3/+4
2021-09-21scripts: get_abi.pl: don't skip what that ends with wildcardsMauro Carvalho Chehab-34/+46
2021-09-21scripts: get_abi.pl: add an option to filter undefined resultsMauro Carvalho Chehab-6/+31
2021-09-21scripts: get_abi.pl: detect softlinksMauro Carvalho Chehab-33/+156
2021-09-21scripts: get_abi.pl: Check for missing symbols at the ABI specsMauro Carvalho Chehab-2/+88
2021-09-21scripts: get_abi.pl: Better handle multiple What parametersMauro Carvalho Chehab-4/+4
2021-09-19Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+10
2021-09-19kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor-0/+5
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani-1/+1
2021-09-19gen_compile_commands: fix missing 'sys' packageKortan-0/+1
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch-8/+0
2021-09-19checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch-0/+3
2021-09-14scripts/tags.sh: Fix obsolete parameter for ctagsPhilip K. Gisslow-1/+5
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds-7/+1
2021-09-13Documentation: raise minimum supported version of GCC to 5.1Nick Desaulniers-7/+1
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner-2/+2
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2021-09-11Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds-1/+3
2021-09-11coccinelle: semantic patch to check for inappropriate do_div() callsWen Yang-0/+155
2021-09-10riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang-0/+1
2021-09-08Merge tag 'modules-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-37/+58
2021-09-08scripts: check_extable: fix typo in user error messageRandy Dunlap-1/+1
2021-09-08checkpatch: improve GIT_COMMIT_ID testJoe Perches-31/+51
2021-09-08checkpatch: make email address check case insensitiveMimi Zohar-2/+2
2021-09-08checkpatch: support wide stringsJoe Perches-3/+4
2021-09-06don't make the syscall checking produce errors from warningsStephen Rothwell-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-135/+166
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2021-09-03kbuild: redo fake deps at include/ksym/*.hMasahiro Yamada-5/+4
2021-09-03kbuild: clean up objtool_args slightlyMasahiro Yamada-6/+5
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada-16/+11
2021-09-03checkkconfigsymbols.py: Fix the '--ignore' optionAriel Marcovitch-1/+1
2021-09-03kbuild: merge vmlinux_link() between ARCH=um and other architecturesMasahiro Yamada-33/+23
2021-09-03kbuild: do not remove 'linux' link in scripts/link-vmlinux.shMasahiro Yamada-1/+0
2021-09-03kbuild: merge vmlinux_link() between the ordinary link and Clang LTOMasahiro Yamada-16/+14
2021-09-03kbuild: remove stale *.symversionsMasahiro Yamada-0/+2
2021-09-03kbuild: remove unused quiet_cmd_update_lto_symversionsMasahiro Yamada-1/+0
2021-09-03gen_compile_commands: extract compiler command from a series of commandsMasahiro Yamada-1/+1
2021-09-03kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=yMasahiro Yamada-1/+7
2021-09-03kbuild: Switch to 'f' variants of integrated assembler flagNathan Chancellor-6/+6
2021-09-03kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechkMasahiro Yamada-1/+6
2021-09-03kbuild: macrofy the condition of if_changed and friendsMasahiro Yamada-3/+5