summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-12-13hotplug: update nodemasks managementLai Jiangshan1-15/+72
2012-12-13page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan1-18/+22
2012-12-13vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-2/+2
2012-12-13vmstat: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-2/+2
2012-12-13hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-12/+12
2012-12-13mempolicy: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-6/+6
2012-12-13mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-13oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-13memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2-10/+10
2012-12-13mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski1-1/+1
2012-12-13mm: compaction: Fix compiler warningThierry Reding1-54/+54
2012-12-13thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov1-5/+24
2012-12-13thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov1-2/+19
2012-12-13thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov2-1/+6
2012-12-13thp: implement refcounting for huge zero pageKirill A. Shutemov1-25/+88
2012-12-13thp: lazy huge zero page allocationKirill A. Shutemov1-10/+10
2012-12-13thp: setup huge zero page on non-write page faultKirill A. Shutemov1-0/+10
2012-12-13thp: implement splitting pmd for huge zero pageKirill A. Shutemov1-1/+42
2012-12-13thp: change split_huge_page_pmd() interfaceKirill A. Shutemov6-8/+23
2012-12-13thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov1-0/+1
2012-12-13thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov2-22/+96
2012-12-13thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov1-0/+22
2012-12-13thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov1-8/+13
2012-12-13thp: huge zero page: basic preparationKirill A. Shutemov1-0/+30
2012-12-13bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim1-16/+4
2012-12-13bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim1-12/+0
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-110/+104
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-1/+4
2012-12-12Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds29-585/+1493
2012-12-12memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan1-0/+40
2012-12-12memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan1-6/+45
2012-12-12mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan1-1/+99
2012-12-12bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-10/+10
2012-12-12mm: cma: remove watermark hacksMarek Szyprowski1-58/+0
2012-12-12mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski1-8/+9
2012-12-12mm, oom: fix race when specifying a thread as the oom originDavid Rientjes3-50/+11
2012-12-12mm, oom: change type of oom_score_adj to shortDavid Rientjes3-7/+7
2012-12-12mm, mempolicy: remove duplicate codeDavid Rientjes1-17/+4
2012-12-12mm/vmscan.c: try_to_freeze() returns booleanJeff Liu1-1/+1
2012-12-12mm: introduce putback_movable_pages()Rafael Aquini3-4/+24
2012-12-12mm: introduce compaction and migration for ballooned pagesRafael Aquini2-4/+51
2012-12-12mm: introduce a common interface for balloon pages mobilityRafael Aquini3-1/+319
2012-12-12mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-18/+15
2012-12-12mm: vm_unmapped_area() lookup functionMichel Lespinasse1-90/+222
2012-12-12mm: check rb_subtree_gap correctnessMichel Lespinasse1-14/+39
2012-12-12mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse1-11/+132
2012-12-12mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-2/+3
2012-12-12mm: hwpoison: fix action_result() to print out dirty/cleanNaoya Horiguchi1-13/+13
2012-12-12dmapool: make DMAPOOL_DEBUG detect corruption of free markerMatthieu CASTET1-0/+24
2012-12-12mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes1-22/+9