summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory-failure.c: cleanup in unpoison_memoryMa Wupeng2022-11-301-4/+2
* memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)2022-11-301-2/+3
* mm,hugetlb: use folio fields in second tail pageHugh Dickins2022-11-301-3/+2
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-1/+4
|\
| * hugetlbfs: don't delete error page from pagecacheJames Houghton2022-11-081-1/+4
* | mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi2022-11-081-25/+11
* | mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi2022-11-081-7/+7
* | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi2022-11-081-0/+10
* | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi2022-11-081-4/+17
* | mm: memory-failure: make action_result() return intKefeng Wang2022-11-081-29/+16
* | mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()Kefeng Wang2022-11-081-3/+3
* | mm: memory-failure: make put_ref_page() more usefulKefeng Wang2022-11-081-17/+17
|/
* rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)2022-10-031-1/+1
* mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu2022-09-261-1/+1
* mm, hwpoison: cleanup some obsolete commentsMiaohe Lin2022-09-261-5/+5
* mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()Miaohe Lin2022-09-261-1/+1
* mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a...Miaohe Lin2022-09-261-3/+3
* mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin2022-09-261-2/+4
* mm, hwpoison: use __PageMovable() to detect non-lru movable pagesMiaohe Lin2022-09-261-7/+9
* mm, hwpoison: use ClearPageHWPoison() in memory_failure()Miaohe Lin2022-09-261-1/+1
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-11/+16
|\
| * mm,hwpoison: check mm when killing accessing processShuai Xue2022-09-261-0/+3
| * mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams2022-09-111-10/+12
| * mm/memory-failure: fix detection of memory_failure() handlersDan Williams2022-09-111-1/+1
* | mm: memory-failure: kill __soft_offline_page()Kefeng Wang2022-09-111-15/+10
* | mm: memory-failure: kill soft_offline_free_page()Kefeng Wang2022-09-111-11/+1
* | mm, hwpoison: avoid trying to unpoison reserved pageMiaohe Lin2022-09-111-2/+2
* | mm, hwpoison: kill procs if unmap failsMiaohe Lin2022-09-111-8/+4
* | mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()Miaohe Lin2022-09-111-1/+2
* | mm, hwpoison: fix extra put_page() in soft_offline_page()Miaohe Lin2022-09-111-2/+0
* | mm, hwpoison: fix page refcnt leaking in unpoison_memory()Miaohe Lin2022-09-111-0/+1
* | mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()Miaohe Lin2022-09-111-2/+4
* | mm: memory-failure: cleanup try_to_split_thp_page()Kefeng Wang2022-09-111-11/+12
|/
* mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi2022-08-081-16/+0
* mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepageNaoya Horiguchi2022-08-081-4/+6
* mm, hwpoison: make __page_handle_poison returns intNaoya Horiguchi2022-08-081-5/+11
* mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi2022-08-081-4/+4
* mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi2022-08-081-5/+47
* mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi2022-08-081-3/+86
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-109/+221
|\
| * mm: memory-failure: convert to pr_fmt()Kefeng Wang2022-07-291-30/+28
| * mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan2022-07-171-10/+86
| * pagemap,pmem: introduce ->memory_failure()Shiyang Ruan2022-07-171-0/+14
| * mm: factor helpers for memory_failure_dev_pagemapShiyang Ruan2022-07-171-76/+95
| * mm: add zone device coherent type memory supportAlex Sierra2022-07-171-2/+6
| * mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-07-031-2/+3
| * mm/migration: return errno when isolate_huge_page failedMiaohe Lin2022-07-031-1/+1
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-1/+1
|\ \ | |/ |/|
| * mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)2022-06-291-1/+1
* | mm/memory-failure: disable unpoison once hw error happenszhenwei pi2022-06-161-0/+12
|/