aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-08-18Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileGravatar Masahiro Yamada 1-0/+7
2019-08-10kbuild: generate modules.order only in directories visited by obj-y/mGravatar Masahiro Yamada 1-1/+2
2019-08-10kbuild: fix false-positive need-builtin calculationGravatar Masahiro Yamada 1-1/+2
2019-08-10kbuild: revive single target %.koGravatar Masahiro Yamada 1-4/+2
2019-08-04kconfig: Clear "written" flag to avoid data lossGravatar M. Vefa Bicakci 1-0/+4
2019-08-01kbuild: Check for unknown options with cc-option usage in Kconfig and clangGravatar Stephen Boyd 1-1/+1
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostGravatar Masahiro Yamada 2-36/+42
2019-08-01kbuild: modpost: remove unnecessary dependency for __modpostGravatar Masahiro Yamada 1-2/+2
2019-08-01kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesGravatar Masahiro Yamada 1-1/+1
2019-08-01kbuild: modpost: include .*.cmd files only when targets existGravatar Masahiro Yamada 1-4/+2
2019-07-30coccinelle: api/atomic_as_refcounter: add SPDX License IdentifierGravatar Matthias Maennich 1-0/+1
2019-07-29kbuild: detect missing "WITH Linux-syscall-note" for uapi headersGravatar Masahiro Yamada 1-0/+6
2019-07-28Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-7/+2
2019-07-27kbuild: remove unused single-used-mGravatar Masahiro Yamada 1-2/+0
2019-07-27gen_compile_commands: lower the entry count thresholdGravatar Masahiro Yamada 1-2/+2
2019-07-27kbuild: remove unused objectify macroGravatar Masahiro Yamada 1-3/+0
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Gravatar Jonathan Corbet 1-21/+97
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 18-87/+119
2019-07-18kbuild: split out *.mod out of {single,multi}-used-m rulesGravatar Masahiro Yamada 1-9/+13
2019-07-18kbuild: remove the first line of *.mod filesGravatar Masahiro Yamada 3-11/+6
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 5-37/+14
2019-07-18kbuild: export_report: read modules.order instead of .tmp_versions/*.modGravatar Masahiro Yamada 1-6/+5
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modGravatar Masahiro Yamada 1-6/+9
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-4/+283
2019-07-17kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.modGravatar Masahiro Yamada 1-2/+1
2019-07-17kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.modGravatar Masahiro Yamada 1-4/+1
2019-07-17kbuild: remove duplication from modules.order in sub-directoriesGravatar Masahiro Yamada 1-6/+3
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Gravatar Masahiro Yamada 3-3/+3
2019-07-17kbuild: do not create empty modules.order in the prepare stageGravatar Masahiro Yamada 1-1/+1
2019-07-17coccinelle: api: add devm_platform_ioremap_resource scriptGravatar Himanshu Jha 1-0/+60
2019-07-17kbuild: compile-test headers listed in header-test-m as wellGravatar Masahiro Yamada 2-2/+2
2019-07-17kbuild: remove unused hostcc-optionGravatar Masahiro Yamada 1-5/+0
2019-07-17kconfig: fix missing choice values in auto.confGravatar Masahiro Yamada 2-4/+4
2019-07-17scripts/sphinx-pre-install: seek for Noto CJK fonts for pdf outputGravatar Mauro Carvalho Chehab 1-0/+29
2019-07-17scripts/sphinx-pre-install: cleanup Gentoo checksGravatar Mauro Carvalho Chehab 1-2/+13
2019-07-17scripts/sphinx-pre-install: fix latexmk dependenciesGravatar Mauro Carvalho Chehab 1-0/+4
2019-07-17scripts/sphinx-pre-install: don't use LaTeX with CentOS 7Gravatar Mauro Carvalho Chehab 1-18/+50
2019-07-17scripts/sphinx-pre-install: fix script for RHEL/CentOSGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-16scripts/gdb: add helpers to find and list devicesGravatar Leonard Crestez 2-0/+183
2019-07-16scripts/gdb: add lx-genpd-summary commandGravatar Leonard Crestez 2-0/+84
2019-07-16checkpatch.pl: warn on duplicate sysctl local variableGravatar Matteo Croce 1-0/+6
2019-07-16get_maintainer: add ability to skip moderated mailing listsGravatar Joe Perches 1-4/+10
2019-07-17builddeb: generate multi-arch friendly linux-libc-dev packageGravatar Cedric Hombourger 2-0/+6
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsGravatar Masahiro Yamada 1-1/+1
2019-07-15docs: driver-model: move it to the driver-api bookGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15docs: move gcc_plugins.txt to core-api and rename to .rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-14Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linuxGravatar Linus Torvalds 1-1/+8
2019-07-14*: convert stream-like files -> stream_open, even if they use noop_llseekGravatar Kirill Smelkov 1-1/+8
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+2