summaryrefslogtreecommitdiff
path: root/scripts/coccinelle/free
AgeCommit message (Expand)Author
2022-08-07update Coccinelle URLJulia Lawall
2022-08-07coccinelle: free: add version constraintJulia Lawall
2022-07-16scripts/coccinelle/free: add NULL test before dev_{put, hold} functionsZiyang Xuan
2021-05-01drop unneeded *sJulia Lawall
2021-02-12of: Remove of_dev_{get,put}()Rob Herring
2020-09-02coccinelle: ifnullfree: add vfree(), kvfree*() functionsDenis Efremov
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-02-04mm: remove __kreallocFlorian Westphal
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-08coccinelle: put_device: Add a cast to an expression for an assignmentMarkus Elfring
2019-07-08coccinelle: put_device: Adjust a message constructionMarkus Elfring
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner
2019-03-28coccinelle: put_device: reduce false positivesWen Yang
2019-03-17coccinelle: semantic code search for missing put_device()Wen Yang
2018-02-07coccinelle: devm_free: reduce false positivesJulia Lawall
2018-01-16Coccinelle: ifnullfree: Trim the warning reported in report modeHimanshu Jha
2016-06-21coccinelle: catch krealloc() on devm_*() allocated memoryYann Droneaud
2016-06-21coccinelle: recognize more devm_* memory allocation functionsYann Droneaud
2016-06-21coccinelle: also catch kzfree() issuesYann Droneaud
2015-10-26coccinelle: ifnullfree: handle various destroy functionsJulia Lawall
2015-10-26coccinelle: ifnullfree: various cleanupsJulia Lawall
2014-08-08scripts/coccinelle/free/ifnullfree.cocci: add copyright informationFabian Frederick
2014-08-08scripts/coccinelle/free: add NULL test before freeing functionsFabian Frederick
2013-07-03Coccinelle: Update the options used to the new option schemeNicolas Palix
2013-07-03scripts: Coccinelle script for pci_free_consistent()strnape1@fel.cvut.cz
2013-06-14scripts/coccinelle: check for field address argument to kfreeJulia Lawall
2012-02-25coccinelle: semantic patch for missing iounmapJulia Lawall
2012-02-25coccinelle: semantic patch for missing clk_putJulia Lawall
2012-01-15scripts/coccinelle: improve the coverage of some semantic patchesJulia Lawall
2012-01-14coccinelle: semantic patches related to devm_ functions (part 2)Julia Lawall
2010-10-13Coccinelle: Use new comment format to explain kfree.cocciNicolas Palix
2010-08-31Coccinelle: Add free/kfree.cocciNicolas Palix