| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "checkpatch: Error out if deprecated RCU API used" | Joel Fernandes (Google) | 2023-09-13 | 1 | -9/+0 |
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-08-29 | 1 | -1/+21 |
|\ |
|
| * | checkpatch: reword long-line warning about commit-msg | Jim Cromie | 2023-08-21 | 1 | -1/+1 |
| * | checkpatch: special case extern struct in .c | Jim Cromie | 2023-08-21 | 1 | -0/+20 |
* | | checkpatch: Complain about unexpected uses of RCU Tasks Trace | Paul E. McKenney | 2023-07-24 | 1 | -0/+24 |
|/ |
|
* | Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-07-04 | 1 | -1/+1 |
|\ |
|
| * | locking: Introduce __cleanup() based infrastructure | Peter Zijlstra | 2023-06-26 | 1 | -1/+1 |
* | | checkpatch: Check for 0-length and 1-element arrays | Kees Cook | 2023-06-05 | 1 | -0/+10 |
* | | checkpatch: Check for strcpy and strncpy too | Kees Cook | 2023-05-30 | 1 | -1/+13 |
|/ |
|
* | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-04-27 | 1 | -9/+43 |
|\ |
|
| * | checkpatch: introduce proper bindings license check | Dmitry Rokosov | 2023-04-18 | 1 | -1/+6 |
| * | checkpatch: check for misuse of the link tags | Matthieu Baerts | 2023-04-18 | 1 | -1/+12 |
| * | checkpatch: allow Closes tags with links | Matthieu Baerts | 2023-04-18 | 1 | -5/+5 |
| * | checkpatch: use a list of "link" tags | Matthieu Baerts | 2023-04-18 | 1 | -4/+20 |
| * | checkpatch: don't print the next line if not defined | Matthieu Baerts | 2023-04-18 | 1 | -1/+1 |
| * | checkpatch: ignore ETHTOOL_LINK_MODE_ enum values | Gerhard Engleder | 2023-04-08 | 1 | -0/+2 |
* | | checkpatch: Error out if deprecated RCU API used | Joel Fernandes (Google) | 2023-04-05 | 1 | -0/+9 |
|/ |
|
* | checkpatch: improve EMBEDDED_FILENAME test | Joe Perches | 2023-02-02 | 1 | -1/+1 |
* | checkpatch: use proper way for show problematic line | Thorsten Leemhuis | 2023-02-02 | 1 | -5/+5 |
* | checkpatch: warn when Reported-by: is not followed by Link: | Kai Wasserbäch | 2023-02-02 | 1 | -0/+12 |
* | checkpatch: warn when unknown tags are used for links | Kai Wasserbäch | 2023-02-02 | 1 | -0/+12 |
* | checkpatch: mark kunmap() and kunmap_atomic() deprecated | Ira Weiny | 2023-02-02 | 1 | -0/+2 |
* | checkpatch: add check for array allocator family argument order | Liao Chang | 2022-11-30 | 1 | -1/+1 |
* | scripts: checkpatch: allow "case" macros | Stanislaw Gruszka | 2022-11-18 | 1 | -0/+1 |
* | checkpatch: add warning for non-lore mailing list URLs | Bjorn Helgaas | 2022-11-18 | 1 | -0/+17 |
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-10-12 | 1 | -1/+51 |
|\ |
|
| * | checkpatch: warn for non-standard fixes tag style | Niklas Söderlund | 2022-10-03 | 1 | -0/+44 |
| * | checkpatch: handle FILE pointer type | Mickaël Salaün | 2022-09-11 | 1 | -1/+5 |
| * | checkpatch: add kmap and kmap_atomic to the deprecated list | Ira Weiny | 2022-09-11 | 1 | -0/+2 |
* | | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2022-10-03 | 1 | -4/+8 |
|\ \ |
|
| * | | scripts: checkpatch: enable language-independent checks for Rust | Miguel Ojeda | 2022-09-28 | 1 | -2/+2 |
| * | | scripts: checkpatch: diagnose uses of `%pA` in the C side as errors | Miguel Ojeda | 2022-09-28 | 1 | -2/+6 |
| |/ |
|
* | | checkpatch: warn on usage of VM_BUG_ON() and other BUG variants | David Hildenbrand | 2022-09-29 | 1 | -3/+3 |
* | | docs: move asm-annotations.rst into core-api | Jonathan Corbet | 2022-09-29 | 1 | -1/+1 |
|/ |
|
* | checkpatch: fix incorrect camelcase detection on numeric constant | Antonio Borneo | 2022-06-16 | 1 | -1/+1 |
* | checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration list | Joe Perches | 2022-06-16 | 1 | -1/+2 |
* | checkpatch: add new alloc functions to alloc with multiplies check | Gustavo A. R. Silva | 2022-04-26 | 1 | -3/+5 |
* | checkpatch: use python3 to find codespell dictionary | Sagar Patel | 2022-03-23 | 1 | -2/+2 |
* | checkpatch: add early_param exception to blank line after struct/function test | Joe Perches | 2022-03-23 | 1 | -1/+1 |
* | checkpatch: add --fix option for some TRAILING_STATEMENTS | Joe Perches | 2022-03-23 | 1 | -2/+16 |
* | checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2") | Joe Perches | 2022-03-23 | 1 | -0/+7 |
* | checkpatch: improve Kconfig help test | Joe Perches | 2022-01-20 | 1 | -26/+26 |
* | checkpatch: relax regexp for COMMIT_LOG_LONG_LINE | Jerome Forissier | 2022-01-20 | 1 | -1/+1 |
* | checkpatch: get default codespell dictionary path from package location | Peter Ujfalusi | 2021-11-09 | 1 | -4/+28 |
* | checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses | Joe Perches | 2021-11-09 | 1 | -0/+1 |
* | Compiler Attributes: add __alloc_size() for better bounds checking | Kees Cook | 2021-11-06 | 1 | -1/+2 |
* | checkpatch: improve GIT_COMMIT_ID test | Joe Perches | 2021-09-08 | 1 | -31/+51 |
* | checkpatch: make email address check case insensitive | Mimi Zohar | 2021-09-08 | 1 | -2/+2 |
* | checkpatch: support wide strings | Joe Perches | 2021-09-08 | 1 | -3/+4 |
* | checkpatch: do not complain about positive return values starting with EPOLL | Guenter Roeck | 2021-07-01 | 1 | -1/+1 |