summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-01-10mm: add strictlimit knobMaxim Patlasov1-0/+35
2014-01-10zsmalloc: add copyrightMinchan Kim1-0/+1
2014-01-10zsmalloc: move it under mmMinchan Kim3-0/+1131
2014-01-10mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li1-2/+0
2014-01-10mm/migrate.c: fix set cpupid on page migration twice against thpWanpeng Li1-2/+0
2014-01-10Merge branch 'akpm-current/current'Stephen Rothwell41-1320/+1805
2014-01-10Merge remote-tracking branch 'slab/for-next'Stephen Rothwell1-1/+7
2014-01-10Merge remote-tracking branch 'block/for-next'Stephen Rothwell2-28/+26
2014-01-10Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell3-105/+369
2014-01-10swap: swapin_nr_pages() can be staticFengguang Wu1-1/+1
2014-01-10swap: add a simple detector for inappropriate swapin readaheadShaohua Li1-3/+60
2014-01-10swap: fix setting PAGE_SIZE blocksize during swapoff/swapon raceKrzysztof Kozlowski1-9/+11
2014-01-10memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko1-1/+2
2014-01-10mm: prevent setting of a value less than 0 to min_free_kbytesHan Pingtian1-1/+6
2014-01-10mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko1-4/+2
2014-01-10mm/memory-failure.c: shift page lock from head page to tail page after thp splitNaoya Horiguchi1-10/+11
2014-01-10numa: add a sysctl for numa_balancingAndi Kleen1-1/+1
2014-01-10mm-free-memblockmemory-in-free_all_bootmem-fixPhilipp Hachtmann2-0/+7
2014-01-10mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann2-1/+18
2014-01-10mm/nobootmem.c: add return value check in __alloc_memory_core_early()Philipp Hachtmann1-1/+3
2014-01-10memcg: rework memcg_update_kmem_limit synchronizationVladimir Davydov1-92/+106
2014-01-10memcg: remove KMEM_ACCOUNTED_ACTIVATED flagVladimir Davydov1-27/+2
2014-01-10memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov2-8/+23
2014-01-10slab: do not panic if we fail to create memcg cacheVladimir Davydov1-1/+8
2014-01-10memcg: get rid of kmem_cache_dup()Vladimir Davydov1-31/+8
2014-01-10memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov2-10/+27
2014-01-10memcg: fix possible NULL deref while traversing memcg_slab_caches listVladimir Davydov1-7/+18
2014-01-10memcg, slab: fix barrier usage when accessing memcg_cachesVladimir Davydov2-15/+21
2014-01-10memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov2-36/+33
2014-01-10memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov2-4/+10
2014-01-10slab: clean up kmem_cache_create_memcg() error handlingVladimir Davydov1-34/+31
2014-01-10mm: fix the theoretical compound_lock() vs prep_new_page() raceOleg Nesterov1-2/+10
2014-01-10mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin21-138/+138
2014-01-10memcg: do not use vmalloc for mem_cgroup allocationsVladimir Davydov1-22/+6
2014-01-10mm-munlock-fix-potential-race-with-thp-page-split-fixAndrew Morton1-2/+2
2014-01-10mm: munlock: fix potential race with THP page splitVlastimil Babka1-44/+60
2014-01-10mm-print-more-details-for-bad_page-fixAndrew Morton1-2/+2
2014-01-10mm: print more details for bad_page()Dave Hansen4-22/+59
2014-01-10mm/zswap.c: change params from hidden to roDan Streetman1-2/+2
2014-01-10mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim1-8/+0
2014-01-10mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim2-21/+16
2014-01-10mm/migrate: correct failure handling if !hugepage_migration_support()Joonsoo Kim1-2/+5
2014-01-10mm/migrate: add comment about permanent failure pathNaoya Horiguchi1-1/+6
2014-01-10mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failureDavid Rientjes1-1/+8
2014-01-10mm: compaction: reset scanner positions immediately when they meetVlastimil Babka1-0/+4
2014-01-10mm: compaction: do not mark unmovable pageblocks as skipped in async compactionVlastimil Babka1-2/+9
2014-01-10mm: compaction: detect when scanners meet in isolate_freepagesVlastimil Babka1-4/+15
2014-01-10mm: compaction: reset cached scanner pfn's before reading themVlastimil Babka1-8/+8
2014-01-10mm: compaction: encapsulate defer reset logicVlastimil Babka2-9/+5
2014-01-10mm: compaction: trace compaction begin and endMel Gorman1-0/+4