- ff82e84 coccinelle: device_attr_show: simplify patch case by Julia Lawall · 12 months ago
- 68ea60a coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/sysfs.rst by Li Zhijian · 12 months ago
- 8802183 Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage" by Sean Christopherson · 1 year, 5 months ago
- bab5503 coccinelle: api/atomic_as_refcounter: include message type in output by Deepak R Varma · 2 years ago
- f01701c update Coccinelle URL by Julia Lawall · 2 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, 7 months ago
- b784c77 coccinnelle: Remove ptr_ret script by Maxime Ripard · 4 years, 1 month ago
- f66179c Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux by Linus Torvalds · 4 years, 3 months ago
- edc05fe coccinelle: api: add kfree_mismatch script by Denis Efremov · 4 years, 3 months ago
- 28c185a coccinelle: api: kfree_sensitive: print memset position by Denis Efremov · 4 years, 3 months ago
- 44d8870 coccinelle: api: add kvmalloc 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
- 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, 5 months ago
- d05f94a coccinelle: api: filter out memdup_user definitions by Denis Efremov · 4 years, 6 months ago
- 9c568db coccinelle: api: extend memdup_user rule with vmemdup_user() by Denis Efremov · 4 years, 6 months ago
- 547ade4 coccinelle: api: extend memdup_user transformation with GFP_USER by Denis Efremov · 4 years, 6 months ago
- 7cf4be6 coccinelle: api: add kzfree script by Denis Efremov · 4 years, 6 months ago
- 2fbecb7 coccinelle: api/kstrdup: fix coccinelle position by Denis Efremov · 4 years, 7 months ago
- abfc19f coccinelle: api: add device_attr_show script by Denis Efremov · 4 years, 7 months ago
- 283ea34 coccinelle: api/devm_platform_ioremap_resource: remove useless script by Alexandre Belloni · 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
- 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
- d09778d coccinelle: api: add devm_platform_ioremap_resource script by Himanshu Jha · 5 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
- 0c4ab18 coccinelle: api/stream_open: treat all wait_.*() calls as blocking by Kirill Smelkov · 6 years ago
- a3b0b6f coccinelle: kstrdup: Fix typo in warning messages by Rikard Falkeborn · 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
- dfd32ca dma-mapping: remove dma_zalloc_coherent() by Luis Chamberlain · 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
- b56e535 Coccinelle: add atomic_as_refcounter script by Elena Reshetova · 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
- 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
- d8e7eb5 Coccinelle: alloc_cast: Add more memory allocating functions to the list by Himanshu Jha · 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
- a44b866 coccinelle: api: detect identical chip data arrays by Julia Lawall · 7 years ago
- 1b18d05 coccinelle: Improve setup_timer.cocci matching by Kees Cook · 7 years ago
- bc27b77 Coccinelle: setup_timer: improve messages from setup_timer by Julia Lawall · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 9a96f55 drm: introduce drm_dev_{get/put} functions by Aishwarya Pant · 7 years ago
- 6472e50 drm: Introduce drm_property_blob_{get,put}() by Thierry Reding · 8 years ago
- e6b6271 drm: Introduce drm_gem_object_{get,put}() by Thierry Reding · 8 years ago
- a4a69da drm: Introduce drm_framebuffer_{get,put}() by Thierry Reding · 8 years ago
- ad09360 drm: Introduce drm_connector_{get,put}() by Thierry Reding · 8 years ago
- 020a218 drm: Introduce drm_mode_object_{get,put}() by Thierry Reding · 8 years ago
- d97629f Coccinelle: pm_runtime: ensure relevance of pm_runtime reports by Julia Lawall · 8 years ago
- 43d9639 Coccinelle: limit memdup_user transformation to GFP_KERNEL case by Julia Lawall · 8 years ago
- dc03c0f Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
- 531f503 Coccinelle: setup_timer: Add space in front of parentheses by Vaishali Thakkar · 9 years ago
- 5103068 debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage by Nicolai Stange · 9 years ago
- c5eda8f Coccinelle: Add api/setup_timer.cocci by Vaishali Thakkar · 9 years ago
- 79ff2b3 Coccinelle: pm_runtime: reduce rule applicability by Julia Lawall · 9 years ago
- f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 1fc524d coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci by Sean O. Stalley · 9 years ago
- bec8a5a coccinelle: api: extend spatch for dropping unnecessary owner by Krzysztof Kozlowski · 9 years ago
- 4c8f20b coccinelle: api: add vma_pages.cocci by Dmitry Kalinkin · 10 years ago
- ca34cba coccinelle: simple_open: Use imperative mood by Fabio Estevam · 10 years ago
- f9beafc coccinelle: pm_runtime: Insert blank line by Fabio Estevam · 10 years ago
- 1f648f8 coccinelle: api: add spatch to prevent unnecessary .owner by Wolfram Sang · 10 years ago
- 899552d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
- 99fcec30 Coccinelle: Script to detect cast after memory allocation by Himangi Saraogi · 11 years ago
- c9d53c0 devres: remove devm_request_and_ioremap() by Jingoo Han · 11 years ago
- f23a9fa scripts/coccinelle: Use PTR_ERR_OR_ZERO by Sachin Kamat · 11 years ago
- 79f0345 scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUE by Nishanth Menon · 11 years ago
- a690876 scripts/coccinelle/api: remove devm_request_and_ioremap.cocci by Wolfram Sang · 11 years ago
- 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
- 93f1446 Coccinelle: Update the options used to the new option scheme by Nicolas Palix · 12 years ago
- 7509657 lib: devres: Introduce devm_ioremap_resource() by Thierry Reding · 12 years ago
- af56e3f Coccinelle: add api/d_find_alias.cocci by Cyril Roelandt · 12 years ago
- cbd8aca Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
- 7c6c4d5 Coccinelle: fix typo in memdup_user.cocci by Fengguang Wu · 12 years ago
- 3085897 scripts/coccinelle: ptr_ret: Add ternary operator version by Lars-Peter Clausen · 12 years ago
- 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
- 9b3ae64 scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open() by Julia Lawall · 13 years ago
- 468db96 scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_err by Julia Lawall · 13 years ago
- 29a36d4 scripts/coccinelle: improve the coverage of some semantic patches by Julia Lawall · 13 years ago
- 22e0059 coccinelle: semantic patches related to devm_ functions (part 1) by Julia Lawall · 13 years ago
- be8fe9d Coccinelle: Move alloc directory into api directory by Nicolas Palix · 14 years ago
- 77c272f Coccinelle: Move resource_size.cocci to the api directory by Nicolas Palix · 14 years ago
- 99d653d Coccinelle: Move err_cast.cocci to the api directory by Nicolas Palix · 14 years ago
- 0341745 Coccinelle: Add api/memdup_user by Nicolas Palix · 14 years ago
- 0426a97 Coccinelle: Add api/memdup.cocci by Nicolas Palix · 14 years ago
- 998f552 Coccinelle: Add api/kstrdup.cocci by Nicolas Palix · 14 years ago