summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2020-08-10kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada
2020-08-10kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada
2020-08-10kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada
2020-08-10kbuild: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada
2020-08-10kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada
2020-08-10kbuild: always create directories of targetsMasahiro Yamada
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-08-07kasan: allow enabling stack tagging for tag-based modeAndrey Konovalov
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-07scripts/spelling.txt: add more spellings to spelling.txtColin Ian King
2020-08-07const_structs.checkpatch: add regulator_opsJoe Perches
2020-08-07scripts/decode_stacktrace.sh: guess path to vmlinux by release nameKonstantin Khlebnikov
2020-08-07scripts/decode_stacktrace.sh: guess path to modulesKonstantin Khlebnikov
2020-08-07scripts/decode_stacktrace.sh: guess basepath if not specifiedKonstantin Khlebnikov
2020-08-07scripts/decode_stacktrace.sh: skip missing symbolsKonstantin Khlebnikov
2020-08-07scripts/bloat-o-meter: Support comparing library archivesNikolay Borisov
2020-08-07scripts/tags.sh: collect compiled source preciselyJialu Xu
2020-08-06Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa...Linus Torvalds
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04coccinelle: api: filter out memdup_user definitionsDenis Efremov
2020-08-04coccinelle: api: extend memdup_user rule with vmemdup_user()Denis Efremov
2020-08-04coccinelle: api: extend memdup_user transformation with GFP_USERDenis Efremov
2020-08-04coccinelle: api: add kzfree scriptDenis Efremov
2020-08-04coccinelle: misc: add array_size_dup script to detect missed overflow checksDenis Efremov
2020-08-04coccinelle: api/kstrdup: fix coccinelle positionDenis Efremov
2020-08-04coccinelle: api: add device_attr_show scriptDenis Efremov
2020-08-04Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki
2020-08-02kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-01Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada
2020-08-01Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada
2020-08-01kconfig: qconf: remove "goBack" debug messageMasahiro Yamada
2020-08-01kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada
2020-08-01kconfig: qconf: compile moc object separatelyMasahiro Yamada
2020-08-01kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada