aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches1-2/+3
2017-11-17checkpatch: printks always need a KERN_<LEVEL>Joe Perches1-22/+4
2017-11-17scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt1-1/+1
2017-11-17checkpatch: support function pointers for unnamed function definition argumentsMiles Chen1-1/+1
2017-11-17lib: test module for find_*_bit() functionsYury Norov3-0/+154
2017-11-17lib/rbtree-test: lower default paramsDavidlohr Bueso2-3/+3
2017-11-17tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian1-3/+3
2017-11-17lib/nmi_backtrace.c: fix kernel text address leakLiu, Changcheng1-2/+2
2017-11-17lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2-6/+7
2017-11-17lib/int_sqrt: adjust commentsPeter Zijlstra1-2/+2
2017-11-17lib/int_sqrt: optimize initial value computePeter Zijlstra1-4/+2
2017-11-17lib/int_sqrt: optimize small argumentPeter Zijlstra1-0/+3
2017-11-17lib/test: delete five error messages for failed memory allocationsMarkus Elfring3-15/+7
2017-11-17lib: add module support to string testsGeert Uytterhoeven4-142/+143
2017-11-17include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>Masahiro Yamada1-1/+0
2017-11-17include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada1-1/+1
2017-11-17get_maintainer: add more --self-test optionsJoe Perches1-17/+132
2017-11-17get_maintainer: add --self-test for internal consistency testsTom Saeger1-17/+77
2017-11-17dynamic_debug documentation: minor fixesRandy Dunlap1-3/+3
2017-11-17dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0Randy Dunlap1-0/+4
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET1-2/+2
2017-11-17include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das1-0/+3
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2-3/+18
2017-11-17bug: define the "cut here" string in a single placeKees Cook4-3/+5
2017-11-17lkdtm: include WARN format stringKees Cook1-1/+3
2017-11-17iopoll: avoid -Wint-in-bool-context warningArnd Bergmann1-9/+15
2017-11-17parse-maintainers: add ability to specify filenamesJoe Perches1-5/+47
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen3-1/+30
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen5-3/+42
2017-11-17sh/boot: add static stack-protector to pre-kernelKees Cook1-0/+14
2017-11-17spelling.txt: add "unnecessary" typo variantsJoe Perches1-0/+4
2017-11-17proc: use do-while in name_to_int()Alexey Dobriyan1-2/+2
2017-11-17proc: : uninline name_to_int()Alexey Dobriyan3-22/+25
2017-11-17proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2-0/+9
2017-11-17mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka1-15/+3
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka3-1/+3
2017-11-17mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka1-11/+14
2017-11-17mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes2-12/+55
2017-11-17mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes1-2/+1
2017-11-17mm: shmem: remove unused info variableCorentin Labbe1-2/+0
2017-11-17lib/dma-debug.c: fix incorrect pfn calculationMiles Chen1-2/+18
2017-11-17mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool1-2/+8
2017-11-17mm: fix nodemask printingArnd Bergmann1-3/+10
2017-11-17NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2-16/+16
2017-11-17NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2017-11-17nfs: Fix ugly referral attributesChuck Lever1-10/+8
2017-11-17NFS: super: mark expected switch fall-throughsGustavo A. R. Silva1-2/+10
2017-11-17sunrpc: remove net pointer from messagesVasily Averin2-7/+7
2017-11-17nfs: remove net pointer from messagesVasily Averin1-7/+7
2017-11-17sunrpc: exit_net cleanup check addedVasily Averin1-0/+3