summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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: Wrap long "make help" text linesGeert Uytterhoeven
2019-11-11scripts: setlocalversion: replace backquote to dollar parenthesisBhaskar Chowdhury
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: 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
2019-11-11kconfig: split util.c out of parser.yMasahiro Yamada
2019-11-11video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/Masahiro Yamada
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-07scripts/sphinx-pre-install: fix Arch latexmk dependencyLouis Taylor
2019-11-07scripts/kernel-doc: Add support for named variable macro argumentsJonathan Neuschäfer
2019-11-06scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich
2019-11-05scripts/nsdeps: make sure to pass all module source files to spatchJessica Yu
2019-11-04dtc: Use pkg-config to locate libyamlPavel Modilaynen
2019-11-04scripts/dtc: dtx_diff - add color output supportGeert Uytterhoeven
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-29Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
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-20scripts/bpf: Print an error when known types list needs updatingJakub Sitnicki
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-16scripts/bpf: Emit an #error directive known types list needs updatingJakub Sitnicki
2019-10-15scripts: setlocalversion: fix a bashismRandy Dunlap
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
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-11checkpatch: Warn if DT bindings are not in schema formatRob Herring
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus
2019-10-09scripts/bpf: Fix xdp_md forward declaration typoAndrii Nakryiko
2019-10-07nsdeps: make generated patches independent of localeMasahiro Yamada