summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2012-05-29mm: nobootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner
2012-05-29mm: nobootmem: panic on node-specific allocation failureJohannes Weiner
2012-05-29mm: bootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner
2012-05-29mm: bootmem: allocate in order node+goal, goal, node, anywhereJohannes Weiner
2012-05-29mm: bootmem: split out goal-to-node mapping from goal droppingJohannes Weiner
2012-05-29mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdataJohannes Weiner
2012-05-29mm: bootmem: remove redundant offset check when finally freeing bootmemJohannes Weiner
2012-05-29mm: bootmem: fix checking the bitmap when finally freeing bootmemGavin Shan
2012-05-29mm/page_alloc.c: remove pageblock_default_order()Andrew Morton
2012-05-29mm: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-29Cross Memory Attach: make it KconfigurableChristopher Yeoh
2012-05-29mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes
2012-05-29mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han
2012-05-29mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner
2012-05-29kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner
2012-05-29mm: do_migrate_pages(): rename argumentsAndrew Morton
2012-05-29mm: do_migrate_pages() calls migrate_to_node() even if task is already on a c...Larry Woodman
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes
2012-05-29mm/vmstat.c: remove debug fs entries on failure of file creation and made ext...Sasikantha babu
2012-05-29mm/mmap.c: find_vma(): remove unnecessary if(mm) checkRajman Mekaco
2012-05-29mm: use kcalloc() instead of kzalloc() to allocate arrayThomas Meyer
2012-05-29mm: vmscan: remove reclaim_mode_tMel Gorman
2012-05-29mm: vmscan: do not stall on writeback during memory compactionMel Gorman
2012-05-29mm: vmscan: remove lumpy reclaimMel Gorman
2012-05-29mm: remove swap token codeRik van Riel
2012-05-29mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes
2012-05-29mm, thp: remove unnecessary ret variableDavid Rientjes
2012-05-29mm/hugetlb.c: use long vars instead of int in region_count()Wang Sheng-Hui
2012-05-29mm/mempolicy.c: use enum value MPOL_REBIND_ONCE in mpol_rebind_policy()Wang Sheng-Hui
2012-05-29mm/memory_failure: let the compiler add the function nameBorislav Petkov
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird
2012-05-23mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkagesMel Gorman
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-21Merge branch 'vm-cleanups' (unmap_vma() interface cleanup)Linus Torvalds
2012-05-21cma: fix migration modeMinchan Kim
2012-05-21mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski
2012-05-21mm: extract reclaim code from __alloc_pages_direct_reclaim()Marek Szyprowski
2012-05-21mm: Serialize access to min_free_kbytesMel Gorman
2012-05-21mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz
2012-05-21mm: page_alloc: change fallbacks array handlingMichal Nazarewicz