summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-06-05mm/dmapool.c: reuse devres_release() to free resourcesAndy Shevchenko1-2/+1
2014-06-05swap: change swap_list_head to plist, add swap_avail_headDan Streetman2-57/+94
2014-06-05swap: change swap_info singly-linked list to list_headDan Streetman2-108/+76
2014-06-05mm: fold mlocked_vma_newpage() into its only call siteJianyu Zhan2-32/+17
2014-06-05mm: use the light version __mod_zone_page_state in mlocked_vma_newpage()Jianyu Zhan3-2/+20
2014-06-05mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka1-15/+7
2014-06-05mm/compaction: do not count migratepages when unnecessaryVlastimil Babka1-24/+7
2014-06-05mm, compaction: terminate async compaction when reschedulingDavid Rientjes1-1/+6
2014-06-05mm, thp: avoid excessive compaction latency during faultDavid Rientjes1-1/+8
2014-06-05mm, compaction: embed migration mode in compact_controlDavid Rientjes3-40/+37
2014-06-05mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes1-26/+40
2014-06-05mm, compaction: return failed migration target pages back to freelistDavid Rientjes1-9/+18
2014-06-05mm, migration: add destination page freeing callbackDavid Rientjes6-23/+46
2014-06-05memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocatedVladimir Davydov1-7/+2
2014-06-05memcg: get rid of memcg_create_cache_nameVladimir Davydov2-26/+14
2014-06-05memcg: correct comments for __mem_cgroup_begin_update_page_statQiang Huang1-5/+4
2014-06-05memcg: fold mem_cgroup_stolenQiang Huang1-18/+7
2014-06-05mm/mempolicy.c: parameter doc uniformizationFabian Frederick1-11/+11
2014-06-05mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov1-2/+2
2014-06-05mm: cleanup __get_user_pages()Kirill A. Shutemov1-111/+107
2014-06-05mm: extract code to fault in a page from __get_user_pages()Kirill A. Shutemov1-67/+71
2014-06-05mm: cleanup follow_page_mask()Kirill A. Shutemov1-112/+119
2014-06-05mm: extract in_gate_area() case from __get_user_pages()Kirill A. Shutemov1-42/+48
2014-06-05mm: move get_user_pages()-related code to separate fileKirill A. Shutemov4-642/+655
2014-06-05mm/vmalloc.c: replace seq_printf by seq_putsFabian Frederick1-5/+5
2014-06-05mm/memcontrol.c: remove NULL assignment on staticFabian Frederick1-2/+2
2014-06-05mm: shrinker: add nid to tracepoint outputDave Hansen1-1/+1
2014-06-05mm: shrinker trace points: fix negativesDave Hansen1-1/+1
2014-06-05mm/dmapool.c: remove redundant NULL check for dev in dma_pool_create()Daeseok Youn1-16/+8
2014-06-05mm: introdule compound_head_by_tail()Jianyu Zhan1-1/+1
2014-06-05mm/swap.c: split put_compound_page()Jianyu Zhan1-126/+16
2014-06-05mm/swap.c: introduce put_[un]refcounted_compound_page helpers for splitting p...Jianyu Zhan1-0/+142
2014-06-05mm: constify nmask argument to set_mempolicy()Rasmus Villemoes1-1/+1
2014-06-05mm: constify nmask argument to mbind()Rasmus Villemoes1-1/+1
2014-06-05mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter8-12/+12
2014-06-05mm/memblock.c: use PFN_DOWNFabian Frederick1-3/+2
2014-06-05mm/memory_hotplug.c: use PFN_DOWN()Fabian Frederick1-2/+2
2014-06-05swap: use bdev_read_page() / bdev_write_page()Matthew Wilcox1-1/+20
2014-06-05fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox1-0/+25
2014-06-05mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threadsNeilBrown1-2/+17
2014-06-05mm: numa: add migrated transhuge pages to LRU the same way as base pagesMel Gorman1-1/+5
2014-06-05memcg, slab: simplify synchronization schemeVladimir Davydov2-106/+67
2014-06-05memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov4-29/+22
2014-06-05memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov2-66/+4
2014-06-05memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko1-1/+2
2014-06-05mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman1-6/+37
2014-06-05mm/mmap.c: remove the first mapping checkHuang Shijie1-3/+2
2014-06-05mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-8/+23
2014-06-05mm: debug: make bad_range() output more usable and readableDave Hansen1-2/+3
2014-06-05mm/compaction: cleanup isolate_freepages()Vlastimil Babka1-29/+27