summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+25
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-21/+34
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds-5711/+10441
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-4703/+5213
2020-10-17Merge tag 'i3c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds-54/+94
2020-10-17Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-1076/+2316
2020-10-17Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-82/+156
2020-10-16Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-200/+446
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-172/+378
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-493/+1795
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-2275/+1952
2020-10-16Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-1/+1
2020-10-16Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+4
2020-10-16Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-34/+101
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-3681/+1730
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-2162/+4094
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2491/+3245
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1724/+2390
2020-10-16lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde-2/+22
2020-10-16lib, include/linux: add usercopy failure capabilityAlbert van der Linde-1/+76
2020-10-16ROMFS: support inode blocks calculationLibing Zhou-0/+1
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu-1/+23
2020-10-16sched.h: drop in_ubsan field when UBSAN is in trap modeElena Petrova-1/+1
2020-10-16scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani-4/+5
2020-10-16scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...Ritesh Harjani-8/+7
2020-10-16kernel/relay.c: drop unneeded initializationSudip Mukherjee-1/+1
2020-10-16panic: dump registers on panic_on_warnAlexey Kardashevskiy-6/+6
2020-10-16rapidio: fix the missed put_device() for rio_mport_add_riodevJing Xiangfeng-1/+4
2020-10-16rapidio: fix error handling pathSouptick Joarder-6/+7
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai-7/+6
2020-10-16autofs: harden ioctl tableMatthew Wilcox-2/+6
2020-10-16ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)-1/+1
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn-107/+29
2020-10-16mm/gup: take mmap_lock in get_dump_page()Jann Horn-6/+10
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn-120/+138
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn-199/+106
2020-10-16coredump: refactor page range dumping into common helperJann Horn-35/+41
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn-11/+11
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn-37/+28
2020-10-16tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly-2/+76
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly-0/+25
2020-10-16checkpatch: add new warnings to author signoff checks.Dwaipayan Ray-16/+77
2020-10-16checkpatch: fix false positive on empty block comment linesƁukasz Stelmach-1/+1
2020-10-16checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray-3/+4
2020-10-16checkpatch: emit a warning on embedded filenamesJoe Perches-0/+6
2020-10-16checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray-0/+4
2020-10-16checkpatch: allow not using -f with files that are in gitJoe Perches-0/+14
2020-10-16checkpatch: warn on self-assignmentsJoe Perches-0/+11
2020-10-16const_structs.checkpatch: add pinctrl_ops and pinmux_opsRikard Falkeborn-0/+2
2020-10-16checkpatch: warn if trace_printk and friends are calledNicolas Boichat-0/+6