summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm/gup: fix __get_user_pages() on fault retry of hugetlbPeter Xu
2020-04-02mm/gup: rename "nonblocking" to "locked" where properPeter Xu
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual
2020-04-02mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual
2020-04-02mm/mapping_dirty_helpers: update huge page-table entry callbacksThomas Hellstrom
2020-04-02mm: memcg: make memory.oom.group tolerable to task migrationRoman Gushchin
2020-04-02mm, memcg: prevent mem_cgroup_protected store tearingChris Down
2020-04-02mm, memcg: prevent memory.swap.max load tearingChris Down
2020-04-02mm, memcg: prevent memory.min load/store tearingChris Down
2020-04-02mm, memcg: prevent memory.low load/store tearingChris Down
2020-04-02mm, memcg: prevent memory.max load tearingChris Down
2020-04-02mm, memcg: prevent memory.high load/store tearingChris Down
2020-04-02mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unusedVincenzo Frascino
2020-04-02memcg: css_tryget_online cleanupsShakeel Butt
2020-04-02mm: memcontrol: recursive memory.low protectionJohannes Weiner
2020-04-02mm: memcontrol: clean up and document effective low/min calculationsJohannes Weiner
2020-04-02mm: memcontrol: fix memory.low proportional distributionJohannes Weiner
2020-04-02mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin
2020-04-02mm: memcg/slab: cache page number in memcg_(un)charge_slab()Roman Gushchin
2020-04-02mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()Roman Gushchin
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin
2020-04-02mm: kmem: cleanup memcg_kmem_uncharge_memcg() argumentsRoman Gushchin
2020-04-02mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin
2020-04-02mm: memcg/slab: use mem_cgroup_from_obj()Roman Gushchin
2020-04-02mm/memcontrol.c: allocate shrinker_map on appropriate NUMA nodeKirill Tkhai
2020-04-02mm, memcg: fix build error around the usage of kmem_cachesYafang Shao
2020-04-02mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_...Wei Yang
2020-04-02mm: swap: use smp_mb__after_atomic() to order LRU bit setYang Shi
2020-04-02mm: swap: make page_evictable() inlineYang Shi
2020-04-02mm/swap_slots.c: assign|reset cache slot by value directlyWei Yang
2020-04-02mm/swapfile: fix data races in try_to_unuse()Qian Cai
2020-04-02mm/swap.c: not necessary to export __pagevec_lru_add()Wei Yang
2020-04-02mm/swapfile.c: fix comments for swapcache_prepareChen Wandun
2020-04-02mm/gup: fix omission of check on FOLL_LONGTERM in gup fast pathPingfan Liu
2020-04-02mm/gup: rename nr as nr_pinned in get_user_pages_fast()Pingfan Liu
2020-04-02mm/gup/writeback: add callbacks for inaccessible pagesClaudio Imbrenda
2020-04-02mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard
2020-04-02mm: improve dump_page() for compound pagesMatthew Wilcox (Oracle)
2020-04-02mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard
2020-04-02mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard
2020-04-02mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard
2020-04-02mm/gup: track FOLL_PIN pagesJohn Hubbard
2020-04-02mm/gup: require FOLL_GET for get_user_pages_fast()John Hubbard
2020-04-02mm/gup: pass gup flags to two more routinesJohn Hubbard
2020-04-02mm/gup: pass a flags arg to __gup_device_* functionsJohn Hubbard
2020-04-02mm/gup: split get_user_pages_remote() into two routinesJohn Hubbard
2020-04-02mm/filemap.c: rewrite pagecache_get_page documentationMatthew Wilcox (Oracle)
2020-04-02mm/filemap.c: unexport find_get_entryMatthew Wilcox (Oracle)
2020-04-02mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_ioMatthew Wilcox (Oracle)