summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2013-09-13memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko2-2/+8
2013-09-13memcg: track children in soft limit excess to improve soft limitMichal Hocko1-0/+71
2013-09-13memcg: enhance memcg iterator to support predicatesMichal Hocko2-26/+60
2013-09-13vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko2-7/+11
2013-09-13memcg: get rid of soft-limit tree infrastructureMichal Hocko1-263/+2
2013-09-13memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko2-168/+57
2013-09-13memcg: remove redundant code in mem_cgroup_force_empty_write()Li Zefan1-7/+1
2013-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-108/+293
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2013-09-12initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley1-0/+4
2013-09-12lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara3-4/+4
2013-09-12mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer1-14/+2
2013-09-12memcg: fix multiple large threshold notificationsGreg Thelen1-1/+7
2013-09-12mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-1/+1
2013-09-12mm/mmap: remove unnecessary assignmentYanchuan Nian1-1/+0
2013-09-12mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton1-4/+5
2013-09-12mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li1-1/+1
2013-09-12mm/memory-failure.c: fix bug triggered by unpoisoning empty zero pageWanpeng Li1-1/+1
2013-09-12mm/hwpoison-inject.c: change permission of corrupt-pfn/unpoison-pfn to 0200Wanpeng Li1-2/+2
2013-09-12mm/hwpoison.c: fix held reference count after unpoisoning empty zero pageWanpeng Li1-0/+4
2013-09-12mm/hwpoison: add '#' to madvise_hwpoisonWanpeng Li1-2/+2
2013-09-12mm/hwpoison: drop forward reference declarations __soft_offline_page()Wanpeng Li1-66/+64
2013-09-12mm/hwpoison: don't set migration type twice to avoid holding heavily contend ...Wanpeng Li1-1/+2
2013-09-12mm/hwpoison: replace atomic_long_sub() with atomic_long_dec()Wanpeng Li1-1/+1
2013-09-12mm/hwpoison: fix race against poison thpWanpeng Li1-0/+10
2013-09-12mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li1-6/+6
2013-09-12mm/hwpoison: fix loss of PG_dirty for errors on mlocked pagesWanpeng Li1-0/+3
2013-09-12hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page()Naoya Horiguchi1-1/+2
2013-09-12mm: correct the comment about the value for buddy _mapcountWang Sheng-Hui1-4/+7
2013-09-12mm/page-writeback.c: add strictlimit featureMaxim Patlasov1-61/+202
2013-09-12mm/backing-dev.c: check user buffer length before copying data to the related...Chen Gang1-1/+1
2013-09-12mm/mremap.c: call pud_free() after fail calling pmd_alloc()Chen Gang1-1/+4
2013-09-12mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm areaWanpeng Li1-6/+6
2013-09-12mm/sparse: introduce alloc_usemap_and_memmapWanpeng Li1-76/+57
2013-09-12mm: vmscan: fix do_try_to_free_pages() livelockLisa Du6-40/+43
2013-09-12mm: munlock: manual pte walk in fast path instead of follow_page_mask()Vlastimil Babka1-31/+79
2013-09-12mm: munlock: remove redundant get_page/put_page pair on the fast pathVlastimil Babka1-12/+14
2013-09-12mm: munlock: bypass per-cpu pvec for putback_lru_pageVlastimil Babka1-4/+69
2013-09-12mm: munlock: batch NR_MLOCK zone state updatesVlastimil Babka1-3/+3
2013-09-12mm: munlock: batch non-THP page isolation and munlock+putback using pagevecVlastimil Babka1-40/+156
2013-09-12mm: munlock: remove unnecessary call to lru_add_drain()Vlastimil Babka1-1/+0
2013-09-12mm: putback_lru_page: remove unnecessary call to page_lru_base_type()Vlastimil Babka1-6/+6
2013-09-12mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov1-1/+11
2013-09-12mm: page_alloc: fix comment get_page_from_freelistSeungHun Lee1-1/+1
2013-09-12mm: fix aio performance regression for database caused by THPKhalid Aziz1-25/+52
2013-09-12mm: compaction: do not compact pgdat for order-0Mel Gorman1-0/+3
2013-09-12kmemcg: don't allocate extra memory for root memcg_cache_paramsAndrey Vagin1-3/+6
2013-09-12memblock, numa: binary search node idYinghai Lu2-10/+27
2013-09-12mbind: add BUG_ON(!vma) in new_vma_page()Naoya Horiguchi1-3/+5
2013-09-12mm/mempolicy: rename check_*range to queue_pages_*rangeNaoya Horiguchi1-18/+23