aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-04-16kasan: remove redundant config optionWalter Wu1-2/+8
2021-04-16kasan: fix hwasan build for gccArnd Bergmann1-6/+6
2021-04-01kbuild: lto: Merge module sections if and only if CONFIG_LTO_CLANG is enabledSean Christopherson1-0/+2
2021-03-13kbuild: fix ld-version.sh to not be affected by localeMasahiro Yamada1-1/+1
2021-03-11kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)Masahiro Yamada1-1/+1
2021-03-11kbuild: remove unneeded -O option to dtcMasahiro Yamada1-1/+1
2021-03-11kbuild: dummy-tools: adjust to scripts/cc-version.shMasahiro Yamada1-2/+2
2021-03-11kbuild: dummy-tools: support MPROFILE_KERNEL checks for ppcJiri Slaby1-0/+9
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada1-0/+1
2021-03-10kbuild: Fix ld-version.sh script if LLD was built with LLD_VENDORBernhard Rosenkränzer1-7/+13
2021-03-10kbuild: dummy-tools: fix inverted tests for gccJiri Slaby1-0/+5
2021-03-05Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+2
2021-03-05Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+0
2021-03-02ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountChen Jun1-1/+1
2021-03-01gcc-plugins: latent_entropy: remove unneeded semicolonJason Yan1-1/+1
2021-03-01gcc-plugins: structleak: remove unneeded variable 'ret'Jason Yan1-2/+1
2021-02-28kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada1-3/+0
2021-02-28kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada2-15/+26
2021-02-27kbuild: lto: add _mcount to list of used symbolsArnd Bergmann1-0/+1
2021-02-26Merge tag 'docs-5.12-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2021-02-26ubsan: remove overflow checksAndrey Ryabinin1-2/+0
2021-02-26scripts/gdb: fix list_for_eachGeorge Prekas1-0/+5
2021-02-26checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu1-1/+11
2021-02-26checkpatch: don't warn about colon termination in linker scriptsChris Down1-1/+1
2021-02-26checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches1-1/+1
2021-02-26checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava1-0/+7
2021-02-26checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches1-10/+10
2021-02-26checkpatch: prefer ftrace over function entry/exit printksJoe Perches1-0/+35
2021-02-26checkpatch: trivial style fixesDwaipayan Ray1-9/+9
2021-02-26checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang1-1/+3
2021-02-26checkpatch: improve blank line after declaration testJoe Perches1-23/+29
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds20-230/+423
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+30
2021-02-24scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+26
2021-02-24scripts/spelling.txt: add "allocted" and "exeeds" typodingsenjie1-0/+2
2021-02-24scripts/spelling.txt: check for "exeeds"zuoqilin1-0/+1
2021-02-24scripts/spelling.txt: increase error-prone spell checkingtangchunyou1-0/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-8/+23
2021-02-24kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada3-16/+0
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada1-22/+14
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2-1/+2
2021-02-24kconfig: fix 'invalid option' for help optionMasahiro Yamada1-2/+2
2021-02-24kconfig: remove dead code in conf_askvalue()Masahiro Yamada1-15/+1
2021-02-24kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada1-26/+29
2021-02-24kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün1-1/+1
2021-02-23dts: drop dangling c6x symlinkMichal Kubecek1-1/+0
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-23/+55
2021-02-23scripts/dtc: Add missing fdtoverlay to gitignoreRob Herring2-0/+2
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen4-26/+55
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen1-1/+1
2021-02-23tracing: add support for objtool mcountSami Tolvanen1-0/+3
2021-02-23objtool: Don't autodetect vmlinux.oSami Tolvanen1-1/+1
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-60/+5
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-31/+458
2021-02-22scripts: kernel-doc: fix array element capture in pointer-to-func parsingAditya Srivastava1-1/+1
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2-18/+49
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-237/+367
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+31
2021-02-22kbuild: check the minimum linker version in KconfigMasahiro Yamada3-32/+77
2021-02-22kbuild: remove ld-version macroMasahiro Yamada1-5/+1
2021-02-22scripts: add generic syscallhdr.shMasahiro Yamada1-0/+98
2021-02-22scripts: add generic syscalltbl.shMasahiro Yamada1-0/+73
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+0
2021-02-16gen_compile_commands: prune some directoriesMasahiro Yamada1-2/+10
2021-02-16Kconfig: allow explicit opt in to DWARF v5Nick Desaulniers1-0/+8
2021-02-16Kbuild: Make composite object searching more genericElliot Berman1-4/+8
2021-02-16kbuild: use always-y instead of extra-yMasahiro Yamada2-7/+7
2021-02-16genksyms: remove useless case DOTSMasahiro Yamada1-1/+0
2021-02-16genksyms: remove dead code for ST_TABLE_*Masahiro Yamada1-54/+0
2021-02-16genksyms: make source_file a local variable in lexerMasahiro Yamada3-2/+3
2021-02-16kbuild: check the minimum compiler version in KconfigMasahiro Yamada4-39/+88
2021-02-14Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+4
2021-02-15scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer1-0/+1
2021-02-13scripts/recordmcount.pl: support big endian for ARCH shRong Chen1-1/+5
2021-02-12of: Remove of_dev_{get,put}()Rob Herring1-1/+0
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar13-34/+26
2021-02-12kbuild: LD_VERSION redenominationMasahiro Yamada1-1/+1
2021-02-12kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64Masahiro Yamada1-0/+3
2021-02-10checkpatch: Don't check for mutex_trylock_recursive()Sebastian Andrzej Siewior1-6/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig4-46/+5
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig3-15/+1
2021-02-05kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann1-0/+6
2021-02-04kbuild: Add support to build overlays (%.dtbo)Viresh Kumar2-0/+8
2021-02-04scripts: dtc: Remove the unused fdtdump.c fileViresh Kumar1-163/+0
2021-02-04scripts: dtc: Build fdtoverlay toolViresh Kumar1-1/+7
2021-02-04scripts/dtc: Update to upstream version v1.6.0-51-g183df9e9c2b9Rob Herring15-71/+350
2021-02-03scripts: dtc: Fetch fdtoverlay.c from external DTC projectViresh Kumar1-1/+2
2021-02-03scripts/clang-tools: switch explicitly to Python 3Masahiro Yamada2-2/+2
2021-02-01Docs: drop Python 2 supportJonathan Corbet1-2/+2
2021-02-01kbuild: remove PYTHON variableMasahiro Yamada1-1/+1
2021-01-28scripts/kernel-doc: add internal hyperlink to DOC: sectionsMichal Wajdeczko1-0/+1
2021-01-28Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada1-7/+0
2021-01-28scripts: use pkg-config to locate libcryptoRolf Eike Beer1-2/+6
2021-01-27ver_linux: Eliminate duplicate code in ldconfig processing logicAlexander Kapshuk1-7/+5
2021-01-27spdxcheck.py: Use Python 3Bert Vermeulen1-1/+1
2021-01-27kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult1-1/+1
2021-01-23kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gccMasahiro Yamada1-7/+3
2021-01-22scripts: switch explicitly to Python 3Andy Shevchenko2-2/+2
2021-01-18scripts: kernel-doc: validate kernel-doc markup with the actual namesMauro Carvalho Chehab1-16/+46
2021-01-14scripts/mod: disable LTO for empty.cSami Tolvanen1-0/+1
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen3-10/+21
2021-01-14init: lto: ensure initcall orderingSami Tolvanen3-2/+289
2021-01-14kbuild: lto: add a default list of used symbolsSami Tolvanen1-0/+5
2021-01-14kbuild: lto: merge module sectionsSami Tolvanen1-0/+24
2021-01-14kbuild: lto: fix module versioningSami Tolvanen3-4/+58
2021-01-14kbuild: add support for Clang LTOSami Tolvanen4-12/+59
2021-01-11Merge 5.11-rc3 into char-misc-nextGreg Kroah-Hartman6-13/+14
2021-01-10Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-11/+4
2021-01-08tracing: move function tracer options to KconfigSami Tolvanen1-4/+2
2021-01-07fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()Xu Yilun2-0/+17
2021-01-06gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks1-2/+2
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz2-0/+31
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada1-10/+0
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin1-1/+3
2021-01-04kconfig: config script: add a little user helpRandy Dunlap1-0/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds1-0/+2
2020-12-29checkpatch: prefer strscpy to strlcpyJoe Perches1-0/+6
2020-12-25Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds4-304/+18
2020-12-24scripts: coccicheck: Correct usage of make coccicheckSumera Priyadarsini1-0/+12
2020-12-22Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds8-76/+94
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds14-55/+87
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-0/+2
2020-12-21kconfig: fix return value of do_error_if()Masahiro Yamada1-1/+1
2020-12-21genksyms: Ignore module scoped _Static_assert()Marco Elver3-1/+36
2020-12-21modpost: turn static exports into errorQuentin Perret1-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada1-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada1-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada1-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2-29/+27
2020-12-21modpost: rename merror() to error()Masahiro Yamada2-6/+6
2020-12-16Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-525/+2
2020-12-15ubsan: move cc-option tests into KconfigKees Cook1-30/+15
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedKees Cook1-4/+0
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches1-3/+10
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray1-2/+5
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray1-0/+9
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray1-0/+22
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava1-2/+69
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava1-2/+10
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava1-2/+8
2020-12-15checkpatch: fix unescaped left braceDwaipayan Ray1-1/+1
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava1-2/+2
2020-12-15checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray1-3/+3
2020-12-15checkpatch: improve email parsingDwaipayan Ray1-17/+91
2020-12-15checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches1-1/+3
2020-12-15checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava1-2/+5
2020-12-15checkpatch: update __attribute__((section("name"))) quote removalJoe Perches1-32/+15
2020-12-15checkpatch: add a fixer for missing newline at eofTom Rix1-2/+5
2020-12-15checkpatch: extend attributes check to handle more patternsDwaipayan Ray1-38/+71
2020-12-15checkpatch: allow --fix removal of unnecessary break statementsJoe Perches1-4/+8
2020-12-15checkpatch: prefer static const declarationsJoe Perches1-0/+12
2020-12-15checkpatch: ignore generated CamelCase defines and enum valuesŁukasz Stelmach1-0/+2
2020-12-15checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava1-1/+15
2020-12-15checkpatch: add new exception to repeated word checkDwaipayan Ray1-2/+13
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-2/+42
2020-12-15coccinnelle: Remove ptr_ret scriptMaxime Ripard1-97/+0
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-13/+79
2020-12-14Merge tag 'docs-5.11' of git://git.lwn.net/linuxLinus Torvalds2-2/+632
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+0
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+4
2020-12-12kbuild: do not use scripts/ld-version.sh for checking spatch versionMasahiro Yamada2-12/+6
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+25
2020-12-08kconfig: clean up header inclusionBoris Kolpackov4-3/+2
2020-12-08kconfig: qconf: show Qt version in the About dialogMasahiro Yamada1-3/+6
2020-12-08kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov1-0/+4
2020-12-08kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada1-58/+78
2020-12-08kconfig: qconf: use a variable to pass packages to pkg-configMasahiro Yamada1-1/+1
2020-12-08kconfig: qconf: drop Qt4 supportMasahiro Yamada1-10/+2
2020-12-08Makefile.extrawarn: remove -Wnested-externs warningArnd Bergmann1-1/+0
2020-12-08tweewide: Fix most Shebang linesFinn Behrens8-8/+8
2020-12-07Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2-0/+11
2020-12-06Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+25
2020-12-06kbuild: avoid split lines in .mod filesMasahiro Yamada1-8/+4
2020-12-04gcc-plugins: simplify GCC plugin-dev capability testMasahiro Yamada2-20/+1
2020-12-04gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada10-505/+1
2020-12-04scripts: get_feat.pl: reduce table width for all features outputMauro Carvalho Chehab1-12/+59
2020-12-04scripts: get_feat.pl: change the group by orderMauro Carvalho Chehab1-1/+1
2020-12-04scripts: get_feat.pl: make complete table more coinciseMauro Carvalho Chehab1-37/+68
2020-12-04bpf: Add a bpf_sock_from_file helperFlorent Revest1-0/+4
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-2/+11
2020-12-04Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Leon Romanovsky2-0/+11
2020-12-04Add auxiliary bus supportDave Ertman2-0/+11
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-12-03scripts: kernel-doc: fix parsing function-like typedefsMauro Carvalho Chehab1-1/+1
2020-12-03scripts: get_feat.pl: use its implementation for list-arch.shMauro Carvalho Chehab1-13/+64
2020-12-03scripts: get_feat.pl: improve matrix outputMauro Carvalho Chehab1-43/+70
2020-12-03scripts: get_feat.pl: add a script to handle Documentation/featuresMauro Carvalho Chehab1-0/+474
2020-12-01kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Nathan Chancellor1-0/+20
2020-11-28Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh1-0/+2
2020-11-25kbuild: Skip module BTF generation for out-of-tree external modulesAndrii Nakryiko1-2/+7
2020-11-25Makefile.extrawarn: move -Wcast-align to W=3Arnd Bergmann1-1/+1
2020-11-20s390/ftrace: assume -mhotpatch or -mrecord-mcount always availableVasily Gorbik1-3/+0
2020-11-18bpf: Add bpf_bprm_opts_set helperKP Singh1-0/+2
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+18
2020-11-13scripts: kernel-doc: Restore anonymous enum parsingAndy Shevchenko1-1/+1
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2020-11-10kbuild: Build kernel module BTFs if BTF is enabled and pahole supports itAndrii Nakryiko1-2/+18
2020-11-09remove boolinit.cocciPeter Zijlstra1-195/+0
2020-11-08Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+23