| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/memory-failure: convert shake_page() to shake_folio() | Matthew Wilcox (Oracle) | 2024-05-06 | 1 | -5/+6 |
* | mm/hwpoison: add __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 2022-10-03 | 1 | -2/+2 |
* | mm/memory-failure: disable unpoison once hw error happens | zhenwei pi | 2022-06-17 | 1 | -1/+1 |
* | mm/hwpoison: disable hwpoison filter during removing | zhenwei pi | 2022-05-13 | 1 | -0/+1 |
* | mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler | luofei | 2022-03-22 | 1 | -1/+2 |
* | mm/hwpoison-inject: support injecting hwpoison to free page | Miaohe Lin | 2022-03-22 | 1 | -2/+2 |
* | mm: hwpoison: don't drop slab caches for offlining non-LRU page | Yang Shi | 2021-09-03 | 1 | -1/+1 |
* | mm,hwpoison-inject: don't pin for hwpoison_filter | Naoya Horiguchi | 2020-10-16 | 1 | -13/+5 |
* | mm/hwpoison-inject: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops | zhong jiang | 2019-12-01 | 1 | -2/+2 |
* | hwpoison-inject: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-03 | 1 | -45/+22 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mm/memory_failure: Remove unused trapno from memory_failure | Eric W. Biederman | 2018-01-23 | 1 | -1/+1 |
* | mm: hwpoison: call shake_page() unconditionally | Naoya Horiguchi | 2017-05-04 | 1 | -2/+1 |
* | hwpoison: use page_cgroup_ino for filtering by memcg | Vladimir Davydov | 2015-09-10 | 1 | -4/+1 |
* | mm/hwpoison: fix refcount of THP head page in no-injection case | Wanpeng Li | 2015-09-09 | 1 | -1/+1 |
* | mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand... | Naoya Horiguchi | 2015-06-25 | 1 | -2/+2 |
* | mm/hwpoison-inject: check PageLRU of hpage | Naoya Horiguchi | 2015-05-06 | 1 | -3/+3 |
* | mm/hwpoison-inject: fix refcounting in no-injection case | Naoya Horiguchi | 2015-05-06 | 1 | -2/+5 |
* | mm/hwpoison-inject.c: remove unnecessary null test before debugfs_remove_recu... | Fabian Frederick | 2014-08-07 | 1 | -2/+1 |
* | mm/hwpoison: add '#' to hwpoison_inject | Wanpeng Li | 2014-01-22 | 1 | -1/+1 |
* | mm/hwpoison: fix the lack of one reference count against poisoned page | Wanpeng Li | 2013-09-30 | 1 | -2/+3 |
* | mm/hwpoison-inject.c: change permission of corrupt-pfn/unpoison-pfn to 0200 | Wanpeng Li | 2013-09-12 | 1 | -2/+2 |
* | memcg: rename config variables | Andrew Morton | 2012-08-01 | 1 | -1/+1 |
* | HWPOISON: Clean up memory_failure() vs. __memory_failure() | Tony Luck | 2012-01-03 | 1 | -2/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | HWPOISON, hugetlb: support hwpoison injection for hugepage | Naoya Horiguchi | 2010-08-11 | 1 | -6/+9 |
* | HWPOISON: Don't do early filtering if filter is disabled | Andi Kleen | 2009-12-16 | 1 | -0/+3 |
* | HWPOISON: Add soft page offline support | Andi Kleen | 2009-12-16 | 1 | -1/+1 |
* | HWPOISON: add an interface to switch off/on all the page filters | Haicheng Li | 2009-12-16 | 1 | -0/+5 |
* | HWPOISON: add memory cgroup filter | Andi Kleen | 2009-12-16 | 1 | -0/+7 |
* | HWPOISON: add page flags filter | Wu Fengguang | 2009-12-16 | 1 | -0/+10 |
* | HWPOISON: limit hwpoison injector to known page types | Wu Fengguang | 2009-12-16 | 1 | -2/+39 |
* | HWPOISON: add fs/device filters | Wu Fengguang | 2009-12-16 | 1 | -0/+11 |
* | HWPOISON: Add unpoisoning support | Wu Fengguang | 2009-12-16 | 1 | -6/+30 |
* | HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs | Andi Kleen | 2009-09-16 | 1 | -0/+41 |