summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds2021-11-131-11/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-35/+76
|\
| * mm: hwpoison: handle non-anonymous THP correctlyYang Shi2021-11-061-5/+2
| * mm: shmem: don't truncate page if memory failure happensYang Shi2021-11-061-3/+11
| * mm: hwpoison: refactor refcount check handlingYang Shi2021-11-061-29/+64
| * mm/memory_failure: constify static mm_walk_opsRikard Falkeborn2021-11-061-1/+1
| * mm: don't include <linux/dax.h> in <linux/mempolicy.h>Christoph Hellwig2021-11-061-0/+1
* | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-021-4/+4
|\ \
| * | vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)2021-10-271-4/+4
* | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-1/+1
|\ \ \ | |_|/ |/| |
| * | mm/memcg: Convert mem_cgroup_uncharge() to take a folioMatthew Wilcox (Oracle)2021-09-271-1/+1
* | | mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi2021-10-281-0/+14
* | | mm: hwpoison: remove the unnecessary THP checkYang Shi2021-10-281-14/+0
|/ /
* | mm/memory_failure: fix the missing pte_unmap() callQi Zheng2021-09-241-5/+5
* | mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi2021-09-241-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-27/+24
|\
| * mm/migrate: enable returning precise migrate_pages() success countYang Shi2021-09-031-1/+1
| * mm: fix panic caused by __page_handle_poison()Michael Wang2021-09-031-2/+2
| * mm: hwpoison: dump page for unhandlable pageYang Shi2021-09-031-3/+3
| * mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi2021-09-031-10/+8
| * mm/hwpoison: fix some obsolete commentsMiaohe Lin2021-09-031-3/+3
| * mm/hwpoison: change argument struct page **hpagep to *hpageMiaohe Lin2021-09-031-4/+3
| * mm/hwpoison: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-09-031-3/+4
| * mm/hwpoison: remove unneeded variable unmap_successMiaohe Lin2021-09-031-2/+1
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-1/+1
|\ \ | |/ |/|
| * mm: Fix comments mentioning i_mutexJan Kara2021-07-121-1/+1
* | mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi2021-08-201-3/+9
|/
* mm: fix spelling mistakesZhen Lei2021-07-011-1/+1
* mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins2021-06-301-1/+1
* mm: rmap: make try_to_unmap() void functionYang Shi2021-06-301-8/+7
* mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi2021-06-301-3/+16
* mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi2021-06-291-85/+109
* mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi2021-06-291-1/+149
* mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi2021-06-241-14/+30
* mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao2021-06-241-1/+2
* mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck2021-06-241-13/+23
* mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun2021-06-161-1/+6
* mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi2021-06-161-2/+27
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm/memory-failure: unnecessary amount of unmappingJane Chu2021-04-301-1/+1
* mm: fix memory_failure() handling of dax-namespace metadataDan Williams2021-02-261-0/+6
* mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required eventsAili Yao2021-02-241-15/+19
* mm: fix page reference leak in soft_offline_page()Dan Williams2021-01-241-4/+16
* mm,hwpoison: fix printing of page flagsOscar Salvador2021-01-121-1/+1
* mm,hwpoison: return -EBUSY when migration failsOscar Salvador2020-12-151-3/+3
* mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador2020-12-151-0/+6
* mm,hwpoison: remove drain_all_pages from shake_pageOscar Salvador2020-12-151-5/+2
* mm,hwpoison: disable pcplists before grabbing a refcountOscar Salvador2020-12-151-67/+65
* mm,hwpoison: refactor get_any_pageOscar Salvador2020-12-151-57/+42
* mm,hwpoison: take free pages off the buddy freelistsOscar Salvador2020-12-151-16/+30