| Commit message (Expand) | Author | Age | Files | Lines |
* | bugon.cocci: fix Options at the macro | Mauro Carvalho Chehab | 2014-11-24 | 1 | -1/+1 |
* | coccinelle: misc: semantic patch to delete overly complex return code processing | Julia Lawall | 2014-09-26 | 1 | -0/+180 |
* | Coccinelle: Script to replace if and BUG with BUG_ON | Himangi Saraogi | 2014-08-06 | 1 | -0/+62 |
* | Coccinelle: Script to detect incorrect argument to sizeof | Himangi Saraogi | 2014-08-06 | 1 | -0/+76 |
* | Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofs | Himangi Saraogi | 2014-08-06 | 1 | -0/+87 |
* | coccicheck: Add unneeded return variable test | Peter Senna Tschudin | 2014-06-10 | 1 | -0/+66 |
* | coccinelle: Check for missing NULL terminators in of_device_id tables | Stephen Boyd | 2014-06-09 | 1 | -0/+62 |
* | Coccicheck: Remove memcpy to struct assignment test | Peter Senna Tschudin | 2014-03-29 | 1 | -103/+0 |
* | coccinelle: replace 0/1 with false/true in functions returning bool | Rasmus Villemoes | 2013-08-13 | 1 | -0/+58 |
* | Coccinelle: Update the options used to the new option scheme | Nicolas Palix | 2013-07-03 | 8 | -8/+8 |
* | scripts/coccinelle: find constant additions that could be bit ors | Julia Lawall | 2013-02-22 | 1 | -0/+55 |
* | scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig... | Peter Senna Tschudin | 2013-02-22 | 1 | -0/+103 |
* | scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test | Peter Senna Tschudin | 2013-01-24 | 1 | -0/+83 |
* | scripts/coccinelle/misc/warn.cocci: use WARN | Julia Lawall | 2012-12-09 | 1 | -0/+109 |
* | scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT | Lars-Peter Clausen | 2012-07-13 | 1 | -0/+65 |
* | scripts/coccinelle: sizeof of pointer | Julia Lawall | 2012-05-25 | 1 | -0/+65 |
* | scripts/coccinelle: address test is always true | Julia Lawall | 2012-05-25 | 1 | -0/+35 |
* | coccinelle: semantic patch for bool issues | Julia Lawall | 2012-02-25 | 1 | -0/+178 |
* | coccinelle: semantic patch to check for PTR_ERR after reassignment | Julia Lawall | 2012-02-25 | 1 | -0/+41 |
* | scripts/coccinelle: improve the coverage of some semantic patches | Julia Lawall | 2012-01-15 | 1 | -4/+4 |
* | scripts/coccinelle: update for compatability with Coccinelle 0.2.4 | Julia Lawall | 2010-12-03 | 1 | -3/+3 |
* | Coccinelle: Add misc/ifcol.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+48 |
* | Coccinelle: Add misc/doubleinit.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+53 |