Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / mm / memory-failure.c
2012-03-22 Linus TorvaldsMerge branch 'x86-mce-for-linus' of git://git./linux...
2012-03-22 Dean Nelsonthp: allow a hwpoisoned head page to be put back to LRU
2012-01-26 Ingo MolnarMerge tag 'mce-recovery-for-tip' of git://git./linux...
2012-01-13 Mel Gormanmm: compaction: introduce sync-light migration for...
2012-01-03 Tony LuckHWPOISON: Add code to handle "action required" errors.
2012-01-03 Tony LuckHWPOISON: Clean up memory_failure() vs. __memory_failure()
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-01 Dean NelsonHWPOISON: convert pr_debug()s to pr_info()s
2011-10-31 Paul Gortmakermm: Add export.h for EXPORT_SYMBOL to active symbol...
2011-08-03 Huang YingHWPoison: add memory_failure_queue()
2011-06-28 Peter Zijlstramm/memory-failure.c: fix spinlock vs mutex order
2011-06-16 Minchan Kimmm/memory-failure.c: fix page isolated count mismatch
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-25 Ying Hanvmscan: change shrinker API by passing shrink_control...
2011-05-25 Ying Hanvmscan: change shrink_slab() interfaces by passing...
2011-05-25 Konstantin Khlebnikovmem-hwpoison: fix page refcount around isolate_lru_page()
2011-05-25 Peter Zijlstramm: Convert i_mmap_lock to a mutex
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-23 Minchan Kimmm: change __remove_from_page_cache()
2011-03-17 Huang Yingmm: remove is_hwpoison_address
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-02-03 Jin Dongmingthp: fix unsuitable behavior for hwpoisoned tail page
2011-02-03 Jin Dongmingthp: fix the wrong reported address of hwpoisoned hugepages
2011-02-03 Jin Dongmingthp: fix splitting of hwpoisoned hugepages
2011-02-03 Minchan Kimmm/migration: fix page corruption during hugepage migration
2011-02-03 Andrea Arcangelimm: when migrate_pages returns 0, all pages must have...
2011-01-14 Andrea Arcangelithp: compound_trans_order
2011-01-14 Andrea Arcangelithp: fix memory-failure hugetlbfs vs THP collision
2011-01-14 Andrea Arcangelithp: split_huge_page paging
2011-01-14 Mel Gormanmm: migration: allow migration to operate asynchronousl...
2010-12-02 KOSAKI Motohiromem-hotplug: introduce {un}lock_memory_hotplug()
2010-10-26 Minchan Kimmm: compaction: fix COMPACTPAGEFAILED counting
2010-10-22 Andi KleenMerge branch 'hwpoison-hugepages' into hwpoison
2010-10-08 Andi KleenHWPOISON: Remove retry loop for try_to_unmap
2010-10-08 Andi KleenHWPOISON: Turn addr_valid from bitfield into char
2010-10-08 Andi KleenHWPOISON: Disable DEBUG by default
2010-10-08 Andi KleenHWPOISON: Convert pr_debugs to pr_info
2010-10-08 Andi KleenHWPOISON: Improve comments in memory-failure.c
2010-10-08 Naoya HoriguchiHWPOISON, hugetlb: fix unpoison for hugepage
2010-10-08 Naoya HoriguchiHWPOISON, hugetlb: soft offlining for hugepage
2010-10-08 Naoya HoriguchiHWPOSION, hugetlb: recover from free hugepage error...
2010-10-08 Naoya HoriguchiHWPOISON, hugetlb: add free check to dequeue_hwpoison_h...
2010-10-07 Andi KleenHWPOISON: Stop shrinking at right page count
2010-10-07 Andi KleenHWPOISON: Report correct address granuality for AO...
2010-08-12 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2010-08-11 Naoya HoriguchiHWPOISON, hugetlb: isolate corrupted hugepage
2010-08-11 Naoya HoriguchiHWPOISON, hugetlb: maintain mce_bad_pages in handling...
2010-08-11 Naoya HoriguchiHWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage
2010-08-11 Naoya HoriguchiHWPOISON, hugetlb: enable error handling path for hugepage
2010-08-01 Huang YingKVM: Fix a race condition for usage of is_hwpoison_addr...
2010-08-01 Huang YingKVM: Avoid killing userspace through guest SRAO MCE...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-06 Rik van Rielmm: change anon_vma linking to fix multi-process server...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-21 Andi KleenHWPOISON: Add PROC_FS dependency to hwpoison injector v2
2009-12-16 Andi KleenHWPOISON: Remove stray phrase in a comment
2009-12-16 Andi KleenHWPOISON: Try to allocate migration page on the same...
2009-12-16 Andi KleenHWPOISON: Add soft page offline support
2009-12-16 Andi KleenHWPOISON: Undefine short-hand macros after use to avoid...
2009-12-16 Andi KleenHWPOISON: Use new shake_page in memory_failure
2009-12-16 Haicheng LiHWPOISON: add an interface to switch off/on all the...
2009-12-16 Andi KleenHWPOISON: add memory cgroup filter
2009-12-16 Wu FengguangHWPOISON: add page flags filter
2009-12-16 Wu FengguangHWPOISON: add fs/device filters
2009-12-16 Wu FengguangHWPOISON: return 0 to indicate success reliably
2009-12-16 Wu FengguangHWPOISON: make semantics of IGNORED/DELAYED clear
2009-12-16 Wu FengguangHWPOISON: Add unpoisoning support
2009-12-16 Wu FengguangHWPOISON: detect free buddy pages explicitly
2009-12-16 Wu FengguangHWPOISON: remove the free buddy page handler
2009-12-16 Wu FengguangHWPOISON: introduce delete_from_lru_cache()
2009-12-16 Wu FengguangHWPOISON: comment the possible set_page_dirty() race
2009-12-16 Wu FengguangHWPOISON: abort on failed unmap
2009-12-16 Andi KleenHWPOISON: Turn ref argument into flags argument
2009-12-16 Wu FengguangHWPOISON: avoid grabbing the page count multiple times...
2009-12-16 Wu FengguangHWPOISON: return ENXIO on invalid page number
2009-12-16 Wu FengguangHWPOISON: remove the anonymous entry
2009-12-16 Andi KleenHWPOISON: Be more aggressive at freeing non LRU caches
2009-12-15 Hugh Dickinsmm: CONFIG_MMU for PG_mlocked
2009-12-11 Thomas RenningerUpdated MCE/MCA patches from Andi -> delete the old...
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-04 Thomas Renninger- patches.arch/x86_mce_lru_cleanup.patch: HWPOISON...
2009-10-29 Hugh Dickinshwpoison: fix oops on ksm pages
2009-10-19 Wu FengguangHWPOISON: fix invalid page count in printk output
2009-10-19 Hugh DickinsHWPOISON: fix oops on ksm pages
2009-10-19 Wu FengguangHWPOISON: return early on non-LRU pages
2009-09-16 Andi KleenHWPOISON: The high level memory error handler in the...