aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-29tmpfs: enable NOSEC optimizationHugh Dickins1-0/+1
2012-05-29shmem: replace page if mapping excludes its zoneHugh Dickins3-24/+136
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz3-28/+131
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner3-57/+12
2012-05-29mm: bootmem: pass pgdat instead of pgdat->bdata down the stackJohannes Weiner1-10/+10
2012-05-29mm: nobootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner1-52/+54
2012-05-29mm: nobootmem: panic on node-specific allocation failureJohannes Weiner1-4/+16
2012-05-29mm: bootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner1-20/+24
2012-05-29mm: bootmem: allocate in order node+goal, goal, node, anywhereJohannes Weiner1-1/+13
2012-05-29mm: bootmem: split out goal-to-node mapping from goal droppingJohannes Weiner1-2/+15
2012-05-29mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdataJohannes Weiner1-7/+7
2012-05-29mm: bootmem: remove redundant offset check when finally freeing bootmemJohannes Weiner1-1/+1
2012-05-29mm: bootmem: fix checking the bitmap when finally freeing bootmemGavin Shan1-0/+1
2012-05-29mm/page_alloc.c: remove pageblock_default_order()Andrew Morton1-18/+15
2012-05-29mm: print physical addresses consistently with other parts of kernelBjorn Helgaas2-14/+19
2012-05-29Cross Memory Attach: make it KconfigurableChristopher Yeoh2-2/+15
2012-05-29mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes1-0/+2
2012-05-29mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han2-3/+4
2012-05-29mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner2-7/+15
2012-05-29kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner1-5/+9
2012-05-29mm: do_migrate_pages(): rename argumentsAndrew Morton1-9/+9
2012-05-29mm: do_migrate_pages() calls migrate_to_node() even if task is already on a correct nodeLarry Woodman1-0/+20
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2-3/+18
2012-05-29mm/vmstat.c: remove debug fs entries on failure of file creation and made extfrag_debug_root dentry localSasikantha babu1-3/+7
2012-05-29mm/mmap.c: find_vma(): remove unnecessary if(mm) checkRajman Mekaco1-26/+27
2012-05-29mm: use kcalloc() instead of kzalloc() to allocate arrayThomas Meyer1-2/+2
2012-05-29mm: vmscan: remove reclaim_mode_tMel Gorman1-50/+22
2012-05-29mm: vmscan: do not stall on writeback during memory compactionMel Gorman1-77/+8
2012-05-29mm: vmscan: remove lumpy reclaimMel Gorman1-129/+15
2012-05-29mm: remove swap token codeRik van Riel6-170/+2
2012-05-29mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes1-5/+8
2012-05-29mm, thp: remove unnecessary ret variableDavid Rientjes1-2/+1
2012-05-29mm/hugetlb.c: use long vars instead of int in region_count()Wang Sheng-Hui1-2/+2
2012-05-29mm/mempolicy.c: use enum value MPOL_REBIND_ONCE in mpol_rebind_policy()Wang Sheng-Hui1-1/+1
2012-05-29mm/memory_failure: let the compiler add the function nameBorislav Petkov1-4/+4
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-2/+3
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-2/+3
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf1-0/+1