aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2-18/+49
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds21-237/+367
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds2-0/+31
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2021-02-14Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-0/+4
2021-02-15scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer1-0/+1
2021-02-13scripts/recordmcount.pl: support big endian for ARCH shRong Chen1-1/+5
2021-02-12of: Remove of_dev_{get,put}()Rob Herring1-1/+0
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar13-34/+26
2021-02-12kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64Masahiro Yamada1-0/+3
2021-02-10checkpatch: Don't check for mutex_trylock_recursive()Sebastian Andrzej Siewior1-6/+0
2021-02-05kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann1-0/+6
2021-02-04kbuild: Add support to build overlays (%.dtbo)Viresh Kumar2-0/+8
2021-02-04scripts: dtc: Remove the unused fdtdump.c fileViresh Kumar1-163/+0
2021-02-04scripts: dtc: Build fdtoverlay toolViresh Kumar1-1/+7
2021-02-04scripts/dtc: Update to upstream version v1.6.0-51-g183df9e9c2b9Rob Herring15-71/+350
2021-02-03scripts: dtc: Fetch fdtoverlay.c from external DTC projectViresh Kumar1-1/+2
2021-02-03scripts/clang-tools: switch explicitly to Python 3Masahiro Yamada2-2/+2
2021-02-01Docs: drop Python 2 supportJonathan Corbet1-2/+2
2021-02-01kbuild: remove PYTHON variableMasahiro Yamada1-1/+1
2021-01-28scripts/kernel-doc: add internal hyperlink to DOC: sectionsMichal Wajdeczko1-0/+1
2021-01-28Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada1-7/+0
2021-01-28scripts: use pkg-config to locate libcryptoRolf Eike Beer1-2/+6
2021-01-27kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult1-1/+1
2021-01-23kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gccMasahiro Yamada1-7/+3
2021-01-22scripts: switch explicitly to Python 3Andy Shevchenko2-2/+2
2021-01-18scripts: kernel-doc: validate kernel-doc markup with the actual namesMauro Carvalho Chehab1-16/+46
2021-01-10Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds3-11/+4
2021-01-06gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks1-2/+2
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz2-0/+31
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada1-10/+0
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin1-1/+3
2021-01-04kconfig: config script: add a little user helpRandy Dunlap1-0/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds1-0/+2
2020-12-29checkpatch: prefer strscpy to strlcpyJoe Perches1-0/+6
2020-12-25Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linuxLinus Torvalds4-304/+18
2020-12-24scripts: coccicheck: Correct usage of make coccicheckSumera Priyadarsini1-0/+12
2020-12-22Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds8-76/+94
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds14-55/+87
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-0/+2
2020-12-21kconfig: fix return value of do_error_if()Masahiro Yamada1-1/+1
2020-12-21genksyms: Ignore module scoped _Static_assert()Marco Elver3-1/+36
2020-12-21modpost: turn static exports into errorQuentin Perret1-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada1-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada1-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada1-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2-29/+27
2020-12-21modpost: rename merror() to error()Masahiro Yamada2-6/+6
2020-12-16Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds12-525/+2
2020-12-15ubsan: move cc-option tests into KconfigKees Cook1-30/+15