Age | Commit message (Expand) | Author | Files | Lines |
2020-10-18 | Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw... | Linus Torvalds | 10 | -23/+1104 |
2020-10-17 | coccinelle: api: add kfree_mismatch script | Denis Efremov | 1 | -0/+228 |
2020-10-15 | coccinelle: iterators: Add for_each_child.cocci script | Sumera Priyadarsini | 1 | -0/+358 |
2020-10-10 | coccinelle: api: kfree_sensitive: print memset position | Denis Efremov | 1 | -4/+6 |
2020-10-03 | coccinelle: misc: add flexible_array.cocci script | Denis Efremov | 1 | -0/+88 |
2020-10-01 | coccinelle: api: add kvmalloc script | Denis Efremov | 1 | -0/+256 |
2020-09-21 | coccinelle: misc: add excluded_middle.cocci script | Denis Efremov | 1 | -0/+39 |
2020-09-12 | coccinelle: api: update kzfree script to kfree_sensitive | Denis Efremov | 1 | -16/+13 |
2020-09-10 | scripts: device_attr_show.cocci: update location of sysfs doc | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-09-05 | coccinelle: misc: add uninitialized_var.cocci script | Denis Efremov | 1 | -0/+51 |
2020-09-02 | coccinelle: ifnullfree: add vfree(), kvfree*() functions | Denis Efremov | 1 | -2/+9 |
2020-08-21 | coccinelle: api: add kobj_to_dev.cocci script | Denis Efremov | 1 | -0/+45 |
2020-08-21 | coccinelle: add patch rule for dma_alloc_coherent | Alex Dewar | 1 | -3/+13 |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 4 | -8/+8 |
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-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-07-10 | scripts: add dummy report mode to add_namespace.cocci | Matthias Maennich | 1 | -1/+7 |
2020-05-07 | net: remove newlines in NL_SET_ERR_MSG_MOD | Jacob Keller | 1 | -0/+75 |
2020-02-04 | mm: remove __krealloc | Florian Westphal | 1 | -4/+0 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2 | -5/+1 |
2019-10-17 | coccinelle: api/devm_platform_ioremap_resource: remove useless script | Alexandre Belloni | 1 | -60/+0 |
2019-10-07 | scripts: add_namespace: Fix coccicheck failed | YueHaibing | 1 | -0/+2 |
2019-09-22 | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+23 |
2019-09-18 | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+102 |
2019-09-10 | scripts: Coccinelle script for namespace dependencies. | Matthias Maennich | 1 | -0/+23 |
2019-09-06 | coccinelle: platform_get_irq: Fix parse error | YueHaibing | 1 | -3/+3 |
2019-07-30 | coccinelle: api/atomic_as_refcounter: add SPDX License Identifier | Matthias Maennich | 1 | -0/+1 |
2019-07-30 | coccinelle: Add script to check for platform_get_irq() excessive prints | Stephen Boyd | 1 | -0/+102 |
2019-07-20 | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -0/+60 |
2019-07-17 | coccinelle: api: add devm_platform_ioremap_resource script | Himanshu Jha | 1 | -0/+60 |
2019-07-15 | docs: driver-model: move it to the driver-api book | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-14 | Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux | Linus Torvalds | 1 | -1/+8 |
2019-07-14 | *: convert stream-like files -> stream_open, even if they use noop_llseek | Kirill Smelkov | 1 | -1/+8 |
2019-07-12 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 3 | -14/+13 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2019-07-08 | coccinelle: api/stream_open: treat all wait_.*() calls as blocking | Kirill Smelkov | 1 | -4/+4 |
2019-07-08 | coccinelle: put_device: Add a cast to an expression for an assignment | Markus Elfring | 1 | -1/+1 |
2019-07-08 | coccinelle: put_device: Adjust a message construction | Markus Elfring | 1 | -5/+4 |
2019-07-08 | coccinelle: kstrdup: Fix typo in warning messages | Rikard Falkeborn | 1 | -4/+4 |
2019-06-21 | docs: driver-model: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 | Thomas Gleixner | 50 | -106/+156 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257 | Thomas Gleixner | 1 | -1/+2 |
2019-04-06 | fs: stream_open - opener for stream-like files so that read and write can run... | Kirill Smelkov | 1 | -0/+363 |
2019-03-28 | scripts: coccinelle: Fix description of badty.cocci | Michael Stefaniuc | 1 | -1/+1 |