summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds27-356/+535
2020-06-10Documentation/CodingStyle: Fix duplicate "are" typoGeert Uytterhoeven1-1/+1
2020-06-10arch/sparc/mm/srmmu.c: fix buildAndrew Morton1-10/+0
2020-06-10Merge branch 'acpica'Rafael J. Wysocki5-8/+13
2020-06-10Merge branches 'pm-cpufreq' and 'pm-acpi'Rafael J. Wysocki7-46/+99
2020-06-10Merge branch 'pm-opp'Rafael J. Wysocki11-57/+473
2020-06-10Merge tag 'asoc-fix-v5.8' of https://git.kernel.org/pub/scm/linux/kernel/git/...Takashi Iwai16-38/+136
2020-06-10drm/sun4i: hdmi ddc clk: Fix size of m dividerJernej Skrabec2-2/+2
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-85/+219
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds18-222/+440
2020-06-09Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-9/+7
2020-06-09clk: mediatek: Remove ifr{0,1}_cfg_regs structuresStephen Boyd1-30/+0
2020-06-09clk: baikal-t1: remove redundant assignment to variable 'divider'Colin Ian King1-1/+1
2020-06-09clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"Colin Ian King1-1/+1
2020-06-09dt-bindings: clock: Add a missing include to MMP Audio Clock bindingLubomir Rintel1-0/+1
2020-06-09Input: adi - work around module name confictArnd Bergmann1-0/+1
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds25-534/+1580
2020-06-09Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-469/+423
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds1-7/+7
2020-06-09afs: Make afs_zap_data() staticDavid Howells2-2/+1
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells1-2/+0
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells2-2/+2
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds21-1814/+4322
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds11-89/+351
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-57/+196
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds941-3696/+2614
2020-06-09uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov1-4/+12
2020-06-09include/linux/cache.h: expand documentation over __read_mostlyLuis Chamberlain1-2/+8
2020-06-09maccess: return -ERANGE when probe_kernel_read() failsChristoph Hellwig1-7/+9
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig1-0/+16
2020-06-09maccess: allow architectures to provide kernel probing directlyChristoph Hellwig1-0/+76
2020-06-09maccess: move user access routines togetherChristoph Hellwig1-56/+56
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig8-54/+19
2020-06-09maccess: remove strncpy_from_unsafeChristoph Hellwig2-39/+1
2020-06-09tracing/kprobes: handle mixed kernel/userspace probes betterChristoph Hellwig1-29/+43
2020-06-09bpf: rework the compat kernel probe handlingChristoph Hellwig1-42/+67
2020-06-09bpf:bpf_seq_printf(): handle potentially unsafe format string betterAndrew Morton1-3/+5
2020-06-09bpf: handle the compat string in bpf_trace_copy_string betterChristoph Hellwig1-2/+5
2020-06-09bpf: factor out a bpf_trace_copy_string helperChristoph Hellwig1-18/+24
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig5-50/+61
2020-06-09maccess: remove probe_read_common and probe_write_commonChristoph Hellwig1-34/+29
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig3-4/+4
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig4-8/+8
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig4-7/+7
2020-06-09maccess: update the top of file commentChristoph Hellwig1-1/+1
2020-06-09maccess: clarify kerneldoc commentsChristoph Hellwig1-17/+43
2020-06-09maccess: remove duplicate kerneldoc commentsChristoph Hellwig1-38/+0
2020-06-09maccess: remove various unused weak aliasesChristoph Hellwig2-19/+3
2020-06-09maccess: unexport probe_kernel_write()Christoph Hellwig1-1/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse113-352/+351