aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-10-25Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-10-23scripts/nsdeps: use alternative sed delimiterJessica Yu
2019-10-20Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-19scripts/gdb: fix debugging modules on s390Ilya Leoshkevich
2019-10-19scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setJoel Colledge
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich
2019-10-18modpost: make updating the symbol namespace explicitMatthias Maennich
2019-10-18modpost: delegate updating namespaces to separate functionMatthias Maennich
2019-10-17coccinelle: api/devm_platform_ioremap_resource: remove useless scriptAlexandre Belloni
2019-10-15scripts: setlocalversion: fix a bashismRandy Dunlap
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-10-12recordmcount: Fix nop_mcount() functionSteven Rostedt (VMware)
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-10-07nsdeps: make generated patches independent of localeMasahiro Yamada
2019-10-07nsdeps: fix hashbang of scripts/nsdepsMasahiro Yamada
2019-10-07modpost: fix broken sym->namespace for external module buildsMasahiro Yamada
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada
2019-10-07scripts: add_namespace: Fix coccicheck failedYueHaibing
2019-10-05scripts/setlocalversion: clear local variable to make it work for shMasahiro Yamada
2019-10-05namespace: fix namespace.pl script to support relative pathsJacob Keller
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-25checkpatch: check for nested (un)?likely() callsDenis Efremov
2019-09-25scripts/gdb: handle split debugDouglas Anderson
2019-09-25checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches
2019-09-25checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson
2019-09-25checkpatch: allow consecutive close bracesJoe Perches
2019-09-25checkpatch: prefer __section over __attribute__((section(...)))Joe Perches
2019-09-25checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman
2019-09-25checkpatch.pl: warn on invalid commit idMatteo Croce
2019-09-25checkpatch: improve SPDX license checkingJoe Perches
2019-09-25checkpatch: don't interpret stack dumps as commit IDsJoe Perches
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-21Merge tag 'gcc-plugins-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-14genksyms: convert to SPDX License Identifier for lex.l and parse.yMasahiro Yamada
2019-09-14modpost: use __section in the output to *.mod.cMasahiro Yamada
2019-09-14modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada
2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada
2019-09-10scripts: Coccinelle script for namespace dependencies.Matthias Maennich
2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich
2019-09-10modpost: add support for symbol namespacesMatthias Maennich
2019-09-09kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada
2019-09-06kbuild: replace BASH-specific ${@:2} with shift and ${@}Andrii Nakryiko