summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds
2019-12-06checkpatch: Drop pr_warning checkKefeng Wang
2019-12-04checkpatch: reduce is_maintained_obsolete lookup runtimeJoe Perches
2019-12-04checkpatch: improve ignoring CamelCase SI style variants like mAJoe Perches
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-14checkpatch: don't warn about new vsprintf pointer extension '%pe'Uwe Kleine-König
2019-10-11checkpatch: Warn if DT bindings are not in schema formatRob Herring
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus
2019-09-25checkpatch: check for nested (un)?likely() callsDenis Efremov
2019-09-25checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches
2019-09-25checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson
2019-09-25checkpatch: allow consecutive close bracesJoe Perches
2019-09-25checkpatch: prefer __section over __attribute__((section(...)))Joe Perches
2019-09-25checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman
2019-09-25checkpatch.pl: warn on invalid commit idMatteo Croce
2019-09-25checkpatch: improve SPDX license checkingJoe Perches
2019-09-25checkpatch: don't interpret stack dumps as commit IDsJoe Perches
2019-07-16checkpatch.pl: warn on duplicate sysctl local variableMatteo Croce
2019-06-14docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-05-22checkpatch.pl: Update DT vendor prefix checkRob Herring
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds
2019-03-29checkpatch: add %pt as a valid vsprintf extensionAlexandre Belloni
2019-03-25checkpatch: Warn on improper usage of Co-developed-bySean Christopherson
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds
2019-03-07checkpatch: add test for SPDX-License-Identifier on wrong line #Joe Perches
2019-03-07checkpatch: allow reporting C99 style commentsVadim Bendebury
2019-03-07checkpatch: add some new alloc functions to various testsJoe Perches
2019-03-07checkpatch: verify SPDX comment styleJoe Perches
2019-01-20coding-style: Clarify the expectations around boolJason Gunthorpe
2019-01-04checkpatch: add Co-developed-by to signature tagsJorge Ramirez-Ortiz
2019-01-04checkpatch: warn on const char foo[] = "bar"; declarationsJoe Perches
2018-11-12checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()Paul E. McKenney
2018-11-12checkpatch: Create table of obsolete APIs and apply to RCUJoe Perches
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy
2018-09-04checkpatch: add __ro_after_init to known $AttributeJoe Perches
2018-09-04checkpatch: add optional static const to blank line declarations testJoe Perches
2018-08-22checkpatch: DT bindings should be a separate patchRob Herring
2018-08-22checkpatch: warn on unnecessary int declarationsJoe Perches
2018-08-22checkpatch: check for space after "else" keywordMichal Zylowski
2018-08-22checkpatch: fix SPDX license check with --root=<path>Joe Perches
2018-08-22checkpatch: warn when a patch doesn't have a descriptionJoe Perches
2018-08-22checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu
2018-08-22checkpatch: fix krealloc reuse testJoe Perches
2018-08-22checkpatch: validate SPDX license with spdxcheck.pyJoe Perches
2018-08-22checkpatch: fix macro argument reuse testJoe Perches
2018-08-22checkpatch: warn if missing author Signed-off-byGeert Uytterhoeven
2018-08-22checkpatch: update section keywordsGeert Uytterhoeven