summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-24checkpatch: don't warn about extra parentheses in staging/Dan Carpenter
2025-01-24checkpatch: remove migrated RCU APIs from deprecated_apisDavid Reaver
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-12checkpatch: check return of `git_commit_info`Tamir Duberstein
2025-01-12checkpatch: update reference to include/asm-<arch>Geert Uytterhoeven
2024-12-30Align git commit ID abbreviation guidelines and checksGeert Uytterhoeven
2024-12-17checkpatch: don't complain on _Generic() usePrzemek Kitszel
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-05checkpatch: always parse orig_commit in fixes tagTamir Duberstein
2024-10-16checkpatch: Remove links to outdated documentationAnna-Maria Behnsen
2024-08-23net: drop special comment styleJohannes Berg
2024-06-24checkpatch: check for missing Fixes tagsDan Carpenter
2024-06-24checkpatch: really skip LONG_LINE_* when LONG_LINE is ignoredWolfram Sang
2024-05-11scripts: checkpatch: check unused parameters for function-like macroXining Xu
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-12-17scripts: checkpatch: Add __aligned to the list of attribute notesMarcelo Schmitt
2023-12-10checkpatch: do not require an empty line before error injectionSergey Senozhatsky
2023-12-08checkpatch: add ethtool_sprintf rulesjustinstitt@google.com
2023-09-13Revert "checkpatch: Error out if deprecated RCU API used"Joel Fernandes (Google)
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-21checkpatch: reword long-line warning about commit-msgJim Cromie
2023-08-21checkpatch: special case extern struct in .cJim Cromie
2023-07-24checkpatch: Complain about unexpected uses of RCU Tasks TracePaul E. McKenney
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 variantsdocs-6.1David Hildenbrand
2022-09-29docs: move asm-annotations.rst into core-apiJonathan Corbet