summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-17Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-200/+446
2020-10-17Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-172/+378
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds28-493/+1795
2020-10-17Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds309-2275/+1952
2020-10-17Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-1/+1
2020-10-16Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2020-10-16Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds10-34/+101
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds165-3681/+1730
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds129-2162/+4094
2020-10-16lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILEVitor Massaru Iha1-4/+2
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds223-2491/+3245
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds161-1724/+2390
2020-10-16lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde4-2/+22
2020-10-16lib, include/linux: add usercopy failure capabilityAlbert van der Linde6-1/+76
2020-10-16ROMFS: support inode blocks calculationLibing Zhou1-0/+1
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu2-1/+23
2020-10-16sched.h: drop in_ubsan field when UBSAN is in trap modeElena Petrova1-1/+1
2020-10-16scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani1-4/+5
2020-10-16scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...Ritesh Harjani1-8/+7
2020-10-16kernel/relay.c: drop unneeded initializationSudip Mukherjee1-1/+1
2020-10-16panic: dump registers on panic_on_warnAlexey Kardashevskiy1-6/+6
2020-10-16rapidio: fix the missed put_device() for rio_mport_add_riodevJing Xiangfeng1-1/+4
2020-10-16rapidio: fix error handling pathSouptick Joarder1-6/+7
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai4-7/+6
2020-10-16autofs: harden ioctl tableMatthew Wilcox1-2/+6
2020-10-16ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)1-1/+1
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn8-107/+29
2020-10-16mm/gup: take mmap_lock in get_dump_page()Jann Horn1-6/+10
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