summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-02-09mm: purge fragmented percpu vmap blocksNick Piggin1-11/+80
2010-02-09mm: percpu-vmap fix RCU list walkingNick Piggin1-14/+6
2010-02-09mm: fix migratetype bug which slowed swappingHugh Dickins1-2/+3
2010-02-09mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds1-32/+68
2010-01-25vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh1-3/+1
2010-01-22vfs: Fix vmtruncate() regressionOGAWA Hirofumi1-16/+14
2010-01-22page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro1-1/+1
2010-01-22memcg: ensure list is empty at rmdirDaisuke Nishimura1-7/+4
2010-01-18untangle the do_mremap() messAl Viro3-116/+211
2010-01-06ksm: fix mlockfreed to munlockedHugh Dickins3-10/+11
2010-01-06vmscan: do not evict inactive pages when skipping an active list scanRik van Riel1-6/+12
2010-01-06memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura2-2/+8
2010-01-06NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-0/+1
2009-12-18mm: sigbus instead of abusing oomHugh Dickins1-2/+2
2009-12-18vmalloc: conditionalize build of pcpu_get_vm_areas()Tejun Heo1-0/+2
2009-12-18memcg: fix memory.memsw.usage_in_bytes for root cgroupKirill A. Shutemov1-0/+1
2009-12-18mm: hugetlb: fix hugepage memory leak in walk_page_range()Naoya Horiguchi1-1/+15
2009-12-18mm: hugetlb: fix hugepage memory leak in mincore()Naoya Horiguchi1-0/+37
2009-11-30Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+6
2009-11-17mm: allow memory hotplug and hibernation in the same kernelAndi Kleen2-8/+18
2009-11-17mm/memory_hotplug: fix section mismatchHidetoshi Seto1-1/+2
2009-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-40/+81
2009-11-13percpu: restructure pcpu_extend_area_map() to fix bugs and improve readabilityTejun Heo1-40/+81
2009-11-12memcg: fix wrong pointer initialization at page migration when memcg is disab...KAMEZAWA Hiroyuki1-1/+1
2009-11-12page allocator: Do not allow interrupts to use ALLOC_HARDERMel Gorman1-1/+1
2009-11-12page allocator: always wake kswapd when restarting an allocation attempt afte...Mel Gorman1-1/+1
2009-11-12Thaw refrigerated bdi flusher threads before invoking kthread_stop on themRomit Dasgupta1-2/+6
2009-11-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+12
2009-11-10highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NM...Soeren Sandmann1-3/+10
2009-11-10highmem: Fix race in debug_kmap_atomic() which could cause warn_count to unde...Soeren Sandmann1-2/+2
2009-11-09ksm: cond_resched in unstable treeHugh Dickins1-0/+1
2009-11-03Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+2
2009-11-03backing-dev: bdi sb prune should be in the unregister path, not destroyJens Axboe1-1/+2
2009-11-02mm: remove incorrect swap_count() from try_to_unuse()Bo Liu1-2/+1
2009-10-31NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()David Howells1-2/+4
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-13/+17
2009-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+16
2009-10-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-1/+1
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-28/+31
2009-10-29mm: don't call pte_unmap() against an improper pteDaisuke Nishimura1-4/+7
2009-10-29mm: fix sparsemem configurationRussell King1-1/+1
2009-10-29vmscan: order evictable rescue in LRU putbackJohannes Weiner1-0/+10
2009-10-29do_mbind(): fix memory leakKOSAKI Motohiro1-5/+5
2009-10-29mbind(): fix leak of never putback pagesKOSAKI Motohiro1-1/+2
2009-10-29vmscan: limit VM_EXEC protection to file pagesWu Fengguang1-1/+1
2009-10-29revert "mm: oom analysis: add buffer cache information to show_free_areas()"Andrew Morton1-2/+1
2009-10-29congestion_wait(): don't use WRITEKOSAKI Motohiro1-1/+1
2009-10-29hwpoison: fix oops on ksm pagesHugh Dickins1-1/+2
2009-10-29backing-dev: ensure that a removed bdi no longer has super_block referencing itJens Axboe1-0/+16
2009-10-29percpu: allow pcpu_alloc() to be called with IRQs offJiri Kosina1-13/+17