summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada
2019-07-18kbuild: export_report: read modules.order instead of .tmp_versions/*.modMasahiro Yamada
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada
2019-07-17kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada
2019-07-17kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada
2019-07-17kbuild: remove duplication from modules.order in sub-directoriesMasahiro Yamada
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada
2019-07-17kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada
2019-07-17coccinelle: api: add devm_platform_ioremap_resource scriptHimanshu Jha
2019-07-17kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada
2019-07-17kbuild: remove unused hostcc-optionMasahiro Yamada
2019-07-17kconfig: fix missing choice values in auto.confMasahiro Yamada
2019-07-17builddeb: generate multi-arch friendly linux-libc-dev packageCedric Hombourger
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada
2019-07-14Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-07-14*: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-12scripts/spelling.txt: add more spellings to spelling.txtColin Ian King
2019-07-12scripts/decode_stacktrace: Accept dash/underscore in modulesEvan Green
2019-07-12scripts/spelling.txt: add spelling fix for prohibitedChris Paterson
2019-07-12scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley
2019-07-12scripts/decode_stacktrace: look for modules with .ko.debug extensionNicolas Boichat
2019-07-12scripts/decode_stacktrace: match basepath using shell prefix operator, not regexNicolas Boichat
2019-07-11Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-11kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada
2019-07-11kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefixMasahiro Yamada
2019-07-11kbuild: fix compression errors getting ignoredHarald Seiler
2019-07-11kbuild: add a flag to force absolute path for srctreeMasahiro Yamada
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09scripts/tags.sh: remove unused environment variables from commentsMasahiro Yamada
2019-07-09scripts/tags.sh: drop SUBARCH support for ARMMasahiro Yamada
2019-07-09kbuild: support header-test-pattern-yMasahiro Yamada
2019-07-09kbuild: do not create wrappers for header-test-yMasahiro Yamada
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08kallsyms: exclude kasan local symbols on s390Vasily Gorbik
2019-07-08coccinelle: api/stream_open: treat all wait_.*() calls as blockingKirill Smelkov
2019-07-08coccinelle: put_device: Add a cast to an expression for an assignmentMarkus Elfring
2019-07-08coccinelle: put_device: Adjust a message constructionMarkus Elfring
2019-07-08coccinelle: kstrdup: Fix typo in warning messagesRikard Falkeborn
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon
2019-07-01recordmcount: Fix spurious mcount entries on powerpcNaveen N. Rao
2019-07-01fixdep: check return value of printf() and putchar()Masahiro Yamada
2019-07-01kbuild: save $(strip ...) for calling if_changed and friendsMasahiro Yamada
2019-07-01kbuild: save $(strip ...) for calling any-prepreqMasahiro Yamada
2019-07-01kbuild: rename arg-check to cmd-checkMasahiro Yamada