summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: coccinelle: Correct warning messageJulia Lawall2018-12-161-6/+6
* scripts: coccinelle: only suggest true/false in files that already use themJulia Lawall2018-12-161-10/+21
* kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada2018-12-161-1/+1
* kbuild: refactor part-of-moduleMasahiro Yamada2018-12-161-5/+3Star
* kbuild: refactor quiet_modtagMasahiro Yamada2018-12-161-6/+1Star
* kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada2018-12-161-2/+0Star
* kbuild: refactor Makefile.asm-genericMasahiro Yamada2018-12-161-18/+19
* kbuild: remove a special handling for *.agh in Makefile.headersinstMasahiro Yamada2018-12-081-1/+0Star
* kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-022-4/+3Star
* kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada2018-12-012-3/+0Star
* kbuild: refactor if_changedMasahiro Yamada2018-12-011-2/+1Star
* kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada2018-12-012-9/+9
* kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada2018-12-012-19/+15Star
* kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-014-55/+36Star
* kbuild: refactor modversions build rulesMasahiro Yamada2018-12-011-37/+17Star
* kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada2018-12-011-1/+1
* kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada2018-12-011-1/+1
* kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada2018-12-012-13/+9Star
* kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada2018-12-012-9/+2Star
* kbuild: move modpost out of 'scripts' targetMasahiro Yamada2018-12-012-4/+1Star
* modpost: move unresolved symbol checks to check_exports()Masahiro Yamada2018-12-011-15/+18
* modpost: merge module iterationsMasahiro Yamada2018-12-011-6/+1Star
* modpost: refactor seen flag clearing in add_depends()Masahiro Yamada2018-12-011-6/+6
* modpost: file2alias: check prototype of handlerMasahiro Yamada2018-12-011-4/+3Star
* modpost: file2alias: go back to simple devtable lookupMasahiro Yamada2018-12-011-95/+49Star
* modpost: skip ELF local symbols during section mismatch checkPaul Walmsley2018-12-011-0/+12
* modpost: drop unused command line switchesPaul Walmsley2018-11-211-1/+1
* scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...Brian Norris2018-11-211-2/+10
* modpost: validate symbol names also in find_elf_symbolSami Tolvanen2018-11-211-24/+26
* builddeb: Fix inclusion of dtbs in debian packageRob Herring2018-11-111-2/+2
* Revert "scripts/setlocalversion: git: Make -dirty check more robust"Guenter Roeck2018-11-111-1/+1
* kbuild: deb-pkg: fix too low build version numberMasahiro Yamada2018-11-111-2/+5
* kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada2018-11-111-3/+4
* kbuild: deb-pkg: fix bindeb-pkg breakage when O= is usedMasahiro Yamada2018-11-051-1/+1
* kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is usedMasahiro Yamada2018-11-051-5/+6
* Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-035-32/+7Star
|\
| * kbuild: remove cc-name variableMasahiro Yamada2018-11-021-4/+0Star
| * kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-021-1/+1
| * merge_config.sh: Allow to define config prefixPetr Vorel2018-11-011-1/+5
| * kbuild: remove unused cc-fullversion variableMasahiro Yamada2018-11-011-4/+0Star
| * kconfig: remove silentoldconfig targetMasahiro Yamada2018-11-011-8/+1Star
| * kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-012-15/+1Star
* | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-021-0/+1
|\ \
| * | Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda2018-09-301-0/+1
* | | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-013-0/+488
|\ \ \
| * | | stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2018-09-041-0/+8
| * | | fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+12
| * | | gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov2018-09-043-0/+449
| * | | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-041-0/+19
* | | | checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy2018-10-311-11/+0Star
| |_|/ |/| |