summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* fix for "mm/madvise: introduce process_madvise() syscall: an external memory ...Stephen Rothwell2020-09-101-0/+1
* mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-f...Andrew Morton2020-09-101-0/+1
* mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fixMinchan Kim2020-09-101-2/+2
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-09-101-0/+109
* mm/madvise: pass mm to do_madviseMinchan Kim2020-09-101-14/+18
* mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett2020-09-101-15/+33
* mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett2020-09-101-6/+20
* mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin2020-09-101-28/+43
* mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-09-101-24/+22
* mm/memory-failure: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-09-101-12/+6
* mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin2020-09-101-0/+13
* mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin2020-09-101-14/+34
* mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin2020-09-101-3/+0
* mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin2020-09-103-10/+9
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-09-101-3/+3
* Merge branch 'akpm-current/current' into masterStephen Rothwell2020-09-1043-1101/+1176
|\
| * mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-09-063-22/+2
| * mm/gup: take mmap_lock in get_dump_page()Jann Horn2020-09-061-6/+10
| * binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn2020-09-061-29/+28
| * mm: use self-explanatory macros rather than "2"Yu Zhao2020-09-061-1/+1
| * mm: use add_page_to_lru_list()/page_lru()/page_off_lru()Yu Zhao2020-09-062-12/+5
| * mm/highmem.c: clean up endif commentsIra Weiny2020-09-061-2/+2
| * mm/page_reporting.c: drop stale list head check in page_reporting_cycleWei Yang2020-09-061-1/+1
| * mm/slab.h: remove duplicate includeYueHaibing2020-09-061-1/+0
| * mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand2020-09-062-11/+23
| * mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand2020-09-063-13/+22
| * mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()David Hildenbrand2020-09-061-12/+2
| * mm/memory_hotplug: simplify page onliningDavid Hildenbrand2020-09-061-28/+10
| * mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand2020-09-063-7/+4
| * mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()David Hildenbrand2020-09-061-3/+2
| * mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand2020-09-061-23/+4
| * mm-memory_hotplug-simplify-page-offlining-fixAndrew Morton2020-09-061-1/+2
| * mm/memory_hotplug: simplify page offliningDavid Hildenbrand2020-09-061-35/+10
| * mm/memory_hotplug: enforce section granularity when onlining/offliningDavid Hildenbrand2020-09-061-0/+10
| * mm/memory_hotplug: inline __offline_pages() into offline_pages()David Hildenbrand2020-09-061-11/+5
| * mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insertJann Horn2020-09-061-1/+1
| * mm/util.c: update the kerneldoc for kstrdup_const()Bartosz Golaszewski2020-09-061-1/+2
| * mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2Andrew Morton2020-09-061-0/+1
| * mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fixRoman Gushchin2020-09-061-3/+4
| * mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warningsRoman Gushchin2020-09-061-11/+19
| * mmhwpoison-drop-unneeded-pcplist-draining-fixAndrew Morton2020-09-061-4/+4
| * mm,hwpoison: drop unneeded pcplist drainingOscar Salvador2020-09-061-4/+0
| * mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount pageOscar Salvador2020-09-061-2/+22
| * mm,hwpoison: refactor madvise_inject_errorOscar Salvador2020-09-061-17/+13
| * mm,hwpoison: take free pages off the buddy freelistsOscar Salvador2020-09-061-2/+13
| * mm,hwpoison: double-check page count in __get_any_page()Naoya Horiguchi2020-09-061-0/+6
| * mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi2020-09-061-1/+4
| * mm,hwpoison: return 0 if the page is already poisoned in soft-offlineOscar Salvador2020-09-062-7/+2
| * mm/memory-failure: fix return wrong value when isolate page failMuchun Song2020-09-061-0/+1
| * mmhwpoison-refactor-soft_offline_huge_page-and-__soft_offline_page-fixAndrew Morton2020-09-061-2/+0