summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* gen_compile_commands: prune some directoriesMasahiro Yamada2021-02-161-2/+10
* Kconfig: allow explicit opt in to DWARF v5Nick Desaulniers2021-02-161-0/+8
* Kbuild: Make composite object searching more genericElliot Berman2021-02-161-4/+8
* kbuild: use always-y instead of extra-yMasahiro Yamada2021-02-162-7/+7
* genksyms: remove useless case DOTSMasahiro Yamada2021-02-161-1/+0
* genksyms: remove dead code for ST_TABLE_*Masahiro Yamada2021-02-161-54/+0
* genksyms: make source_file a local variable in lexerMasahiro Yamada2021-02-163-2/+3
* kbuild: check the minimum compiler version in KconfigMasahiro Yamada2021-02-164-39/+88
* kbuild: LD_VERSION redenominationMasahiro Yamada2021-02-111-1/+1
* kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann2021-02-051-0/+6
* scripts/clang-tools: switch explicitly to Python 3Masahiro Yamada2021-02-032-2/+2
* kbuild: remove PYTHON variableMasahiro Yamada2021-02-011-1/+1
* Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada2021-01-281-7/+0
* scripts: use pkg-config to locate libcryptoRolf Eike Beer2021-01-281-2/+6
* kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult2021-01-261-1/+1
* kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gccMasahiro Yamada2021-01-231-7/+3
* scripts: switch explicitly to Python 3Andy Shevchenko2021-01-212-2/+2
* Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-103-11/+4
|\
| * kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2021-01-041-10/+0
| * kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin2021-01-041-1/+3
| * kconfig: config script: add a little user helpRandy Dunlap2021-01-041-0/+1
* | gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks2021-01-071-2/+2
|/
* depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds2021-01-011-0/+2
* checkpatch: prefer strscpy to strlcpyJoe Perches2020-12-301-0/+6
* Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds2020-12-254-304/+18
|\
| * scripts: coccicheck: Correct usage of make coccicheckSumera Priyadarsini2020-12-241-0/+12
| * coccinnelle: Remove ptr_ret scriptMaxime Ripard2020-12-151-97/+0
| * kbuild: do not use scripts/ld-version.sh for checking spatch versionMasahiro Yamada2020-12-122-12/+6
| * remove boolinit.cocciPeter Zijlstra2020-11-091-195/+0
* | Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-12-228-76/+94
|\ \
| * | kconfig: fix return value of do_error_if()Masahiro Yamada2020-12-211-1/+1
| * | kconfig: clean up header inclusionBoris Kolpackov2020-12-084-3/+2
| * | kconfig: qconf: show Qt version in the About dialogMasahiro Yamada2020-12-081-3/+6
| * | kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov2020-12-081-0/+4
| * | kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada2020-12-081-58/+78
| * | kconfig: qconf: use a variable to pass packages to pkg-configMasahiro Yamada2020-12-081-1/+1
| * | kconfig: qconf: drop Qt4 supportMasahiro Yamada2020-12-081-10/+2
* | | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-2214-55/+87
|\ \ \
| * | | genksyms: Ignore module scoped _Static_assert()Marco Elver2020-12-213-1/+36
| * | | modpost: turn static exports into errorQuentin Perret2020-12-211-3/+3
| * | | modpost: turn section mismatches to error from fatal()Masahiro Yamada2020-12-211-4/+4
| * | | modpost: change license incompatibility to error() from fatal()Masahiro Yamada2020-12-211-2/+2
| * | | modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada2020-12-211-1/+1
| * | | modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2020-12-212-29/+27
| * | | modpost: rename merror() to error()Masahiro Yamada2020-12-212-6/+6
| * | | Makefile.extrawarn: remove -Wnested-externs warningArnd Bergmann2020-12-081-1/+0
| * | | tweewide: Fix most Shebang linesFinn Behrens2020-12-088-8/+8
| |/ /
* | | kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-221-0/+2
* | | Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-1612-525/+2
|\ \ \
| * | | gcc-plugins: simplify GCC plugin-dev capability testMasahiro Yamada2020-12-042-20/+1