aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAge
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-16
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-11
| * mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-11
* | mm: hwpoison: fix action_result() to print out dirty/cleanNaoya Horiguchi2012-12-11
* | memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-11
* | mm: soft offline: split thp at the beginning of soft_offline_page()Naoya Horiguchi2012-11-30
|/
* mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-09
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-09
* memcg: rename config variablesAndrew Morton2012-07-31
* hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V2012-07-31
* mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim2012-07-30
* x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck2012-07-11
* mm/memory_failure: let the compiler add the function nameBorislav Petkov2012-05-29
* mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz2012-05-21
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-22
|\
| * Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-26
| |\
| | * HWPOISON: Add code to handle "action required" errors.Tony Luck2012-01-03
| | * HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck2012-01-03
* | | thp: allow a hwpoisoned head page to be put back to LRUDean Nelson2012-03-21
|/ /
* / mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-12
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * mm: Add export.h for EXPORT_SYMBOL to active symbol exportersPaul Gortmaker2011-10-31
* | HWPOISON: convert pr_debug()s to pr_info()sDean Nelson2011-10-31
|/
* HWPoison: add memory_failure_queue()Huang Ying2011-08-03
* mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra2011-06-27
* mm/memory-failure.c: fix page isolated count mismatchMinchan Kim2011-06-15
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-25
* vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han2011-05-25
* mem-hwpoison: fix page refcount around isolate_lru_page()Konstantin Khlebnikov2011-05-25
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-25
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | mm: change __remove_from_page_cache()Minchan Kim2011-03-22
* | mm: remove is_hwpoison_addressHuang Ying2011-03-17
|/
* thp: fix unsuitable behavior for hwpoisoned tail pageJin Dongming2011-02-02
* thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming2011-02-02
* thp: fix splitting of hwpoisoned hugepagesJin Dongming2011-02-02
* mm/migration: fix page corruption during hugepage migrationMinchan Kim2011-02-02
* mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli2011-02-02
* thp: compound_trans_orderAndrea Arcangeli2011-01-13
* thp: fix memory-failure hugetlbfs vs THP collisionAndrea Arcangeli2011-01-13
* thp: split_huge_page pagingAndrea Arcangeli2011-01-13
* mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman2011-01-13
* mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro2010-12-02
* mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim2010-10-26
* Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen2010-10-22
|\
| * HWPOISON, hugetlb: fix unpoison for hugepageNaoya Horiguchi2010-10-08
| * HWPOISON, hugetlb: soft offlining for hugepageNaoya Horiguchi2010-10-08
| * HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDNaoya Horiguchi2010-10-08