aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-12-12hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12mempolicy: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski
2012-12-12mm: compaction: Fix compiler warningThierry Reding
2012-12-12thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov
2012-12-12thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov
2012-12-12thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov
2012-12-12thp: implement refcounting for huge zero pageKirill A. Shutemov
2012-12-12thp: lazy huge zero page allocationKirill A. Shutemov
2012-12-12thp: setup huge zero page on non-write page faultKirill A. Shutemov
2012-12-12thp: implement splitting pmd for huge zero pageKirill A. Shutemov
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-12-12thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov
2012-12-12thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov
2012-12-12thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov
2012-12-12thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov
2012-12-12thp: huge zero page: basic preparationKirill A. Shutemov
2012-12-12bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim
2012-12-12bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds
2012-12-11memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan
2012-12-11memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan
2012-12-11mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim
2012-12-11mm: cma: remove watermark hacksMarek Szyprowski
2012-12-11mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-11mm, mempolicy: remove duplicate codeDavid Rientjes
2012-12-11mm/vmscan.c: try_to_freeze() returns booleanJeff Liu
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini
2012-12-11mm: introduce compaction and migration for ballooned pagesRafael Aquini
2012-12-11mm: introduce a common interface for balloon pages mobilityRafael Aquini
2012-12-11mm: adjust address_space_operations.migratepage() return codeRafael Aquini
2012-12-11mm: vm_unmapped_area() lookup functionMichel Lespinasse
2012-12-11mm: check rb_subtree_gap correctnessMichel Lespinasse
2012-12-11mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen
2012-12-11mm: hwpoison: fix action_result() to print out dirty/cleanNaoya Horiguchi
2012-12-11dmapool: make DMAPOOL_DEBUG detect corruption of free markerMatthieu CASTET
2012-12-11mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes
2012-12-11mm: thp: set the accessed flag for old pages on access faultWill Deacon
2012-12-11mm, highmem: get virtual address of the page using PKMAP_ADDR()Joonsoo Kim
2012-12-11mm, highmem: remove page_address_pool listJoonsoo Kim
2012-12-11mm, highmem: remove useless pool_lockJoonsoo Kim