aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-06checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches1-0/+11
2021-05-06include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFINEx()Masahiro Yamada1-1/+0
2021-05-06lib: parser: clean up kernel-docRandy Dunlap1-23/+38
2021-05-06lib/genalloc: add parameter description to fix doc compile warningAlex Shi1-0/+5
2021-05-06lib/percpu_counter: tame kernel-doc compile warningAlex Shi1-1/+1
2021-05-06lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang1-3/+3
2021-05-06lib: crc8: pointer to data block should be constRichard Fitzgerald2-2/+2
2021-05-06lib/genalloc.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-05-06lib/list_sort.c: fix typo in function descriptionToastC1-1/+1
2021-05-06lib: fix inconsistent indenting in process_bit1()Wang Qing1-1/+1
2021-05-06lib/bch.c: fix a typo in the file bch.cBhaskar Chowdhury1-1/+1
2021-05-06MAINTAINERS: add entry for the bitmap APIYury Norov1-0/+16
2021-05-06tools: sync lib/find_bit implementationYury Norov2-5/+57
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov3-22/+52
2021-05-06lib: add fast path for find_next_*_bit()Yury Norov2-0/+51
2021-05-06tools: sync find_next_bit implementationYury Norov2-37/+42
2021-05-06lib: inline _find_next_bit() wrappersYury Norov3-64/+37
2021-05-06tools: sync small_const_nbits() macro with the kernelYury Norov2-3/+3
2021-05-06lib: extend the scope of small_const_nbits() macroYury Norov2-8/+12
2021-05-06arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov3-9/+10
2021-05-06tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov1-6/+1
2021-05-06tools: bitmap: sync function declarations with the kernelYury Norov2-6/+6
2021-05-06tools: disable -Wno-type-limitsYury Norov1-0/+1
2021-05-06kernel/cred.c: make init_groups staticRasmus Villemoes3-3/+1
2021-05-06kernel/async.c: fix pr_debug statementRasmus Villemoes1-1/+1
2021-05-06linux/profile.h: remove unnecessary declarationWan Jiabing1-3/+0
2021-05-06kernel.h: drop inclusion in bitmap.hAndy Shevchenko3-9/+18
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)9-1/+8
2021-05-06proc/sysctl: fix function name error in commentszhouchuangao1-1/+1
2021-05-06selftests: proc: test subset=pidAlexey Dobriyan2-0/+122
2021-05-06proc: delete redundant subset=pid checkAlexey Dobriyan1-4/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan6-13/+9
2021-05-06proc: save LOC in __xlate_proc_name()Alexey Dobriyan1-9/+2
2021-05-06fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-06alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap1-0/+1
2021-05-06alpha: eliminate old-style function definitionsRandy Dunlap1-2/+2
2021-05-05kfence: use power-efficient work queue to run delayed workMarco Elver1-2/+3
2021-05-05kfence: maximize allocation wait timeout durationMarco Elver1-1/+11
2021-05-05kfence: await for allocation using wait_eventMarco Elver2-16/+30
2021-05-05kfence: zero guard page after out-of-bounds accessMarco Elver1-0/+1
2021-05-05mm/process_vm_access.c: remove duplicate includeZhang Yunkai1-1/+0
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai14-23/+27
2021-05-05mm/highmem.c: fix coding style issuesongqiang1-6/+5
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny6-58/+18
2021-05-05iov_iter: lift memzero_page() to highmem.hIra Weiny2-7/+8
2021-05-05mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao1-4/+2
2021-05-05mm/zswap.c: switch from strlcpy to strscpyZhiyuan Dai1-1/+1
2021-05-05arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador1-0/+3
2021-05-05x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador1-0/+3
2021-05-05mm,memory_hotplug: add kernel boot option to enable memmap_on_memoryOscar Salvador3-2/+30