- 3cdb8e9 drop fen.cocci by Julia Lawall · 3 years ago
- 92b2dad scripts/coccinelle: drop bugon.cocci by Julia Lawall · 3 years, 1 month ago
- a9b9669 Merge tag 'coccinelle-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux by Linus Torvalds · 3 years, 1 month ago
- ac5f313 coccinelle: semantic patch to check for inappropriate do_div() calls by Wen Yang · 5 years ago
- e71ec0b scripts: coccinelle: allow list_entry_is_head() to use pos by Daniel Thompson · 3 years, 5 months ago
- 9eec079 coccinelle: api: rename kzfree to kfree_sensitive by Weizhao Ouyang · 3 years, 5 months ago
- 5e52344 coccinelle: api: remove kobj_to_dev.cocci script by Keith Busch · 3 years, 6 months ago
- aeb300c coccinelle: misc: minmax: suppress patch generation for err returns by Denis Efremov · 3 years, 8 months ago
- 32c4656 drop unneeded *s by Julia Lawall · 3 years, 8 months ago
- 5d2db9b coccinelle: irqf_oneshot: reduce the severity due to false positives by Krzysztof Kozlowski · 3 years, 8 months ago
- 7845daa coccinelle: misc: add swap script by Denis Efremov · 3 years, 10 months ago
- cb62732 coccinelle: misc: update uninitialized_var.cocci documentation by Denis Efremov · 3 years, 10 months ago
- 3afb532 coccinelle: misc: restrict patch mode in flexible_array.cocci by Denis Efremov · 3 years, 10 months ago
- 5f66f73 coccinelle: misc: add minmax script by Denis Efremov · 3 years, 10 months ago
- 83c4a4e of: Remove of_dev_{get,put}() by Rob Herring · 3 years, 11 months ago
- b784c77 coccinnelle: Remove ptr_ret script by Maxime Ripard · 4 years ago
- 2b07605 remove boolinit.cocci by Peter Zijlstra · 4 years, 2 months ago
- f66179c Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux by Linus Torvalds · 4 years, 2 months ago
- edc05fe coccinelle: api: add kfree_mismatch script by Denis Efremov · 4 years, 2 months ago
- 82c2d81 coccinelle: iterators: Add for_each_child.cocci script by Sumera Priyadarsini · 4 years, 2 months ago
- 28c185a coccinelle: api: kfree_sensitive: print memset position by Denis Efremov · 4 years, 3 months ago
- 7b36c13 coccinelle: misc: add flexible_array.cocci script by Denis Efremov · 4 years, 3 months ago
- 44d8870 coccinelle: api: add kvmalloc script by Denis Efremov · 4 years, 3 months ago
- b76f0ea coccinelle: misc: add excluded_middle.cocci script by Denis Efremov · 4 years, 3 months ago
- 6519a5a coccinelle: api: update kzfree script to kfree_sensitive by Denis Efremov · 4 years, 5 months ago
- c9a6bef scripts: device_attr_show.cocci: update location of sysfs doc by Mauro Carvalho Chehab · 4 years, 4 months ago
- 7c9dc60 coccinelle: misc: add uninitialized_var.cocci script by Denis Efremov · 4 years, 4 months ago
- 5e0c074 coccinelle: ifnullfree: add vfree(), kvfree*() functions by Denis Efremov · 4 years, 4 months ago
- a2fc371 coccinelle: api: add kobj_to_dev.cocci script by Denis Efremov · 4 years, 4 months ago
- 7a2624e coccinelle: add patch rule for dma_alloc_coherent by Alex Dewar · 4 years, 4 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- e3243e2a Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux by Linus Torvalds · 4 years, 5 months ago
- d05f94a coccinelle: api: filter out memdup_user definitions by Denis Efremov · 4 years, 5 months ago
- 9c568db coccinelle: api: extend memdup_user rule with vmemdup_user() by Denis Efremov · 4 years, 5 months ago
- 547ade4 coccinelle: api: extend memdup_user transformation with GFP_USER by Denis Efremov · 4 years, 5 months ago
- 7cf4be6 coccinelle: api: add kzfree script by Denis Efremov · 4 years, 5 months ago
- de50862 coccinelle: misc: add array_size_dup script to detect missed overflow checks by Denis Efremov · 4 years, 6 months ago
- 2fbecb7 coccinelle: api/kstrdup: fix coccinelle position by Denis Efremov · 4 years, 6 months ago
- abfc19f coccinelle: api: add device_attr_show script by Denis Efremov · 4 years, 7 months ago
- 55c7549 scripts: add dummy report mode to add_namespace.cocci by Matthias Maennich · 4 years, 7 months ago
- c75a33c net: remove newlines in NL_SET_ERR_MSG_MOD by Jacob Keller · 4 years, 8 months ago
- 1c94871 mm: remove __krealloc by Florian Westphal · 5 years ago
- 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
- 283ea34 coccinelle: api/devm_platform_ioremap_resource: remove useless script by Alexandre Belloni · 5 years ago
- c7c4e29 scripts: add_namespace: Fix coccicheck failed by YueHaibing · 5 years ago
- e070355 Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
- 1f7d290 Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
- eb8305a scripts: Coccinelle script for namespace dependencies. by Matthias Maennich · 5 years ago
- ca7ce5a coccinelle: platform_get_irq: Fix parse error by YueHaibing · 5 years ago
- ef349ab coccinelle: api/atomic_as_refcounter: add SPDX License Identifier by Matthias Maennich · 5 years ago
- 98051ba coccinelle: Add script to check for platform_get_irq() excessive prints by Stephen Boyd · 5 years ago
- 168c799 Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
- d09778d coccinelle: api: add devm_platform_ioremap_resource script by Himanshu Jha · 5 years ago
- fe34c89 docs: driver-model: move it to the driver-api book by Mauro Carvalho Chehab · 6 years ago
- fcd9814 Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux by Linus Torvalds · 5 years ago
- 3975b09 *: convert stream-like files -> stream_open, even if they use noop_llseek by Kirill Smelkov · 6 years ago
- 39ceda5 Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
- f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
- 0c4ab18 coccinelle: api/stream_open: treat all wait_.*() calls as blocking by Kirill Smelkov · 6 years ago
- f58c17c coccinelle: put_device: Add a cast to an expression for an assignment by Markus Elfring · 6 years ago
- 30a70e8 coccinelle: put_device: Adjust a message construction by Markus Elfring · 6 years ago
- a3b0b6f coccinelle: kstrdup: Fix typo in warning messages by Rikard Falkeborn · 6 years ago
- 4489f161 docs: driver-model: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
- 7f904d7 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 by Thomas Gleixner · 6 years ago
- fb9e53c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257 by Thomas Gleixner · 6 years ago
- 10dce8a fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 6 years ago
- 7fcddf7 scripts: coccinelle: Fix description of badty.cocci by Michael Stefaniuc · 6 years ago
- 7265f5b coccinelle: put_device: reduce false positives by Wen Yang · 6 years ago
- da9cfb8 coccinelle: semantic code search for missing put_device() by Wen Yang · 6 years ago
- dfd32ca dma-mapping: remove dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
- c300331 scripts: coccinelle: boolinit: drop warnings on named constants by Julia Lawall · 6 years ago
- dc7884f scripts: coccinelle: check for redeclaration by Julia Lawall · 6 years ago
- 668c35f Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- 518d8a5 scripts: coccinelle: Correct warning message by Julia Lawall · 6 years ago
- b825b43 scripts: coccinelle: only suggest true/false in files that already use them by Julia Lawall · 6 years ago
- 4ddf373 drm: remove no longer needed drm-get-put coccinelle script by Fernando Ramos · 6 years ago
- 6fbd856 Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.cocci by zhong jiang · 6 years ago
- 09d4d96 Coccinelle: doubletest: reduce side effect false positives by Julia Lawall · 6 years ago
- b56e535 Coccinelle: add atomic_as_refcounter script by Elena Reshetova · 7 years ago
- 8715ee7 Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
- 21195f8 coccinelle: deref_null: improve performance by Julia Lawall · 7 years ago
- 32d0572 coccinelle: mini_lock: improve performance by Julia Lawall · 7 years ago
- 83fd26c Merge airlied/drm-next into drm-misc-next by Sean Paul · 7 years ago
- 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
- 3ae7fb2 drm: Remove drm_property_{un/reference}_blob aliases by Haneen Mohammed · 7 years ago
- e007488 drm: remove drm_mode_object_{un/reference} aliases by Haneen Mohammed · 7 years ago
- a11761c Coccinelle: memdup: Fix typo in warning messages by Dafna Hirschfeld · 7 years ago
- a2b0fe7 coccinelle: deref_null: avoid useless computation by Julia Lawall · 7 years ago
- e856f3a coccinelle: devm_free: reduce false positives by Julia Lawall · 7 years ago
- 25899e0 Coccinelle: memdup: drop spurious line by Julia Lawall · 7 years ago
- 1936f8f Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple by Himanshu Jha · 7 years ago
- 3e47599 Coccinelle: ifnullfree: Trim the warning reported in report mode by Himanshu Jha · 7 years ago
- d8e7eb5 Coccinelle: alloc_cast: Add more memory allocating functions to the list by Himanshu Jha · 7 years ago
- cb00a4f Coccinelle: array_size: report even if include is missing by Jérémy Lefaure · 7 years ago
- 5e2d9da Coccinelle: kzalloc-simple: Add all zero allocating functions by Himanshu Jha · 7 years ago
- 9477b4a Coccinelle: Remove setup_timer.cocci by Kees Cook · 7 years ago
- 2ce079f Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
- e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
- 937c812 coccinelle: orplus: reorganize to improve performance by Julia Lawall · 7 years ago
- 6851ba1 coccinelle: use exists to improve efficiency by Julia Lawall · 7 years ago