aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki1-1/+1
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds5-156/+514
2010-10-25[S390] add support for nonquiescing sskeMartin Schwidefsky1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2010-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds2-373/+419
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+13
2010-10-24Merge branch 'master' into for-linusPekka Enberg13-504/+851
2010-10-24export __get_user_pages_fast() functionXiao Guangrong1-0/+13
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds6-206/+250
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+3
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen5-115/+482
2010-10-22Merge branch 'hwpoison-cleanups' into hwpoisonAndi Kleen1-41/+32
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-316/+631
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+10
2010-10-19memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo1-2/+0
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe23-212/+319
2010-10-11Merge branch 'x86/urgent' into core/memblockH. Peter Anvin3-11/+15
2010-10-11memblock: Annotate memblock functions with __init_memblockYinghai Lu1-2/+2
2010-10-11memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge1-0/+6
2010-10-11Fix migration.c compilation on s390Andi Kleen1-0/+2
2010-10-08HWPOISON: Remove retry loop for try_to_unmapAndi Kleen1-14/+1
2010-10-08HWPOISON: Turn addr_valid from bitfield into charAndi Kleen1-1/+1
2010-10-08HWPOISON: Disable DEBUG by defaultAndi Kleen1-1/+0
2010-10-08HWPOISON: Convert pr_debugs to pr_infoAndi Kleen1-12/+12
2010-10-08HWPOISON: Improve comments in memory-failure.cAndi Kleen1-13/+18
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen2-3/+6
2010-10-08hugepage: move is_hugepage_on_freelist inside ifdef to avoid warningAndi Kleen1-1/+2
2010-10-08Clean up __page_set_anon_rmapAndi Kleen1-17/+8
2010-10-08HWPOISON, hugetlb: fix unpoison for hugepageNaoya Horiguchi1-2/+2
2010-10-08HWPOISON, hugetlb: soft offlining for hugepageNaoya Horiguchi1-4/+55
2010-10-08HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDNaoya Horiguchi2-1/+33
2010-10-08hugetlb: move refcounting in hugepage allocation inside hugetlb_lockNaoya Horiguchi1-22/+13
2010-10-08HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi2-6/+29
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi2-19/+231
2010-10-08hugetlb: redefine hugepage copy functionsNaoya Horiguchi1-5/+40
2010-10-08hugetlb: add allocate function for hugepage migrationNaoya Horiguchi1-25/+54
2010-10-08hugetlb: fix metadata corruption in hugetlb_fault()Naoya Horiguchi1-12/+9
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar20-181/+269
2010-10-07Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-6/+6
2010-10-07memcg: fix thresholds with use_hierarchy == 1Kirill A. Shutemov1-3/+7
2010-10-07mm: alloc_large_system_hash() printk overflow on 16TB bootRobin Holt1-2/+2
2010-10-07HWPOISON: Stop shrinking at right page countAndi Kleen1-1/+1
2010-10-07HWPOISON: Report correct address granuality for AO huge page errorsAndi Kleen1-5/+5
2010-10-06SLUB: Fix memory hotplug with !NUMAPekka Enberg1-1/+1
2010-10-06slub: Move functions to reduce #ifdefsChristoph Lameter1-156/+141
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter1-5/+35
2010-10-06SLUB: Optimize slab_free() debug checkPekka Enberg1-2/+2
2010-10-05memblock: Fix wraparound in find_region()Yinghai Lu1-1/+6
2010-10-04ksm: fix bad user data when swappingHugh Dickins1-2/+4