summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: fix missing choice values in auto.confMasahiro Yamada2019-07-262-4/+4
* scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILEManuel Traut2019-07-101-1/+1
* scripts/checkstack.pl: Fix arm64 wrong or unknown architectureGeorge G. Davis2019-06-251-1/+1
* kbuild: tar-pkg: enable communication with jobserverTrevor Bourget2019-06-251-1/+1
* kbuild: use more portable 'command -v' for cc-cross-prefixMasahiro Yamada2019-06-111-1/+6
* gcc-plugins: Fix build failures under Darwin hostKees Cook2019-06-091-0/+4
* gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Chris Packham2019-05-251-1/+1
* Merge tag 'selinux-pr-20190429' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-04-302-2/+0
|\
| * selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara2019-04-292-2/+0
* | locking/atomics: Don't assume that scripts are executableAndrew Morton2019-04-191-1/+1
* | fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-061-0/+363
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-291-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/+2
* | coccinelle: put_device: reduce false positivesWen Yang2019-03-281-0/+1
|/
* kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada2019-03-171-4/+0
* 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-143-3/+3
* kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddebMasahiro Yamada2019-03-141-13/+19
* kbuild: deb-pkg: add CONFIG_ prefix to kernel config optionsMasahiro Yamada2019-03-141-17/+17
* kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Masahiro Yamada2019-03-142-16/+2
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-142-5/+7
* modpost: always show verbose warning for section mismatchMasahiro Yamada2019-03-142-23/+5
* deb-pkg: generate correct build dependenciesRiku Voipio2019-03-141-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-122-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-1018-165/+104
|\ \
| * | kbuild: clean up scripts/gcc-version.shMasahiro Yamada2019-03-042-21/+8
| * | kbuild: remove cc-version macroMasahiro Yamada2019-03-041-4/+1
| * | kbuild: update comment block of scripts/clang-version.shMasahiro Yamada2019-03-041-7/+3
| * | 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/+0
| * | kbuild: refactor cc-cross-prefix implementationMasahiro Yamada2019-02-271-8/+4
| * | 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/+4
| * | 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/+0