aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-01-21Merge tag 'gcc-plugins-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+21
2019-01-20gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Ard Biesheuvel1-0/+18
2019-01-20gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP maskArd Biesheuvel1-2/+3
2019-01-14kbuild: remove unused baseprereqMasahiro Yamada1-4/+0
2019-01-14kconfig: clean generated *conf-cfg filesMasahiro Yamada1-1/+1
2019-01-12Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...Linus Torvalds2-14/+5
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2019-01-08dma-mapping: remove dma_zalloc_coherent()Luis Chamberlain2-14/+5
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2-18/+19
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2-7/+5
2019-01-06kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2-7/+4
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada2-3/+2
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada1-14/+7
2019-01-06kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada1-2/+2
2019-01-06kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada1-4/+2
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-1/+1
2019-01-06kallsyms: lower alignment on ARMMathias Krause1-2/+2
2019-01-06scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall1-0/+5
2019-01-06scripts: coccinelle: check for redeclarationJulia Lawall1-0/+3
2019-01-06kconfig: remove unused "file" field of yylval unionMasahiro Yamada1-1/+0
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-20/+9
2019-01-04checkpatch: add Co-developed-by to signature tagsJorge Ramirez-Ortiz1-0/+1
2019-01-04scripts/gdb: fix lx-version string outputDu Changbin1-1/+1
2019-01-04checkpatch: warn on const char foo[] = "bar"; declarationsJoe Perches1-2/+11
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-1/+14
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds46-645/+499
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds16-348/+412
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds1-6/+7
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-150/+463
2018-12-28scripts/tags.sh: add more declarationsKirill Tkhai1-2/+11
2018-12-28scripts: add spdxcheck.py self testThierry Reding1-0/+12
2018-12-28scripts/checkstack.pl: dynamic stack growth for aarch64Qian Cai1-0/+2
2018-12-28scripts/decode_stacktrace: only strip base path when a prefix of the pathMarc Zyngier1-1/+1
2018-12-28scripts/decodecode: set ARCH when running natively on arm/arm64Marc Zyngier1-0/+7
2018-12-28bloat-o-meter: ignore __addressable_ symbolsRasmus Villemoes1-0/+1
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-22/+31
2018-12-28kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warningMasahiro Yamada1-1/+2
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada5-19/+54
2018-12-28kconfig: add static qualifiers to fix gconf warningsMasahiro Yamada1-10/+10
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada4-8/+6
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada7-15/+16
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada42-140/+57
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada4-147/+69
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+113
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+35
2018-12-26Merge branch 'parisc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-78/+0
2018-12-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+1
2018-12-22scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignoreMasahiro Yamada1-2/+0
2018-12-22kconfig: update current_pos in the second lexerMasahiro Yamada1-5/+15
2018-12-22kconfig: switch to ASSIGN_VAL state in the second lexerMasahiro Yamada1-3/+9
2018-12-22kconfig: stop associating kconf_id with yylvalMasahiro Yamada2-23/+20
2018-12-22kconfig: refactor end token rulesMasahiro Yamada1-28/+15
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada2-4/+3
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada2-4/+3
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada2-5/+13
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada5-52/+41
2018-12-22kconfig: use distinct tokens for type and default propertiesMasahiro Yamada3-32/+47
2018-12-19scripts: add a tool to produce a compile_commands.json fileTom Roeder1-0/+151
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar2-5/+1
2018-12-17scripts: coccinelle: Correct warning messageJulia Lawall1-6/+6
2018-12-17scripts: coccinelle: only suggest true/false in files that already use themJulia Lawall1-10/+21
2018-12-17kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada1-1/+1
2018-12-17kbuild: refactor part-of-moduleMasahiro Yamada1-5/+3
2018-12-17kbuild: refactor quiet_modtagMasahiro Yamada1-6/+1
2018-12-17kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada1-2/+0
2018-12-17kbuild: refactor Makefile.asm-genericMasahiro Yamada1-18/+19
2018-12-15kconfig: remove redundant token definesMasahiro Yamada1-5/+0
2018-12-15kconfig: rename depends_list to comment_option_listMasahiro Yamada1-6/+6
2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada1-7/+7
2018-12-15kconfig: remove redundant menu_block ruleMasahiro Yamada1-8/+1
2018-12-15kconfig: remove redundant if_block ruleMasahiro Yamada1-9/+1
2018-12-15kconfig: remove grammatically ambiguous option_errorMasahiro Yamada1-10/+0
2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada1-10/+1
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada1-0/+4
2018-12-14scripts/spdxcheck.py: always open files in binary modeThierry Reding1-2/+4
2018-12-14checkstack.pl: fix for aarch64Qian Cai1-2/+2
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring7-16/+45
2018-12-13kbuild: Add support for DT binding schema checksRob Herring2-2/+26
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel3-0/+113
2018-12-13kconfig: clean up EOF handling in the lexerMasahiro Yamada1-3/+2
2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada2-15/+24
2018-12-13kconfig: refactor pattern matching in STRING stateMasahiro Yamada1-11/+3
2018-12-13kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada1-6/+0
2018-12-13kconfig: require T_EOL to reduce visible statementMasahiro Yamada1-2/+2
2018-12-13kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada1-0/+2
2018-12-13kconfig: 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-08scripts/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-07Merge 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-11-30unifdef: 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-28scripts/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-24drm: 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
2018-11-11builddeb: Fix inclusion of dtbs in debian packageRob Herring1-2/+2
2018-11-11Revert "scripts/setlocalversion: git: Make -dirty check more robust"Guenter Roeck1-1/+1
2018-11-11kbuild: deb-pkg: fix too low build version numberMasahiro Yamada1-2/+5
2018-11-11kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada1-3/+4
2018-11-07kernel-doc: extend $type_param to match members referenced by pointerMike Rapoport1-1/+1
2018-11-07kernel-doc: kill trailing whitespaceMike Rapoport1-2/+2
2018-11-06kbuild: deb-pkg: fix bindeb-pkg breakage when O= is usedMasahiro Yamada1-1/+1
2018-11-06kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is usedMasahiro Yamada1-5/+6
2018-11-03Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds5-32/+7
2018-11-02kbuild: remove cc-name variableMasahiro Yamada1-4/+0
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada1-1/+1
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds1-0/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+488
2018-11-02merge_config.sh: Allow to define config prefixPetr Vorel1-1/+5
2018-11-02kbuild: remove unused cc-fullversion variableMasahiro Yamada1-4/+0
2018-11-02kconfig: remove silentoldconfig targetMasahiro Yamada1-8/+1
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada2-15/+1
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy1-11/+0
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-1/+0
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-68/+34
2018-10-29modpost: Create macro to avoid variable shadowingLeonardo Bras1-4/+15
2018-10-29ASN.1: Remove unnecessary shadowed local variableLeonardo Bras1-1/+1
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-10-26scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai1-1/+1
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds26-241/+1037
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2-71/+4
2018-10-23Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+5
2018-10-19kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada1-8/+6
2018-10-19kbuild: remove unneeded link_multi_depsMasahiro Yamada1-18/+2
2018-10-19modpost: remove leftover symbol prefix handling for module device tableMasahiro Yamada1-4/+3
2018-10-18kernel-doc: fix declaration type determinationRandy Dunlap1-4/+4
2018-10-17extract-vmlinux: Check for uncompressed image as fallbackHelge Deller1-3/+3
2018-10-11Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-1/+1
2018-10-11Makefile: Globally enable VLA warningKees Cook1-1/+0
2018-10-04Merge branch 'all-dtbs' into dt/nextRob Herring3-4/+3
2018-10-04kbuild: simplify command line creation in scripts/mkmakefileMasahiro Yamada1-7/+1
2018-10-04kbuild: do not pass $(objtree) to scripts/mkmakefileMasahiro Yamada1-4/+3
2018-10-04kbuild: remove user ID check in scripts/mkmakefileMasahiro Yamada1-1/+0
2018-10-04kbuild: remove VERSION and PATCHLEVEL from $(objtree)/MakefileMasahiro Yamada1-6/+0
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit2-1/+5
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring3-4/+3
2018-09-30Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda1-0/+1
2018-09-20scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4Rob Herring23-236/+1033
2018-09-19scripts/dtc: Add yamltree.c to dtc sourcesRob Herring1-1/+1
2018-09-19ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley1-1/+1
2018-09-17Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+13
2018-09-13kbuild: remove old check for CFLAGS useMasahiro Yamada1-10/+0
2018-09-13kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada1-1/+1
2018-09-10kallsyms: remove left-over Blackfin codeMasahiro Yamada1-2/+0
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich1-2/+2
2018-09-09Drop all 00-INDEX files from Documentation/Henrik Austad1-67/+0
2018-09-09Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-35/+46
2018-09-09kbuild: modules_install: warn when missing System.map fileRandy Dunlap1-0/+1
2018-09-05Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2018-09-05selftests: add headers_install to lib.mkAnders Roxell1-0/+13
2018-09-04checkpatch: add __ro_after_init to known $AttributeJoe Perches1-0/+1
2018-09-04checkpatch: add optional static const to blank line declarations testJoe Perches1-1/+1
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov1-0/+8
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov1-0/+12
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov3-0/+449
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov1-0/+19
2018-09-04nds32/ftrace: Add RECORD_MCOUNT supportZong Li1-0/+3
2018-09-03kbuild: make missing $DEPMOD a Warning instead of an ErrorRandy Dunlap1-2/+2
2018-09-03kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada6-31/+42
2018-09-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+0