Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-10mm: create new mm/swap.h header fileNeilBrown
2022-04-29mm, hugetlb, hwpoison: separate branch for free and in-use hugepageNaoya Horiguchi
2022-04-29mm/memory-failure.c: dissolve truncated hugetlb pageMiaohe Lin
2022-04-29mm/memory-failure.c: minor cleanup for HWPoisonHandlableMiaohe Lin
2022-04-29Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi
2022-04-29mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASEDNaoya Horiguchi
2022-04-29mm/memory-failure.c: remove unnecessary (void*) conversionsliqiong
2022-04-22mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu
2022-04-22mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23mm/memory-failure.c: make non-LRU movable pages unhandlableMiaohe Lin
2022-03-23mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pagesMiaohe Lin
2022-03-23mm/memory-failure.c: fix race with changing page compound againMiaohe Lin
2022-03-23mm/hwpoison: add in-use hugepage hwpoison filter judgementluofei
2022-03-23mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei
2022-03-23mm/memory-failure.c: remove unnecessary PageTransTail checkMiaohe Lin
2022-03-23mm/memory-failure.c: remove obsolete comment in __soft_offline_pageMiaohe Lin
2022-03-23mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()Miaohe Lin
2022-03-23mm/memory-failure.c: remove PageSlab check in hwpoison_filter_devMiaohe Lin
2022-03-23mm/memory-failure.c: fix race with changing page more robustlyMiaohe Lin
2022-03-23mm/memory-failure.c: rework the signaling logic in kill_procMiaohe Lin
2022-03-23mm/memory-failure.c: catch unexpected -EFAULT from vma_address()Miaohe Lin
2022-03-23mm/memory-failure.c: minor clean up for memory_failure_dev_pagemapMiaohe Lin
2022-03-23mm/hwpoison: fix error page recovered but reported "not recovered"Naoya Horiguchi
2022-03-23mm/memory-failure.c: remove obsolete commentNaoya Horiguchi
2022-03-21mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()Matthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)
2022-01-30memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: fix some comment errorsQuanfa Fu
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi
2022-01-15mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi
2022-01-15mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi
2022-01-15mm: shmem: don't truncate page if memory failure happensYang Shi
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-12-25mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin
2021-12-25mm, hwpoison: fix condition in free hugetlb page pathNaoya Horiguchi
2021-11-15x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck
2021-11-13Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: hwpoison: handle non-anonymous THP correctlyYang Shi
2021-11-06mm: shmem: don't truncate page if memory failure happensYang Shi
2021-11-06mm: hwpoison: refactor refcount check handlingYang Shi
2021-11-06mm/memory_failure: constify static mm_walk_opsRikard Falkeborn
2021-11-06mm: don't include <linux/dax.h> in <linux/mempolicy.h>Christoph Hellwig
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-29mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi
2021-10-29mm: hwpoison: remove the unnecessary THP checkYang Shi