summaryrefslogtreecommitdiff
path: root/scripts/coccinelle/api
AgeCommit message (Expand)Author
2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall
2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li
2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-08-15coccinelle: Add rules to find str_down_up() replacementsKees Cook
2024-08-15coccinelle: Add rules to find str_up_down() replacementsMichal Wajdeczko
2024-05-20Coccinelle: pm_runtime: Fix grammar in commentThorsten Blum
2024-03-21Merge tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2024-02-29coccinelle: Add rules to find str_plural() replacementsKees Cook
2024-02-18coccinelle: device_attr_show: Remove useless expression STRLi Zhijian
2024-01-20coccinelle: device_attr_show: simplify patch caseJulia Lawall
2024-01-19coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/s...Li Zhijian
2023-07-29Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson
2022-12-26coccinelle: api/atomic_as_refcounter: include message type in outputDeepak R Varma
2022-08-07update Coccinelle URLJulia Lawall
2021-08-05coccinelle: api: rename kzfree to kfree_sensitiveWeizhao Ouyang
2021-06-21coccinelle: api: remove kobj_to_dev.cocci scriptKeith Busch
2020-12-15coccinnelle: Remove ptr_ret scriptMaxime Ripard
2020-10-18Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds
2020-10-17coccinelle: api: add kfree_mismatch scriptDenis Efremov
2020-10-10coccinelle: api: kfree_sensitive: print memset positionDenis Efremov
2020-10-01coccinelle: api: add kvmalloc scriptDenis Efremov
2020-09-12coccinelle: api: update kzfree script to kfree_sensitiveDenis Efremov
2020-09-10scripts: device_attr_show.cocci: update location of sysfs docMauro Carvalho Chehab
2020-08-21coccinelle: api: add kobj_to_dev.cocci scriptDenis Efremov
2020-08-21coccinelle: add patch rule for dma_alloc_coherentAlex Dewar
2020-08-04coccinelle: api: filter out memdup_user definitionsDenis Efremov
2020-08-04coccinelle: api: extend memdup_user rule with vmemdup_user()Denis Efremov
2020-08-04coccinelle: api: extend memdup_user transformation with GFP_USERDenis Efremov
2020-08-04coccinelle: api: add kzfree scriptDenis Efremov
2020-08-04coccinelle: api/kstrdup: fix coccinelle positionDenis Efremov
2020-08-04coccinelle: api: add device_attr_show scriptDenis Efremov
2019-10-17coccinelle: api/devm_platform_ioremap_resource: remove useless scriptAlexandre Belloni
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-09-06coccinelle: platform_get_irq: Fix parse errorYueHaibing
2019-07-30coccinelle: api/atomic_as_refcounter: add SPDX License IdentifierMatthias Maennich
2019-07-30coccinelle: Add script to check for platform_get_irq() excessive printsStephen Boyd
2019-07-17coccinelle: api: add devm_platform_ioremap_resource scriptHimanshu Jha
2019-07-14Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-07-14*: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-08coccinelle: api/stream_open: treat all wait_.*() calls as blockingKirill Smelkov