summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-1/+51
|\
| * checkpatch: warn for non-standard fixes tag styleNiklas Söderlund2022-10-031-0/+44
| * checkpatch: handle FILE pointer typeMickaël Salaün2022-09-111-1/+5
| * checkpatch: add kmap and kmap_atomic to the deprecated listIra Weiny2022-09-111-0/+2
* | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2022-10-031-4/+8
|\ \
| * | scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda2022-09-281-2/+2
| * | scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsMiguel Ojeda2022-09-281-2/+6
| |/
* | checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsDavid Hildenbrand2022-09-291-3/+3
* | docs: move asm-annotations.rst into core-apiJonathan Corbet2022-09-291-1/+1
|/
* checkpatch: fix incorrect camelcase detection on numeric constantAntonio Borneo2022-06-161-1/+1
* checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration listJoe Perches2022-06-161-1/+2
* checkpatch: add new alloc functions to alloc with multiplies checkGustavo A. R. Silva2022-04-261-3/+5
* checkpatch: use python3 to find codespell dictionarySagar Patel2022-03-231-2/+2
* checkpatch: add early_param exception to blank line after struct/function testJoe Perches2022-03-231-1/+1
* checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches2022-03-231-2/+16
* checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches2022-03-231-0/+7
* checkpatch: improve Kconfig help testJoe Perches2022-01-201-26/+26
* checkpatch: relax regexp for COMMIT_LOG_LONG_LINEJerome Forissier2022-01-201-1/+1
* checkpatch: get default codespell dictionary path from package locationPeter Ujfalusi2021-11-091-4/+28
* checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesJoe Perches2021-11-091-0/+1
* Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2021-11-061-1/+2
* checkpatch: improve GIT_COMMIT_ID testJoe Perches2021-09-081-31/+51
* checkpatch: make email address check case insensitiveMimi Zohar2021-09-081-2/+2
* checkpatch: support wide stringsJoe Perches2021-09-081-3/+4
* checkpatch: do not complain about positive return values starting with EPOLLGuenter Roeck2021-07-011-1/+1
* checkpatch: improve the indented label testJoe Perches2021-07-011-3/+7
* checkpatch: scripts/spdxcheck.py now requires python3Guenter Roeck2021-07-011-2/+2
* checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET2021-05-061-1/+1
* checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol2021-05-061-1/+1
* checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches2021-05-061-0/+11
* Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-281-1/+1
|\
| * docs: dt: update writing-schema.rst referencesMauro Carvalho Chehab2021-04-071-1/+1
* | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-2/+4
|\ \
| * \ Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-2/+4
| |\ \ | | |/ | |/|
| | * lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus2021-02-171-2/+4
* | | checkpatch: add verbose modeDwaipayan Ray2021-03-061-20/+113
|/ /
* | checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu2021-02-261-1/+11
* | checkpatch: don't warn about colon termination in linker scriptsChris Down2021-02-261-1/+1
* | checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches2021-02-261-1/+1
* | checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava2021-02-261-0/+7
* | checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches2021-02-261-10/+10
* | checkpatch: prefer ftrace over function entry/exit printksJoe Perches2021-02-261-0/+35
* | checkpatch: trivial style fixesDwaipayan Ray2021-02-261-9/+9
* | checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang2021-02-261-1/+3
* | checkpatch: improve blank line after declaration testJoe Perches2021-02-261-23/+29
* | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-4/+2
|\ \
| * | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-4/+2
| |/
* | Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar2021-02-121-7/+0
|\ \
| * | Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada2021-01-281-7/+0
| |/
* | checkpatch: Don't check for mutex_trylock_recursive()Sebastian Andrzej Siewior2021-02-101-6/+0
|/