| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2020-08-07 | 4 | -8/+8 |
* | Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa... | Linus Torvalds | 2020-08-06 | 5 | -4/+427 |
|\ |
|
| * | coccinelle: api: filter out memdup_user definitions | Denis Efremov | 2020-08-04 | 1 | -4/+13 |
| * | coccinelle: api: extend memdup_user rule with vmemdup_user() | Denis Efremov | 2020-08-04 | 1 | -0/+45 |
| * | coccinelle: api: extend memdup_user transformation with GFP_USER | Denis Efremov | 2020-08-04 | 1 | -2/+6 |
| * | coccinelle: api: add kzfree script | Denis Efremov | 2020-08-04 | 1 | -0/+101 |
| * | coccinelle: misc: add array_size_dup script to detect missed overflow checks | Denis Efremov | 2020-08-04 | 1 | -0/+209 |
| * | coccinelle: api/kstrdup: fix coccinelle position | Denis Efremov | 2020-08-04 | 1 | -1/+1 |
| * | coccinelle: api: add device_attr_show script | Denis Efremov | 2020-08-04 | 1 | -0/+55 |
* | | scripts: add dummy report mode to add_namespace.cocci | Matthias Maennich | 2020-07-10 | 1 | -1/+7 |
|/ |
|
* | net: remove newlines in NL_SET_ERR_MSG_MOD | Jacob Keller | 2020-05-07 | 1 | -0/+75 |
* | mm: remove __krealloc | Florian Westphal | 2020-02-04 | 1 | -4/+0 |
* | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 2 | -5/+1 |
* | coccinelle: api/devm_platform_ioremap_resource: remove useless script | Alexandre Belloni | 2019-10-17 | 1 | -60/+0 |
* | scripts: add_namespace: Fix coccicheck failed | YueHaibing | 2019-10-07 | 1 | -0/+2 |
* | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-09-22 | 1 | -0/+23 |
|\ |
|
| * | scripts: Coccinelle script for namespace dependencies. | Matthias Maennich | 2019-09-10 | 1 | -0/+23 |
* | | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-09-18 | 1 | -0/+102 |
|\ \
| |/
|/| |
|
| * | coccinelle: platform_get_irq: Fix parse error | YueHaibing | 2019-09-06 | 1 | -3/+3 |
| * | coccinelle: Add script to check for platform_get_irq() excessive prints | Stephen Boyd | 2019-07-30 | 1 | -0/+102 |
* | | coccinelle: api/atomic_as_refcounter: add SPDX License Identifier | Matthias Maennich | 2019-07-30 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2019-07-20 | 1 | -0/+60 |
|\ |
|
| * | coccinelle: api: add devm_platform_ioremap_resource script | Himanshu Jha | 2019-07-17 | 1 | -0/+60 |
* | | docs: driver-model: move it to the driver-api book | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux | Linus Torvalds | 2019-07-14 | 1 | -1/+8 |
|\ |
|
| * | *: convert stream-like files -> stream_open, even if they use noop_llseek | Kirill Smelkov | 2019-07-14 | 1 | -1/+8 |
* | | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-07-12 | 3 | -14/+13 |
|\ \ |
|
| * | | coccinelle: api/stream_open: treat all wait_.*() calls as blocking | Kirill Smelkov | 2019-07-08 | 1 | -4/+4 |
| * | | coccinelle: put_device: Add a cast to an expression for an assignment | Markus Elfring | 2019-07-08 | 1 | -1/+1 |
| * | | coccinelle: put_device: Adjust a message construction | Markus Elfring | 2019-07-08 | 1 | -5/+4 |
| * | | coccinelle: kstrdup: Fix typo in warning messages | Rikard Falkeborn | 2019-07-08 | 1 | -4/+4 |
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | docs: driver-model: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 2019-06-21 | 1 | -1/+1 |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 | Thomas Gleixner | 2019-06-19 | 50 | -106/+156 |
| |/
|/| |
|
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257 | Thomas Gleixner | 2019-06-05 | 1 | -1/+2 |
|/ |
|
* | fs: stream_open - opener for stream-like files so that read and write can run... | Kirill Smelkov | 2019-04-06 | 1 | -0/+363 |
* | scripts: coccinelle: Fix description of badty.cocci | Michael Stefaniuc | 2019-03-28 | 1 | -1/+1 |
* | coccinelle: put_device: reduce false positives | Wen Yang | 2019-03-28 | 1 | -0/+1 |
* | coccinelle: semantic code search for missing put_device() | Wen Yang | 2019-03-17 | 1 | -0/+56 |
* | dma-mapping: remove dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 2 | -14/+5 |
* | scripts: coccinelle: boolinit: drop warnings on named constants | Julia Lawall | 2019-01-06 | 1 | -0/+5 |
* | scripts: coccinelle: check for redeclaration | Julia Lawall | 2019-01-06 | 1 | -0/+3 |
* | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-12-29 | 1 | -16/+27 |
|\ |
|
| * | scripts: coccinelle: Correct warning message | Julia Lawall | 2018-12-17 | 1 | -6/+6 |
| * | scripts: coccinelle: only suggest true/false in files that already use them | Julia Lawall | 2018-12-17 | 1 | -10/+21 |
* | | drm: remove no longer needed drm-get-put coccinelle script | Fernando Ramos | 2018-11-24 | 1 | -78/+0 |
|/ |
|
* | Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.c... | zhong jiang | 2018-08-22 | 1 | -40/+1 |
* | Coccinelle: doubletest: reduce side effect false positives | Julia Lawall | 2018-08-14 | 1 | -8/+26 |
* | Coccinelle: add atomic_as_refcounter script | Elena Reshetova | 2018-07-18 | 1 | -0/+129 |
* | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-06-06 | 2 | -22/+24 |
|\ |
|