Age | Commit message (Expand) | Author | Files | Lines |
2020-08-10 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 20 | -108/+130 |
2020-08-09 | kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base | Masahiro Yamada | 1 | -7/+3 |
2020-08-09 | kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled | Masahiro Yamada | 3 | -11/+0 |
2020-08-09 | kbuild: introduce hostprogs-always-y and userprogs-always-y | Masahiro Yamada | 9 | -27/+36 |
2020-08-09 | kbuild: sort hostprogs before passing it to ifneq | Masahiro Yamada | 2 | -7/+8 |
2020-08-09 | kbuild: move host .so build rules to scripts/gcc-plugins/Makefile | Masahiro Yamada | 4 | -43/+55 |
2020-08-09 | kbuild: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2 | -2/+2 |
2020-08-09 | kbuild: introduce ccflags-remove-y and asflags-remove-y | Masahiro Yamada | 1 | -6/+8 |
2020-08-09 | kbuild: do not export LDFLAGS_vmlinux | Masahiro Yamada | 1 | -0/+4 |
2020-08-09 | kbuild: always create directories of targets | Masahiro Yamada | 1 | -3/+1 |
2020-08-07 | Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+0 |
2020-08-07 | kasan: allow enabling stack tagging for tag-based mode | Andrey Konovalov | 1 | -1/+2 |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 4 | -8/+8 |
2020-08-07 | scripts/spelling.txt: add more spellings to spelling.txt | Colin Ian King | 1 | -0/+19 |
2020-08-07 | const_structs.checkpatch: add regulator_ops | Joe Perches | 1 | -0/+1 |
2020-08-07 | scripts/decode_stacktrace.sh: guess path to vmlinux by release name | Konstantin Khlebnikov | 1 | -5/+24 |
2020-08-07 | scripts/decode_stacktrace.sh: guess path to modules | Konstantin Khlebnikov | 1 | -3/+33 |
2020-08-07 | scripts/decode_stacktrace.sh: guess basepath if not specified | Konstantin Khlebnikov | 1 | -3/+11 |
2020-08-07 | scripts/decode_stacktrace.sh: skip missing symbols | Konstantin Khlebnikov | 1 | -1/+5 |
2020-08-07 | scripts/bloat-o-meter: Support comparing library archives | Nikolay Borisov | 1 | -0/+2 |
2020-08-07 | scripts/tags.sh: collect compiled source precisely | Jialu Xu | 1 | -14/+4 |
2020-08-06 | Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa... | Linus Torvalds | 5 | -4/+427 |
2020-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2 | -1/+26 |
2020-08-05 | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+8 |
2020-08-05 | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -2/+7 |
2020-08-05 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 2 | -5/+29 |
2020-08-05 | Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+18 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -11/+5 |
2020-08-04 | coccinelle: api: filter out memdup_user definitions | Denis Efremov | 1 | -4/+13 |
2020-08-04 | coccinelle: api: extend memdup_user rule with vmemdup_user() | Denis Efremov | 1 | -0/+45 |
2020-08-04 | coccinelle: api: extend memdup_user transformation with GFP_USER | Denis Efremov | 1 | -2/+6 |
2020-08-04 | coccinelle: api: add kzfree script | Denis Efremov | 1 | -0/+101 |
2020-08-04 | coccinelle: misc: add array_size_dup script to detect missed overflow checks | Denis Efremov | 1 | -0/+209 |
2020-08-04 | coccinelle: api/kstrdup: fix coccinelle position | Denis Efremov | 1 | -1/+1 |
2020-08-04 | coccinelle: api: add device_attr_show script | Denis Efremov | 1 | -0/+55 |
2020-08-04 | Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -34/+222 |
2020-08-04 | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -6/+6 |
2020-08-04 | Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+22 |
2020-08-04 | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2020-08-04 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -8/+7 |
2020-08-03 | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -0/+41 |
2020-08-03 | Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools' | Rafael J. Wysocki | 1 | -6/+6 |
2020-08-02 | kbuild: remove redundant FORCE definition in scripts/Makefile.modpost | Masahiro Yamada | 1 | -3/+0 |
2020-08-02 | kconfig: qconf: remove wrong ConfigList::firstChild() | Masahiro Yamada | 2 | -5/+1 |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+10 |
2020-08-01 | Revert "kconfig: qconf: don't show goback button on splitMode" | Masahiro Yamada | 1 | -3/+2 |
2020-08-01 | Revert "kconfig: qconf: Change title for the item window" | Masahiro Yamada | 1 | -9/+1 |
2020-08-01 | kconfig: qconf: remove "goBack" debug message | Masahiro Yamada | 1 | -1/+0 |
2020-08-01 | kconfig: qconf: use delete[] instead of delete to free array | Masahiro Yamada | 1 | -2/+2 |
2020-08-01 | kconfig: qconf: compile moc object separately | Masahiro Yamada | 3 | -7/+7 |