Age | Commit message (Expand) | Author |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long |
2020-08-07 | scripts/spelling.txt: add more spellings to spelling.txt | Colin Ian King |
2020-08-07 | const_structs.checkpatch: add regulator_ops | Joe Perches |
2020-08-07 | scripts/decode_stacktrace.sh: guess path to vmlinux by release name | Konstantin Khlebnikov |
2020-08-07 | scripts/decode_stacktrace.sh: guess path to modules | Konstantin Khlebnikov |
2020-08-07 | scripts/decode_stacktrace.sh: guess basepath if not specified | Konstantin Khlebnikov |
2020-08-07 | scripts/decode_stacktrace.sh: skip missing symbols | Konstantin Khlebnikov |
2020-08-07 | scripts/bloat-o-meter: Support comparing library archives | Nikolay Borisov |
2020-08-07 | scripts/tags.sh: collect compiled source precisely | Jialu Xu |
2020-08-06 | Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa... | Linus Torvalds |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-08-05 | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-05 | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-08-04 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds |
2020-08-04 | Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-04 | coccinelle: api: filter out memdup_user definitions | Denis Efremov |
2020-08-04 | coccinelle: api: extend memdup_user rule with vmemdup_user() | Denis Efremov |
2020-08-04 | coccinelle: api: extend memdup_user transformation with GFP_USER | Denis Efremov |
2020-08-04 | coccinelle: api: add kzfree script | Denis Efremov |
2020-08-04 | coccinelle: misc: add array_size_dup script to detect missed overflow checks | Denis Efremov |
2020-08-04 | coccinelle: api/kstrdup: fix coccinelle position | Denis Efremov |
2020-08-04 | coccinelle: api: add device_attr_show script | Denis Efremov |
2020-08-04 | Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-08-03 | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2020-08-03 | Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-03 | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-08-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2020-08-03 | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2020-08-03 | Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools' | Rafael J. Wysocki |
2020-08-02 | kbuild: remove redundant FORCE definition in scripts/Makefile.modpost | Masahiro Yamada |
2020-08-02 | kconfig: qconf: remove wrong ConfigList::firstChild() | Masahiro Yamada |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-08-01 | Revert "kconfig: qconf: don't show goback button on splitMode" | Masahiro Yamada |
2020-08-01 | Revert "kconfig: qconf: Change title for the item window" | Masahiro Yamada |
2020-08-01 | kconfig: qconf: remove "goBack" debug message | Masahiro Yamada |
2020-08-01 | kconfig: qconf: use delete[] instead of delete to free array | Masahiro Yamada |
2020-08-01 | kconfig: qconf: compile moc object separately | Masahiro Yamada |
2020-08-01 | kconfig: qconf: use if_changed for qconf.moc rule | Masahiro Yamada |
2020-08-01 | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... | Ingo Molnar |
2020-07-31 | scripts/kernel-doc: optionally treat warnings as errorsdocs-5.9 | Pierre-Louis Bossart |
2020-07-31 | Merge branch 'for-next/read-barrier-depends' into for-next/core | Catalin Marinas |
2020-07-31 | init: Add support for zstd compressed kernel | Nick Terrell |
2020-07-27 | Merge 5.8-rc7 into driver-core-next | Greg Kroah-Hartman |
2020-07-27 | Merge 5.8-rc7 into char-misc-next | Greg Kroah-Hartman |
2020-07-27 | modpost: explain why we can't use strsep | Wolfram Sang |
2020-07-26 | Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-24 | scripts/gdb: fix lx-symbols 'gdb.error' while loading modules | Stefano Garzarella |
2020-07-24 | scripts/decode_stacktrace: strip basepath from all paths | Pi-Hsun Shih |