summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada2019-08-101-0/+7
* kbuild: generate modules.order only in directories visited by obj-y/mMasahiro Yamada2019-08-101-1/+2
* kbuild: fix false-positive need-builtin calculationMasahiro Yamada2019-08-101-1/+2
* kbuild: revive single target %.koMasahiro Yamada2019-08-101-4/+2
* kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci2019-08-041-0/+4
* kbuild: Check for unknown options with cc-option usage in Kconfig and clangStephen Boyd2019-08-011-1/+1
* kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada2019-08-012-36/+42
* kbuild: modpost: remove unnecessary dependency for __modpostMasahiro Yamada2019-08-011-2/+2
* kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada2019-08-011-1/+1
* kbuild: modpost: include .*.cmd files only when targets existMasahiro Yamada2019-08-011-4/+2
* kbuild: detect missing "WITH Linux-syscall-note" for uapi headersMasahiro Yamada2019-07-291-0/+6
* Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-283-7/+2
|\
| * kbuild: remove unused single-used-mMasahiro Yamada2019-07-271-2/+0
| * gen_compile_commands: lower the entry count thresholdMasahiro Yamada2019-07-271-2/+2
| * kbuild: remove unused objectify macroMasahiro Yamada2019-07-271-3/+0
* | Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet2019-07-221-21/+97
|\ \ | |/ |/|
| * scripts/sphinx-pre-install: seek for Noto CJK fonts for pdf outputMauro Carvalho Chehab2019-07-171-0/+29
| * scripts/sphinx-pre-install: cleanup Gentoo checksMauro Carvalho Chehab2019-07-171-2/+13
| * scripts/sphinx-pre-install: fix latexmk dependenciesMauro Carvalho Chehab2019-07-171-0/+4
| * scripts/sphinx-pre-install: don't use LaTeX with CentOS 7Mauro Carvalho Chehab2019-07-171-18/+50
| * scripts/sphinx-pre-install: fix script for RHEL/CentOSMauro Carvalho Chehab2019-07-171-1/+1
* | 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-181-9/+13
| * | kbuild: remove the first line of *.mod filesMasahiro Yamada2019-07-183-11/+6
| * | kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-185-37/+14
| * | kbuild: export_report: read modules.order instead of .tmp_versions/*.modMasahiro Yamada2019-07-181-6/+5
| * | kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-181-6/+9
| * | kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-171-2/+1
| * | kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-171-4/+1
| * | kbuild: remove duplication from modules.order in sub-directoriesMasahiro Yamada2019-07-171-6/+3
| * | 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/+0
| * | 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-162-0/+183
| * | scripts/gdb: add lx-genpd-summary commandLeonard Crestez2019-07-162-0/+84
| * | checkpatch.pl: warn on duplicate sysctl local variableMatteo Croce2019-07-161-0/+6
| * | get_maintainer: add ability to skip moderated mailing listsJoe Perches2019-07-161-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-141-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-131-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-1210-47/+27
|\ \ \