aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn4-120/+138
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn4-199/+106
2020-10-16coredump: refactor page range dumping into common helperJann Horn4-35/+41
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn1-11/+11
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn2-37/+28
2020-10-16tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly3-2/+76
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly1-0/+25
2020-10-16checkpatch: add new warnings to author signoff checks.Dwaipayan Ray1-16/+77
2020-10-16checkpatch: fix false positive on empty block comment linesƁukasz Stelmach1-1/+1
2020-10-16checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray1-3/+4
2020-10-16checkpatch: emit a warning on embedded filenamesJoe Perches1-0/+6
2020-10-16checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray1-0/+4
2020-10-16checkpatch: allow not using -f with files that are in gitJoe Perches1-0/+14
2020-10-16checkpatch: warn on self-assignmentsJoe Perches1-0/+11
2020-10-16const_structs.checkpatch: add pinctrl_ops and pinmux_opsRikard Falkeborn1-0/+2
2020-10-16checkpatch: warn if trace_printk and friends are calledNicolas Boichat1-0/+6
2020-10-16const_structs.checkpatch: add phy_opsRikard Falkeborn1-0/+1
2020-10-16checkpatch: add test for comma use that should be semicolonJoe Perches1-0/+11
2020-10-16checkpatch: move repeated word testJoe Perches1-36/+36
2020-10-16checkpatch: add --kconfig-prefixJerome Forissier1-4/+8
2020-10-16bitops: use the same mechanism for get_count_order[_long]Wei Yang1-5/+3
2020-10-16bitops: simplify get_count_order_long()Wei Yang1-4/+1
2020-10-16lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan1-1/+1
2020-10-16lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()Dan Carpenter1-1/+1
2020-10-16include/linux/list.h: add a macro to test if entry is pointing to the headAndy Shevchenko1-10/+19
2020-10-16lib/percpu_counter.c: use helper macro abs()Miaohe Lin1-1/+1
2020-10-16lib/scatterlist.c: avoid a double memsetChristophe JAILLET1-1/+1
2020-10-16lib/idr.c: document that ida_simple_{get,remove}() are deprecatedStephen Boyd1-0/+4
2020-10-16lib/idr.c: document calling context for IDA APIs mustn't use locksStephen Boyd2-6/+12
2020-10-16lib/mpi/mpi-bit.c: fix spello of "functions"Randy Dunlap1-1/+1
2020-10-16lib: test_sysctl: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: syscall: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: radix-tree: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: earlycpio: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: dynamic_queue_limits: delete duplicated words + fix typoRandy Dunlap1-2/+2
2020-10-16lib: decompress_bunzip2: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: libcrc32c: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: bitmap: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.orgJarkko Sakkinen2-3/+4
2020-10-16get_maintainer: exclude MAINTAINERS file(s) from --git-fallbackJoe Perches1-2/+4
2020-10-16get_maintainer: add test for file in VCSJoe Perches1-0/+3
2020-10-16kernel: acct.c: fix some kernel-doc nitsRandy Dunlap1-5/+3
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap15-15/+15
2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang1-1/+1
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko12-154/+170
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap2-2/+2
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)7-29/+29
2020-10-16include/linux/mmzone.h: remove unused early_pfn_valid()Mike Rapoport1-5/+0
2020-10-16mm: use helper function put_write_access()Miaohe Lin2-2/+2
2020-10-16mm/workingset.c: fix some doc warningsXiaofei Tan1-1/+1