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/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)
2022-03-21mm: Turn head_compound_mapcount() into folio_entire_mapcount()Matthew Wilcox (Oracle)
2022-03-21mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)
2022-03-21mm: Add lru_to_folio()Matthew Wilcox (Oracle)
2022-03-21mm: Add three folio wrappersMatthew Wilcox (Oracle)
2022-03-21mm/gup: Turn compound_range_next() into gup_folio_range_next()Matthew Wilcox (Oracle)
2022-03-21mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()Matthew Wilcox (Oracle)
2022-03-21mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)
2022-03-21mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()Matthew Wilcox (Oracle)
2022-03-21mm: Add folio_pincount_ptr()Matthew Wilcox (Oracle)
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)
2022-03-21mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)
2022-03-15fs: Turn do_invalidatepage() into folio_invalidate()Matthew Wilcox (Oracle)
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-03-03mm: simplify freeing of devmap managed pagesChristoph Hellwig
2022-03-03mm: move free_devmap_managed_page to memremap.cChristoph Hellwig
2022-03-03mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig
2022-02-17mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins
2022-01-30mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne
2022-01-22Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-01-17mm: Add folio_put_refs()Matthew Wilcox (Oracle)
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
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-15vmscan: make drop_slab_node staticGang Li
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)
2022-01-15mm: document locking restrictions for vm_operations_struct::closeSuren Baghdasaryan
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann