Age | Commit message (Expand) | Author | Files | Lines |
2024-08-23 | net: drop special comment style | Johannes Berg | 1 | -10/+0 |
2024-06-24 | checkpatch: check for missing Fixes tags | Dan Carpenter | 1 | -0/+24 |
2024-06-24 | checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored | Wolfram Sang | 1 | -1/+1 |
2024-05-11 | scripts: checkpatch: check unused parameters for function-like macro | Xining Xu | 1 | -0/+6 |
2024-01-17 | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+19 |
2023-12-17 | scripts: checkpatch: Add __aligned to the list of attribute notes | Marcelo Schmitt | 1 | -0/+1 |
2023-12-10 | checkpatch: do not require an empty line before error injection | Sergey Senozhatsky | 1 | -1/+1 |
2023-12-08 | checkpatch: add ethtool_sprintf rules | justinstitt@google.com | 1 | -0/+19 |
2023-09-13 | Revert "checkpatch: Error out if deprecated RCU API used" | Joel Fernandes (Google) | 1 | -9/+0 |
2023-08-29 | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+21 |
2023-08-21 | checkpatch: reword long-line warning about commit-msg | Jim Cromie | 1 | -1/+1 |
2023-08-21 | checkpatch: special case extern struct in .c | Jim Cromie | 1 | -0/+20 |
2023-07-24 | checkpatch: Complain about unexpected uses of RCU Tasks Trace | Paul E. McKenney | 1 | -0/+24 |
2023-07-04 | Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2023-06-26 | locking: Introduce __cleanup() based infrastructure | Peter Zijlstra | 1 | -1/+1 |
2023-06-05 | checkpatch: Check for 0-length and 1-element arrays | Kees Cook | 1 | -0/+10 |
2023-05-30 | checkpatch: Check for strcpy and strncpy too | Kees Cook | 1 | -1/+13 |
2023-04-27 | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -9/+43 |
2023-04-18 | checkpatch: introduce proper bindings license check | Dmitry Rokosov | 1 | -1/+6 |
2023-04-18 | checkpatch: check for misuse of the link tags | Matthieu Baerts | 1 | -1/+12 |
2023-04-18 | checkpatch: allow Closes tags with links | Matthieu Baerts | 1 | -5/+5 |
2023-04-18 | checkpatch: use a list of "link" tags | Matthieu Baerts | 1 | -4/+20 |
2023-04-18 | checkpatch: don't print the next line if not defined | Matthieu Baerts | 1 | -1/+1 |
2023-04-08 | checkpatch: ignore ETHTOOL_LINK_MODE_ enum values | Gerhard Engleder | 1 | -0/+2 |
2023-04-05 | checkpatch: Error out if deprecated RCU API used | Joel Fernandes (Google) | 1 | -0/+9 |
2023-02-02 | checkpatch: improve EMBEDDED_FILENAME test | Joe Perches | 1 | -1/+1 |
2023-02-02 | checkpatch: use proper way for show problematic line | Thorsten Leemhuis | 1 | -5/+5 |
2023-02-02 | checkpatch: warn when Reported-by: is not followed by Link: | Kai Wasserbäch | 1 | -0/+12 |
2023-02-02 | checkpatch: warn when unknown tags are used for links | Kai Wasserbäch | 1 | -0/+12 |
2023-02-02 | checkpatch: mark kunmap() and kunmap_atomic() deprecated | Ira Weiny | 1 | -0/+2 |
2022-11-30 | checkpatch: add check for array allocator family argument order | Liao Chang | 1 | -1/+1 |
2022-11-18 | scripts: checkpatch: allow "case" macros | Stanislaw Gruszka | 1 | -0/+1 |
2022-11-18 | checkpatch: add warning for non-lore mailing list URLs | Bjorn Helgaas | 1 | -0/+17 |
2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+51 |
2022-10-03 | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -4/+8 |
2022-10-03 | checkpatch: warn for non-standard fixes tag style | Niklas Söderlund | 1 | -0/+44 |
2022-09-29 | checkpatch: warn on usage of VM_BUG_ON() and other BUG variants | David Hildenbrand | 1 | -3/+3 |
2022-09-29 | docs: move asm-annotations.rst into core-api | Jonathan Corbet | 1 | -1/+1 |
2022-09-28 | scripts: checkpatch: enable language-independent checks for Rust | Miguel Ojeda | 1 | -2/+2 |
2022-09-28 | scripts: checkpatch: diagnose uses of `%pA` in the C side as errors | Miguel Ojeda | 1 | -2/+6 |
2022-09-11 | checkpatch: handle FILE pointer type | Mickaël Salaün | 1 | -1/+5 |
2022-09-11 | checkpatch: add kmap and kmap_atomic to the deprecated list | Ira Weiny | 1 | -0/+2 |
2022-06-16 | checkpatch: fix incorrect camelcase detection on numeric constant | Antonio Borneo | 1 | -1/+1 |
2022-06-16 | checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration list | Joe Perches | 1 | -1/+2 |
2022-04-26 | checkpatch: add new alloc functions to alloc with multiplies check | Gustavo A. R. Silva | 1 | -3/+5 |
2022-03-23 | checkpatch: use python3 to find codespell dictionary | Sagar Patel | 1 | -2/+2 |
2022-03-23 | checkpatch: add early_param exception to blank line after struct/function test | Joe Perches | 1 | -1/+1 |
2022-03-23 | checkpatch: add --fix option for some TRAILING_STATEMENTS | Joe Perches | 1 | -2/+16 |
2022-03-23 | checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2") | Joe Perches | 1 | -0/+7 |