aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle
Commit message (Expand)AuthorAge
* coccinelle: Improve checking for missing NULL terminatorsDaniel Granat2015-10-26
* coccinelle: ifnullfree: handle various destroy functionsJulia Lawall2015-10-26
* coccinelle: ifnullfree: various cleanupsJulia Lawall2015-10-26
* cocinelle: iterators: semantic patch to delete unneeded of_node_putJulia Lawall2015-10-26
* scripts/coccinelle: fix typosJulia Lawall2015-10-26
* coccinelle: misc: remove "complex return code" warningsJohan Hovold2015-10-26
* coccinelle: tests: improve odd_ptr_err.cocciJulia Lawall2015-10-26
* coccinelle: misc: move constants to the rightJulia Lawall2015-10-26
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-08
|\
| * coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocciSean O. Stalley2015-09-08
* | coccinelle: api: extend spatch for dropping unnecessary ownerKrzysztof Kozlowski2015-08-19
* | coccinelle: simple_return: Add a blank lineFabio Estevam2015-06-03
* | coccinelle: irqf_oneshot.cocci: Improve the generated commit logFabio Estevam2015-05-25
* | coccinelle: api: add vma_pages.cocciDmitry Kalinkin2015-05-21
* | scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammarFabio Estevam2015-05-21
* | scripts/coccinelle/misc/semicolon.cocci: Use imperative moodFabio Estevam2015-05-21
* | coccinelle: simple_open: Use imperative moodFabio Estevam2015-05-20
* | coccinelle: ifaddr: Fix the sentenceFabio Estevam2015-05-20
* | coccinelle: returnvar: Use imperative moodFabio Estevam2015-05-20
* | coccinelle: pm_runtime: Insert blank lineFabio Estevam2015-05-20
|/
* scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warningFabian Frederick2015-04-15
* irqf_oneshot.cocci: add check of devm_request_threaded_irq()Valentin Rothberg2015-03-25
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-12-20
|\
| * bugon.cocci: fix Options at the macroMauro Carvalho Chehab2014-11-24
* | coccinelle: api: add spatch to prevent unnecessary .ownerWolfram Sang2014-11-06
|/
* coccinelle: misc: semantic patch to delete overly complex return code processingJulia Lawall2014-09-26
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-08-14
|\
| * Coccinelle: Script to replace if and BUG with BUG_ONHimangi Saraogi2014-08-06
| * Coccinelle: Script to detect incorrect argument to sizeofHimangi Saraogi2014-08-06
| * Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofsHimangi Saraogi2014-08-06
| * Coccinelle: Script to detect cast after memory allocationHimangi Saraogi2014-08-06
| * coccinelle/null: solve parse errorHimangi Saraogi2014-08-06
* | scripts/coccinelle/free/ifnullfree.cocci: add copyright informationFabian Frederick2014-08-08
* | scripts/coccinelle/free: add NULL test before freeing functionsFabian Frederick2014-08-08
* | devres: remove devm_request_and_ioremap()Jingoo Han2014-06-19
|/
* coccicheck: Add unneeded return variable testPeter Senna Tschudin2014-06-10
* coccinelle: Check for missing NULL terminators in of_device_id tablesStephen Boyd2014-06-09
* scripts/coccinelle: Use PTR_ERR_OR_ZEROSachin Kamat2014-04-08
* Coccicheck: Remove memcpy to struct assignment testPeter Senna Tschudin2014-03-29
* scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUENishanth Menon2014-01-03
* scripts/coccinelle/api: remove devm_request_and_ioremap.cocciWolfram Sang2013-10-23
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-09-07
|\
| * coccinelle: replace 0/1 with false/true in functions returning boolRasmus Villemoes2013-08-13
* | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-14
|/
* Coccinelle: Update the options used to the new option schemeNicolas Palix2013-07-03
* scripts: Coccinelle script for pci_free_consistent()strnape1@fel.cvut.cz2013-07-03
* scripts/coccinelle: check for field address argument to kfreeJulia Lawall2013-06-14
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-02-27
|\
| * scripts/coccinelle: find constant additions that could be bit orsJulia Lawall2013-02-22
| * scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig...Peter Senna Tschudin2013-02-22