aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2012-12-11mm, highmem: use PKMAP_NR() to calculate an index of pkmapJoonsoo Kim
2012-12-11mm: do not call frontswap_init() during swapoffCesar Eduardo Barros
2012-12-11mm: refactor reinsert of swap_info in sys_swapoff()Cesar Eduardo Barros
2012-12-11mm,vmscan: only evict file pages when we have plentyRik van Riel
2012-12-11mm: add comment on storage key dirty bit semanticsJan Kara
2012-12-11mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages ...Tang Chen
2012-12-11slub, hotplug: ignore unrelated node's hot-adding and hot-removingLai Jiangshan
2012-12-11memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan
2012-12-11memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang
2012-12-11memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang
2012-12-11memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang
2012-12-11memory-hotplug: auto offline page_cgroup when onlining memory block failedWen Congyang
2012-12-11memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang
2012-12-11thp: cleanup: introduce mk_huge_pmd()Bob Liu
2012-12-11thp: introduce hugepage_vma_check()Bob Liu
2012-12-11mm: introduce mm_find_pmd()Bob Liu
2012-12-11thp: clean up __collapse_huge_page_isolateBob Liu
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov