Age | Commit message (Expand) | Author | Files | Lines |
2020-10-14 | tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macro | Ralph Campbell | 1 | -2/+2 |
2020-10-14 | include/linux/huge_mm.h: remove mincore_huge_pmd declaration | yuleixzhang | 1 | -3/+0 |
2020-10-14 | mm: remove src/dst mm parameter in copy_page_range() | Peter Xu | 3 | -71/+76 |
2020-10-14 | mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct() | Liao Pingfang | 1 | -1/+1 |
2020-10-14 | mm/mmap.c: use helper function allow_write_access() in __remove_shared_vm_str... | Miaohe Lin | 1 | -1/+1 |
2020-10-14 | mm: use helper function mapping_allow_writable() | Miaohe Lin | 2 | -2/+2 |
2020-10-14 | mm/mmap: check on file instead of the rb_root_cached of its address_space | Wei Yang | 1 | -3/+3 |
2020-10-14 | mm/mmap: not necessary to check mapping separately | Wei Yang | 1 | -2/+1 |
2020-10-14 | mm/memory.c: fix spello of "function" | Randy Dunlap | 1 | -1/+1 |
2020-10-14 | mm/mmap: leave adjust_next as virtual address instead of page frame number | Wei Yang | 2 | -6/+6 |
2020-10-14 | mm: simplify PageDoubleMap with PF_SECOND policy | Matthew Wilcox (Oracle) | 1 | -30/+10 |
2020-10-14 | mm: move PageDoubleMap bit | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2020-10-14 | mm: proc: smaps_rollup: do not stall write attempts on mmap_lock | Chinwen Chang | 1 | -1/+65 |
2020-10-14 | mm: smaps*: extend smap_gather_stats to support specified beginning | Chinwen Chang | 1 | -8/+22 |
2020-10-14 | mmap locking API: add mmap_lock_is_contended() | Chinwen Chang | 1 | -0/+5 |
2020-10-14 | mm/mmap: leverage vma_rb_erase_ignore() to implement vma_rb_erase() | Wei Yang | 1 | -9/+7 |
2020-10-14 | mm/mmap: rename __vma_unlink_common() to __vma_unlink() | Wei Yang | 1 | -3/+3 |
2020-10-14 | mm/memory.c: replace vmf->vma with variable vma | Yanfei Xu | 1 | -1/+1 |
2020-10-14 | mm/memory.c: fix typo in __do_fault() comment | Yanfei Xu | 1 | -1/+1 |
2020-10-14 | mm: account PMD tables like PTE tables | Matthew Wilcox | 2 | -4/+21 |
2020-10-14 | selftests/vm: fix incorrect gcc invocation in some cases | John Hubbard | 1 | -0/+12 |
2020-10-14 | selftests/vm: fix false build success on the second and later attempts | John Hubbard | 1 | -0/+5 |
2020-10-14 | mm/memcg: fix device private memcg accounting | Ralph Campbell | 1 | -1/+4 |
2020-10-14 | mm: memcg/slab: uncharge during kmem_cache_free_bulk() | Bharata B Rao | 3 | -17/+30 |
2020-10-14 | mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom() | Miaohe Lin | 1 | -2/+2 |
2020-10-14 | mm/page_counter: correct the obsolete func name in the comment of page_counte... | Miaohe Lin | 1 | -1/+1 |
2020-10-14 | mm: memcontrol: add the missing numa_stat interface for cgroup v2 | Muchun Song | 2 | -80/+159 |
2020-10-14 | mm/memcg: unify swap and memsw page counters | Waiman Long | 2 | -8/+8 |
2020-10-14 | mm/memcg: simplify mem_cgroup_get_max() | Waiman Long | 1 | -11/+13 |
2020-10-14 | mm/memcg: clean up obsolete enum charge_type | Waiman Long | 1 | -8/+0 |
2020-10-14 | mm: memcontrol: correct the comment of mem_cgroup_iter() | Miaohe Lin | 1 | -3/+3 |
2020-10-14 | mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj() | Roman Gushchin | 1 | -0/+11 |
2020-10-14 | mm: memcontrol: use the preferred form for passing the size of a structure type | Gustavo A. R. Silva | 1 | -1/+1 |
2020-10-14 | mm: memcontrol: use flex_array_size() helper in memcpy() | Gustavo A. R. Silva | 1 | -4/+3 |
2020-10-14 | mm/memremap.c: convert devmap static branch to {inc,dec} | Ira Weiny | 1 | -5/+2 |
2020-10-14 | mm/swapfile.c: fix potential memory leak in sys_swapon | Miaohe Lin | 1 | -1/+3 |
2020-10-14 | mm/swapfile.c: remove unnecessary goto out in _swap_info_get() | Miaohe Lin | 1 | -1/+0 |
2020-10-14 | mm/swap.c: fix incomplete comment in lru_cache_add_inactive_or_unevictable() | Miaohe Lin | 1 | -3/+1 |
2020-10-14 | mm/page_io.c: remove useless out label in __swap_writepage() | Miaohe Lin | 1 | -5/+3 |
2020-10-14 | mm/swap_slots.c: remove always zero and unused return value of enable_swap_sl... | Miaohe Lin | 2 | -3/+2 |
2020-10-14 | mm/swap.c: fix confusing comment in release_pages() | Miaohe Lin | 1 | -1/+1 |
2020-10-14 | mm: remove superfluous __ClearPageActive() | Yu Zhao | 2 | -4/+0 |
2020-10-14 | mm: remove activate_page() from unuse_pte() | Yu Zhao | 3 | -8/+2 |
2020-10-14 | swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity | Gao Xiang | 4 | -6/+6 |
2020-10-14 | mm/gup: protect unpin_user_pages() against npages==-ERRNO | John Hubbard | 1 | -0/+7 |
2020-10-14 | mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERM | Barry Song | 1 | -15/+22 |
2020-10-14 | mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flag | Barry Song | 2 | -18/+19 |
2020-10-14 | mm/gup_benchmark: update the documentation in Kconfig | Barry Song | 1 | -2/+2 |
2020-10-14 | mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED | Yafang Shao | 3 | -22/+49 |
2020-10-14 | mm/filemap: fix filemap_map_pages for THP | Matthew Wilcox (Oracle) | 1 | -15/+15 |