summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds2020-12-254-304/+18
|\
| * scripts: coccicheck: Correct usage of make coccicheckSumera Priyadarsini2020-12-241-0/+12
| * coccinnelle: Remove ptr_ret scriptMaxime Ripard2020-12-151-97/+0
| * kbuild: do not use scripts/ld-version.sh for checking spatch versionMasahiro Yamada2020-12-122-12/+6
| * remove boolinit.cocciPeter Zijlstra2020-11-091-195/+0
* | Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-12-228-76/+94
|\ \
| * | kconfig: fix return value of do_error_if()Masahiro Yamada2020-12-211-1/+1
| * | kconfig: clean up header inclusionBoris Kolpackov2020-12-084-3/+2
| * | kconfig: qconf: show Qt version in the About dialogMasahiro Yamada2020-12-081-3/+6
| * | kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov2020-12-081-0/+4
| * | kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada2020-12-081-58/+78
| * | kconfig: qconf: use a variable to pass packages to pkg-configMasahiro Yamada2020-12-081-1/+1
| * | kconfig: qconf: drop Qt4 supportMasahiro Yamada2020-12-081-10/+2
* | | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-2214-55/+87
|\ \ \
| * | | genksyms: Ignore module scoped _Static_assert()Marco Elver2020-12-213-1/+36