summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+28
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2025-05-16checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()Paul E. McKenney1-0/+2
2025-05-12checkpatch: qualify do-while-0 adviceJim Cromie1-6/+27
2025-05-12checkpatch: dont warn about unused macro arg on empty bodyJim Cromie1-1/+1
2025-05-06checkpatch: remove %p4cnAditya Garg1-1/+1
2025-04-21lib/vsprintf: Add support for generic FourCCs by extending %p4ccHector Martin1-1/+1
2025-04-12net: Retire DCCP socket.Kuniyuki Iwashima1-1/+1
2025-04-06Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-14/+0
2025-03-17checkpatch: describe --min-conf-desc-lengthPhilipp Hahn1-2/+3
2025-03-15kbuild: remove EXTRA_*FLAGS supportMasahiro Yamada1-14/+0
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-18/+8
2025-01-25checkpatch: don't warn about extra parentheses in staging/Dan Carpenter1-3/+3
2025-01-25checkpatch: remove migrated RCU APIs from deprecated_apisDavid Reaver1-10/+0
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+2
2025-01-13checkpatch: check return of `git_commit_info`Tamir Duberstein1-4/+4
2025-01-13checkpatch: update reference to include/asm-<arch>Geert Uytterhoeven1-1/+1
2024-12-30Align git commit ID abbreviation guidelines and checksGeert Uytterhoeven1-2/+2
2024-12-17checkpatch: don't complain on _Generic() usePrzemek Kitszel1-0/+2
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-21/+16
2024-11-06checkpatch: always parse orig_commit in fixes tagTamir Duberstein1-21/+16
2024-10-16checkpatch: Remove links to outdated documentationAnna-Maria Behnsen1-5/+5
2024-08-23net: drop special comment styleJohannes Berg1-10/+0
2024-06-25checkpatch: check for missing Fixes tagsDan Carpenter1-0/+24
2024-06-25checkpatch: really skip LONG_LINE_* when LONG_LINE is ignoredWolfram Sang1-1/+1
2024-05-12scripts: checkpatch: check unused parameters for function-like macroXining Xu1-0/+6
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+19
2023-12-17scripts: checkpatch: Add __aligned to the list of attribute notesMarcelo Schmitt1-0/+1
2023-12-11checkpatch: do not require an empty line before error injectionSergey Senozhatsky1-1/+1
2023-12-08checkpatch: add ethtool_sprintf rulesjustinstitt@google.com1-0/+19
2023-09-13Revert "checkpatch: Error out if deprecated RCU API used"Joel Fernandes (Google)1-9/+0
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+21
2023-08-21checkpatch: reword long-line warning about commit-msgJim Cromie1-1/+1
2023-08-21checkpatch: special case extern struct in .cJim Cromie1-0/+20
2023-07-25checkpatch: Complain about unexpected uses of RCU Tasks TracePaul E. McKenney1-0/+24
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra1-1/+1
2023-06-06checkpatch: Check for 0-length and 1-element arraysKees Cook1-0/+10
2023-05-31checkpatch: Check for strcpy and strncpy tooKees Cook1-1/+13
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-9/+43
2023-04-19checkpatch: introduce proper bindings license checkDmitry Rokosov1-1/+6
2023-04-19checkpatch: check for misuse of the link tagsMatthieu Baerts1-1/+12
2023-04-19checkpatch: allow Closes tags with linksMatthieu Baerts1-5/+5
2023-04-19checkpatch: use a list of "link" tagsMatthieu Baerts1-4/+20
2023-04-19checkpatch: don't print the next line if not definedMatthieu Baerts1-1/+1
2023-04-08checkpatch: ignore ETHTOOL_LINK_MODE_ enum valuesGerhard Engleder1-0/+2
2023-04-05checkpatch: Error out if deprecated RCU API usedJoel Fernandes (Google)1-0/+9
2023-02-03checkpatch: improve EMBEDDED_FILENAME testJoe Perches1-1/+1