summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin2020-04-022-22/+22
* 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-022-5/+5
* mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-022-6/+6
* mm: kmem: cleanup memcg_kmem_uncharge_memcg() argumentsRoman Gushchin2020-04-021-1/+1
* mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin2020-04-022-6/+4
* 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-022-23/+23
* 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-022-4/+35
* mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard2020-04-021-5/+16
* mm: improve dump_page() for compound pagesMatthew Wilcox (Oracle)2020-04-021-10/+23
* mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard2020-04-021-5/+66
* mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard2020-04-022-0/+15
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-024-8/+84
* mm/gup: track FOLL_PIN pagesJohn Hubbard2020-04-023-86/+309
* mm/gup: require FOLL_GET for get_user_pages_fast()John Hubbard2020-04-021-2/+17
* mm/gup: pass gup flags to two more routinesJohn Hubbard2020-04-021-9/+10
* mm/gup: pass a flags arg to __gup_device_* functionsJohn Hubbard2020-04-021-10/+18
* mm/gup: split get_user_pages_remote() into two routinesJohn Hubbard2020-04-021-23/+33
* mm/filemap.c: rewrite pagecache_get_page documentationMatthew Wilcox (Oracle)2020-04-021-26/+23
* mm/filemap.c: unexport find_get_entryMatthew Wilcox (Oracle)2020-04-021-1/+0
* mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_ioMatthew Wilcox (Oracle)2020-04-021-1/+1
* mm/filemap.c: use vm_fault error code directlyMatthew Wilcox (Oracle)2020-04-021-1/+1
* mm/filemap.c: remove unused argument from shrink_readahead_size_eio()Souptick Joarder2020-04-021-4/+3
* mm/filemap.c: clear page error before actual readXianting Tian2020-04-021-0/+8
* mm/page-writeback.c: write_cache_pages(): deduplicate identical checksMauricio Faria de Oliveira2020-04-021-4/+4
* mm/filemap.c: don't bother dropping mmap_sem for zero size readaheadJan Kara2020-04-021-1/+1
* mm/Makefile: disable KCSAN for kmemleakQian Cai2020-04-021-0/+1
* mm/kmemleak.c: use address-of operator on section symbolsNathan Chancellor2020-04-021-1/+1
* revert "topology: add support for node_to_mem_node() to determine the fallbac...Vlastimil Babka2020-04-021-1/+0
* slub: relocate freelist pointer to middle of objectKees Cook2020-04-021-0/+7
* slub: improve bit diffusion for freelist ptr obfuscationKees Cook2020-04-021-1/+1
* mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIschenqiwu2020-04-021-7/+7
* mm/slub.c: replace cpu_slab->partial with wrapped APIschenqiwu2020-04-021-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-0/+10
|\
| * mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon2020-03-261-0/+10
* | mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V2020-03-291-0/+6
* | mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-03-291-0/+38
* | hugetlb_cgroup: fix illegal access to memoryMina Almasry2020-03-291-2/+1
* | mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota2020-03-291-21/+20