Age | Commit message (Expand) | Author |
2020-04-02 | mm/gup: fix __get_user_pages() on fault retry of hugetlb | Peter Xu |
2020-04-02 | mm/gup: rename "nonblocking" to "locked" where proper | Peter Xu |
2020-04-02 | mm/vma: make is_vma_temporary_stack() available for general use | Anshuman Khandual |
2020-04-02 | mm/vma: move VM_NO_KHUGEPAGED into generic header | Anshuman Khandual |
2020-04-02 | mm/mapping_dirty_helpers: update huge page-table entry callbacks | Thomas Hellstrom |
2020-04-02 | mm: memcg: make memory.oom.group tolerable to task migration | Roman Gushchin |
2020-04-02 | mm, memcg: prevent mem_cgroup_protected store tearing | Chris Down |
2020-04-02 | mm, memcg: prevent memory.swap.max load tearing | Chris Down |
2020-04-02 | mm, memcg: prevent memory.min load/store tearing | Chris Down |
2020-04-02 | mm, memcg: prevent memory.low load/store tearing | Chris Down |
2020-04-02 | mm, memcg: prevent memory.max load tearing | Chris Down |
2020-04-02 | mm, memcg: prevent memory.high load/store tearing | Chris Down |
2020-04-02 | mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused | Vincenzo Frascino |
2020-04-02 | memcg: css_tryget_online cleanups | Shakeel Butt |
2020-04-02 | mm: memcontrol: recursive memory.low protection | Johannes Weiner |
2020-04-02 | mm: memcontrol: clean up and document effective low/min calculations | Johannes Weiner |
2020-04-02 | mm: memcontrol: fix memory.low proportional distribution | Johannes Weiner |
2020-04-02 | mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge() | Roman Gushchin |
2020-04-02 | mm: memcg/slab: cache page number in memcg_(un)charge_slab() | Roman Gushchin |
2020-04-02 | mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg() | Roman Gushchin |
2020-04-02 | mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() | Roman Gushchin |
2020-04-02 | mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments | Roman Gushchin |
2020-04-02 | mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments | Roman Gushchin |
2020-04-02 | mm: memcg/slab: use mem_cgroup_from_obj() | Roman Gushchin |
2020-04-02 | mm/memcontrol.c: allocate shrinker_map on appropriate NUMA node | Kirill Tkhai |
2020-04-02 | mm, memcg: fix build error around the usage of kmem_caches | Yafang Shao |
2020-04-02 | mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_... | Wei Yang |
2020-04-02 | mm: swap: use smp_mb__after_atomic() to order LRU bit set | Yang Shi |
2020-04-02 | mm: swap: make page_evictable() inline | Yang Shi |
2020-04-02 | mm/swap_slots.c: assign|reset cache slot by value directly | Wei Yang |
2020-04-02 | mm/swapfile: fix data races in try_to_unuse() | Qian Cai |
2020-04-02 | mm/swap.c: not necessary to export __pagevec_lru_add() | Wei Yang |
2020-04-02 | mm/swapfile.c: fix comments for swapcache_prepare | Chen Wandun |
2020-04-02 | mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path | Pingfan Liu |
2020-04-02 | mm/gup: rename nr as nr_pinned in get_user_pages_fast() | Pingfan Liu |
2020-04-02 | mm/gup/writeback: add callbacks for inaccessible pages | Claudio Imbrenda |
2020-04-02 | mm: dump_page(): additional diagnostics for huge pinned pages | John Hubbard |
2020-04-02 | mm: improve dump_page() for compound pages | Matthew Wilcox (Oracle) |
2020-04-02 | mm/gup_benchmark: support pin_user_pages() and related calls | John Hubbard |
2020-04-02 | mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting | John Hubbard |
2020-04-02 | mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages | John Hubbard |
2020-04-02 | mm/gup: track FOLL_PIN pages | John Hubbard |
2020-04-02 | mm/gup: require FOLL_GET for get_user_pages_fast() | John Hubbard |
2020-04-02 | mm/gup: pass gup flags to two more routines | John Hubbard |
2020-04-02 | mm/gup: pass a flags arg to __gup_device_* functions | John Hubbard |
2020-04-02 | mm/gup: split get_user_pages_remote() into two routines | John Hubbard |
2020-04-02 | mm/filemap.c: rewrite pagecache_get_page documentation | Matthew Wilcox (Oracle) |
2020-04-02 | mm/filemap.c: unexport find_get_entry | Matthew Wilcox (Oracle) |
2020-04-02 | mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_io | Matthew Wilcox (Oracle) |
2020-04-02 | mm/filemap.c: use vm_fault error code directly | Matthew Wilcox (Oracle) |