summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-6/+2
|\
| * cgroup: introduce cgroup_ino()Tejun Heo2014-02-111-6/+2
* | mm: close PageTail raceDavid Rientjes2014-03-041-1/+1
* | mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDNaoya Horiguchi2014-02-101-2/+4
|/
* mm/memory-failure.c: shift page lock from head page to tail page after thp splitNaoya Horiguchi2014-01-231-10/+11
* mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim2014-01-211-1/+7
* mm, memory-failure: fix typo in me_pagecache_dirty()Zhi Yong Wu2014-01-211-1/+1
* mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi2014-01-021-0/+10
* mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu2013-12-181-4/+10
* kfifo API type safetyStefani Seibold2013-11-151-1/+1
* mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page()Naoya Horiguchi2013-11-131-19/+17
* mm/hwpoison: fix false report on 2nd attempt at page recoveryWanpeng Li2013-09-301-2/+4
* mm/hwpoison: fix test for a transparent huge pageWanpeng Li2013-09-301-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-0/+2
|\
| * shrinker: add node awarenessDave Chinner2013-09-101-0/+2
* | mm/memory-failure.c: fix bug triggered by unpoisoning empty zero pageWanpeng Li2013-09-111-1/+1
* | mm/hwpoison: drop forward reference declarations __soft_offline_page()Wanpeng Li2013-09-111-66/+64
* | mm/hwpoison: don't set migration type twice to avoid holding heavily contend ...Wanpeng Li2013-09-111-1/+2
* | mm/hwpoison: replace atomic_long_sub() with atomic_long_dec()Wanpeng Li2013-09-111-1/+1
* | mm/hwpoison: fix race against poison thpWanpeng Li2013-09-111-0/+10
* | mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li2013-09-111-6/+6
* | mm/hwpoison: fix loss of PG_dirty for errors on mlocked pagesWanpeng Li2013-09-111-0/+3
* | hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page()Naoya Horiguchi2013-09-111-1/+2
* | mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi2013-09-111-3/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1
* | Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-121-1/+4
|\ \ | |/ |/|
| * mce: acpi/apei: Soft-offline a page on firmware GHES notificationNaveen N. Rao2013-07-101-1/+4
* | mm/memory-failure.c: fix memory leak in successful soft offliningNaoya Horiguchi2013-07-031-4/+18
|/
* HWPOISON: check dirty flag to match against clean pageNaoya Horiguchi2013-04-291-2/+2
* HWPOISON: change order of error_states[]'s elementsNaoya Horiguchi2013-02-231-3/+3
* HWPOISON: fix misjudgement of page_action() for errors on mlocked pagesNaoya Horiguchi2013-02-231-5/+22
* mm: remove offlining arg to migrate_pagesHugh Dickins2013-02-231-4/+3
* mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on...Naoya Horiguchi2013-02-231-1/+11
* mm/memory-failure.c: clean up soft_offline_page()Naoya Horiguchi2013-02-231-69/+87
* memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu2013-02-231-8/+8
* memory-failure: do code refactor of soft_offline_page()Xishi Qiu2013-02-231-14/+20
* memory-failure: fix an error of mce_bad_pages statisticsXishi Qiu2013-02-231-21/+17
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-3/+4
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-111-2/+2
| * mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-111-1/+2
* | mm: hwpoison: fix action_result() to print out dirty/cleanNaoya Horiguchi2012-12-111-13/+13
* | memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-111-1/+1
* | mm: soft offline: split thp at the beginning of soft_offline_page()Naoya Horiguchi2012-11-301-0/+8
|/
* mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-091-1/+4
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-2/+1
* memcg: rename config variablesAndrew Morton2012-07-311-1/+1
* hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V2012-07-311-11/+4
* mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim2012-07-301-3/+3
* x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck2012-07-111-6/+8
OpenPOWER on IntegriCloud