aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-16HWPOISON: Turn ref argument into flags argumentAndi Kleen1-2/+3
2009-12-16HWPOISON: avoid grabbing the page count multiple times during madvise injectionWu Fengguang1-4/+4
2009-12-16HWPOISON: return ENXIO on invalid page numberWu Fengguang1-6/+6
2009-12-16HWPOISON: remove the anonymous entryWu Fengguang1-1/+0
2009-12-16HWPOISON: Be more aggressive at freeing non LRU cachesAndi Kleen1-0/+22
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins1-2/+0
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-10-19HWPOISON: fix invalid page count in printk outputWu Fengguang1-2/+5
2009-10-19HWPOISON: fix oops on ksm pagesHugh Dickins1-1/+2
2009-10-19HWPOISON: return early on non-LRU pagesWu Fengguang1-25/+24
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen1-0/+832