Age | Commit message (Expand) | Author | Files | Lines |
2020-11-09 | remove boolinit.cocci | Peter Zijlstra | 1 | -195/+0 |
2020-10-03 | coccinelle: misc: add flexible_array.cocci script | Denis Efremov | 1 | -0/+88 |
2020-09-21 | coccinelle: misc: add excluded_middle.cocci script | Denis Efremov | 1 | -0/+39 |
2020-09-05 | coccinelle: misc: add uninitialized_var.cocci script | Denis Efremov | 1 | -0/+51 |
2020-08-06 | Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa... | Linus Torvalds | 1 | -0/+209 |
2020-08-04 | coccinelle: misc: add array_size_dup script to detect missed overflow checks | Denis Efremov | 1 | -0/+209 |
2020-07-10 | scripts: add dummy report mode to add_namespace.cocci | Matthias Maennich | 1 | -1/+7 |
2020-05-08 | net: remove newlines in NL_SET_ERR_MSG_MOD | Jacob Keller | 1 | -0/+75 |
2019-10-07 | scripts: add_namespace: Fix coccicheck failed | YueHaibing | 1 | -0/+2 |
2019-09-10 | scripts: Coccinelle script for namespace dependencies. | Matthias Maennich | 1 | -0/+23 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 | Thomas Gleixner | 15 | -25/+40 |
2019-03-28 | scripts: coccinelle: Fix description of badty.cocci | Michael Stefaniuc | 1 | -1/+1 |
2019-01-06 | scripts: coccinelle: boolinit: drop warnings on named constants | Julia Lawall | 1 | -0/+5 |
2018-12-16 | scripts: coccinelle: Correct warning message | Julia Lawall | 1 | -6/+6 |
2018-12-16 | scripts: coccinelle: only suggest true/false in files that already use them | Julia Lawall | 1 | -10/+21 |
2018-01-16 | Coccinelle: array_size: report even if include is missing | Jérémy Lefaure | 1 | -2/+2 |
2017-11-18 | Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -18/+33 |
2017-11-16 | coccinelle: orplus: reorganize to improve performance | Julia Lawall | 1 | -14/+29 |
2017-11-14 | Coccinelle: use false positive annotation | Julia Lawall | 1 | -4/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
2016-12-11 | Coccinelle: misc: Add support for devm variant in all modes | Vaishali Thakkar | 1 | -3/+12 |
2016-12-11 | Coccinelle: misc: Improve the result given by context mode | Vaishali Thakkar | 1 | -1/+2 |
2016-12-11 | Coccinelle: misc: Improve the matching of rules | Vaishali Thakkar | 1 | -13/+23 |
2016-12-11 | Coccinelle: Add misc/boolconv.cocci | Andrew F. Davis | 1 | -0/+90 |
2016-10-11 | Coccinelle: flag conditions with no effect | Nicholas Mc Guire | 1 | -0/+64 |
2016-06-20 | Coccinelle: noderef: Add new rules and correct the old rule | Vaishali Thakkar | 1 | -1/+17 |
2016-04-20 | scripts: coccinelle: remove check to move constants to right | Wolfram Sang | 1 | -171/+0 |
2016-02-19 | coccinelle: bugon: reduce rule applicability | Julia Lawall | 1 | -1/+1 |
2016-02-19 | Coccinelle: array_size: reduce rule applicability | Julia Lawall | 1 | -1/+1 |
2016-02-19 | Coccinelle: reduce rule applicability | Julia Lawall | 1 | -1/+1 |
2015-10-27 | coccinelle: Improve checking for missing NULL terminators | Daniel Granat | 1 | -5/+28 |
2015-10-27 | coccinelle: misc: remove "complex return code" warnings | Johan Hovold | 1 | -180/+0 |
2015-10-26 | coccinelle: misc: move constants to the right | Julia Lawall | 1 | -0/+171 |
2015-06-03 | coccinelle: simple_return: Add a blank line | Fabio Estevam | 1 | -1/+1 |
2015-05-25 | coccinelle: irqf_oneshot.cocci: Improve the generated commit log | Fabio Estevam | 1 | -2/+5 |
2015-05-21 | scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammar | Fabio Estevam | 1 | -1/+1 |
2015-05-21 | scripts/coccinelle/misc/semicolon.cocci: Use imperative mood | Fabio Estevam | 1 | -1/+1 |
2015-05-20 | coccinelle: ifaddr: Fix the sentence | Fabio Estevam | 1 | -2/+1 |
2015-05-20 | coccinelle: returnvar: Use imperative mood | Fabio Estevam | 1 | -1/+1 |
2015-04-15 | scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warning | Fabian Frederick | 1 | -1/+1 |
2015-03-25 | irqf_oneshot.cocci: add check of devm_request_threaded_irq() | Valentin Rothberg | 1 | -0/+24 |
2014-11-25 | bugon.cocci: fix Options at the macro | Mauro Carvalho Chehab | 1 | -1/+1 |
2014-09-26 | coccinelle: misc: semantic patch to delete overly complex return code processing | Julia Lawall | 1 | -0/+180 |
2014-08-06 | Coccinelle: Script to replace if and BUG with BUG_ON | Himangi Saraogi | 1 | -0/+62 |
2014-08-06 | Coccinelle: Script to detect incorrect argument to sizeof | Himangi Saraogi | 1 | -0/+76 |
2014-08-06 | Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofs | Himangi Saraogi | 1 | -0/+87 |
2014-06-10 | coccicheck: Add unneeded return variable test | Peter Senna Tschudin | 1 | -0/+66 |
2014-06-10 | coccinelle: Check for missing NULL terminators in of_device_id tables | Stephen Boyd | 1 | -0/+62 |
2014-03-30 | Coccicheck: Remove memcpy to struct assignment test | Peter Senna Tschudin | 1 | -103/+0 |
2013-08-14 | coccinelle: replace 0/1 with false/true in functions returning bool | Rasmus Villemoes | 1 | -0/+58 |