summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kbuild: clean up subdir-ymn calculation in Makefile.cleanMasahiro Yamada2019-08-291-11/+2
* kbuild: remove unneeded '+' marker from cmd_cleanMasahiro Yamada2019-08-291-1/+1
* kbuild: remove clean-dirs syntaxMasahiro Yamada2019-08-292-15/+3
* kbuild: get rid of $(realpath ...) from scripts/mkmakefileMasahiro Yamada2019-08-291-2/+2
* kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada2019-08-291-12/+2
* kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada2019-08-251-1/+4
* kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada2019-08-251-9/+20
* kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada2019-08-252-10/+1
* merge_config.sh: Check error codes from makeMark Brown2019-08-221-5/+5
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-223-16/+15
* kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-6/+1
* kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada2019-08-222-68/+71
* kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-2/+3
* kbuild: make single targets work more correctlyMasahiro Yamada2019-08-211-6/+39
* kbuild: Parameterize kallsyms generation and correct reportingKees Cook2019-08-211-19/+19
* kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada2019-08-211-0/+72
* kbuild: fix modkern_aflags implementationMasahiro Yamada2019-08-151-4/+3
* kbuild: refactor part-of-module moreMasahiro Yamada2019-08-151-2/+1
* kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada2019-08-151-5/+5
* kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada2019-08-141-1/+1
* Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner2019-08-142-2/+4
* kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada2019-08-142-16/+17
* kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada2019-08-142-17/+4
* kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada2019-08-141-2/+2
* kbuild: Fail if gold linker is detectedThomas Gleixner2019-08-141-0/+3
* modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov2019-08-141-0/+32
* 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