aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds15-105/+119
2020-02-07Merge tag 'docs-5.6-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-02-05Allow git builds of SphinxStephen Kitt1-1/+1
2020-02-05kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa1-3/+2
2020-02-04mm: remove __kreallocFlorian Westphal1-4/+0
2020-02-04scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada1-56/+65
2020-02-04scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada1-12/+12
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada13-39/+45
2020-02-04kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada1-1/+1
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-130/+170
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds10-175/+98
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+14
2020-01-31scripts/spelling.txt: add "issus" typoLuca Ceresoli1-0/+1
2020-01-31scripts/spelling.txt: add more spellings to spelling.txtXiong1-0/+13
2020-01-30Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-32/+63
2020-01-29Merge tag 'docs-5.6' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-294/+0
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+2
2020-01-29builddeb: split libc headers deployment out into a functionMasahiro Yamada1-14/+18
2020-01-29builddeb: split kernel headers deployment out into a functionMasahiro Yamada1-34/+42
2020-01-29builddeb: remove redundant make for ARCH=umMasahiro Yamada1-2/+1
2020-01-29builddeb: avoid invoking sub-shells where possibleMasahiro Yamada1-13/+22
2020-01-29builddeb: remove redundant $objtree/Masahiro Yamada1-16/+16
2020-01-29builddeb: match temporary directory name to the package nameMasahiro Yamada1-4/+4
2020-01-29builddeb: remove unneeded files in hdrobjfiles for headers packageMasahiro Yamada1-2/+2
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-381/+541
2020-01-28scripts/dtc: Revert "yamltree: Ensure consistent bracketing of properties wit...Rob Herring1-21/+0
2020-01-27scripts/find-unused-docs: Fix massive false positivesGeert Uytterhoeven1-1/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-5/+1
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+4
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+17
2020-01-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+17
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-4/+2
2020-01-22bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down1-2/+2
2020-01-22kbuild: use -S instead of -E for precise cc-option test in KconfigMasahiro Yamada1-1/+1
2020-01-22builddeb: allow selection of .deb compressorMichał Mirosław1-1/+1
2020-01-19ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin1-0/+17
2020-01-16kbuild: remove 'Building modules, stage 2.' logMasahiro Yamada1-1/+0
2020-01-16kbuild: remove *.tmp file when filechk failsMasahiro Yamada1-8/+7
2020-01-16modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada1-7/+1
2020-01-15kbuild: Add support for 'as-instr' to be used in Kconfig filesCatalin Marinas1-0/+4
2020-01-13libbpf: Clean up bpf_helper_defs.h generation outputAndrii Nakryiko1-2/+0
2020-01-14builddeb: make headers package thinnerMichał Mirosław1-2/+2
2020-01-13Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman2-6/+5
2020-01-10kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski3-0/+3
2020-01-07kconfig: fix nesting of symbol help textThomas Hebb1-8/+8
2020-01-07kconfig: distinguish between dependencies and visibility in help textThomas Hebb3-2/+13
2020-01-07kconfig: list all definitions of a symbol in help textThomas Hebb1-24/+31
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa4-1/+38
2020-01-07kconfig: use $(PERL) in MakefileMasahiro Yamada1-1/+1
2020-01-07kconfig: fix too deep indentation in MakefileMasahiro Yamada1-9/+9
2020-01-07kconfig: localmodconfig: fix indentation for closing braceMasahiro Yamada1-1/+1
2020-01-07kconfig: localmodconfig: remove unused $configMasahiro Yamada1-2/+0
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada3-23/+17
2020-01-07kconfig: remove sym from struct propertyMasahiro Yamada3-3/+1
2020-01-07kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada1-4/+5
2020-01-07kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada1-36/+34
2020-01-07kconfig: remove 'prompt' symbolMasahiro Yamada1-10/+7
2020-01-07kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada1-3/+1
2020-01-07kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada1-5/+3
2020-01-07kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada1-1/+1
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada4-106/+6
2020-01-07kbuild: pass KBUILD_MODFILE when compiling builtin objectsMasahiro Yamada1-6/+9
2020-01-07kbuild: add stringify helper to quote a string passed to C filesMasahiro Yamada2-1/+5
2020-01-07kbuild: use pattern rule for building built-in.a in sub-directoriesMasahiro Yamada1-1/+1
2020-01-07kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada2-1/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-5/+1
2020-01-03Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-01-04kbuild/deb-pkg: annotate libelf-dev dependency as :nativeArd Biesheuvel1-1/+1
2020-01-02gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againArnd Bergmann1-5/+4
2019-12-26scripts/dtc: Update to upstream version v1.5.1-22-gc40aeb60b47aRob Herring14-32/+84
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman5-36/+30
2019-12-21Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-27/+30
2019-12-17tty: vt: move conmakehash to drivers/tty/vt/ from scripts/Masahiro Yamada3-294/+0
2019-12-17scripts: package: mkdebian: add missing rsync dependencyEnrico Weigelt, metux IT consult1-1/+1
2019-12-17kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb1-0/+7
2019-12-14scripts/kallsyms: fix offset overflow of kallsyms_relative_baseMasahiro Yamada1-20/+18
2019-12-14mkcompile_h: use printf for LINUX_COMPILE_BYMasahiro Yamada1-1/+1
2019-12-14mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}Masahiro Yamada1-6/+4
2019-12-13x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang1-1/+4
2019-12-13scripts/sorttable: Implement build-time ORC unwind table sortingShile Zhang3-6/+189
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang5-15/+15
2019-12-13scripts/sortextable: Refactor the do_func() functionShile Zhang2-58/+61
2019-12-13scripts/sortextable: Remove dead codeShile Zhang1-4/+0
2019-12-13scripts/sortextable: Clean up the code to meet the kernel coding style betterShile Zhang2-102/+111
2019-12-13scripts/sortextable: Rewrite error/success handlingShile Zhang2-82/+48
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds1-9/+0
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+7
2019-12-06checkpatch: Drop pr_warning checkKefeng Wang1-9/+0
2019-12-04checkpatch: reduce is_maintained_obsolete lookup runtimeJoe Perches1-2/+6
2019-12-04checkpatch: improve ignoring CamelCase SI style variants like mAJoe Perches1-2/+3
2019-12-04scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in co...Joe Perches1-1/+37
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds21-858/+321
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds3-14/+109
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+21
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+7
2019-12-01scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+28
2019-11-29bpf: Force .BTF section start to zero when dumping from vmlinuxStanislav Fomichev1-2/+3
2019-11-27bpf: Support pre-2.25-binutils objcopy for vmlinux BTFStanislav Fomichev1-1/+6
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+6
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+154
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2019-11-25scripts/kallsyms: remove redundant initializersMasahiro Yamada1-3/+3
2019-11-25scripts/kallsyms: put check_symbol_range() calls close togetherMasahiro Yamada1-3/+1
2019-11-25scripts/kallsyms: make check_symbol_range() void functionMasahiro Yamada1-9/+6
2019-11-25scripts/kallsyms: move ignored symbol types to is_ignored_symbol()Masahiro Yamada1-15/+15
2019-11-25scripts/kallsyms: move more patterns to the ignored_prefixes arrayMasahiro Yamada1-10/+2
2019-11-25scripts/kallsyms: skip ignored symbols very earlyMasahiro Yamada1-51/+62
2019-11-25scripts/kallsyms: add const qualifiers where possibleMasahiro Yamada1-14/+14
2019-11-25scripts/kallsyms: make find_token() return (unsigned char *)Masahiro Yamada1-1/+2
2019-11-25scripts/kallsyms: replace prefix_underscores_count() with strspn()Masahiro Yamada1-12/+2
2019-11-25scripts/kallsyms: add sym_name() to mitigate cast uglinessMasahiro Yamada1-13/+16
2019-11-25scripts/kallsyms: remove unneeded length check for prefix matchingMasahiro Yamada1-2/+1
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-22docs, parallelism: Rearrange how jobserver reservations are madeKees Cook2-59/+66
2019-11-22docs, parallelism: Do not leak blocking mode to other readersKees Cook1-8/+6
2019-11-22docs, parallelism: Fix failure path and add commentKees Cook1-0/+3
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2019-11-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+4
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-14checkpatch: don't warn about new vsprintf pointer extension '%pe'Uwe Kleine-König1-1/+1
2019-11-13scripts/tools-support-relr.sh: un-quote variablesIlie Halip1-4/+4
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+5
2019-11-08Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2019-11-07scripts/sphinx-pre-install: fix Arch latexmk dependencyLouis Taylor1-0/+1
2019-11-07scripts/kernel-doc: Add support for named variable macro argumentsJonathan Neuschäfer1-0/+16
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-11-04dtc: Use pkg-config to locate libyamlPavel Modilaynen1-2/+2
2019-11-04scripts/dtc: dtx_diff - add color output supportGeert Uytterhoeven1-1/+11
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-21/+43
2019-10-29Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet13-116/+72
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-10-25Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-20/+42
2019-10-23scripts/nsdeps: use alternative sed delimiterJessica Yu1-1/+1
2019-10-20scripts/bpf: Print an error when known types list needs updatingJakub Sitnicki1-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-97/+52
2019-10-20Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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-16scripts/bpf: Emit an #error directive known types list needs updatingJakub Sitnicki1-1/+1
2019-10-15scripts: setlocalversion: fix a bashismRandy Dunlap1-1/+1
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+154
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-4/+1
2019-10-12recordmcount: Fix nop_mcount() functionSteven Rostedt (VMware)1-4/+1
2019-10-11checkpatch: Warn if DT bindings are not in schema formatRob Herring1-0/+8
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-16/+19
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus1-2/+6
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus1-1/+0
2019-10-09scripts/bpf: Fix xdp_md forward declaration typoAndrii Nakryiko1-1/+1
2019-10-07nsdeps: make generated patches independent of localeMasahiro Yamada1-1/+1
2019-10-07nsdeps: fix hashbang of scripts/nsdepsMasahiro Yamada1-1/+1
2019-10-07modpost: fix broken sym->namespace for external module buildsMasahiro Yamada1-5/+8
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada1-9/+7
2019-10-07scripts: add_namespace: Fix coccicheck failedYueHaibing1-0/+2
2019-10-06scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitionsAndrii Nakryiko1-1/+154
2019-10-05scripts/setlocalversion: clear local variable to make it work for shMasahiro Yamada1-1/+1
2019-10-05namespace: fix namespace.pl script to support relative pathsJacob Keller1-6/+7
2019-10-03scripts/sphinx-pre-install: Add a new path for the debian package "fonts-noto...Jeremy MAURO1-1/+2
2019-10-03scripts/sphinx-pre-install: allow checking for multiple missing filesJeremy MAURO1-9/+11
2019-10-01kernel-doc: add support for ____cacheline_aligned_in_smp attributeAndré Almeida1-1/+2
2019-10-01kernel-doc: fix processing nested structs with attributesAndré Almeida1-4/+4
2019-10-01scripts/sphinx-pre-install: add how to exit virtualenv usage messageShuah Khan1-0/+8
2019-10-01docs: Use make invocation's -j argument for parallelismKees Cook1-0/+58
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada1-4/+9