aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-07-14memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo
2011-07-14memblock: Implement for_each_free_mem_range()Tejun Heo
2011-07-14memblock: Add optional region->nidTejun Heo
2011-07-14memblock: Reimplement memblock_add_region()Tejun Heo
2011-07-14memblock: Remove memblock_memory_can_coalesce()Tejun Heo
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo
2011-07-14memblock: Separate out memblock_find_in_range_node()Tejun Heo
2011-07-14memblock: Make memblock_alloc_[try_]nid() top-downTejun Heo
2011-07-14memblock: Don't allow archs to override memblock_nid_range()Tejun Heo
2011-07-14memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()Tejun Heo
2011-07-14bootmem: Use for_each_mem_pfn_range() in page_alloc.cTejun Heo
2011-07-14bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range()Tejun Heo
2011-07-14bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo
2011-07-13memblock: Replace memblock_find_base() with memblock_find_in_range()Tejun Heo
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-07-13memblock: Use round_up/down() instead of memblock_align_up/down()Tejun Heo
2011-07-13memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc...Tejun Heo
2011-07-13bootmem: Fix __free_pages_bootmem() to use @order properlyTejun Heo
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo
2011-07-08mm/nommu.c: fix remap_pfn_range()Bob Liu
2011-07-08memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki
2011-07-08memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki
2011-07-08mm: __tlb_remove_page() check the correct batchShaohua Li
2011-07-08mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman
2011-07-08mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman
2011-07-08mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman
2011-07-08mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman
2011-06-27memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki
2011-06-27mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara
2011-06-27mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra
2011-06-27tmpfs: add shmem_read_mapping_page_gfpHugh Dickins
2011-06-27tmpfs: take control of its truncate_rangeHugh Dickins
2011-06-27mm: move shmem prototypes to shmem_fs.hHugh Dickins
2011-06-27mm: move vmtruncate_range to truncate.cHugh Dickins
2011-06-22mm, hotplug: protect zonelist building with zonelists_mutexDavid Rientjes
2011-06-22mm, hotplug: fix error handling in mem_online_node()David Rientjes
2011-06-17mm: avoid anon_vma_chain allocation under anon_vma lockLinus Torvalds
2011-06-17mm: avoid repeated anon_vma lock/unlock sequences in unlink_anon_vmas()Peter Zijlstra
2011-06-17mm: avoid repeated anon_vma lock/unlock sequences in anon_vma_clone()Linus Torvalds
2011-06-16migrate: don't account swapcache as shmemAndrea Arcangeli
2011-06-16mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds
2011-06-15ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins
2011-06-15mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman
2011-06-15mm: vmscan: do not use page_count without a page pinAndrea Arcangeli
2011-06-15mm: compaction: ensure that the compaction free scanner does not move to the ...Mel Gorman
2011-06-15compaction: checks correct fragmentation indexShaohua Li
2011-06-15mm/memory-failure.c: fix page isolated count mismatchMinchan Kim
2011-06-15memcg: avoid percpu cached charge draining at softlimitKAMEZAWA Hiroyuki
2011-06-15memcg: fix percpu cached charge draining frequencyKAMEZAWA Hiroyuki
2011-06-15memcg: fix wrong check of noswap with softlimitKAMEZAWA Hiroyuki