summaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-062-22/+24
|\
| * coccinelle: deref_null: improve performanceJulia Lawall2018-05-221-20/+20
| * coccinelle: mini_lock: improve performanceJulia Lawall2018-05-221-2/+4
* | Merge airlied/drm-next into drm-misc-nextSean Paul2018-03-301-2/+2
|\ \ | |/
| * Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-2/+2
| |\
| | * Coccinelle: memdup: Fix typo in warning messagesDafna Hirschfeld2018-03-031-2/+2
* | | drm: Remove drm_property_{un/reference}_blob aliasesHaneen Mohammed2018-03-221-10/+0
|/ /
* | drm: remove drm_mode_object_{un/reference} aliasesHaneen Mohammed2018-03-191-10/+0
|/
* coccinelle: deref_null: avoid useless computationJulia Lawall2018-02-081-3/+3
* coccinelle: devm_free: reduce false positivesJulia Lawall2018-02-071-1/+54
* Coccinelle: memdup: drop spurious lineJulia Lawall2018-01-291-1/+0
* Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simpleHimanshu Jha2018-01-161-0/+0
* Coccinelle: ifnullfree: Trim the warning reported in report modeHimanshu Jha2018-01-161-1/+1
* Coccinelle: alloc_cast: Add more memory allocating functions to the listHimanshu Jha2018-01-161-21/+71
* Coccinelle: array_size: report even if include is missingJérémy Lefaure2018-01-161-2/+2
* Coccinelle: kzalloc-simple: Add all zero allocating functionsHimanshu Jha2018-01-161-5/+367
* Coccinelle: Remove setup_timer.cocciKees Cook2017-11-211-277/+0
* Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-176-53/+307
|\
| * coccinelle: orplus: reorganize to improve performanceJulia Lawall2017-11-161-14/+29
| * coccinelle: use exists to improve efficiencyJulia Lawall2017-11-141-1/+1
| * Coccinelle: use false positive annotationJulia Lawall2017-11-141-4/+4
| * coccinelle: grep Options and Requires fields more preciselyMasahiro Yamada2017-11-141-1/+1
| * coccinelle: api: detect identical chip data arraysJulia Lawall2017-11-141-0/+161
| * coccinelle: Improve setup_timer.cocci matchingKees Cook2017-11-141-24/+105
| * Coccinelle: setup_timer: improve messages from setup_timerJulia Lawall2017-11-141-9/+6
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-0/+5
|\ \
| * | drm: introduce drm_dev_{get/put} functionsAishwarya Pant2017-09-261-0/+5
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
|/
* drm: Introduce drm_property_blob_{get,put}()Thierry Reding2017-02-281-0/+10
* drm: Introduce drm_gem_object_{get,put}()Thierry Reding2017-02-281-0/+20
* drm: Introduce drm_framebuffer_{get,put}()Thierry Reding2017-02-281-0/+10
* drm: Introduce drm_connector_{get,put}()Thierry Reding2017-02-281-0/+10
* drm: Introduce drm_mode_object_{get,put}()Thierry Reding2017-02-281-0/+42
* Coccinelle: misc: Add support for devm variant in all modesVaishali Thakkar2016-12-111-3/+12
* Coccinelle: misc: Improve the result given by context modeVaishali Thakkar2016-12-111-1/+2
* Coccinelle: misc: Improve the matching of rulesVaishali Thakkar2016-12-111-13/+23
* Coccinelle: Add misc/boolconv.cocciAndrew F. Davis2016-12-111-0/+90
* Coccinelle: flag conditions with no effectNicholas Mc Guire2016-10-111-0/+64
* Coccinelle: pm_runtime: ensure relevance of pm_runtime reportsJulia Lawall2016-10-011-7/+11
* Coccinelle: limit memdup_user transformation to GFP_KERNEL caseJulia Lawall2016-10-011-4/+4
* scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocciLuis R. Rodriguez2016-07-221-0/+3
* coccinelle: catch krealloc() on devm_*() allocated memoryYann Droneaud2016-06-211-0/+4
* coccinelle: recognize more devm_* memory allocation functionsYann Droneaud2016-06-211-0/+20
* coccinelle: also catch kzfree() issuesYann Droneaud2016-06-214-5/+25
* Coccinelle: noderef: Add new rules and correct the old ruleVaishali Thakkar2016-06-201-1/+17
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-05-262-173/+2
|\
| * scripts: coccinelle: remove check to move constants to rightWolfram Sang2016-04-201-171/+0
| * Coccinelle: setup_timer: Add space in front of parenthesesVaishali Thakkar2016-04-201-2/+2
* | debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usageNicolai Stange2016-04-121-0/+67
|/
* Coccinelle: Add api/setup_timer.cocciVaishali Thakkar2016-02-181-0/+199
OpenPOWER on IntegriCloud