summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20190429' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-04-302-2/+0Star
|\
| * selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara2019-04-292-2/+0Star
* | 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-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
| * | kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSMasahiro Yamada2019-01-281-18/+10Star
| * | kbuild: remove top-level built-in.aMasahiro Yamada2019-01-282-30/+8Star
| * | kbuild: skip 'addtree' and 'flags' magic for external module buildMasahiro Yamada2019-01-282-7/+10
| |/