summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-2520-230/+423
|\
| * kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada2021-02-243-16/+0
| * kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada2021-02-241-22/+14
| * kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2021-02-242-1/+2
| * kconfig: fix 'invalid option' for help optionMasahiro Yamada2021-02-241-2/+2
| * kconfig: remove dead code in conf_askvalue()Masahiro Yamada2021-02-241-15/+1
| * kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada2021-02-241-26/+29
| * kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün2021-02-241-1/+1
| * kbuild: check the minimum linker version in KconfigMasahiro Yamada2021-02-223-32/+77
| * kbuild: remove ld-version macroMasahiro Yamada2021-02-221-5/+1
| * scripts: add generic syscallhdr.shMasahiro Yamada2021-02-221-0/+98
| * scripts: add generic syscalltbl.shMasahiro Yamada2021-02-221-0/+73
| * gen_compile_commands: prune some directoriesMasahiro Yamada2021-02-161-2/+10
| * Kconfig: allow explicit opt in to DWARF v5Nick Desaulniers2021-02-161-0/+8
| * Kbuild: Make composite object searching more genericElliot Berman2021-02-161-4/+8
| * kbuild: use always-y instead of extra-yMasahiro Yamada2021-02-162-7/+7
| * genksyms: remove useless case DOTSMasahiro Yamada2021-02-161-1/+0
| * genksyms: remove dead code for ST_TABLE_*Masahiro Yamada2021-02-161-54/+0
| * genksyms: make source_file a local variable in lexerMasahiro Yamada2021-02-163-2/+3
| * kbuild: check the minimum compiler version in KconfigMasahiro Yamada2021-02-164-39/+88
| * kbuild: LD_VERSION redenominationMasahiro Yamada2021-02-121-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-241-0/+30
|\ \
| * | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2021-02-241-0/+26
| * | scripts/spelling.txt: add "allocted" and "exeeds" typodingsenjie2021-02-241-0/+2
| * | scripts/spelling.txt: check for "exeeds"zuoqilin2021-02-241-0/+1
| * | scripts/spelling.txt: increase error-prone spell checkingtangchunyou2021-02-241-0/+1
* | | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-244-8/+23
|\ \ \ | |/ / |/| |
| * | ver_linux: Eliminate duplicate code in ldconfig processing logicAlexander Kapshuk2021-01-271-7/+5
| * | spdxcheck.py: Use Python 3Bert Vermeulen2021-01-271-1/+1
| * | Merge 5.11-rc3 into char-misc-nextGreg Kroah-Hartman2021-01-116-13/+14
| |\ \
| * | | fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()Xu Yilun2021-01-072-0/+17
* | | | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-234-23/+55
|\ \ \ \
| * | | | kbuild: lto: postpone objtoolSami Tolvanen2021-02-234-26/+55
| * | | | objtool: Split noinstr validation from --vmlinuxSami Tolvanen2021-02-231-1/+1
| * | | | tracing: add support for objtool mcountSami Tolvanen2021-02-231-0/+3
| * | | | objtool: Don't autodetect vmlinux.oSami Tolvanen2021-02-231-1/+1
* | | | | scripts/dtc: Add missing fdtoverlay to gitignoreRob Herring2021-02-232-0/+2
* | | | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-234-60/+5
|\ \ \ \ \
| * | | | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-084-46/+5
| * | | | | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-083-15/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-2312-31/+458
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | scripts/mod: disable LTO for empty.cSami Tolvanen2021-01-141-0/+1
| * | | | modpost: lto: strip .lto from module namesSami Tolvanen2021-01-143-10/+21
| * | | | init: lto: ensure initcall orderingSami Tolvanen2021-01-143-2/+289
| * | | | kbuild: lto: add a default list of used symbolsSami Tolvanen2021-01-141-0/+5
| * | | | kbuild: lto: merge module sectionsSami Tolvanen2021-01-141-0/+24
| * | | | kbuild: lto: fix module versioningSami Tolvanen2021-01-143-4/+58
| * | | | kbuild: add support for Clang LTOSami Tolvanen2021-01-144-12/+59
| * | | | tracing: move function tracer options to KconfigSami Tolvanen2021-01-081-4/+2
* | | | | Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-222-18/+49
|\ \ \ \ \