aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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