aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29memcg: don't uncharge in mem_cgroup_move_account()KAMEZAWA Hiroyuki1-14/+6
2012-05-29memcg: move charges to root cgroup if use_hierarchy=0KAMEZAWA Hiroyuki1-23/+11
2012-05-29memcg: use res_counter_uncharge_until() in move_parent()KAMEZAWA Hiroyuki1-6/+36
2012-05-29mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov1-20/+6
2012-05-29mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov1-5/+3
2012-05-29mm/vmscan: push lruvec pointer into get_scan_count()Konstantin Khlebnikov1-16/+9
2012-05-29mm/vmscan: push lruvec pointer into shrink_list()Konstantin Khlebnikov1-22/+12
2012-05-29mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov2-32/+28
2012-05-29mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov2-15/+25
2012-05-29mm/vmscan: push lruvec pointer into putback_inactive_pages()Konstantin Khlebnikov1-4/+4
2012-05-29mm/vmscan: remove update_isolated_counts()Konstantin Khlebnikov1-54/+6
2012-05-29mm/vmscan: push zone pointer into shrink_page_list()Konstantin Khlebnikov1-6/+5
2012-05-29mm/vmscan: push lruvec pointer into isolate_lru_pages()Konstantin Khlebnikov1-8/+8
2012-05-29mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov3-10/+16
2012-05-29mm/vmscan: store "priority" in struct scan_controlKonstantin Khlebnikov1-56/+61
2012-05-29mm/memcg: use vm_swappiness from target memory cgroupKonstantin Khlebnikov1-6/+5
2012-05-29memcg: make threshold index in the right positionSha Zhengju1-5/+6
2012-05-29memcg: remove redundant parenthesesKirill A. Shutemov1-10/+10
2012-05-29memcg: mark stat field of mem_cgroup struct as __percpuKirill A. Shutemov1-1/+1
2012-05-29memcg: remove unused variableKirill A. Shutemov1-2/+0
2012-05-29memcg: mark more functions/variables as staticKirill A. Shutemov1-6/+7
2012-05-29mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov2-6/+1
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov2-21/+6
2012-05-29mm: push lru index into shrink_[in]active_list()Konstantin Khlebnikov1-24/+17
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins4-38/+16
2012-05-29mm/memcg: scanning_global_lru means mem_cgroup_disabledHugh Dickins1-14/+4
2012-05-29memcg swap: use mem_cgroup_uncharge_swap()Hugh Dickins1-18/+1
2012-05-29memcg swap: mem_cgroup_move_swap_account never needs fixupHugh Dickins1-16/+3
2012-05-29memcg: fix/change behavior of shared anon at moving taskKAMEZAWA Hiroyuki2-39/+14
2012-05-29mm/memblock: fix memory leak on extending regionsGavin Shan1-13/+24
2012-05-29mm/memblock: cleanup on duplicate VA/PA conversionGavin Shan1-2/+3
2012-05-29mm: fix slab->page flags corruptionPravin B Shelar1-2/+35
2012-05-29mm: fix faulty initialization in vmalloc_init()KyongHo1-1/+2
2012-05-29mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes1-28/+16
2012-05-29mm: avoid swapping out with swappiness==0Satoru Moriya1-3/+3
2012-05-29hugetlb: fix resv_map leak in error pathDave Hansen1-6/+22
2012-05-29mm/bootmem.c: cleanup on addition to bootmem data listGavin Shan1-8/+8
2012-05-29mm: consider all swapped back pages in used-once logicMichal Hocko1-1/+1
2012-05-29mm/page_alloc.c: cleanupsAndrew Morton1-4/+3
2012-05-29mm: page_alloc: catch out-of-date list of page flag namesJohannes Weiner1-0/+2
2012-05-29mm/buddy: dump PG_compound_lock page flagGavin Shan1-0/+3
2012-05-29mm: move readahead syscall to mm/readahead.cCong Wang2-39/+40
2012-05-29tmpfs: support SEEK_DATA and SEEK_HOLEHugh Dickins1-1/+93
2012-05-29tmpfs: quit when fallocate fills memoryHugh Dickins1-2/+56
2012-05-29tmpfs: undo fallocation on failureHugh Dickins1-33/+72
2012-05-29tmpfs: support fallocate preallocationHugh Dickins1-1/+60
2012-05-29mm/fs: remove truncate_rangeHugh Dickins2-26/+0
2012-05-29mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins1-8/+7
2012-05-29tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEHugh Dickins1-11/+57
2012-05-29tmpfs: optimize clearing when writingHugh Dickins1-3/+17