summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Docs: drop Python 2 supportJonathan Corbet2021-02-011-2/+2
| * | | | | scripts/kernel-doc: add internal hyperlink to DOC: sectionsMichal Wajdeczko2021-01-281-0/+1
| * | | | | scripts: kernel-doc: validate kernel-doc markup with the actual namesMauro Carvalho Chehab2021-01-181-16/+46
| | |/ / / | |/| | |
* | | | | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-2221-237/+367
|\ \ \ \ \
| * | | | | of: Remove of_dev_{get,put}()Rob Herring2021-02-121-1/+0
| * | | | | kbuild: Add support to build overlays (%.dtbo)Viresh Kumar2021-02-042-0/+8
| * | | | | scripts: dtc: Remove the unused fdtdump.c fileViresh Kumar2021-02-041-163/+0
| * | | | | scripts: dtc: Build fdtoverlay toolViresh Kumar2021-02-041-1/+7
| * | | | | scripts/dtc: Update to upstream version v1.6.0-51-g183df9e9c2b9Rob Herring2021-02-0415-71/+350
| * | | | | scripts: dtc: Fetch fdtoverlay.c from external DTC projectViresh Kumar2021-02-031-1/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-02-222-0/+31
|\ \ \ \ \
| * | | | | platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz2021-01-072-0/+31
| |/ / / /
* | | | | Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-211-6/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar2021-02-1213-34/+26
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | checkpatch: Don't check for mutex_trylock_recursive()Sebastian Andrzej Siewior2021-02-101-6/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-142-0/+4
|\ \ \ \ \
| * | | | | scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer2021-02-151-0/+1
| * | | | | kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64Masahiro Yamada2021-02-121-0/+3
| | |/ / / | |/| | |
* / | | | scripts/recordmcount.pl: support big endian for ARCH shRong Chen2021-02-131-1/+5
|/ / / /