summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-12mm: thp: set the accessed flag for old pages on access faultWill Deacon2-2/+28
2012-12-12mm, highmem: get virtual address of the page using PKMAP_ADDR()Joonsoo Kim1-2/+1
2012-12-12mm, highmem: remove page_address_pool listJoonsoo Kim1-16/+2
2012-12-12mm, highmem: remove useless pool_lockJoonsoo Kim1-6/+0
2012-12-12mm, highmem: use PKMAP_NR() to calculate an index of pkmapJoonsoo Kim1-1/+1
2012-12-12mm: do not call frontswap_init() during swapoffCesar Eduardo Barros1-1/+1
2012-12-12mm: refactor reinsert of swap_info in sys_swapoff()Cesar Eduardo Barros1-9/+17
2012-12-12mm,vmscan: only evict file pages when we have plentyRik van Riel1-2/+13
2012-12-12mm: add comment on storage key dirty bit semanticsJan Kara1-3/+5
2012-12-12mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages ...Tang Chen1-2/+2
2012-12-12slub, hotplug: ignore unrelated node's hot-adding and hot-removingLai Jiangshan1-2/+2
2012-12-12memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan1-16/+120
2012-12-12memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang2-3/+7
2012-12-12memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang1-1/+2
2012-12-12numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-2/+2
2012-12-12memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang1-5/+5
2012-12-12memory-hotplug: auto offline page_cgroup when onlining memory block failedWen Congyang1-0/+3
2012-12-12memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang1-0/+22