index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coccinelle
Commit message (
Expand
)
Author
Age
Files
Lines
*
coccinelle: deref_null: avoid useless computation
Julia Lawall
2018-02-08
1
-3
/
+3
*
coccinelle: devm_free: reduce false positives
Julia Lawall
2018-02-07
1
-1
/
+54
*
Coccinelle: memdup: drop spurious line
Julia Lawall
2018-01-29
1
-1
/
+0
*
Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
Himanshu Jha
2018-01-16
1
-0
/
+0
*
Coccinelle: ifnullfree: Trim the warning reported in report mode
Himanshu Jha
2018-01-16
1
-1
/
+1
*
Coccinelle: alloc_cast: Add more memory allocating functions to the list
Himanshu Jha
2018-01-16
1
-21
/
+71
*
Coccinelle: array_size: report even if include is missing
Jérémy Lefaure
2018-01-16
1
-2
/
+2
*
Coccinelle: kzalloc-simple: Add all zero allocating functions
Himanshu Jha
2018-01-16
1
-5
/
+367
*
Coccinelle: Remove setup_timer.cocci
Kees Cook
2017-11-21
1
-277
/
+0
*
Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-17
6
-53
/
+307
|
\
|
*
coccinelle: orplus: reorganize to improve performance
Julia Lawall
2017-11-16
1
-14
/
+29
|
*
coccinelle: use exists to improve efficiency
Julia Lawall
2017-11-14
1
-1
/
+1
|
*
Coccinelle: use false positive annotation
Julia Lawall
2017-11-14
1
-4
/
+4
|
*
coccinelle: grep Options and Requires fields more precisely
Masahiro Yamada
2017-11-14
1
-1
/
+1
|
*
coccinelle: api: detect identical chip data arrays
Julia Lawall
2017-11-14
1
-0
/
+161
|
*
coccinelle: Improve setup_timer.cocci matching
Kees Cook
2017-11-14
1
-24
/
+105
|
*
Coccinelle: setup_timer: improve messages from setup_timer
Julia Lawall
2017-11-14
1
-9
/
+6
*
|
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-15
1
-0
/
+5
|
\
\
|
*
|
drm: introduce drm_dev_{get/put} functions
Aishwarya Pant
2017-09-26
1
-0
/
+5
|
|
/
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
8
-0
/
+8
|
/
*
drm: Introduce drm_property_blob_{get,put}()
Thierry Reding
2017-02-28
1
-0
/
+10
*
drm: Introduce drm_gem_object_{get,put}()
Thierry Reding
2017-02-28
1
-0
/
+20
*
drm: Introduce drm_framebuffer_{get,put}()
Thierry Reding
2017-02-28
1
-0
/
+10
*
drm: Introduce drm_connector_{get,put}()
Thierry Reding
2017-02-28
1
-0
/
+10
*
drm: Introduce drm_mode_object_{get,put}()
Thierry Reding
2017-02-28
1
-0
/
+42
*
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: pm_runtime: ensure relevance of pm_runtime reports
Julia Lawall
2016-10-01
1
-7
/
+11
*
Coccinelle: limit memdup_user transformation to GFP_KERNEL case
Julia Lawall
2016-10-01
1
-4
/
+4
*
scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocci
Luis R. Rodriguez
2016-07-22
1
-0
/
+3
*
coccinelle: catch krealloc() on devm_*() allocated memory
Yann Droneaud
2016-06-21
1
-0
/
+4
*
coccinelle: recognize more devm_* memory allocation functions
Yann Droneaud
2016-06-21
1
-0
/
+20
*
coccinelle: also catch kzfree() issues
Yann Droneaud
2016-06-21
4
-5
/
+25
*
Coccinelle: noderef: Add new rules and correct the old rule
Vaishali Thakkar
2016-06-20
1
-1
/
+17
*
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
2016-05-26
2
-173
/
+2
|
\
|
*
scripts: coccinelle: remove check to move constants to right
Wolfram Sang
2016-04-20
1
-171
/
+0
|
*
Coccinelle: setup_timer: Add space in front of parentheses
Vaishali Thakkar
2016-04-20
1
-2
/
+2
*
|
debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage
Nicolai Stange
2016-04-12
1
-0
/
+67
|
/
*
Coccinelle: Add api/setup_timer.cocci
Vaishali Thakkar
2016-02-18
1
-0
/
+199
*
coccinelle: bugon: reduce rule applicability
Julia Lawall
2016-02-18
1
-1
/
+1
*
Coccinelle: pm_runtime: 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
*
scripts/coccinelle: modernize &
Julia Lawall
2016-02-18
1
-1
/
+1
*
coccinelle: tests: unsigned value cannot be lesser than zero
Andrzej Hajda
2016-01-12
1
-0
/
+75
*
coccinelle: Improve checking for missing NULL terminators
Daniel Granat
2015-10-26
1
-5
/
+28
*
coccinelle: ifnullfree: handle various destroy functions
Julia Lawall
2015-10-26
1
-1
/
+9
[next]