aboutsummaryrefslogtreecommitdiff
path: root/scripts/coccinelle
AgeCommit message (Expand)AuthorFilesLines
2014-08-08scripts/coccinelle/free/ifnullfree.cocci: add copyright informationGravatar Fabian Frederick 1-2/+3
2014-08-08scripts/coccinelle/free: add NULL test before freeing functionsGravatar Fabian Frederick 1-0/+52
2014-08-06Coccinelle: Script to replace if and BUG with BUG_ONGravatar Himangi Saraogi 1-0/+62
2014-08-06Coccinelle: Script to detect incorrect argument to sizeofGravatar Himangi Saraogi 1-0/+76
2014-08-06Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofsGravatar Himangi Saraogi 1-0/+87
2014-08-06Coccinelle: Script to detect cast after memory allocationGravatar Himangi Saraogi 2-67/+72
2014-08-06coccinelle/null: solve parse errorGravatar Himangi Saraogi 1-1/+2
2014-06-19devres: remove devm_request_and_ioremap()Gravatar Jingoo Han 1-90/+0
2014-06-10coccicheck: Add unneeded return variable testGravatar Peter Senna Tschudin 1-0/+66
2014-06-09coccinelle: Check for missing NULL terminators in of_device_id tablesGravatar Stephen Boyd 1-0/+62
2014-04-08scripts/coccinelle: Use PTR_ERR_OR_ZEROGravatar Sachin Kamat 1-7/+7
2014-03-29Coccicheck: Remove memcpy to struct assignment testGravatar Peter Senna Tschudin 1-103/+0
2014-01-03scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUEGravatar Nishanth Menon 1-0/+109
2013-10-23scripts/coccinelle/api: remove devm_request_and_ioremap.cocciGravatar Wolfram Sang 1-105/+0
2013-09-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-0/+58
2013-08-13coccinelle: replace 0/1 with false/true in functions returning boolGravatar Rasmus Villemoes 1-0/+58
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Gravatar Rusty Russell 1-5/+5
2013-07-03Coccinelle: Update the options used to the new option schemeGravatar Nicolas Palix 33-33/+33
2013-07-03scripts: Coccinelle script for pci_free_consistent()Gravatar strnape1@fel.cvut.cz 1-0/+52
2013-06-14scripts/coccinelle: check for field address argument to kfreeGravatar Julia Lawall 1-0/+32
2013-02-27Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 3-0/+241
2013-02-22scripts/coccinelle: find constant additions that could be bit orsGravatar Julia Lawall 1-0/+55
2013-02-22scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig...Gravatar Peter Senna Tschudin 1-0/+103
2013-01-24scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon testGravatar Peter Senna Tschudin 1-0/+83
2013-01-22lib: devres: Introduce devm_ioremap_resource()Gravatar Thierry Reding 1-0/+90
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-0/+109
2012-12-18Coccinelle: add api/d_find_alias.cocciGravatar Cyril Roelandt 1-0/+80
2012-12-09scripts/coccinelle/misc/warn.cocci: use WARNGravatar Julia Lawall 1-0/+109
2012-10-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 2-0/+91
2012-10-11scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR...Gravatar Julia Lawall 1-0/+65
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2012-09-01Coccinelle: fix typo in memdup_user.cocciGravatar Fengguang Wu 1-2/+2
2012-08-31scripts/coccinelle: ptr_ret: Add ternary operator versionGravatar Lars-Peter Clausen 1-0/+26
2012-07-13scripts/coccinelle: list iterator variable semantic patchGravatar Julia Lawall 1-0/+147
2012-07-13scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOTGravatar Lars-Peter Clausen 1-0/+65
2012-05-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 2-0/+100
2012-05-25scripts/coccinelle: sizeof of pointerGravatar Julia Lawall 1-0/+65
2012-05-25scripts/coccinelle: address test is always trueGravatar Julia Lawall 1-0/+35
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-0/+70
2012-04-05scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open()Gravatar Julia Lawall 1-0/+70
2012-03-26scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_errGravatar Julia Lawall 1-0/+70
2012-02-25coccinelle: semantic patch for bool issuesGravatar Julia Lawall 1-0/+178
2012-02-25coccinelle: semantic patch to check for PTR_ERR after reassignmentGravatar Julia Lawall 1-0/+41
2012-02-25coccinelle: semantic patch converting 0 test to null testGravatar Julia Lawall 1-0/+237
2012-02-25coccinelle: semantic patch for missing iounmapGravatar Julia Lawall 1-0/+67
2012-02-25coccinelle: semantic patch for missing clk_putGravatar Julia Lawall 1-0/+67
2012-01-15scripts/coccinelle: improve the coverage of some semantic patchesGravatar Julia Lawall 11-76/+351
2012-01-14coccinelle: semantic patches related to devm_ functions (part 2)Gravatar Julia Lawall 1-0/+71
2012-01-14coccinelle: semantic patches related to devm_ functions (part 1)Gravatar Julia Lawall 1-0/+105
2010-12-03scripts/coccinelle: update for compatability with Coccinelle 0.2.4Gravatar Julia Lawall 2-28/+17