aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra
2023-06-05checkpatch: Check for 0-length and 1-element arraysKees Cook
2023-05-30checkpatch: Check for strcpy and strncpy tooKees Cook
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-18checkpatch: introduce proper bindings license checkDmitry Rokosov
2023-04-18checkpatch: check for misuse of the link tagsMatthieu Baerts
2023-04-18checkpatch: allow Closes tags with linksMatthieu Baerts
2023-04-18checkpatch: use a list of "link" tagsMatthieu Baerts
2023-04-18checkpatch: don't print the next line if not definedMatthieu Baerts
2023-04-08checkpatch: ignore ETHTOOL_LINK_MODE_ enum valuesGerhard Engleder
2023-04-05checkpatch: Error out if deprecated RCU API usedJoel Fernandes (Google)
2023-02-02checkpatch: improve EMBEDDED_FILENAME testJoe Perches
2023-02-02checkpatch: use proper way for show problematic lineThorsten Leemhuis
2023-02-02checkpatch: warn when Reported-by: is not followed by Link:Kai Wasserbäch
2023-02-02checkpatch: warn when unknown tags are used for linksKai Wasserbäch
2023-02-02checkpatch: mark kunmap() and kunmap_atomic() deprecatedIra Weiny
2022-11-30checkpatch: add check for array allocator family argument orderLiao Chang
2022-11-18scripts: checkpatch: allow "case" macrosStanislaw Gruszka
2022-11-18checkpatch: add warning for non-lore mailing list URLsBjorn Helgaas
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-10-03checkpatch: warn for non-standard fixes tag styleNiklas Söderlund
2022-09-29checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsDavid Hildenbrand
2022-09-29docs: move asm-annotations.rst into core-apiJonathan Corbet
2022-09-28scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda
2022-09-28scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsMiguel Ojeda
2022-09-11checkpatch: handle FILE pointer typeMickaël Salaün
2022-09-11checkpatch: add kmap and kmap_atomic to the deprecated listIra Weiny
2022-06-16checkpatch: fix incorrect camelcase detection on numeric constantAntonio Borneo
2022-06-16checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration listJoe Perches
2022-04-26checkpatch: add new alloc functions to alloc with multiplies checkGustavo A. R. Silva
2022-03-23checkpatch: use python3 to find codespell dictionarySagar Patel
2022-03-23checkpatch: add early_param exception to blank line after struct/function testJoe Perches
2022-03-23checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches
2022-03-23checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches
2022-01-20checkpatch: improve Kconfig help testJoe Perches
2022-01-20checkpatch: relax regexp for COMMIT_LOG_LONG_LINEJerome Forissier
2021-11-09checkpatch: get default codespell dictionary path from package locationPeter Ujfalusi
2021-11-09checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesJoe Perches
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook
2021-09-08checkpatch: improve GIT_COMMIT_ID testJoe Perches
2021-09-08checkpatch: make email address check case insensitiveMimi Zohar
2021-09-08checkpatch: support wide stringsJoe Perches
2021-07-01checkpatch: do not complain about positive return values starting with EPOLLGuenter Roeck
2021-07-01checkpatch: improve the indented label testJoe Perches
2021-07-01checkpatch: scripts/spdxcheck.py now requires python3Guenter Roeck
2021-05-06checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET
2021-05-06checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol
2021-05-06checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches