summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAgeFilesLines
* mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang2019-03-061-8/+6Star
* mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi2019-02-021-1/+2
* hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz2019-01-091-14/+2Star
* hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2018-12-281-2/+14
* dax: Fix unlock mismatch with updated APIMatthew Wilcox2018-12-051-2/+4
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-41/+169
|\
| * mm, memory_failure: Teach memory_failure() about dev_pagemap pagesDan Williams2018-07-231-2/+123
| * mm, memory_failure: Collect mapping size in collect_procs()Dan Williams2018-07-231-41/+40Star
| * mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pagesDan Williams2018-07-201-0/+8
* | mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-241-5/+21
* | mm: fix race on soft-offlining free huge pagesNaoya Horiguchi2018-08-241-6/+16
* | mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao2018-08-221-1/+1
|/
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-1/+1
* mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi2018-04-061-0/+16
* x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-131-2/+0Star
* signal/memory-failure: Use force_sig_mceerr and send_sig_mceerrEric W. Biederman2018-01-231-9/+6Star
* mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-20/+13Star
* mm, soft_offline: improve hugepage soft offlining error logLaszlo Toth2017-11-161-1/+1
* x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-08-171-0/+2
* mm, hugetlb, soft_offline: use new_page_nodemask for soft offline migrationMichal Hocko2017-07-111-9/+1Star
* mm: hwpoison: introduce idenfity_page_stateNaoya Horiguchi2017-07-111-32/+25Star
* mm: hugetlb: delete dequeue_hwpoisoned_huge_page()Naoya Horiguchi2017-07-111-11/+0Star
* mm: hwpoison: dissolve in-use hugepage in unrecoverable memory errorNaoya Horiguchi2017-07-111-40/+53
* mm: hwpoison: introduce memory_failure_hugetlb()Naoya Horiguchi2017-07-111-52/+82
* mm: soft-offline: dissolve free hugepage if soft-offlinedNaoya Horiguchi2017-07-111-1/+1
* mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual2017-07-111-4/+1Star
* mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi2017-07-111-63/+24Star
* mm: hugetlb: prevent reuse of hwpoisoned free hugepagesNaoya Horiguchi2017-07-111-1/+0Star
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+1
|\
| * mm: fix mapping_set_error call in me_pagecache_dirtyJeff Layton2017-07-061-1/+1
* | mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD levelAnshuman Khandual2017-07-071-4/+9
* | mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse2017-06-161-1/+4
* | mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal2017-06-031-6/+2Star
|/
* hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2017-05-131-0/+7
* mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi2017-05-041-0/+8
* mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi2017-05-041-16/+11Star
* mm/memory-failure.c: add page flag description in error pathsAnshuman Khandual2017-05-041-8/+8
* mm: make ttu's return booleanMinchan Kim2017-05-041-14/+12Star
* mm: delete unnecessary TTU_* flagsShaohua Li2017-05-041-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* HWPOISON: soft offlining for non-lru movable pageYisheng Xie2017-02-251-10/+16
* mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin2016-12-251-3/+1Star
* mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi2016-11-111-7/+5Star
* mm: hwpoison: remove incorrect commentsNaoya Horiguchi2016-07-291-2/+0Star
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-2/+2
* mm/memory-failure.c: replace "MCE" with "Memory failure"Chen Yucong2016-05-211-32/+40
* mm/memory-failure: fix race with compound page split/mergeKonstantin Khlebnikov2016-04-291-1/+9
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-31/+21Star