aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-60/+5
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 12-31/+458
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-18/+49
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 21-237/+367
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-0/+31
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+0
2021-02-14Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+4
2021-02-15scripts: set proper OpenSSL include dir also for sign-fileGravatar Rolf Eike Beer 1-0/+1
2021-02-13scripts/recordmcount.pl: support big endian for ARCH shGravatar Rong Chen 1-1/+5
2021-02-12of: Remove of_dev_{get,put}()Gravatar Rob Herring 1-1/+0
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesGravatar Ingo Molnar 13-34/+26
2021-02-12kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64Gravatar Masahiro Yamada 1-0/+3
2021-02-10checkpatch: Don't check for mutex_trylock_recursive()Gravatar Sebastian Andrzej Siewior 1-6/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 4-46/+5
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREGravatar Christoph Hellwig 3-15/+1
2021-02-05kallsyms: fix nonconverging kallsyms table with lldGravatar Arnd Bergmann 1-0/+6
2021-02-04kbuild: Add support to build overlays (%.dtbo)Gravatar Viresh Kumar 2-0/+8
2021-02-04scripts: dtc: Remove the unused fdtdump.c fileGravatar Viresh Kumar 1-163/+0
2021-02-04scripts: dtc: Build fdtoverlay toolGravatar Viresh Kumar 1-1/+7
2021-02-04scripts/dtc: Update to upstream version v1.6.0-51-g183df9e9c2b9Gravatar Rob Herring 15-71/+350
2021-02-03scripts: dtc: Fetch fdtoverlay.c from external DTC projectGravatar Viresh Kumar 1-1/+2
2021-02-03scripts/clang-tools: switch explicitly to Python 3Gravatar Masahiro Yamada 2-2/+2
2021-02-01Docs: drop Python 2 supportGravatar Jonathan Corbet 1-2/+2
2021-02-01kbuild: remove PYTHON variableGravatar Masahiro Yamada 1-1/+1
2021-01-28scripts/kernel-doc: add internal hyperlink to DOC: sectionsGravatar Michal Wajdeczko 1-0/+1
2021-01-28Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Gravatar Masahiro Yamada 1-7/+0
2021-01-28scripts: use pkg-config to locate libcryptoGravatar Rolf Eike Beer 1-2/+6
2021-01-27kconfig: mconf: fix HOSTCC callGravatar Enrico Weigelt, metux IT consult 1-1/+1
2021-01-23kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gccGravatar Masahiro Yamada 1-7/+3
2021-01-22scripts: switch explicitly to Python 3Gravatar Andy Shevchenko 2-2/+2
2021-01-18scripts: kernel-doc: validate kernel-doc markup with the actual namesGravatar Mauro Carvalho Chehab 1-16/+46
2021-01-14scripts/mod: disable LTO for empty.cGravatar Sami Tolvanen 1-0/+1
2021-01-14modpost: lto: strip .lto from module namesGravatar Sami Tolvanen 3-10/+21
2021-01-14init: lto: ensure initcall orderingGravatar Sami Tolvanen 3-2/+289
2021-01-14kbuild: lto: add a default list of used symbolsGravatar Sami Tolvanen 1-0/+5
2021-01-14kbuild: lto: merge module sectionsGravatar Sami Tolvanen 1-0/+24
2021-01-14kbuild: lto: fix module versioningGravatar Sami Tolvanen 3-4/+58
2021-01-14kbuild: add support for Clang LTOGravatar Sami Tolvanen 4-12/+59
2021-01-10Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-11/+4
2021-01-08tracing: move function tracer options to KconfigGravatar Sami Tolvanen 1-4/+2
2021-01-06gcc-plugins: fix gcc 11 indigestion with plugins...Gravatar Valdis Klētnieks 1-2/+2
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeGravatar Maximilian Luz 2-0/+31
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsGravatar Masahiro Yamada 1-10/+0
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesGravatar John Millikin 1-1/+3
2021-01-04kconfig: config script: add a little user helpGravatar Randy Dunlap 1-0/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHGravatar Linus Torvalds 1-0/+2
2020-12-29checkpatch: prefer strscpy to strlcpyGravatar Joe Perches 1-0/+6
2020-12-25Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Gravatar Linus Torvalds 4-304/+18
2020-12-24scripts: coccicheck: Correct usage of make coccicheckGravatar Sumera Priyadarsini 1-0/+12
2020-12-22Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 8-76/+94