aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus 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/git/gregkh/char-miscLinus 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-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus 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/git/jeyu/linuxLinus Torvalds4-60/+5
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds12-31/+458
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/git/robh/linuxLinus Torvalds21-237/+367
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus 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/kernel/git/tip/tipLinus 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/git/masahiroy/linux-kbuildLinus 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