aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29mm/memory_failure: let the compiler add the function nameBorislav Petkov1-4/+4
2012-05-21mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz1-1/+1
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-46/+50
2012-03-21thp: allow a hwpoisoned head page to be put back to LRUDean Nelson1-1/+1
2012-01-26Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mceIngo Molnar1-46/+50
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-1/+1
2012-01-03HWPOISON: Add code to handle "action required" errors.Tony Luck1-21/+29
2012-01-03HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck1-25/+21
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31HWPOISON: convert pr_debug()s to pr_info()sDean Nelson1-6/+6
2011-10-31mm: Add export.h for EXPORT_SYMBOL to active symbol exportersPaul Gortmaker1-0/+1
2011-08-03HWPoison: add memory_failure_queue()Huang Ying1-0/+92
2011-06-27mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra1-15/+6
2011-06-15mm/memory-failure.c: fix page isolated count mismatchMinchan Kim1-1/+3
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-2/+1
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han1-1/+6
2011-05-25mem-hwpoison: fix page refcount around isolate_lru_page()Konstantin Khlebnikov1-5/+6
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+4
2011-03-22mm: change __remove_from_page_cache()Minchan Kim1-1/+1
2011-03-17mm: remove is_hwpoison_addressHuang Ying1-32/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-4/+4
2011-02-02thp: fix unsuitable behavior for hwpoisoned tail pageJin Dongming1-14/+17
2011-02-02thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming1-5/+22
2011-02-02thp: fix splitting of hwpoisoned hugepagesJin Dongming1-2/+28
2011-02-02mm/migration: fix page corruption during hugepage migrationMinchan Kim1-1/+4
2011-02-02mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli1-0/+1
2011-01-13thp: compound_trans_orderAndrea Arcangeli1-6/+6
2011-01-13thp: fix memory-failure hugetlbfs vs THP collisionAndrea Arcangeli1-1/+1
2011-01-13thp: split_huge_page pagingAndrea Arcangeli1-0/+2
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster pathMel Gorman1-3/+5
2010-12-02mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro1-4/+4
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim1-0/+1
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen1-9/+93
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-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 Horiguchi1-1/+32
2010-10-08HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi1-2/+4
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-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-30/+90
2010-08-11HWPOISON, hugetlb: isolate corrupted hugepageNaoya Horiguchi1-8/+20
2010-08-11HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage errorNaoya Horiguchi1-5/+10
2010-08-11HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepageNaoya Horiguchi1-0/+38