VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2021-08-08
scripts: coccinelle: allow list_entry_is_head() to use pos
Daniel Thompson
2021-08-05
coccinelle: api: rename kzfree to kfree_sensitive
Weizhao Ouyang
2021-06-21
coccinelle: api: remove kobj_to_dev.cocci script
Keith Busch
2021-05-01
coccinelle: misc: minmax: suppress patch generation for err returns
Denis Efremov
2021-05-01
drop unneeded *s
Julia Lawall
2021-05-01
coccinelle: irqf_oneshot: reduce the severity due to false positives
Krzysztof Kozlowski
2021-05-01
coccinelle: misc: add swap script
Denis Efremov
2021-05-01
coccinelle: misc: update uninitialized_var.cocci documentation
Denis Efremov
2021-05-01
coccinelle: misc: restrict patch mode in flexible_array.cocci
Denis Efremov
2021-05-01
coccinelle: misc: add minmax script
Denis Efremov
2021-02-12
of: Remove of_dev_{get,put}()
Rob Herring
2020-12-15
coccinnelle: Remove ptr_ret script
Maxime Ripard
2020-11-09
remove boolinit.cocci
Peter Zijlstra
2020-10-18
Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux
Linus Torvalds
2020-10-17
coccinelle: api: add kfree_mismatch script
Denis Efremov
2020-10-15
coccinelle: iterators: Add for_each_child.cocci script
Sumera Priyadarsini
2020-10-10
coccinelle: api: kfree_sensitive: print memset position
Denis Efremov
2020-10-03
coccinelle: misc: add flexible_array.cocci script
Denis Efremov
2020-10-01
coccinelle: api: add kvmalloc script
Denis Efremov
2020-09-21
coccinelle: misc: add excluded_middle.cocci script
Denis Efremov
2020-09-12
coccinelle: api: update kzfree script to kfree_sensitive
Denis Efremov
2020-09-10
scripts: device_attr_show.cocci: update location of sysfs doc
Mauro Carvalho Chehab
2020-09-05
coccinelle: misc: add uninitialized_var.cocci script
Denis Efremov
2020-09-02
coccinelle: ifnullfree: add vfree(), kvfree*() functions
Denis Efremov
2020-08-21
coccinelle: api: add kobj_to_dev.cocci script
Denis Efremov
2020-08-21
coccinelle: add patch rule for dma_alloc_coherent
Alex Dewar
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-06
Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux
Linus Torvalds
2020-08-04
coccinelle: api: filter out memdup_user definitions
Denis Efremov
2020-08-04
coccinelle: api: extend memdup_user rule with vmemdup_user()
Denis Efremov
2020-08-04
coccinelle: api: extend memdup_user transformation with GFP_USER
Denis Efremov
2020-08-04
coccinelle: api: add kzfree script
Denis Efremov
2020-08-04
coccinelle: misc: add array_size_dup script to detect missed overflow checks
Denis Efremov
2020-08-04
coccinelle: api/kstrdup: fix coccinelle position
Denis Efremov
2020-08-04
coccinelle: api: add device_attr_show script
Denis Efremov
2020-07-10
scripts: add dummy report mode to add_namespace.cocci
Matthias Maennich
2020-05-07
net: remove newlines in NL_SET_ERR_MSG_MOD
Jacob Keller
2020-02-04
mm: remove __krealloc
Florian Westphal
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-10-17
coccinelle: api/devm_platform_ioremap_resource: remove useless script
Alexandre Belloni
2019-10-07
scripts: add_namespace: Fix coccicheck failed
YueHaibing
2019-09-22
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2019-09-18
Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2019-09-10
scripts: Coccinelle script for namespace dependencies.
Matthias Maennich
2019-09-06
coccinelle: platform_get_irq: Fix parse error
YueHaibing
2019-07-30
coccinelle: api/atomic_as_refcounter: add SPDX License Identifier
Matthias Maennich
2019-07-30
coccinelle: Add script to check for platform_get_irq() excessive prints
Stephen Boyd
2019-07-20
Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-07-17
coccinelle: api: add devm_platform_ioremap_resource script
Himanshu Jha
2019-07-15
docs: driver-model: move it to the driver-api book
Mauro Carvalho Chehab
2019-07-14
Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux
Linus Torvalds
2019-07-14
*: convert stream-like files -> stream_open, even if they use noop_llseek
Kirill Smelkov
2019-07-12
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2019-07-08
coccinelle: api/stream_open: treat all wait_.*() calls as blocking
Kirill Smelkov
2019-07-08
coccinelle: put_device: Add a cast to an expression for an assignment
Markus Elfring
2019-07-08
coccinelle: put_device: Adjust a message construction
Markus Elfring
2019-07-08
coccinelle: kstrdup: Fix typo in warning messages
Rikard Falkeborn
2019-06-21
docs: driver-model: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505
Thomas Gleixner
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257
Thomas Gleixner
2019-04-06
fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
Kirill Smelkov
2019-03-28
scripts: coccinelle: Fix description of badty.cocci
Michael Stefaniuc
2019-03-28
coccinelle: put_device: reduce false positives
Wen Yang
2019-03-17
coccinelle: semantic code search for missing put_device()
Wen Yang
2019-01-08
dma-mapping: remove dma_zalloc_coherent()
Luis Chamberlain
2019-01-06
scripts: coccinelle: boolinit: drop warnings on named constants
Julia Lawall
2019-01-06
scripts: coccinelle: check for redeclaration
Julia Lawall
2018-12-29
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2018-12-17
scripts: coccinelle: Correct warning message
Julia Lawall
2018-12-17
scripts: coccinelle: only suggest true/false in files that already use them
Julia Lawall
2018-11-24
drm: remove no longer needed drm-get-put coccinelle script
Fernando Ramos
2018-08-22
Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.cocci
zhong jiang
2018-08-14
Coccinelle: doubletest: reduce side effect false positives
Julia Lawall
2018-07-18
Coccinelle: add atomic_as_refcounter script
Elena Reshetova
2018-06-06
Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2018-05-22
coccinelle: deref_null: improve performance
Julia Lawall
2018-05-22
coccinelle: mini_lock: improve performance
Julia Lawall
2018-03-30
Merge airlied/drm-next into drm-misc-next
Sean Paul
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
2018-03-22
drm: Remove drm_property_{un/reference}_blob aliases
Haneen Mohammed
2018-03-19
drm: remove drm_mode_object_{un/reference} aliases
Haneen Mohammed
2018-03-03
Coccinelle: memdup: Fix typo in warning messages
Dafna Hirschfeld
2018-02-08
coccinelle: deref_null: avoid useless computation
Julia Lawall
2018-02-07
coccinelle: devm_free: reduce false positives
Julia Lawall
2018-01-29
Coccinelle: memdup: drop spurious line
Julia Lawall
2018-01-16
Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
Himanshu Jha
2018-01-16
Coccinelle: ifnullfree: Trim the warning reported in report mode
Himanshu Jha
2018-01-16
Coccinelle: alloc_cast: Add more memory allocating functions to the list
Himanshu Jha
2018-01-16
Coccinelle: array_size: report even if include is missing
Jérémy Lefaure
2018-01-16
Coccinelle: kzalloc-simple: Add all zero allocating functions
Himanshu Jha
2017-11-21
Coccinelle: Remove setup_timer.cocci
Kees Cook
2017-11-17
Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-16
coccinelle: orplus: reorganize to improve performance
Julia Lawall
2017-11-14
coccinelle: use exists to improve efficiency
Julia Lawall
2017-11-14
Coccinelle: use false positive annotation
Julia Lawall
2017-11-14
coccinelle: grep Options and Requires fields more precisely
Masahiro Yamada
2017-11-14
coccinelle: api: detect identical chip data arrays
Julia Lawall
2017-11-14
coccinelle: Improve setup_timer.cocci matching
Kees Cook
2017-11-14
Coccinelle: setup_timer: improve messages from setup_timer
Julia Lawall
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-26
drm: introduce drm_dev_{get/put} functions
Aishwarya Pant
2017-02-28
drm: Introduce drm_property_blob_{get,put}()
Thierry Reding
2017-02-28
drm: Introduce drm_gem_object_{get,put}()
Thierry Reding
2017-02-28
drm: Introduce drm_framebuffer_{get,put}()
Thierry Reding
2017-02-28
drm: Introduce drm_connector_{get,put}()
Thierry Reding
2017-02-28
drm: Introduce drm_mode_object_{get,put}()
Thierry Reding
2016-12-11
Coccinelle: misc: Add support for devm variant in all modes
Vaishali Thakkar
2016-12-11
Coccinelle: misc: Improve the result given by context mode
Vaishali Thakkar
2016-12-11
Coccinelle: misc: Improve the matching of rules
Vaishali Thakkar
2016-12-11
Coccinelle: Add misc/boolconv.cocci
Andrew F. Davis
2016-10-11
Coccinelle: flag conditions with no effect
Nicholas Mc Guire
2016-10-01
Coccinelle: pm_runtime: ensure relevance of pm_runtime reports
Julia Lawall
2016-10-01
Coccinelle: limit memdup_user transformation to GFP_KERNEL case
Julia Lawall
2016-07-22
scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocci
Luis R. Rodriguez
2016-06-21
coccinelle: catch krealloc() on devm_*() allocated memory
Yann Droneaud
2016-06-21
coccinelle: recognize more devm_* memory allocation functions
Yann Droneaud
2016-06-21
coccinelle: also catch kzfree() issues
Yann Droneaud
2016-06-20
Coccinelle: noderef: Add new rules and correct the old rule
Vaishali Thakkar
2016-05-26
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2016-04-20
scripts: coccinelle: remove check to move constants to right
Wolfram Sang
2016-04-20
Coccinelle: setup_timer: Add space in front of parentheses
Vaishali Thakkar
2016-04-12
debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage
Nicolai Stange
2016-02-18
Coccinelle: Add api/setup_timer.cocci
Vaishali Thakkar
2016-02-18
coccinelle: bugon: reduce rule applicability
Julia Lawall
2016-02-18
Coccinelle: pm_runtime: reduce rule applicability
Julia Lawall
2016-02-18
Coccinelle: array_size: reduce rule applicability
Julia Lawall
2016-02-18
Coccinelle: reduce rule applicability
Julia Lawall
2016-02-18
scripts/coccinelle: modernize &
Julia Lawall
2016-01-12
coccinelle: tests: unsigned value cannot be lesser than zero
Andrzej Hajda
2015-10-26
coccinelle: Improve checking for missing NULL terminators
Daniel Granat
2015-10-26
coccinelle: ifnullfree: handle various destroy functions
Julia Lawall
2015-10-26
coccinelle: ifnullfree: various cleanups
Julia Lawall
2015-10-26
cocinelle: iterators: semantic patch to delete unneeded of_node_put
Julia Lawall
2015-10-26
scripts/coccinelle: fix typos
Julia Lawall
2015-10-26
coccinelle: misc: remove "complex return code" warnings
Johan Hovold
2015-10-26
coccinelle: tests: improve odd_ptr_err.cocci
Julia Lawall
2015-10-26
coccinelle: misc: move constants to the right
Julia Lawall
2015-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-09-08
coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci
Sean O. Stalley
2015-08-19
coccinelle: api: extend spatch for dropping unnecessary owner
Krzysztof Kozlowski
2015-06-03
coccinelle: simple_return: Add a blank line
Fabio Estevam
2015-05-25
coccinelle: irqf_oneshot.cocci: Improve the generated commit log
Fabio Estevam
2015-05-21
coccinelle: api: add vma_pages.cocci
Dmitry Kalinkin
2015-05-21
scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammar
Fabio Estevam
2015-05-21
scripts/coccinelle/misc/semicolon.cocci: Use imperative mood
Fabio Estevam
2015-05-20
coccinelle: simple_open: Use imperative mood
Fabio Estevam
2015-05-20
coccinelle: ifaddr: Fix the sentence
Fabio Estevam
2015-05-20
coccinelle: returnvar: Use imperative mood
Fabio Estevam
2015-05-20
coccinelle: pm_runtime: Insert blank line
Fabio Estevam
2015-04-15
scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warning
Fabian Frederick
2015-03-25
irqf_oneshot.cocci: add check of devm_request_threaded_irq()
Valentin Rothberg
2014-12-20
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2014-11-24
bugon.cocci: fix Options at the macro
Mauro Carvalho Chehab
2014-11-06
coccinelle: api: add spatch to prevent unnecessary .owner
Wolfram Sang
2014-09-26
coccinelle: misc: semantic patch to delete overly complex return code processing
Julia Lawall
2014-08-14
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2014-08-08
scripts/coccinelle/free/ifnullfree.cocci: add copyright information
Fabian Frederick
2014-08-08
scripts/coccinelle/free: add NULL test before freeing functions
Fabian Frederick
2014-08-06
Coccinelle: Script to replace if and BUG with BUG_ON
Himangi Saraogi
2014-08-06
Coccinelle: Script to detect incorrect argument to sizeof
Himangi Saraogi
2014-08-06
Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofs
Himangi Saraogi
2014-08-06
Coccinelle: Script to detect cast after memory allocation
Himangi Saraogi
2014-08-06
coccinelle/null: solve parse error
Himangi Saraogi
2014-06-19
devres: remove devm_request_and_ioremap()
Jingoo Han
2014-06-10
coccicheck: Add unneeded return variable test
Peter Senna Tschudin
2014-06-09
coccinelle: Check for missing NULL terminators in of_device_id tables
Stephen Boyd
2014-04-08
scripts/coccinelle: Use PTR_ERR_OR_ZERO
Sachin Kamat
2014-03-29
Coccicheck: Remove memcpy to struct assignment test
Peter Senna Tschudin
2014-01-03
scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUE
Nishanth Menon
2013-10-23
scripts/coccinelle/api: remove devm_request_and_ioremap.cocci
Wolfram Sang
2013-09-07
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2013-08-13
coccinelle: replace 0/1 with false/true in functions returning bool
Rasmus Villemoes
2013-07-15
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
2013-07-03
Coccinelle: Update the options used to the new option scheme
Nicolas Palix
2013-07-03
scripts: Coccinelle script for pci_free_consistent()
strnape1@fel.cvut.cz
2013-06-14
scripts/coccinelle: check for field address argument to kfree
Julia Lawall
2013-02-27
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2013-02-22
scripts/coccinelle: find constant additions that could be bit ors
Julia Lawall
2013-02-22
scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assignment
Peter Senna Tschudin
2013-01-24
scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test
Peter Senna Tschudin
2013-01-22
lib: devres: Introduce devm_ioremap_resource()
Thierry Reding
2012-12-20
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2012-12-18
Coccinelle: add api/d_find_alias.cocci
Cyril Roelandt
2012-12-09
scripts/coccinelle/misc/warn.cocci: use WARN
Julia Lawall
2012-10-12
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2012-10-11
scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR inconsistency
Julia Lawall
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2012-09-01
Coccinelle: fix typo in memdup_user.cocci
Fengguang Wu
2012-08-31
scripts/coccinelle: ptr_ret: Add ternary operator version
Lars-Peter Clausen
2012-07-13
scripts/coccinelle: list iterator variable semantic patch
Julia Lawall
2012-07-13
scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT
Lars-Peter Clausen
2012-05-28
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2012-05-25
scripts/coccinelle: sizeof of pointer
Julia Lawall
2012-05-25
scripts/coccinelle: address test is always true
Julia Lawall
2012-04-05
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-04-05
scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open()
Julia Lawall
2012-03-26
scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_err
Julia Lawall
2012-02-25
coccinelle: semantic patch for bool issues
Julia Lawall