aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov1-9/+2
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner1-8/+3
2014-12-13mm/memory-failure: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-2/+2
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-2/+2
2014-12-10mm, memory_hotplug/failure: drain single zone pcplistsVlastimil Babka1-2/+2
2014-12-10mm: introduce single zone pcplists drainVlastimil Babka1-2/+2
2014-10-21RAS, HWPOISON: Fix wrong error recovery statusChen, Gong1-1/+1
2014-09-19cgroup: remove redundant check in cgroup_ino()Zefan Li1-1/+1
2014-08-06hwpoison: fix race with changing page during offliningAndi Kleen1-0/+10
2014-07-30hwpoison: call action_result() in failure path of hwpoison_user_mappings()Naoya Horiguchi1-2/+4
2014-07-30hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()Naoya Horiguchi1-1/+7
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi1-2/+2
2014-07-03hwpoison: fix the handling path of the victimized page frame that belong to non-LRUChen Yucong1-4/+5
2014-06-04mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_MCEERR_AO)Naoya Horiguchi1-13/+43
2014-06-04mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACTION_REQUIREDTony Luck1-9/+12
2014-06-04mm/memory-failure.c-failure: send right signal code to correct threadTony Luck1-2/+2
2014-06-04mm/memory-failure.c: move commentNaoya Horiguchi1-5/+4
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes1-2/+2
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-1/+1
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov1-6/+2
2014-05-23mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi1-0/+2
2014-05-23hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free hugepageChen Yucong1-7/+8
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-6/+2
2014-03-04mm: close PageTail raceDavid Rientjes1-1/+1
2014-02-11cgroup: introduce cgroup_ino()Tejun Heo1-6/+2
2014-02-10mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDNaoya Horiguchi1-2/+4
2014-01-23mm/memory-failure.c: shift page lock from head page to tail page after thp splitNaoya Horiguchi1-10/+11
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim1-1/+7
2014-01-21mm, memory-failure: fix typo in me_pagecache_dirty()Zhi Yong Wu1-1/+1
2014-01-02mm/memory-failure.c: transfer page count from head page to tail page after split thpNaoya Horiguchi1-0/+10
2013-12-18mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu1-4/+10
2013-11-15kfifo API type safetyStefani Seibold1-1/+1
2013-11-13mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page()Naoya Horiguchi1-19/+17
2013-09-30mm/hwpoison: fix false report on 2nd attempt at page recoveryWanpeng Li1-2/+4
2013-09-30mm/hwpoison: fix test for a transparent huge pageWanpeng Li1-1/+1
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2013-09-11mm/memory-failure.c: fix bug triggered by unpoisoning empty zero pageWanpeng Li1-1/+1
2013-09-11mm/hwpoison: drop forward reference declarations __soft_offline_page()Wanpeng Li1-66/+64
2013-09-11mm/hwpoison: don't set migration type twice to avoid holding heavily contend zone->lockWanpeng Li1-1/+2
2013-09-11mm/hwpoison: replace atomic_long_sub() with atomic_long_dec()Wanpeng Li1-1/+1
2013-09-11mm/hwpoison: fix race against poison thpWanpeng Li1-0/+10
2013-09-11mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li1-6/+6
2013-09-11mm/hwpoison: fix loss of PG_dirty for errors on mlocked pagesWanpeng Li1-0/+3
2013-09-11hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page()Naoya Horiguchi1-1/+2
2013-09-11mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi1-3/+12
2013-09-10shrinker: add node awarenessDave Chinner1-0/+2
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-08-27treewide: Fix printks with 0x%#Joe Perches1-1/+1