summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-16161-1724/+2390
|\
| * lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde2020-10-164-2/+22
| * lib, include/linux: add usercopy failure capabilityAlbert van der Linde2020-10-166-1/+76
| * ROMFS: support inode blocks calculationLibing Zhou2020-10-161-0/+1
| * ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu2020-10-162-1/+23
| * sched.h: drop in_ubsan field when UBSAN is in trap modeElena Petrova2020-10-161-1/+1
| * scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani2020-10-161-4/+5
| * scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...Ritesh Harjani2020-10-161-8/+7
| * kernel/relay.c: drop unneeded initializationSudip Mukherjee2020-10-161-1/+1
| * panic: dump registers on panic_on_warnAlexey Kardashevskiy2020-10-161-6/+6
| * rapidio: fix the missed put_device() for rio_mport_add_riodevJing Xiangfeng2020-10-161-1/+4
| * rapidio: fix error handling pathSouptick Joarder2020-10-161-6/+7
| * nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai2020-10-164-7/+6
| * autofs: harden ioctl tableMatthew Wilcox2020-10-161-2/+6
| * ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)2020-10-161-1/+1
| * mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-168-107/+29
| * mm/gup: take mmap_lock in get_dump_page()Jann Horn2020-10-161-6/+10
| * binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn2020-10-164-120/+138
| * coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn2020-10-164-199/+106
| * coredump: refactor page range dumping into common helperJann Horn2020-10-164-35/+41
| * coredump: let dump_emit() bail out on short writesJann Horn2020-10-161-11/+11
| * binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn2020-10-162-37/+28
| * tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly2020-10-163-2/+76
| * fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly2020-10-161-0/+25
| * checkpatch: add new warnings to author signoff checks.Dwaipayan Ray2020-10-161-16/+77
| * checkpatch: fix false positive on empty block comment linesƁukasz Stelmach2020-10-161-1/+1
| * checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray2020-10-161-3/+4
| * checkpatch: emit a warning on embedded filenamesJoe Perches2020-10-161-0/+6
| * checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray2020-10-161-0/+4
| * checkpatch: allow not using -f with files that are in gitJoe Perches2020-10-161-0/+14
| * checkpatch: warn on self-assignmentsJoe Perches2020-10-161-0/+11
| * const_structs.checkpatch: add pinctrl_ops and pinmux_opsRikard Falkeborn2020-10-161-0/+2
| * checkpatch: warn if trace_printk and friends are calledNicolas Boichat2020-10-161-0/+6
| * const_structs.checkpatch: add phy_opsRikard Falkeborn2020-10-161-0/+1
| * checkpatch: add test for comma use that should be semicolonJoe Perches2020-10-161-0/+11
| * checkpatch: move repeated word testJoe Perches2020-10-161-36/+36
| * checkpatch: add --kconfig-prefixJerome Forissier2020-10-161-4/+8
| * bitops: use the same mechanism for get_count_order[_long]Wei Yang2020-10-161-5/+3
| * bitops: simplify get_count_order_long()Wei Yang2020-10-161-4/+1
| * lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan2020-10-161-1/+1
| * lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()Dan Carpenter2020-10-161-1/+1
| * include/linux/list.h: add a macro to test if entry is pointing to the headAndy Shevchenko2020-10-161-10/+19
| * lib/percpu_counter.c: use helper macro abs()Miaohe Lin2020-10-161-1/+1
| * lib/scatterlist.c: avoid a double memsetChristophe JAILLET2020-10-161-1/+1
| * lib/idr.c: document that ida_simple_{get,remove}() are deprecatedStephen Boyd2020-10-161-0/+4
| * lib/idr.c: document calling context for IDA APIs mustn't use locksStephen Boyd2020-10-162-6/+12
| * lib/mpi/mpi-bit.c: fix spello of "functions"Randy Dunlap2020-10-161-1/+1
| * lib: test_sysctl: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
| * lib: syscall: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
| * lib: radix-tree: delete duplicated wordsRandy Dunlap2020-10-161-1/+1