summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-111-1/+19
| |\ \ \ \ \
| | * | | | | kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko2019-04-031-1/+19
| | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-073-64/+195
|\ \ \ \ \ \
| * | | | | | scripts/selinux: fix buildStephen Smalley2019-03-191-1/+1
| * | | | | | selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara2019-03-182-2/+0
| * | | | | | scripts/selinux: modernize mdpStephen Smalley2019-03-182-63/+194
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'meminit-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-120/+6
|\ \ \ \ \ \
| * | | | | | security: Move stackleak config to Kconfig.hardeningKees Cook2019-04-241-51/+0
| * | | | | | security: Create "kernel hardening" config areaKees Cook2019-04-241-69/+6
| |/ / / / /
* | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-0/+3
|\ \ \ \ \ \
| * | | | | | objtool: Add UACCESS validationPeter Zijlstra2019-04-031-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | ubsan: Remove vla bound checks.Andrey Ryabinin2019-05-061-1/+0
| |_|_|_|/ |/| | | |
* | | | | 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