summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-0224-23/+30
* userfaultfd: don't retake mmap_sem to emulate NOPAGEPeter Xu2020-04-021-24/+0
* mm: return faster for non-fatal signals in user mode faultsPeter Xu2020-04-021-1/+2
* sh/mm: use helper fault_signal_pending()Peter Xu2020-04-021-5/+5
* powerpc/mm: use helper fault_signal_pending()Peter Xu2020-04-021-8/+4
* arm64/mm: use helper fault_signal_pending()Peter Xu2020-04-021-12/+7
* arc/mm: use helper fault_signal_pending()Peter Xu2020-04-021-21/+13
* x86/mm: use helper fault_signal_pending()Peter Xu2020-04-021-15/+13
* mm: introduce fault_signal_pending()Peter Xu2020-04-0218-18/+32
* mm/gup: fix __get_user_pages() on fault retry of hugetlbPeter Xu2020-04-021-0/+10
* mm/gup: rename "nonblocking" to "locked" where properPeter Xu2020-04-022-27/+25
* mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)2020-04-022-4/+7
* mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual2020-04-025-20/+18
* mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2020-04-023-27/+11
* mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual2020-04-022-3/+3
* mm/mapping_dirty_helpers: update huge page-table entry callbacksThomas Hellstrom2020-04-021-4/+38
* mm: memcg: make memory.oom.group tolerable to task migrationRoman Gushchin2020-04-021-0/+8
* mm, memcg: prevent mem_cgroup_protected store tearingChris Down2020-04-021-4/+4
* mm, memcg: prevent memory.swap.max load tearingChris Down2020-04-021-3/+4
* mm, memcg: prevent memory.min load/store tearingChris Down2020-04-022-6/+8
* mm, memcg: prevent memory.low load/store tearingChris Down2020-04-021-3/+5
* mm, memcg: prevent memory.max load tearingChris Down2020-04-021-6/+6
* mm, memcg: prevent memory.high load/store tearingChris Down2020-04-021-6/+7
* mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unusedVincenzo Frascino2020-04-021-1/+2
* memcg: css_tryget_online cleanupsShakeel Butt2020-04-021-5/+9
* mm: memcontrol: recursive memory.low protectionJohannes Weiner2020-04-024-5/+79
* mm: memcontrol: clean up and document effective low/min calculationsJohannes Weiner2020-04-021-92/+83
* mm: memcontrol: fix memory.low proportional distributionJohannes Weiner2020-04-022-13/+3
* mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin2020-04-023-32/+31
* mm: memcg/slab: cache page number in memcg_(un)charge_slab()Roman Gushchin2020-04-021-10/+12
* mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()Roman Gushchin2020-04-023-10/+11
* mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-025-21/+25
* mm: kmem: cleanup memcg_kmem_uncharge_memcg() argumentsRoman Gushchin2020-04-022-3/+3
* mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin2020-04-023-11/+8
* mm: memcg/slab: use mem_cgroup_from_obj()Roman Gushchin2020-04-022-14/+3
* mm/memcontrol.c: allocate shrinker_map on appropriate NUMA nodeKirill Tkhai2020-04-021-2/+2
* mm, memcg: fix build error around the usage of kmem_cachesYafang Shao2020-04-022-2/+3
* mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_...Wei Yang2020-04-021-1/+1
* mm: swap: use smp_mb__after_atomic() to order LRU bit setYang Shi2020-04-021-2/+2
* mm: swap: make page_evictable() inlineYang Shi2020-04-024-28/+25
* mm/swap_slots.c: assign|reset cache slot by value directlyWei Yang2020-04-021-7/+5
* mm/swapfile: fix data races in try_to_unuse()Qian Cai2020-04-021-4/+4
* mm/swap.c: not necessary to export __pagevec_lru_add()Wei Yang2020-04-021-1/+0
* mm/swapfile.c: fix comments for swapcache_prepareChen Wandun2020-04-021-1/+1
* mm/gup: fix omission of check on FOLL_LONGTERM in gup fast pathPingfan Liu2020-04-021-0/+8
* mm/gup: rename nr as nr_pinned in get_user_pages_fast()Pingfan Liu2020-04-021-13/+13
* mm/gup/writeback: add callbacks for inaccessible pagesClaudio Imbrenda2020-04-023-4/+41
* mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard2020-04-022-5/+23
* mm: improve dump_page() for compound pagesMatthew Wilcox (Oracle)2020-04-021-10/+23
* selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverageJohn Hubbard2020-04-021-0/+22