index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coccinelle
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Coccinelle: misc: Add support for devm variant in all modes
Vaishali Thakkar
2016-12-11
1
-3
/
+12
*
Coccinelle: misc: Improve the result given by context mode
Vaishali Thakkar
2016-12-11
1
-1
/
+2
*
Coccinelle: misc: Improve the matching of rules
Vaishali Thakkar
2016-12-11
1
-13
/
+23
*
Coccinelle: Add misc/boolconv.cocci
Andrew F. Davis
2016-12-11
1
-0
/
+90
*
Coccinelle: flag conditions with no effect
Nicholas Mc Guire
2016-10-11
1
-0
/
+64
*
Coccinelle: noderef: Add new rules and correct the old rule
Vaishali Thakkar
2016-06-20
1
-1
/
+17
*
scripts: coccinelle: remove check to move constants to right
Wolfram Sang
2016-04-20
1
-171
/
+0
*
coccinelle: bugon: reduce rule applicability
Julia Lawall
2016-02-18
1
-1
/
+1
*
Coccinelle: array_size: reduce rule applicability
Julia Lawall
2016-02-18
1
-1
/
+1
*
Coccinelle: reduce rule applicability
Julia Lawall
2016-02-18
1
-1
/
+1
*
coccinelle: Improve checking for missing NULL terminators
Daniel Granat
2015-10-26
1
-5
/
+28
*
coccinelle: misc: remove "complex return code" warnings
Johan Hovold
2015-10-26
1
-180
/
+0
*
coccinelle: misc: move constants to the right
Julia Lawall
2015-10-26
1
-0
/
+171
*
coccinelle: simple_return: Add a blank line
Fabio Estevam
2015-06-03
1
-1
/
+1
*
coccinelle: irqf_oneshot.cocci: Improve the generated commit log
Fabio Estevam
2015-05-25
1
-2
/
+5
*
scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammar
Fabio Estevam
2015-05-21
1
-1
/
+1
*
scripts/coccinelle/misc/semicolon.cocci: Use imperative mood
Fabio Estevam
2015-05-21
1
-1
/
+1
*
coccinelle: ifaddr: Fix the sentence
Fabio Estevam
2015-05-20
1
-2
/
+1
*
coccinelle: returnvar: Use imperative mood
Fabio Estevam
2015-05-20
1
-1
/
+1
*
scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warning
Fabian Frederick
2015-04-15
1
-1
/
+1
*
irqf_oneshot.cocci: add check of devm_request_threaded_irq()
Valentin Rothberg
2015-03-25
1
-0
/
+24
*
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