summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-2018-87/+119
|\
| * kbuild: split out *.mod out of {single,multi}-used-m rulesMasahiro Yamada2019-07-171-9/+13
| * kbuild: remove the first line of *.mod filesMasahiro Yamada2019-07-173-11/+6Star
| * kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-175-37/+14Star
| * kbuild: export_report: read modules.order instead of .tmp_versions/*.modMasahiro Yamada2019-07-171-6/+5Star
| * kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-171-6/+9
| * kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-171-2/+1Star
| * kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-171-4/+1Star
| * kbuild: remove duplication from modules.order in sub-directoriesMasahiro Yamada2019-07-171-6/+3Star
| * kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada2019-07-173-3/+3
| * kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada2019-07-171-1/+1
| * coccinelle: api: add devm_platform_ioremap_resource scriptHimanshu Jha2019-07-171-0/+60
| * kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada2019-07-172-2/+2
| * kbuild: remove unused hostcc-optionMasahiro Yamada2019-07-171-5/+0Star
| * kconfig: fix missing choice values in auto.confMasahiro Yamada2019-07-172-4/+4
| * builddeb: generate multi-arch friendly linux-libc-dev packageCedric Hombourger2019-07-172-0/+6
| * kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada2019-07-171-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-175-4/+283
|\ \
| * | scripts/gdb: add helpers to find and list devicesLeonard Crestez2019-07-172-0/+183
| * | scripts/gdb: add lx-genpd-summary commandLeonard Crestez2019-07-172-0/+84
| * | checkpatch.pl: warn on duplicate sysctl local variableMatteo Croce2019-07-171-0/+6
| * | get_maintainer: add ability to skip moderated mailing listsJoe Perches2019-07-171-4/+10
| |/
* | docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* | docs: move gcc_plugins.txt to core-api and rename to .rstMauro Carvalho Chehab2019-07-151-1/+1
|/
* Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-07-151-1/+8
|\
| * *: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov2019-07-141-1/+8
* | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-1/+2
|\ \
| * | recordmcount: Fix spurious mcount entries on powerpcNaveen N. Rao2019-07-011-1/+2
* | | Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-1310-47/+27Star
|\ \ \
| * | | kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada2019-07-111-4/+2Star
| * | | kconfig: Fix spelling of sym_is_changableMarco Ammon2019-07-067-17/+17
| * | | kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-0/+4
| * | | kconfig: add static qualifier to expand_string()Masahiro Yamada2019-06-092-2/+2
| * | | kconfig: require the argument of --defconfigMasahiro Yamada2019-06-093-21/+1Star
| * | | kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada2019-06-091-3/+1Star
* | | | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-1321-233/+191Star
|\ \ \ \
| * | | | kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefixMasahiro Yamada2019-07-111-2/+2
| * | | | kbuild: fix compression errors getting ignoredHarald Seiler2019-07-101-5/+5
| * | | | kbuild: add a flag to force absolute path for srctreeMasahiro Yamada2019-07-101-2/+1Star
| * | | | kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-105-5/+5
| * | | | scripts/tags.sh: remove unused environment variables from commentsMasahiro Yamada2019-07-091-2/+2
| * | | | scripts/tags.sh: drop SUBARCH support for ARMMasahiro Yamada2019-07-091-34/+2Star
| * | | | kbuild: support header-test-pattern-yMasahiro Yamada2019-07-091-0/+11
| * | | | kbuild: do not create wrappers for header-test-yMasahiro Yamada2019-07-093-7/+7
| * | | | kallsyms: exclude kasan local symbols on s390Vasily Gorbik2019-07-071-0/+3
| * | | | coccinelle: api/stream_open: treat all wait_.*() calls as blockingKirill Smelkov2019-07-071-4/+4
| * | | | coccinelle: put_device: Add a cast to an expression for an assignmentMarkus Elfring2019-07-071-1/+1
| * | | | coccinelle: put_device: Adjust a message constructionMarkus Elfring2019-07-071-5/+4Star
| * | | | coccinelle: kstrdup: Fix typo in warning messagesRikard Falkeborn2019-07-071-4/+4
| * | | | fixdep: check return value of printf() and putchar()Masahiro Yamada2019-07-011-10/+41