summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | mm: Add folio_pincount_ptr()Matthew Wilcox (Oracle)2022-03-211-0/+5
| * | mm: Make compound_pincount always availableMatthew Wilcox (Oracle)2022-03-211-13/+8
| * | mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)2022-03-211-0/+2
| * | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-3/+3
| * | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-20/+0
| * | mm: simplify freeing of devmap managed pagesChristoph Hellwig2022-03-031-24/+10
| * | mm: move free_devmap_managed_page to memremap.cChristoph Hellwig2022-03-031-1/+0
| * | mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig2022-03-031-4/+0
| * | mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins2022-02-171-2/+0
| |/
* | userfaultfd: provide unmasked address on page-faultNadav Amit2022-03-221-1/+2
* | mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VM...Muchun Song2022-03-221-0/+2
* | mm/memory-failure.c: fix race with changing page compound againMiaohe Lin2022-03-221-0/+1
* | arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador2022-03-221-1/+0
* | mm/gup: remove unused get_user_pages_locked()John Hubbard2022-03-221-2/+0
* | mm/gup: remove unused pin_user_pages_locked()John Hubbard2022-03-221-2/+0
* | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-3/+4
|/
* mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne2022-01-301-5/+12
* Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-01-221-0/+20
|\
| * mm: Add folio_put_refs()Matthew Wilcox (Oracle)2022-01-161-0/+20
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-56/+20
|\ \ | |/ |/|
| * mm/hwpoison: fix unpoison_memory()Naoya Horiguchi2022-01-151-0/+1
| * mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi2022-01-151-2/+0
| * vmscan: make drop_slab_node staticGang Li2022-01-151-1/+0
| * mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)2022-01-151-7/+3
| * mm: document locking restrictions for vm_operations_struct::closeSuren Baghdasaryan2022-01-151-0/+4
| * mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann2022-01-151-45/+0
| * mm: add a field to store names for private anonymous memoryColin Cross2022-01-151-1/+12
* | Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-01-121-47/+21
|\ \
| * | truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)2022-01-081-1/+0
| * | mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)2022-01-081-24/+0
| * | filemap: Add filemap_release_folio()Matthew Wilcox (Oracle)2022-01-041-1/+0
| * | mm: Add folio_test_pmd_mappable()Matthew Wilcox (Oracle)2022-01-041-21/+21
| |/
* | Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-01-101-0/+12
|\ \
| * | mm: add virt_to_folio() and folio_address()Vlastimil Babka2021-12-201-0/+12
| |/
* / x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck2021-11-151-0/+13
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-38/+19
|\
| * include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-0/+2
| * memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-061-1/+1
| * mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan2021-11-061-0/+1
| * mm: add zap_skip_check_mapping() helperPeter Xu2021-11-061-1/+15
| * mm: drop first_index/last_index in zap_detailsPeter Xu2021-11-061-2/+0
| * mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)2021-11-061-34/+0
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+2
|\ \
| * | gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher2021-10-241-1/+2
| |/
* | mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)2021-10-181-4/+0
* | mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)2021-10-181-7/+0
* | mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)2021-10-181-4/+0
* | mm/writeback: Add folio_clear_dirty_for_io()Matthew Wilcox (Oracle)2021-10-181-1/+0
* | mm/writeback: Add folio_cancel_dirty()Matthew Wilcox (Oracle)2021-10-181-7/+0
* | mm/writeback: Add folio_account_cleaned()Matthew Wilcox (Oracle)2021-10-181-3/+0