summaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle
Commit message (Expand)AuthorAgeFilesLines
* coccinelle: tests: unsigned value cannot be lesser than zeroAndrzej Hajda2016-01-121-0/+75
* coccinelle: Improve checking for missing NULL terminatorsDaniel Granat2015-10-261-5/+28
* coccinelle: ifnullfree: handle various destroy functionsJulia Lawall2015-10-261-1/+9
* coccinelle: ifnullfree: various cleanupsJulia Lawall2015-10-261-11/+7
* cocinelle: iterators: semantic patch to delete unneeded of_node_putJulia Lawall2015-10-261-0/+100
* scripts/coccinelle: fix typosJulia Lawall2015-10-261-2/+2
* coccinelle: misc: remove "complex return code" warningsJohan Hovold2015-10-261-180/+0
* coccinelle: tests: improve odd_ptr_err.cocciJulia Lawall2015-10-261-34/+86
* coccinelle: misc: move constants to the rightJulia Lawall2015-10-261-0/+171
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-0/+84
|\
| * coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocciSean O. Stalley2015-09-081-0/+84
* | coccinelle: api: extend spatch for dropping unnecessary ownerKrzysztof Kozlowski2015-08-191-0/+73
* | coccinelle: simple_return: Add a blank lineFabio Estevam2015-06-031-1/+1
* | coccinelle: irqf_oneshot.cocci: Improve the generated commit logFabio Estevam2015-05-251-2/+5
* | coccinelle: api: add vma_pages.cocciDmitry Kalinkin2015-05-211-0/+60
* | scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammarFabio Estevam2015-05-211-1/+1
* | scripts/coccinelle/misc/semicolon.cocci: Use imperative moodFabio Estevam2015-05-211-1/+1
* | coccinelle: simple_open: Use imperative moodFabio Estevam2015-05-201-2/+2
* | coccinelle: ifaddr: Fix the sentenceFabio Estevam2015-05-201-2/+1
* | coccinelle: returnvar: Use imperative moodFabio Estevam2015-05-201-1/+1
* | coccinelle: pm_runtime: Insert blank lineFabio Estevam2015-05-201-1/+1
|/
* scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warningFabian Frederick2015-04-151-1/+1
* irqf_oneshot.cocci: add check of devm_request_threaded_irq()Valentin Rothberg2015-03-251-0/+24
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-12-201-1/+1
|\
| * bugon.cocci: fix Options at the macroMauro Carvalho Chehab2014-11-241-1/+1
* | coccinelle: api: add spatch to prevent unnecessary .ownerWolfram Sang2014-11-061-0/+106
|/
* coccinelle: misc: semantic patch to delete overly complex return code processingJulia Lawall2014-09-261-0/+180
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-08-145-27/+258
|\
| * Coccinelle: Script to replace if and BUG with BUG_ONHimangi Saraogi2014-08-061-0/+62
| * Coccinelle: Script to detect incorrect argument to sizeofHimangi Saraogi2014-08-061-0/+76
| * Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofsHimangi Saraogi2014-08-061-0/+87
| * Coccinelle: Script to detect cast after memory allocationHimangi Saraogi2014-08-062-67/+72
| * coccinelle/null: solve parse errorHimangi Saraogi2014-08-061-1/+2
* | scripts/coccinelle/free/ifnullfree.cocci: add copyright informationFabian Frederick2014-08-081-2/+3
* | scripts/coccinelle/free: add NULL test before freeing functionsFabian Frederick2014-08-081-0/+52
* | devres: remove devm_request_and_ioremap()Jingoo Han2014-06-191-90/+0
|/
* coccicheck: Add unneeded return variable testPeter Senna Tschudin2014-06-101-0/+66
* coccinelle: Check for missing NULL terminators in of_device_id tablesStephen Boyd2014-06-091-0/+62
* scripts/coccinelle: Use PTR_ERR_OR_ZEROSachin Kamat2014-04-081-7/+7
* Coccicheck: Remove memcpy to struct assignment testPeter Senna Tschudin2014-03-291-103/+0
* scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUENishanth Menon2014-01-031-0/+109
* scripts/coccinelle/api: remove devm_request_and_ioremap.cocciWolfram Sang2013-10-231-105/+0
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-09-071-0/+58
|\
| * coccinelle: replace 0/1 with false/true in functions returning boolRasmus Villemoes2013-08-131-0/+58
* | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-5/+5
|/
* Coccinelle: Update the options used to the new option schemeNicolas Palix2013-07-0333-33/+33
* scripts: Coccinelle script for pci_free_consistent()strnape1@fel.cvut.cz2013-07-031-0/+52
* scripts/coccinelle: check for field address argument to kfreeJulia Lawall2013-06-141-0/+32
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-02-273-0/+241
|\
| * scripts/coccinelle: find constant additions that could be bit orsJulia Lawall2013-02-221-0/+55