summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada
2021-02-24kconfig: fix 'invalid option' for help optionMasahiro Yamada
2021-02-24kconfig: remove dead code in conf_askvalue()Masahiro Yamada
2021-02-24kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada
2021-02-24kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün
2021-02-22kbuild: check the minimum linker version in KconfigMasahiro Yamada
2021-02-22kbuild: remove ld-version macroMasahiro Yamada
2021-02-22scripts: add generic syscallhdr.shMasahiro Yamada
2021-02-22scripts: add generic syscalltbl.shMasahiro Yamada
2021-02-16gen_compile_commands: prune some directoriesMasahiro Yamada
2021-02-16Kconfig: allow explicit opt in to DWARF v5Nick Desaulniers
2021-02-16Kbuild: Make composite object searching more genericElliot Berman
2021-02-16kbuild: use always-y instead of extra-yMasahiro Yamada
2021-02-16genksyms: remove useless case DOTSMasahiro Yamada
2021-02-16genksyms: remove dead code for ST_TABLE_*Masahiro Yamada
2021-02-16genksyms: make source_file a local variable in lexerMasahiro Yamada
2021-02-16kbuild: check the minimum compiler version in KconfigMasahiro Yamada
2021-02-12kbuild: LD_VERSION redenominationMasahiro Yamada
2021-02-05kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann
2021-02-03scripts/clang-tools: switch explicitly to Python 3Masahiro Yamada
2021-02-01kbuild: remove PYTHON variableMasahiro Yamada
2021-01-28Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada
2021-01-28scripts: use pkg-config to locate libcryptoRolf Eike Beer
2021-01-27kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult
2021-01-23kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gccMasahiro Yamada
2021-01-22scripts: switch explicitly to Python 3Andy Shevchenko
2021-01-10Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-01-06gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin
2021-01-04kconfig: config script: add a little user helpRandy Dunlap
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds
2020-12-29checkpatch: prefer strscpy to strlcpyJoe Perches
2020-12-25Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds
2020-12-24scripts: coccicheck: Correct usage of make coccicheckSumera Priyadarsini
2020-12-22Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
2020-12-21kconfig: fix return value of do_error_if()Masahiro Yamada
2020-12-21genksyms: Ignore module scoped _Static_assert()Marco Elver
2020-12-21modpost: turn static exports into errorQuentin Perret
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada
2020-12-21modpost: rename merror() to error()Masahiro Yamada
2020-12-16Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-15ubsan: move cc-option tests into KconfigKees Cook
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedKees Cook
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches