summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
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-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-16mm: 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
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-01-10Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2022-01-08truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)
2022-01-08mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)
2022-01-04filemap: Add filemap_release_folio()Matthew Wilcox (Oracle)
2022-01-04mm: Add folio_test_pmd_mappable()Matthew Wilcox (Oracle)
2021-12-20mm: add virt_to_folio() and folio_address()Vlastimil Babka
2021-11-15x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2021-11-06mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan
2021-11-06mm: add zap_skip_check_mapping() helperPeter Xu
2021-11-06mm: drop first_index/last_index in zap_detailsPeter Xu
2021-11-06mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-24gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher
2021-10-18mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_clear_dirty_for_io()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_cancel_dirty()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_account_cleaned()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_mark_dirty()Matthew Wilcox (Oracle)