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-08-29mm: re-allow pinning of zero pfns (again)Alex Williamson
2022-08-21mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand
2022-08-09mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi
2022-08-09mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi
2022-08-09mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-06Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-19mm: fix missing wake-up event for FSDAX pagesMuchun Song
2022-07-18mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-18mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-18mm/mmap: build protect protection_map[] with __P000Anshuman Khandual
2022-07-18mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan
2022-07-18mm: add zone device coherent type memory supportAlex Sierra
2022-07-18mm: move page zone helpers from mm.h to mmzone.hAlex Sierra
2022-07-18mm: rename is_pinnable_page() to is_longterm_pinnable_page()Alex Sierra
2022-07-18mm: Add PAGE_ALIGN_DOWN macroDavid Gow
2022-07-04mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)
2022-07-04mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)
2022-07-04mm: add folios_put()Matthew Wilcox (Oracle)
2022-07-04mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand
2022-06-17mm/memory-failure: disable unpoison once hw error happenszhenwei pi
2022-06-17mm: re-allow pinning of zero pfnsAlex Williamson
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-27mm: fix is_pinnable_page against a cma pageMinchan Kim
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-19random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu
2022-05-13mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu
2022-05-13mm/mprotect: use mmu_gatherNadav Amit
2022-05-10mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand
2022-05-10mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand
2022-05-10mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand
2022-04-29mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins
2022-04-29mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins
2022-04-29mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song
2022-04-29mm: simplify follow_invalidate_pte()Muchun Song
2022-04-29Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi
2022-04-22mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi
2022-03-25mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23userfaultfd: provide unmasked address on page-faultNadav Amit
2022-03-23mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VM...Muchun Song
2022-03-23mm/memory-failure.c: fix race with changing page compound againMiaohe Lin
2022-03-23arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador
2022-03-23mm/gup: remove unused get_user_pages_locked()John Hubbard
2022-03-23mm/gup: remove unused pin_user_pages_locked()John Hubbard
2022-03-21mm: Support arbitrary THP sizesMatthew Wilcox (Oracle)
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)
2022-03-21mm: Add folio_mapcount()Matthew Wilcox (Oracle)