aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+40
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-621/+769
2020-01-31Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+2
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov1-0/+1
2020-01-31zswap: potential NULL dereference on error in init_zswap()Dan Carpenter1-1/+2
2020-01-31mm/zswap.c: add allocation hysteresis if pool limit is hitVitaly Wool1-31/+54
2020-01-31mm/page_isolation: fix potential warning from userQian Cai2-14/+15
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai3-15/+29
2020-01-31mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand1-11/+2
2020-01-31mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma()Miaohe Lin1-20/+16
2020-01-31mm, thp: fix defrag setting if newline is not usedDavid Rientjes1-16/+8
2020-01-31mm/migrate: add stable check in migrate_vma_insert_page()Ralph Campbell1-0/+12
2020-01-31mm/migrate: clean up some minor coding styleRalph Campbell1-21/+13
2020-01-31mm/migrate: remove useless mask of start addressRalph Campbell1-2/+2
2020-01-31mm/huge_memory.c: reduce critical section protected by split_queue_lockWei Yang1-1/+1
2020-01-31mm/huge_memory.c: use head to emphasize the purpose of pageWei Yang1-8/+8
2020-01-31mm/huge_memory.c: use head to check huge zero pageWei Yang1-1/+1
2020-01-31mm, oom: dump stack of victim when reaping failedDavid Rientjes1-0/+2
2020-01-31memblock: Use __func__ in remaining memblock_dbg() call sitesAnshuman Khandual1-4/+4
2020-01-31mm/memblock: define memblock_physmem_add()Anshuman Khandual1-1/+13
2020-01-31mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONEAlex Shi1-4/+2
2020-01-31mm/vmscan: remove prefetch_prev_lru_pageAlex Shi1-14/+0
2020-01-31mm/vmscan.c: remove unused return value of shrink_nodeLiu Song1-3/+1
2020-01-31mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand3-16/+9
2020-01-31mm: remove the memory isolate notifierDavid Hildenbrand1-34/+4
2020-01-31mm/page_alloc: skip non present sections on zone initializationKirill A. Shutemov1-1/+27
2020-01-31mm/early_ioremap.c: use %pa to print resource_size_t variablesAndy Shevchenko1-4/+4
2020-01-31mm/page_vma_mapped.c: explicitly compare pfn for normal, hugetlbfs and THP pageLi Xinhai1-4/+8
2020-01-31mm/memcontrol.c: cleanup some useless codeKaitao Cheng1-4/+3
2020-01-31mm/swapfile.c: swap_next should increase position indexVasily Averin1-1/+1
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2-18/+18
2020-01-31mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"John Hubbard1-3/+6
2020-01-31mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()John Hubbard1-13/+15
2020-01-31mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard1-21/+143
2020-01-31mm/gup: allow FOLL_FORCE for get_user_pages_fast()John Hubbard1-1/+2
2020-01-31mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERMJohn Hubbard1-82/+92
2020-01-31mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard2-15/+27
2020-01-31mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams1-36/+44
2020-01-31mm/gup: move try_get_compound_head() to top, fix minor issuesJohn Hubbard1-14/+15
2020-01-31mm/gup: factor out duplicate code from four routinesJohn Hubbard1-55/+40
2020-01-31mm/gup.c: use is_vm_hugetlb_page() to check whether to follow hugeWei Yang1-2/+2
2020-01-31mm: fix gup_pud_rangeQiujun Huang1-1/+1
2020-01-31mm/filemap.c: clean up filemap_write_and_wait()Ira Weiny1-28/+6
2020-01-31mm/debug.c: always print flags in dump_page()Vlastimil Babka1-3/+5
2020-01-31mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_tHe Zhe1-56/+56
2020-01-31mm/slub.c: avoid slub allocation while holding list_lockYu Zhao1-41/+47
2020-01-31mm: move_pages: report the number of non-attempted pagesYang Shi1-2/+23
2020-01-31mm: thp: don't need care deferred split queue in memcg charge move pathWei Yang1-18/+0
2020-01-31mm/memory_hotplug: fix remove_memory() lockdep splatDan Williams1-3/+6
2020-01-31mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang1-1/+1