aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-11HWPOISON, hugetlb: enable error handling path for hugepageNaoya Horiguchi1-17/+22
2010-08-01KVM: Fix a race condition for usage of is_hwpoison_address()Huang Ying1-0/+3
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying1-0/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-1/+4
2009-12-21HWPOISON: Add PROC_FS dependency to hwpoison injector v2Andi Kleen1-0/+9
2009-12-16HWPOISON: Remove stray phrase in a commentAndi Kleen1-1/+0
2009-12-16HWPOISON: Try to allocate migration page on the same nodeAndi Kleen1-1/+2
2009-12-16HWPOISON: Add soft page offline supportAndi Kleen1-5/+189
2009-12-16HWPOISON: Undefine short-hand macros after use to avoid namespace conflictAndi Kleen1-0/+13
2009-12-16HWPOISON: Use new shake_page in memory_failureAndi Kleen1-1/+8
2009-12-16HWPOISON: add an interface to switch off/on all the page filtersHaicheng Li1-0/+5
2009-12-16HWPOISON: add memory cgroup filterAndi Kleen1-0/+46
2009-12-16HWPOISON: add page flags filterWu Fengguang1-0/+20
2009-12-16HWPOISON: add fs/device filtersWu Fengguang1-0/+51
2009-12-16HWPOISON: return 0 to indicate success reliablyWu Fengguang1-2/+6
2009-12-16HWPOISON: make semantics of IGNORED/DELAYED clearWu Fengguang1-15/+7
2009-12-16HWPOISON: Add unpoisoning supportWu Fengguang1-0/+68
2009-12-16HWPOISON: detect free buddy pages explicitlyWu Fengguang1-2/+7
2009-12-16HWPOISON: remove the free buddy page handlerWu Fengguang1-10/+4
2009-12-16HWPOISON: introduce delete_from_lru_cache()Wu Fengguang1-8/+37
2009-12-16HWPOISON: comment the possible set_page_dirty() raceWu Fengguang1-0/+2
2009-12-16HWPOISON: abort on failed unmapWu Fengguang1-5/+15