aboutsummaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-14mm/hwpoison: fix panic due to split huge zero pageGravatar Wanpeng Li 1-2/+5
2015-08-14mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldGravatar Wanpeng Li 1-7/+6
2015-08-14mm/hwpoison: fix page refcount of unknown non LRU pageGravatar Wanpeng Li 1-0/+2
2015-08-07mm/memory-failure: set PageHWPoison before migrate_pages()Gravatar Naoya Horiguchi 1-3/+4
2015-08-07mm/memory-failure: give up error handling for non-tail-refcounted thpGravatar Naoya Horiguchi 1-9/+12
2015-08-07mm/memory-failure: fix race in counting num_poisoned_pagesGravatar Naoya Horiguchi 1-2/+2
2015-08-07mm/memory-failure: unlock_page before put_pageGravatar Naoya Horiguchi 1-2/+2
2015-06-24tracing: add trace event for memory-failureGravatar Xie XiuQi 1-0/+3
2015-06-24memory-failure: change type of action_result's param 3 to enumGravatar Xie XiuQi 1-1/+2
2015-06-24memory-failure: export page_type and action resultGravatar Xie XiuQi 1-101/+67
2015-06-24mm/memory-failure: me_huge_page() does nothing for thpGravatar Naoya Horiguchi 1-0/+4
2015-06-24mm: soft-offline: don't free target page in successful page migrationGravatar Naoya Horiguchi 1-22/+0
2015-06-24mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Gravatar Naoya Horiguchi 1-5/+45
2015-06-24mm/memory-failure: split thp earlier in memory error handlingGravatar Naoya Horiguchi 1-63/+25
2015-06-24mm, hwpoison: remove obsolete "Notebook" todo listGravatar Andi Kleen 1-7/+0
2015-06-24mm, hwpoison: add comment describing when to add new casesGravatar Andi Kleen 1-0/+8
2015-05-05mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsGravatar Naoya Horiguchi 1-4/+4
2015-05-05mm/memory-failure: call shake_page() when error hits thp tail pageGravatar Naoya Horiguchi 1-4/+4
2015-04-15mm: hugetlb: introduce page_huge_activeGravatar Naoya Horiguchi 1-2/+12
2015-04-15mm/memory-failure.c: define page types for action_result() in one placeGravatar Naoya Horiguchi 1-31/+77
2015-02-12mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Gravatar Naoya Horiguchi 1-2/+0
2015-02-12vmscan: per memory cgroup slab shrinkersGravatar Vladimir Davydov 1-9/+2
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Gravatar Johannes Weiner 1-8/+3
2014-12-13mm/memory-failure: share the i_mmap_rwsemGravatar Davidlohr Bueso 1-2/+2
2014-12-13mm: use new helper functions around the i_mmap_mutexGravatar Davidlohr Bueso 1-2/+2
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 1-2/+2
2014-12-10mm, memory_hotplug/failure: drain single zone pcplistsGravatar Vlastimil Babka 1-2/+2
2014-12-10mm: introduce single zone pcplists drainGravatar Vlastimil Babka 1-2/+2
2014-10-21RAS, HWPOISON: Fix wrong error recovery statusGravatar Chen, Gong 1-1/+1
2014-09-19cgroup: remove redundant check in cgroup_ino()Gravatar Zefan Li 1-1/+1
2014-08-06hwpoison: fix race with changing page during offliningGravatar Andi Kleen 1-0/+10
2014-07-30hwpoison: call action_result() in failure path of hwpoison_user_mappings()Gravatar Naoya Horiguchi 1-2/+4
2014-07-30hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()Gravatar Naoya Horiguchi 1-1/+7
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyGravatar Naoya Horiguchi 1-2/+2
2014-07-03hwpoison: fix the handling path of the victimized page frame that belong to n...Gravatar Chen Yucong 1-4/+5
2014-06-04mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Gravatar Naoya Horiguchi 1-13/+43
2014-06-04mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Gravatar Tony Luck 1-9/+12
2014-06-04mm/memory-failure.c-failure: send right signal code to correct threadGravatar Tony Luck 1-2/+2
2014-06-04mm/memory-failure.c: move commentGravatar Naoya Horiguchi 1-5/+4
2014-06-04mm, migration: add destination page freeing callbackGravatar David Rientjes 1-2/+2
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrGravatar Christoph Lameter 1-1/+1
2014-06-04mem-hotplug: implement get/put_online_memsGravatar Vladimir Davydov 1-6/+2
2014-05-23mm/memory-failure.c: fix memory leak by race between poison and unpoisonGravatar Naoya Horiguchi 1-0/+2
2014-05-23hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Gravatar Chen Yucong 1-7/+8
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-6/+2
2014-03-04mm: close PageTail raceGravatar David Rientjes 1-1/+1
2014-02-11cgroup: introduce cgroup_ino()Gravatar Tejun Heo 1-6/+2
2014-02-10mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDGravatar Naoya Horiguchi 1-2/+4
2014-01-23mm/memory-failure.c: shift page lock from head page to tail page after thp splitGravatar Naoya Horiguchi 1-10/+11
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesGravatar Joonsoo Kim 1-1/+7