aboutsummaryrefslogtreecommitdiff
path: root/util/lint/checkpatch.pl
AgeCommit message (Expand)Author
2023-03-07util/lint: Ignore braces around single line statementsMartin Roth
2023-02-17lint/checkpatch.pl: Remove check for keyword 'boolean' in KconfigElyes Haouas
2022-11-24lint/checkpatch: Add XA_STATE and XA_STATE_ORDER to the macro declarationElyes Haouas
2022-11-04checkpatch: add Co-authored-by to signature listMichael Niewöhner
2022-10-28lint/checkpatch: consider leading + in the line length limit checkMichael Niewöhner
2022-09-06lint/checkpatch: Fix incorrect camelcase detection on numeric constantElyes Haouas
2022-07-19lint/checkpatch: Add check for used comma where semicolon could beElyes Haouas
2022-07-19lint/checkpatch: Add a check for use of self-assignmentsElyes Haouas
2022-07-19lint/checkpatch: Add a check for existence of a commit logElyes Haouas
2022-07-19lint/checkpatch: Update 'Check patch "separator" and "signoff"'Elyes Haouas
2022-07-19lint/checkpatch: Update 'check for unwanted Gerrit info'Elyes Haouas
2022-07-19lint/checkpatch: Update 'uncoalesced string fragments'Elyes Haouas
2022-07-19lint/checkpatch: Update 'concatenated string without spaces between elements'Elyes Haouas
2022-07-19lint/checkpatch: Update 'check indentation of a line with a break'Elyes Haouas
2022-07-19lint/checkpatch: Update 'check for logical continuations'Elyes Haouas
2022-07-19lint/checkpatch: Update 'check for adding lines without a newline'Elyes Haouas
2022-07-19lint/checkpatch: Update 'check for assignments on the start of a line'Elyes Haouas
2022-05-29util/lint/checkpatch: Add alloc functions to alloc with multiplies checkElyes Haouas
2022-05-29util/lint/checkpatch: Update 'Check for compiler attributes'Elyes Haouas
2022-05-29util/lint/checkpatch.pl: Use 'allocFunctions'Elyes Haouas
2022-05-28util/lint/checkpatch: Warn on period at the end of commit subjectMartin Roth
2022-05-28util/lint: Subtract the patch format string from subject lengthMartin Roth
2022-05-24util/lint/checkpatch.pl: Reduce difference with linux v5.18Elyes Haouas
2022-05-16util/lint/checkpatch.pl: Fix "uninitialized value" error messageElyes Haouas
2022-05-16util/lint/checkpatch.pl: Fix "Invalid color mode" error messageElyes Haouas
2022-04-24util/lint/checkpatch.pl: Update lines related to CONST_STRUCTElyes Haouas
2022-04-24util/lint/checkpatch.pl: Add strlcpy checkElyes Haouas
2022-04-24util/lint/checkpatch.pl: Update C99_COMMENT_TOLERANCE linesElyes Haouas
2022-04-24util/lint/checkpatch.pl: Update TYPECAST_INT_CONSTANT linesElyes Haouas
2022-04-24util/lint/checkpatch.pl: Update the check of repeated wordsElyes Haouas
2022-04-24lint/checkpatch.pl: Update to v5.18-2 lines related to "CONFIG_"Elyes Haouas
2022-04-24util/lint/checkpatch.pl: Update lines related to max_line_lengthElyes Haouas
2022-04-24util/lint/checkpatch.pl: Update lines related to tabsizeElyes Haouas
2022-04-24util/lint/checkpatch.pl: Update to v5.18-2 lines related to verbosityElyes Haouas
2022-04-11util/lint/checkpatch.pl: Update to v5.18-2 lines related to "codespell"Elyes Haouas
2022-03-25util/lint/checkpatch: Update commit message & subject line limitsMartin Roth
2022-02-01util/lint/checkpatch.pl: Use "git_command"Elyes HAOUAS
2022-01-31util/lint/checkpatch.pl: Use "gitroot"Elyes HAOUAS
2022-01-31util/lint/checkpatch: Update "check for missing blank lines after declarations"Elyes HAOUAS
2022-01-31util/lint/checkpatch.pl: Update 'commit message line length limit'Elyes HAOUAS
2022-01-31util/lint/checkpatch.pl: Remove unneeded whitespaces and fix some typosElyes HAOUAS
2022-01-31util/lint/checkpatch.pl: Use "perl_version_ok"Elyes HAOUAS
2022-01-31util/lint/checkpatch.pl: Use "tabsize"Elyes HAOUAS
2021-12-10util/lint/checkpatch: Decrease commit message line length limit to 72Paul Menzel
2021-06-08lint: checkpatch: Add SUSPICIOUS_CODE_INDENT testJulius Werner
2019-06-04util/lint: Make usage of IS_ENABLED() an errorNico Huber
2018-08-13util/lint: update checkpatch.pl to latest linux versionMartin Roth
2018-01-29util/lint/checkpatch.pl: Untaint filenameMartin Roth
2017-09-20util/lint: update checkpatch & spelling.txt to upstream versionsMartin Roth
2017-09-02util/lint/checkpatch: Untaint variables from env & command lineMartin Roth
2017-06-29util/lint: Update checkpatch & files to upstream linuxMartin Roth
2017-03-09uti/lint/checkpatch: Fix __attribute__ struct errors for OPEN_BRACEMartin Roth
2017-03-09uti/lint/checkpatch: add --exclude to ignore specific directoriesMartin Roth
2016-09-20checkpatch.pl: ignore '#define asmlinkage'Martin Roth
2016-09-15checkpatch.pl: Force raw_line to return a defined valueMartin Roth
2016-09-15lint/checkpatch.pl: Pull in coreboot fixesMartin Roth
2016-09-04util/lint: Update to latest checkpatch.plStefan Reinauer
2016-06-24src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copyBenjamin Barenblat
2016-04-22lint/checkpatch.pl: escape \{ in perl regex to fix warningsAlexander Couzens
2015-05-08checkpatch: fine tune checksStefan Reinauer
2015-05-08checkpatch: fix tree recognitionStefan Reinauer
2015-03-24checkpatch: Fix running out of coreboot's treeStefan Reinauer
2015-02-11Add Linux kernel's checkpatch.pl scriptStefan Reinauer