summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|/ / / /
* | | | kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann2021-02-051-0/+6
* | | | scripts/clang-tools: switch explicitly to Python 3Masahiro Yamada2021-02-032-2/+2
* | | | kbuild: remove PYTHON variableMasahiro Yamada2021-02-011-1/+1
* | | | Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada2021-01-281-7/+0
* | | | scripts: use pkg-config to locate libcryptoRolf Eike Beer2021-01-281-2/+6
* | | | kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult2021-01-271-1/+1
* | | | kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gccMasahiro Yamada2021-01-231-7/+3
* | | | scripts: switch explicitly to Python 3Andy Shevchenko2021-01-222-2/+2
| |_|/ |/| |
* | | Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-103-11/+4
|\ \ \
| * | | kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2021-01-041-10/+0
| * | | kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin2021-01-041-1/+3
| * | | kconfig: config script: add a little user helpRandy Dunlap2021-01-041-0/+1
| |/ /
* / / gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks2021-01-061-2/+2
|/ /
* | depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds2021-01-011-0/+2
* | checkpatch: prefer strscpy to strlcpyJoe Perches2020-12-291-0/+6
|/