Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1acb7f6761626f4834ea5ce16d8a4dd2a5dd1949
/
scripts
/
coccinelle
ad60a93
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
24f0c2d
scripts/coccinelle: find constant additions that could be bit ors
by Julia Lawall
· 12 years ago
ff3771c
scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assignment
by Peter Senna Tschudin
· 12 years ago
7320bfa
scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test
by Peter Senna Tschudin
· 12 years ago
7509657
lib: devres: Introduce devm_ioremap_resource()
by Thierry Reding
· 12 years ago
af487e4
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
af56e3f
Coccinelle: add api/d_find_alias.cocci
by Cyril Roelandt
· 12 years ago
ad99ac2
scripts/coccinelle/misc/warn.cocci: use WARN
by Julia Lawall
· 12 years ago
cbd8aca
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
e8fa600
scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR inconsistency
by Julia Lawall
· 12 years ago
99dbb16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
7c6c4d5
Coccinelle: fix typo in memdup_user.cocci
by Fengguang Wu
· 12 years ago
3085897
scripts/coccinelle: ptr_ret: Add ternary operator version
by Lars-Peter Clausen
· 12 years ago
6fcd5f2
scripts/coccinelle: list iterator variable semantic patch
by Julia Lawall
· 12 years ago
f1f4550
scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT
by Lars-Peter Clausen
· 12 years ago
905cec4
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
2cbd082
scripts/coccinelle: sizeof of pointer
by Julia Lawall
· 13 years ago
4619c2b
scripts/coccinelle: address test is always true
by Julia Lawall
· 13 years ago
5d32c88
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
9b3ae64
scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open()
by Julia Lawall
· 13 years ago
468db96
scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_err
by Julia Lawall
· 13 years ago
8991058
coccinelle: semantic patch for bool issues
by Julia Lawall
· 13 years ago
4a05f06
coccinelle: semantic patch to check for PTR_ERR after reassignment
by Julia Lawall
· 13 years ago
47f67ea
coccinelle: semantic patch converting 0 test to null test
by Julia Lawall
· 13 years ago
cd0207a
coccinelle: semantic patch for missing iounmap
by Julia Lawall
· 13 years ago
53302c1
coccinelle: semantic patch for missing clk_put
by Julia Lawall
· 13 years ago
29a36d4
scripts/coccinelle: improve the coverage of some semantic patches
by Julia Lawall
· 13 years ago
fb3f8af
coccinelle: semantic patches related to devm_ functions (part 2)
by Julia Lawall
· 13 years ago
22e0059
coccinelle: semantic patches related to devm_ functions (part 1)
by Julia Lawall
· 13 years ago
a1087ef
scripts/coccinelle: update for compatability with Coccinelle 0.2.4
by Julia Lawall
· 14 years ago
97c1cf8
Coccinelle: Find doubled arguments to boolean or bit operators.
by Julia Lawall
· 14 years ago
1024717
Coccinelle: Find nested lock+irqsave functions that use the same flags variables.
by Julia Lawall
· 14 years ago
e90f659
Coccinelle: Use new comment format to explain kfree.cocci
by Nicolas Palix
· 14 years ago
49ab7a3
Coccinelle: Add misc/ifcol.cocci
by Nicolas Palix
· 14 years ago
033456e
Coccinelle: Add misc/doubleinit.cocci
by Nicolas Palix
· 14 years ago
be8fe9d
Coccinelle: Move alloc directory into api directory
by Nicolas Palix
· 14 years ago
77c272f
Coccinelle: Move resource_size.cocci to the api directory
by Nicolas Palix
· 14 years ago
99d653d
Coccinelle: Move err_cast.cocci to the api directory
by Nicolas Palix
· 14 years ago
0341745
Coccinelle: Add api/memdup_user
by Nicolas Palix
· 14 years ago
0426a97
Coccinelle: Add api/memdup.cocci
by Nicolas Palix
· 14 years ago
998f552
Coccinelle: Add api/kstrdup.cocci
by Nicolas Palix
· 14 years ago
43ba21b
Coccinelle: Add free/kfree.cocci
by Nicolas Palix
· 14 years ago
5c34050
Coccinelle: Add iterators/list_entry_update.cocci
by Nicolas Palix
· 14 years ago
afc48a8
Coccinelle: Add iterators/itnull.cocci
by Nicolas Palix
· 14 years ago
4045159
Coccinelle: Add iterators/fen.cocci
by Nicolas Palix
· 14 years ago
54c0562
Coccinelle: Add locks/mini_lock.cocci
by Nicolas Palix
· 14 years ago
8aa6273
Coccinelle: Add locks/double_lock.cocci
by Nicolas Palix
· 14 years ago
e105007
Coccinelle: Add locks/call_kern.cocci
by Nicolas Palix
· 14 years ago
7703692
Coccinelle: Move deref_null.cocci to a more appropriate directory
by Nicolas Palix
· 14 years ago
2e1e160
Coccinelle: Add null/kmerr.cocci
by Nicolas Palix
· 14 years ago
c75b81b
Coccinelle: Add null/eno.cocci
by Nicolas Palix
· 14 years ago
82c4340
Add scripts/coccinelle/deref_null.cocci
by Nicolas Palix
· 14 years ago
f853f83
Add scripts/coccinelle/err_cast.cocci
by Nicolas Palix
· 14 years ago
09c3539
Add scripts/coccinelle/resource_size.cocci
by Nicolas Palix
· 14 years ago
cf5842d
Add scripts/coccinelle/alloc/kzalloc-simple.cocci
by Nicolas Palix
· 14 years ago
51169c8
Add scripts/coccinelle/alloc/drop_kmalloc_cast.cocci
by Nicolas Palix
· 14 years ago