aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-10-11Merge branch 'x86/urgent' into core/memblockH. Peter Anvin
2010-10-11memblock: Annotate memblock functions with __init_memblockYinghai Lu
2010-10-11memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar
2010-10-07Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-10-07memcg: fix thresholds with use_hierarchy == 1Kirill A. Shutemov
2010-10-07mm: alloc_large_system_hash() printk overflow on 16TB bootRobin Holt
2010-10-07HWPOISON: Stop shrinking at right page countAndi Kleen
2010-10-07HWPOISON: Report correct address granuality for AO huge page errorsAndi Kleen
2010-10-05memblock: Fix wraparound in find_region()Yinghai Lu
2010-10-04ksm: fix bad user data when swappingHugh Dickins
2010-10-04ksm: fix page_address_in_vma anon_vma oopsHugh Dickins
2010-09-25Avoid pgoff overflow in remap_file_pagesLarry Woodman
2010-09-24fremap: get rid of broken 'end' variableLinus Torvalds
2010-09-23hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()Naoya Horiguchi
2010-09-23hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi
2010-09-23hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi
2010-09-23hugetlb, rmap: always use anon_vma root pointerNaoya Horiguchi
2010-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-09-22mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli
2010-09-22oom: filter unkillable tasks from tasklist dumpDavid Rientjes
2010-09-22vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim
2010-09-22oom: always return a badness score of non-zero for eligible tasksDavid Rientjes
2010-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-09-22bdi: Initialize noop_backing_dev_info properlyJan Kara
2010-09-21percpu: fix pcpu_last_unit_cpuTejun Heo
2010-09-20mm: further fix swapin race conditionHugh Dickins
2010-09-17mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman
2010-09-15memblock: Fix section mismatch warningsYinghai Lu
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-09-09mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2010-09-09mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman
2010-09-09vmstat: update zone stat threshold when onlining a cpuKAMEZAWA Hiroyuki
2010-09-09swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins
2010-09-09swap: do not send discards as barriersChristoph Hellwig
2010-09-09swap: prevent reuse during hibernationHugh Dickins
2010-09-09swap: revert special hibernation allocationHugh Dickins
2010-09-09bounce: call flush_dcache_page() after bounce_copy_vec()Gary King
2010-09-09memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki
2010-09-09mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim
2010-09-09mm: avoid warning when COMPACTION is selectedAndrea Arcangeli
2010-09-09mm: fix swapin race conditionAndrea Arcangeli
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-08-28mm: fix hang on anon_vma->root->lockHugh Dickins