aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 4-8/+8
2020-08-07scripts/spelling.txt: add more spellings to spelling.txtGravatar Colin Ian King 1-0/+19
2020-08-07const_structs.checkpatch: add regulator_opsGravatar Joe Perches 1-0/+1
2020-08-07scripts/decode_stacktrace.sh: guess path to vmlinux by release nameGravatar Konstantin Khlebnikov 1-5/+24
2020-08-07scripts/decode_stacktrace.sh: guess path to modulesGravatar Konstantin Khlebnikov 1-3/+33
2020-08-07scripts/decode_stacktrace.sh: guess basepath if not specifiedGravatar Konstantin Khlebnikov 1-3/+11
2020-08-07scripts/decode_stacktrace.sh: skip missing symbolsGravatar Konstantin Khlebnikov 1-1/+5
2020-08-07scripts/bloat-o-meter: Support comparing library archivesGravatar Nikolay Borisov 1-0/+2
2020-08-07scripts/tags.sh: collect compiled source preciselyGravatar Jialu Xu 1-14/+4
2020-08-06Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa...Gravatar Linus Torvalds 5-4/+427
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-1/+26
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+8
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-2/+7
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-5/+29
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+18
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-11/+5
2020-08-04coccinelle: api: filter out memdup_user definitionsGravatar Denis Efremov 1-4/+13
2020-08-04coccinelle: api: extend memdup_user rule with vmemdup_user()Gravatar Denis Efremov 1-0/+45
2020-08-04coccinelle: api: extend memdup_user transformation with GFP_USERGravatar Denis Efremov 1-2/+6
2020-08-04coccinelle: api: add kzfree scriptGravatar Denis Efremov 1-0/+101
2020-08-04coccinelle: misc: add array_size_dup script to detect missed overflow checksGravatar Denis Efremov 1-0/+209
2020-08-04coccinelle: api/kstrdup: fix coccinelle positionGravatar Denis Efremov 1-1/+1
2020-08-04coccinelle: api: add device_attr_show scriptGravatar Denis Efremov 1-0/+55
2020-08-04Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-34/+222
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-6/+6
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+22
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-8/+7
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-0/+41
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Gravatar Rafael J. Wysocki 1-6/+6
2020-08-02kbuild: remove redundant FORCE definition in scripts/Makefile.modpostGravatar Masahiro Yamada 1-3/+0
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Gravatar Masahiro Yamada 2-5/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-2/+10
2020-08-01Revert "kconfig: qconf: don't show goback button on splitMode"Gravatar Masahiro Yamada 1-3/+2
2020-08-01Revert "kconfig: qconf: Change title for the item window"Gravatar Masahiro Yamada 1-9/+1
2020-08-01kconfig: qconf: remove "goBack" debug messageGravatar Masahiro Yamada 1-1/+0
2020-08-01kconfig: qconf: use delete[] instead of delete to free arrayGravatar Masahiro Yamada 1-2/+2
2020-08-01kconfig: qconf: compile moc object separatelyGravatar Masahiro Yamada 3-7/+7
2020-08-01kconfig: qconf: use if_changed for qconf.moc ruleGravatar Masahiro Yamada 1-2/+4
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Gravatar Ingo Molnar 1-1/+1
2020-07-31scripts/kernel-doc: optionally treat warnings as errorsGravatar Pierre-Louis Bossart 1-1/+22
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreGravatar Catalin Marinas 1-8/+1
2020-07-31init: Add support for zstd compressed kernelGravatar Nick Terrell 1-0/+22
2020-07-27Merge 5.8-rc7 into driver-core-nextGravatar Greg Kroah-Hartman 3-5/+13
2020-07-27Merge 5.8-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 3-5/+13
2020-07-27modpost: explain why we can't use strsepGravatar Wolfram Sang 1-0/+1
2020-07-26Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+10
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-3/+3
2020-07-24scripts/gdb: fix lx-symbols 'gdb.error' while loading modulesGravatar Stefano Garzarella 1-1/+1
2020-07-24scripts/decode_stacktrace: strip basepath from all pathsGravatar Pi-Hsun Shih 1-2/+2