Age | Commit message (Expand) | Author |
2024-06-19 | util: Break up spdx identifier text in scripts & makefiles | Martin Roth |
2024-05-27 | lint-stable-003-whitespace: Exclude DTB files | Maximilian Brune |
2024-05-21 | lib/device_tree: Add some FDT helper functions | Maximilian Brune |
2024-04-20 | util/lint: Add lint rule to watch for Makefile.inc | Martin Roth |
2024-03-23 | util/lint: Fix license header regex | Nicholas Chin |
2024-03-17 | util/lint/lint: Fix shellcheck errors in getopt support for darwin | Martin Roth |
2024-03-02 | lint: Make lint work on Darwin | Stefan Reinauer |
2024-02-18 | Treewide: Fix incorrect SPDX license strings | Martin Roth |
2024-01-26 | src, util: Update toolchain.inc references to .mk | Martin Roth |
2024-01-24 | payloads: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-24 | Makefiles: Rename top-level Makefiles from .inc to .mk | Martin Roth |
2024-01-12 | lint/kconfig_lint: Remove SOUTH_BRIDGE_OPTIONS | Elyes Haouas |
2024-01-08 | util/lint: Remove the extra `\` in lint-stable-003-whitespace | Ruihai Zhou |
2023-12-17 | util/lint: Exclude .apcb files from various checks | Matt DeVillier |
2023-12-13 | lib/jpeg: Replace decoder with Wuffs' implementation | Patrick Georgi |
2023-11-18 | util/lint: Add linter to keep selects out of Kconfig.name | Martin Roth |
2023-11-13 | util/lint/kconfig_lint: Ignore C preprocessor macros in code | Martin Roth |
2023-11-01 | util/lint: Fix some mistakes in spelling.txt | Julius Werner |
2023-08-17 | util/lint/kconfig_lint: Exclude site-local directory by default | Martin Roth |
2023-08-15 | util/lint: Add SPDX checker for makefiles | Martin Roth |
2023-08-09 | lint/checkpatch.pl: Check for 0-length and 1-element arrays | Elyes Haouas |
2023-08-09 | lint/checkpatch: Add check for unnecessary <signed> int declarations | Elyes Haouas |
2023-08-09 | lint/checkpatch: Add check for old-style declarations | Elyes Haouas |
2023-08-09 | lint/checkpatch: Add check for initialized const char arrays | Elyes Haouas |
2023-08-09 | lint/checkpatch.pl: Update check for TRAILING_STATEMENTS | Elyes Haouas |
2023-08-09 | lint/checkpatch: Update 'check for illegal assignment in if conditional' | Elyes Haouas |
2023-07-14 | util/lint/checkpatch_json.py: Make output message verbatim | Yu-Ping Wu |
2023-04-06 | tree: Replace `egrep` with `grep -E` | Felix Singer |
2023-04-06 | util/lint/stable-017: Update full config pattern matching | Arthur Heymans |
2023-03-07 | util/lint: Ignore braces around single line statements | Martin Roth |
2023-03-04 | lint/lint-stable-003-whitespace: Fix excludelist | Maximilian Brune |
2023-02-17 | lint/checkpatch.pl: Remove check for keyword 'boolean' in Kconfig | Elyes Haouas |
2022-11-24 | util/lint: Ignore fmd files when evaluating Kconfig symbols | Martin Roth |
2022-11-24 | lint/checkpatch: Add XA_STATE and XA_STATE_ORDER to the macro declaration | Elyes Haouas |
2022-11-22 | util: Add SPDX license headers to Makefiles | Martin Roth |
2022-11-04 | checkpatch: add Co-authored-by to signature list | Michael Niewöhner |
2022-10-29 | util/lint: fall back to regular grep in kconfig_lint | Solomon Alan-Dei |
2022-10-28 | lint/checkpatch: consider leading + in the line length limit check | Michael Niewöhner |
2022-10-21 | util/lint: Fix linting outside of git repos | Martin Roth |
2022-10-10 | util/lint/lint-stable-003-whitespace: Fix shell variable name | Fred Reitberger |
2022-09-30 | util/lint: Update tools that use git to use a library | Martin Roth |
2022-09-30 | util/lint: Update spelling.txt, add makefile to sort it | Martin Roth |
2022-09-14 | util/lint: Add a check for touchpads using the "probed" flag | Matt DeVillier |
2022-09-07 | util/lint/lint: Add -I option to invert test results | Martin Roth |
2022-09-06 | lint/checkpatch: Fix incorrect camelcase detection on numeric constant | Elyes Haouas |
2022-09-06 | util/lint/lint-stable-019-header-files: add test | Martin Roth |
2022-09-06 | util/lint: Add rules.h & compiler.h to 019-header-files linter | Martin Roth |
2022-09-05 | util/lint: ignore util/goswid, a new submodule | Martin Roth |
2022-09-04 | util/lint: Add lint tests to make sure they fail correctly | Martin Roth |
2022-09-03 | util/lint/lint: Reformat usage | Martin Roth |
2022-09-03 | util/lint/lint: Add command line parsing | Martin Roth |
2022-08-22 | lint-000-license-headers: Add src/sbom/TAGS to exception list | Felix Singer |
2022-08-17 | util/lint: Check files of all sizes for licenses | Martin Roth |
2022-08-17 | util/lint: Update to check all of src for license headers | Martin Roth |
2022-08-11 | util/lint: Add .gitignore files to list that don't need a license | Martin Roth |
2022-08-10 | util/lint & LICENSES: Add PDDC as a "license" for coreboot | Martin Roth |
2022-08-10 | util/lint & LICENSES: Add GCC-exception-3.1 to license exceptions | Martin Roth |
2022-07-19 | lint/checkpatch: Add check for used comma where semicolon could be | Elyes Haouas |
2022-07-19 | lint/checkpatch: Add a check for use of self-assignments | Elyes Haouas |
2022-07-19 | lint/checkpatch: Add a check for existence of a commit log | Elyes Haouas |
2022-07-19 | lint/checkpatch: Update 'Check patch "separator" and "signoff"' | Elyes Haouas |
2022-07-19 | lint/checkpatch: Update 'check for unwanted Gerrit info' | Elyes Haouas |
2022-07-19 | lint/checkpatch: Update 'uncoalesced string fragments' | Elyes Haouas |
2022-07-19 | lint/checkpatch: Update 'concatenated string without spaces between elements' | Elyes Haouas |
2022-07-19 | lint/checkpatch: Update 'check indentation of a line with a break' | Elyes Haouas |
2022-07-19 | lint/checkpatch: Update 'check for logical continuations' | Elyes Haouas |
2022-07-19 | lint/checkpatch: Update 'check for adding lines without a newline' | Elyes Haouas |
2022-07-19 | lint/checkpatch: Update 'check for assignments on the start of a line' | Elyes Haouas |
2022-06-22 | util/lint: Add coreboot specific dictionary file | Martin Roth |
2022-05-29 | util/lint/checkpatch: Add alloc functions to alloc with multiplies check | Elyes Haouas |
2022-05-29 | util/lint/checkpatch: Update 'Check for compiler attributes' | Elyes Haouas |
2022-05-29 | util/lint/checkpatch.pl: Use 'allocFunctions' | Elyes Haouas |
2022-05-28 | util/lint/checkpatch: Warn on period at the end of commit subject | Martin Roth |
2022-05-28 | util/lint: Subtract the patch format string from subject length | Martin Roth |
2022-05-28 | util/lint: Add commit message parsing to checkpatch_json script | Martin Roth |
2022-05-24 | util/lint/checkpatch.pl: Reduce difference with linux v5.18 | Elyes Haouas |
2022-05-16 | Allow trailing whitespaces in .md files | Maximilian Brune |
2022-05-16 | util/lint/lint-stable-019: Update grep '\s' to [[:blank:]] | Martin Roth |
2022-05-16 | util/lint/checkpatch.pl: Fix "uninitialized value" error message | Elyes Haouas |
2022-05-16 | util/lint/checkpatch.pl: Fix "Invalid color mode" error message | Elyes Haouas |
2022-04-24 | util/lint/checkpatch.pl: Update lines related to CONST_STRUCT | Elyes Haouas |
2022-04-24 | util/lint/checkpatch.pl: Add strlcpy check | Elyes Haouas |
2022-04-24 | util/lint/checkpatch.pl: Update C99_COMMENT_TOLERANCE lines | Elyes Haouas |
2022-04-24 | util/lint/checkpatch.pl: Update TYPECAST_INT_CONSTANT lines | Elyes Haouas |
2022-04-24 | util/lint/checkpatch.pl: Update the check of repeated words | Elyes Haouas |
2022-04-24 | lint/checkpatch.pl: Update to v5.18-2 lines related to "CONFIG_" | Elyes Haouas |
2022-04-24 | util/lint/checkpatch.pl: Update lines related to max_line_length | Elyes Haouas |
2022-04-24 | util/lint/checkpatch.pl: Update lines related to tabsize | Elyes Haouas |
2022-04-24 | util/lint/checkpatch.pl: Update to v5.18-2 lines related to verbosity | Elyes Haouas |
2022-04-11 | util/lint/checkpatch.pl: Update to v5.18-2 lines related to "codespell" | Elyes Haouas |
2022-03-25 | util/lint/checkpatch: Update commit message & subject line limits | Martin Roth |
2022-02-01 | util/lint/checkpatch.pl: Use "git_command" | Elyes HAOUAS |
2022-01-31 | util/lint/checkpatch.pl: Use "gitroot" | Elyes HAOUAS |
2022-01-31 | util/lint/checkpatch: Update "check for missing blank lines after declarations" | Elyes HAOUAS |
2022-01-31 | util/lint/checkpatch.pl: Update 'commit message line length limit' | Elyes HAOUAS |
2022-01-31 | util/lint/checkpatch.pl: Remove unneeded whitespaces and fix some typos | Elyes HAOUAS |
2022-01-31 | util/lint/checkpatch.pl: Use "perl_version_ok" | Elyes HAOUAS |
2022-01-31 | util/lint/checkpatch.pl: Use "tabsize" | Elyes HAOUAS |
2022-01-31 | util/lint: Remove SuperIO from checkpatch spellcheck | Martin Roth |
2022-01-28 | util/lint/lint-stable-003-whitespace: add exception for gif files | Fred Reitberger |