summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-12-12kconfig: require T_EOL to reduce visible statementMasahiro Yamada1-2/+2
2018-12-12kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada1-0/+2
2018-12-12kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada1-1/+1
2018-12-10genheaders: %-<width>s had been there since v6; %-*s - since v7Al Viro1-20/+9
2018-12-10parisc: syscalls: ignore nfsservctl for other architecturesFiroz Khan1-0/+1
2018-12-09scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section namesJoe Lawrence2-1/+14
2018-12-08kbuild: remove a special handling for *.agh in Makefile.headersinstMasahiro Yamada1-1/+0
2018-12-08kconfig: remove k_invalid from expr_parse_string() return typeMasahiro Yamada1-12/+2
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada3-24/+16
2018-12-08kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada1-43/+49
2018-12-08kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada1-2/+2
2018-12-08kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada1-3/+3
2018-12-08Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+5
2018-12-06stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov1-3/+5
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+35
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2-4/+3
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2018-12-01kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada2-3/+0
2018-12-01kbuild: refactor if_changedMasahiro Yamada1-2/+1
2018-12-01kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada2-9/+9
2018-12-01kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada2-19/+15
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada4-55/+36
2018-12-01kbuild: refactor modversions build rulesMasahiro Yamada1-37/+17
2018-12-01kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada1-1/+1
2018-12-01kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada1-1/+1
2018-12-01kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada2-13/+9
2018-12-01kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada2-9/+2
2018-12-01kbuild: move modpost out of 'scripts' targetMasahiro Yamada2-4/+1
2018-12-01modpost: move unresolved symbol checks to check_exports()Masahiro Yamada1-15/+18
2018-12-01modpost: merge module iterationsMasahiro Yamada1-6/+1
2018-12-01modpost: refactor seen flag clearing in add_depends()Masahiro Yamada1-6/+6
2018-12-01modpost: file2alias: check prototype of handlerMasahiro Yamada1-4/+3
2018-12-01modpost: file2alias: go back to simple devtable lookupMasahiro Yamada1-95/+49
2018-12-01modpost: skip ELF local symbols during section mismatch checkPaul Walmsley1-0/+12
2018-12-01unifdef: use memcpy instead of strncpyLinus Torvalds1-2/+2
2018-11-30kbuild: Enable dtc graph_port warning by defaultRob Herring1-1/+0
2018-11-30kbuild: disable dtc simple_bus_reg warnings by defaultRob Herring1-0/+1
2018-11-29scripts/dtc: Update to upstream version v1.4.7-57-gf267e674d145Rob Herring17-147/+436
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-78/+0
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan1-2/+0
2018-11-25scripts/kernel-doc: Fix struct and struct field attribute processingSakari Ailus1-3/+4
2018-11-25drm: remove no longer needed drm-get-put coccinelle scriptFernando Ramos1-78/+0
2018-11-21modpost: drop unused command line switchesPaul Walmsley1-1/+1
2018-11-21scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...Brian Norris1-2/+10
2018-11-21modpost: validate symbol names also in find_elf_symbolSami Tolvanen1-24/+26
2018-11-18scripts/spdxcheck.py: make python3 compliantUwe Kleine-König1-1/+0
2018-11-18scripts/faddr2line: fix location of start_kernel in commentRandy Dunlap1-1/+1
2018-11-15scripts/kconfig/merge_config: don't redefine 'y' to 'm'Anders Roxell1-8/+29
2018-11-12checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()Paul E. McKenney1-0/+6
2018-11-12checkpatch: Create table of obsolete APIs and apply to RCUJoe Perches1-0/+29