summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-071-0/+3
* scripts/tags.sh: fix direct execution of scripts/tags.shMasahiro Yamada2019-05-031-1/+1
* scripts: override locale from environment when running recordmcount.plDaniel Dadap2019-05-031-1/+1
* modpost: make KBUILD_MODPOST_WARN also configurable for external modulesWiebe, Wladislav (Nokia - DE/Ulm)2019-04-111-1/+1
* kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-026-6/+6
* kbuild: mkmakefile: generate a simple wrapper of top MakefileMasahiro Yamada2019-04-021-18/+2Star
* kbuild: mkmakefile: do not check the generated Makefile markerMasahiro Yamada2019-04-021-6/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-301-1/+1
|\
| * checkpatch: add %pt as a valid vsprintf extensionAlexandre Belloni2019-03-291-1/+1
* | kconfig/[mn]conf: handle backspace (^H) keyChangbin Du2019-03-293-3/+5
* | kbuild: modversions: Fix relative CRC byte order interpretationFredrik Noring2019-03-281-1/+1
* | scripts: coccinelle: Fix description of badty.cocciMichael Stefaniuc2019-03-281-1/+1
* | kbuild: strip whitespace in cmd_record_mcount findstringJoe Lawrence2019-03-281-5/+2Star
* | coccinelle: put_device: reduce false positivesWen Yang2019-03-281-0/+1
|/
* kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada2019-03-171-4/+0Star
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-0/+5
* kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-0/+6
* Revert "modsign: Abort modules_install when signing fails"Douglas Anderson2019-03-171-1/+1
* kbuild: deb-pkg: avoid implicit effectsArseny Maslennikov2019-03-171-1/+4
* coccinelle: semantic code search for missing put_device()Wen Yang2019-03-171-0/+56
* kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGMasahiro Yamada2019-03-133-3/+3
* kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddebMasahiro Yamada2019-03-131-13/+19
* kbuild: deb-pkg: add CONFIG_ prefix to kernel config optionsMasahiro Yamada2019-03-131-17/+17
* kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Masahiro Yamada2019-03-132-16/+2Star
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-132-5/+7
* modpost: always show verbose warning for section mismatchMasahiro Yamada2019-03-132-23/+5Star
* deb-pkg: generate correct build dependenciesRiku Voipio2019-03-131-1/+3
* Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-03-137-14/+44
|\
| * kconfig: fix 'Save As' menu of xconfigMasahiro Yamada2019-03-112-7/+36
| * kconfig: rename zconf.y to parser.yMasahiro Yamada2019-02-134-5/+6
| * kconfig: rename zconf.l to lexer.lMasahiro Yamada2019-02-133-4/+4
* | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-1118-165/+104Star
|\ \
| * | kbuild: clean up scripts/gcc-version.shMasahiro Yamada2019-03-042-21/+8Star
| * | kbuild: remove cc-version macroMasahiro Yamada2019-03-041-4/+1Star
| * | kbuild: update comment block of scripts/clang-version.shMasahiro Yamada2019-03-041-7/+3Star
| * | kbuild: [bin]deb-pkg: add DPKG_FLAGS variableKacper KoƂodziej2019-02-281-2/+2
| * | kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada2019-02-271-13/+0Star
| * | kbuild: refactor cc-cross-prefix implementationMasahiro Yamada2019-02-271-8/+4Star
| * | kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada2019-02-271-2/+2
| * | scripts/gdb: refactor rules for symlink creationMasahiro Yamada2019-02-271-7/+11
| * | scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada2019-02-272-8/+4Star
| * | kbuild: generate modules.order only when CONFIG_MODULES=yMasahiro Yamada2019-02-201-0/+2
| * | kbuild: pkg: use -f $(srctree)/Makefile to recurse to top MakefileMasahiro Yamada2019-02-204-10/+12
| * | kbuild: Disable extra debugging info in .s outputMasahiro Yamada2019-02-201-1/+1
| * | kallsyms: include <asm/bitsperlong.h> instead of <asm/types.h>Masahiro Yamada2019-02-191-1/+1
| * | kallsyms: remove unneeded memset() callsMasahiro Yamada2019-02-191-3/+0Star
| * | kallsyms: add static qualifiers where missingMasahiro Yamada2019-02-191-4/+4
| * | kbuild: remove unnecessary in-subshell executionMasahiro Yamada2019-01-283-15/+14Star
| * | kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-284-13/+20
| * | kbuild: simplify rules of data compression with size appendingMasahiro Yamada2019-01-281-11/+7Star