summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-25scripts/kallsyms: move ignored symbol types to is_ignored_symbol()Masahiro Yamada
2019-11-25scripts/kallsyms: move more patterns to the ignored_prefixes arrayMasahiro Yamada
2019-11-25scripts/kallsyms: skip ignored symbols very earlyMasahiro Yamada
2019-11-25scripts/kallsyms: add const qualifiers where possibleMasahiro Yamada
2019-11-25scripts/kallsyms: make find_token() return (unsigned char *)Masahiro Yamada
2019-11-25scripts/kallsyms: replace prefix_underscores_count() with strspn()Masahiro Yamada
2019-11-25scripts/kallsyms: add sym_name() to mitigate cast uglinessMasahiro Yamada
2019-11-25scripts/kallsyms: remove unneeded length check for prefix matchingMasahiro Yamada
2019-11-25scripts/kallsyms: remove redundant is_arm_mapping_symbol()Masahiro Yamada
2019-11-25scripts/kallsyms: set relative_base more effectivelyMasahiro Yamada
2019-11-25scripts/kallsyms: shrink table before sorting itMasahiro Yamada
2019-11-25scripts/kallsyms: fix definitely-lost memory leakMasahiro Yamada
2019-11-25scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZEMasahiro Yamada
2019-11-23kbuild: make single target builds even fasterMasahiro Yamada
2019-11-23modpost: respect the previous export when 'exported twice' is warnedMasahiro Yamada
2019-11-23modpost: do not set ->preloaded for symbols from Module.symversMasahiro Yamada
2019-11-23modpost: stop symbol preloading for modversion CRCMasahiro Yamada
2019-11-23modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada
2019-11-23modpost: add a helper to get data pointed by a symbolMasahiro Yamada
2019-11-15kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada
2019-11-15kbuild: remove header compile testMasahiro Yamada
2019-11-11kbuild: rename any-prereq to newer-prereqsMasahiro Yamada
2019-11-11kbuild: drop $(wildcard $^) check in if_changed* for faster rebuildMasahiro Yamada
2019-11-11kbuild: update compile-test header list for v5.5-rc1Masahiro Yamada
2019-11-11modpost: remove unneeded local variable in contains_namespace()Masahiro Yamada
2019-11-11scripts/nsdeps: support nsdeps for external module buildsMasahiro Yamada
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada
2019-11-11modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada
2019-11-11modpost: do not invoke extra modpost for nsdepsMasahiro Yamada
2019-11-11scripts/ver_linux: add Bison and Flex to the checklistBhaskar Chowdhury
2019-11-11kconfig: be more helpful if pkg-config is missingAlyssa Ross
2019-11-11kconfig: Add option to get the full help text with listnewconfigLaura Abbott
2019-11-11kbuild: Add make dir-pkg build optionMatteo Croce
2019-11-11kbuild: Extend defconfig field size from 24 to 27Geert Uytterhoeven
2019-11-11kbuild: Wrap long "make help" text linesGeert Uytterhoeven
2019-11-11scripts: setlocalversion: replace backquote to dollar parenthesisBhaskar Chowdhury
2019-11-11asm-generic/export.h: remove unneeded __kcrctab_* symbolsMasahiro Yamada
2019-11-11asm-generic/export.h: make __ksymtab_* local symbolsMasahiro Yamada
2019-11-11kbuild: make single target builds much fasterMasahiro Yamada
2019-11-11kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectoriesMasahiro Yamada
2019-11-11kbuild: remove unneeded variable, single-allMasahiro Yamada
2019-11-11kheaders: explain why include/config/autoconf.h is excluded from md5sumMasahiro Yamada
2019-11-11kheaders: remove the last bashism to allow sh to run itMasahiro Yamada
2019-11-11kheaders: optimize header copy for in-tree buildsMasahiro Yamada
2019-11-11kheaders: optimize md5sum calculation for in-tree buildsMasahiro Yamada
2019-11-11kheaders: remove unneeded 'cat' command piped to 'head' / 'tail'Masahiro Yamada
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada
2019-11-11modpost: do not parse vmlinux for external module buildsMasahiro Yamada
2019-11-11kbuild: update comments in scripts/Makefile.modpostMasahiro Yamada