summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-07-14memblock: Add optional region->nidTejun Heo3-37/+155
2011-07-14memblock: Reimplement memblock_add_region()Tejun Heo1-85/+110
2011-07-14memblock: Remove memblock_memory_can_coalesce()Tejun Heo1-29/+0
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo2-69/+1
2011-07-14memblock: Separate out memblock_find_in_range_node()Tejun Heo1-25/+32
2011-07-14memblock: Make memblock_alloc_[try_]nid() top-downTejun Heo1-18/+11
2011-07-14memblock: Don't allow archs to override memblock_nid_range()Tejun Heo1-1/+1
2011-07-14memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()Tejun Heo1-17/+3
2011-07-14bootmem: Use for_each_mem_pfn_range() in page_alloc.cTejun Heo1-109/+56
2011-07-14bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range()Tejun Heo1-42/+12
2011-07-14bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo1-12/+28
2011-07-14memblock: Replace memblock_find_base() with memblock_find_in_range()Tejun Heo1-12/+7
2011-07-14memblock: Kill MEMBLOCK_ERRORTejun Heo3-14/+13
2011-07-14memblock: Use round_up/down() instead of memblock_align_up/down()Tejun Heo1-16/+5
2011-07-14memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc...Tejun Heo1-1/+1
2011-07-14bootmem: Fix __free_pages_bootmem() to use @order properlyTejun Heo1-2/+2
2011-07-13x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+54
2011-07-09mm/nommu.c: fix remap_pfn_range()Bob Liu1-3/+6
2011-07-09memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki1-6/+27
2011-07-09memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki1-31/+76
2011-07-09mm: __tlb_remove_page() check the correct batchShaohua Li1-0/+1
2011-07-09mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman1-13/+21
2011-07-09mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman1-1/+1
2011-07-09mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman1-10/+13
2011-07-09mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman1-1/+1
2011-06-28memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki1-12/+15
2011-06-28mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara1-0/+5
2011-06-28mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra2-18/+8
2011-06-28tmpfs: add shmem_read_mapping_page_gfpHugh Dickins1-0/+23
2011-06-28tmpfs: take control of its truncate_rangeHugh Dickins2-24/+31
2011-06-28mm: move shmem prototypes to shmem_fs.hHugh Dickins2-1/+2
2011-06-28mm: move vmtruncate_range to truncate.cHugh Dickins2-24/+24
2011-06-23mm, hotplug: protect zonelist building with zonelists_mutexDavid Rientjes1-0/+2
2011-06-23mm, hotplug: fix error handling in mem_online_node()David Rientjes1-1/+1
2011-06-18mm: avoid anon_vma_chain allocation under anon_vma lockLinus Torvalds1-8/+12
2011-06-18mm: avoid repeated anon_vma lock/unlock sequences in unlink_anon_vmas()Peter Zijlstra1-21/+28
2011-06-18mm: avoid repeated anon_vma lock/unlock sequences in anon_vma_clone()Linus Torvalds1-3/+36
2011-06-17migrate: don't account swapcache as shmemAndrea Arcangeli1-1/+1
2011-06-16mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds1-9/+3
2011-06-16ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins1-0/+6
2011-06-16mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman1-5/+24
2011-06-16mm: vmscan: do not use page_count without a page pinAndrea Arcangeli1-2/+14
2011-06-16mm: compaction: ensure that the compaction free scanner does not move to the ...Mel Gorman1-1/+12
2011-06-16compaction: checks correct fragmentation indexShaohua Li1-2/+4
2011-06-16mm/memory-failure.c: fix page isolated count mismatchMinchan Kim1-1/+3
2011-06-16memcg: avoid percpu cached charge draining at softlimitKAMEZAWA Hiroyuki1-1/+7
2011-06-16memcg: fix percpu cached charge draining frequencyKAMEZAWA Hiroyuki1-16/+38
2011-06-16memcg: fix wrong check of noswap with softlimitKAMEZAWA Hiroyuki1-1/+1
2011-06-16memcg: fix init_page_cgroup nid with sparsememKAMEZAWA Hiroyuki1-18/+53
2011-06-16mm: memory.numa_stat: fix file permissionKAMEZAWA Hiroyuki1-0/+1