summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada2021-02-241-22/+14
* kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2021-02-242-1/+2
* kconfig: fix 'invalid option' for help optionMasahiro Yamada2021-02-241-2/+2
* kconfig: remove dead code in conf_askvalue()Masahiro Yamada2021-02-241-15/+1
* kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada2021-02-241-26/+29
* kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün2021-02-241-1/+1
* kbuild: check the minimum linker version in KconfigMasahiro Yamada2021-02-223-32/+77
* kbuild: remove ld-version macroMasahiro Yamada2021-02-221-5/+1
* scripts: add generic syscallhdr.shMasahiro Yamada2021-02-221-0/+98
* scripts: add generic syscalltbl.shMasahiro Yamada2021-02-221-0/+73
* 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-121-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-271-1/+1
* kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gccMasahiro Yamada2021-01-231-7/+3
* scripts: switch explicitly to Python 3Andy Shevchenko2021-01-222-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-061-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-291-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