aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25scripts/kallsyms: remove redundant is_arm_mapping_symbol()Masahiro Yamada1-13/+6
2019-11-25scripts/kallsyms: set relative_base more effectivelyMasahiro Yamada1-4/+8
2019-11-25scripts/kallsyms: shrink table before sorting itMasahiro Yamada1-20/+29
2019-11-25scripts/kallsyms: fix definitely-lost memory leakMasahiro Yamada1-0/+2
2019-11-25scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZEMasahiro Yamada1-2/+0
2019-11-23modpost: respect the previous export when 'exported twice' is warnedMasahiro Yamada1-15/+11
2019-11-23modpost: do not set ->preloaded for symbols from Module.symversMasahiro Yamada1-4/+2
2019-11-23modpost: stop symbol preloading for modversion CRCMasahiro Yamada1-32/+39
2019-11-23modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada1-3/+3
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada2-8/+3
2019-11-23modpost: add a helper to get data pointed by a symbolMasahiro Yamada1-4/+13
2019-11-15kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada1-18/+0
2019-11-15kbuild: remove header compile testMasahiro Yamada2-23/+0
2019-11-11kbuild: rename any-prereq to newer-prereqsMasahiro Yamada1-5/+5
2019-11-11kbuild: drop $(wildcard $^) check in if_changed* for faster rebuildMasahiro Yamada1-2/+5
2019-11-11modpost: remove unneeded local variable in contains_namespace()Masahiro Yamada1-4/+2
2019-11-11scripts/nsdeps: support nsdeps for external module buildsMasahiro Yamada2-3/+9
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada4-39/+30
2019-11-11modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada1-0/+2
2019-11-11modpost: do not invoke extra modpost for nsdepsMasahiro Yamada2-12/+5
2019-11-11scripts/ver_linux: add Bison and Flex to the checklistBhaskar Chowdhury1-0/+2
2019-11-11kconfig: be more helpful if pkg-config is missingAlyssa Ross2-0/+6
2019-11-11kconfig: Add option to get the full help text with listnewconfigLaura Abbott2-2/+16
2019-11-11kbuild: Add make dir-pkg build optionMatteo Croce2-3/+8
2019-11-11kbuild: Wrap long "make help" text linesGeert Uytterhoeven2-2/+4
2019-11-11scripts: setlocalversion: replace backquote to dollar parenthesisBhaskar Chowdhury1-11/+11
2019-11-11kbuild: make single target builds much fasterMasahiro Yamada1-1/+4
2019-11-11kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectoriesMasahiro Yamada1-3/+3
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada2-8/+2
2019-11-11modpost: do not parse vmlinux for external module buildsMasahiro Yamada1-3/+5
2019-11-11kbuild: update comments in scripts/Makefile.modpostMasahiro Yamada1-2/+1
2019-11-11kconfig: split util.c out of parser.yMasahiro Yamada2-2/+1
2019-11-11video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/Masahiro Yamada3-517/+0
2019-11-08Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-3/+3
2019-11-06scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich1-1/+2
2019-11-05scripts/nsdeps: make sure to pass all module source files to spatchJessica Yu1-3/+3
2019-10-25Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds3-20/+42
2019-10-23scripts/nsdeps: use alternative sed delimiterJessica Yu1-1/+1
2019-10-20Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-10-19scripts/gdb: fix debugging modules on s390Ilya Leoshkevich1-1/+7
2019-10-19scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setJoel Colledge2-16/+25
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich2-15/+19
2019-10-18modpost: make updating the symbol namespace explicitMatthias Maennich1-6/+6
2019-10-18modpost: delegate updating namespaces to separate functionMatthias Maennich1-3/+21
2019-10-17coccinelle: api/devm_platform_ioremap_resource: remove useless scriptAlexandre Belloni1-60/+0
2019-10-15scripts: setlocalversion: fix a bashismRandy Dunlap1-1/+1
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+1
2019-10-12recordmcount: Fix nop_mcount() functionSteven Rostedt (VMware)1-4/+1
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds3-16/+19
2019-10-07nsdeps: make generated patches independent of localeMasahiro Yamada1-1/+1