summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20200918next-20200918Stephen Rothwell2020-09-184-0/+13426
* Merge branch 'akpm/master' into masterStephen Rothwell2020-09-1853-198/+763
|\
| * mm: secretmem: use PMD-size pages to amortize direct map fragmentationMike Rapoport2020-09-181-19/+88
| * arch, mm: wire up memfd_secret system call were relevantMike Rapoport2020-09-188-2/+14
| * mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2020-09-188-0/+288
| * mmap: make mlock_future_check() globalMike Rapoport2020-09-182-3/+5
| * mm: add definition of PMD_PAGE_ORDERMike Rapoport2020-09-182-7/+7
| * mm: remove duplicate include statement in mmu.cTian Tao2020-09-181-1/+0
| * mm/madvise: remove duplicate includeYueHaibing2020-09-181-1/+0
| * mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-f...Minchan Kim2020-09-181-0/+1
| * fix for "mm/madvise: introduce process_madvise() syscall: an external memory ...Stephen Rothwell2020-09-181-0/+1
| * mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-f...Stephen Rothwell2020-09-182-2/+2
| * mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-f...Andrew Morton2020-09-181-0/+1
| * mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fixMinchan Kim2020-09-182-3/+3
| * mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-09-1821-2/+133
| * pid: move pidfd_get_pid() to pid.cMinchan Kim2020-09-183-17/+18
| * mm/madvise: pass mm to do_madviseMinchan Kim2020-09-183-16/+20
| * mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett2020-09-181-15/+33
| * mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett2020-09-181-6/+20
| * mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin2020-09-181-28/+43
| * mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-09-181-24/+22
| * mm/memory-failure: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-09-181-12/+6
| * mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin2020-09-182-12/+13
| * mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin2020-09-182-16/+45
| * mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin2020-09-181-3/+0
| * mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin2020-09-183-10/+9
| * mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-09-185-30/+22
| * ia64: fix build error with !COREDUMPKrzysztof Kozlowski2020-09-181-1/+1
|/
* Merge branch 'akpm-current/current' into masterStephen Rothwell2020-09-18287-3984/+6311
|\
| * x86: add failure injection to get/put/clear_userAlbert van der Linde2020-09-172-29/+42
| * lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde2020-09-174-2/+22
| * lib, include/linux: add usercopy failure capabilityAlbert van der Linde2020-09-176-1/+76
| * ROMFS: support inode blocks calculationLibing Zhou2020-09-171-0/+1
| * sched.h: drop in_ubsan field when UBSAN is in trap modeElena Petrova2020-09-171-1/+1
| * scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani2020-09-171-4/+5
| * scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...Ritesh Harjani2020-09-171-8/+7
| * aio: simplify read_events()Oleg Nesterov2020-09-172-8/+5
| * panic: dump registers on panic_on_warnAlexey Kardashevskiy2020-09-171-6/+6
| * rapidio: fix error handling pathSouptick Joarder2020-09-171-6/+7
| * autofs: harden ioctl tableMatthew Wilcox2020-09-171-2/+6
| * mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-09-178-107/+29
| * mm/gup: take mmap_lock in get_dump_page()Jann Horn2020-09-171-6/+10
| * binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn2020-09-174-120/+138
| * coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn2020-09-174-199/+106
| * coredump: refactor page range dumping into common helperJann Horn2020-09-174-35/+41
| * coredump: let dump_emit() bail out on short writesJann Horn2020-09-171-11/+11
| * binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn2020-09-172-37/+28
| * tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly2020-09-173-2/+76
| * fs-binfmt_elf-use-pt_load-p_align-values-for-suitable-start-address-v4Chris Kennelly2020-09-171-1/+1
| * fs-binfmt_elf-use-pt_load-p_align-values-for-suitable-start-address-fixAndrew Morton2020-09-171-2/+4