summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-12mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes1-1/+1
2022-12-12fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan1-1/+4
2022-12-12mm: remove VM_FAULT_WRITEDavid Hildenbrand1-3/+0
2022-12-01mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand1-4/+4
2022-12-01mm: anonymous shared memory namingPasha Tatashin1-14/+12
2022-12-01mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds1-1/+33
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-3/+18
2022-12-01mm,hugetlb: use folio fields in second tail pageHugh Dickins1-24/+50
2022-12-01mm: convert mm's rss stats into percpu_counterShakeel Butt1-5/+2
2022-11-09mm: add private field of first tail to struct page and struct folioSidhartha Kumar1-0/+14
2022-10-04kmsan: add KMSAN runtime coreAlexander Potapenko1-0/+12
2022-10-04mm: add the first tail page to struct folioMatthew Wilcox (Oracle)1-1/+29
2022-09-27ksm: count allocated ksm rmap_items for each processxu xin1-0/+5
2022-09-27mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand1-6/+6
2022-09-27mm: remove the vma linked listLiam R. Howlett1-4/+0
2022-09-27mm: remove vmacacheLiam R. Howlett1-1/+0
2022-09-27mm: remove rb tree.Liam R. Howlett1-14/+0
2022-09-27mm: add VMA iteratorMatthew Wilcox (Oracle)1-0/+21
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett1-0/+3
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao1-0/+76
2022-07-18mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman1-0/+5
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+2
2022-06-09mm: Add kernel-doc for folio->mlock_countMatthew Wilcox (Oracle)1-0/+5
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu1-0/+2
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu1-0/+3
2022-05-10mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand1-0/+8
2022-04-29ksm: count ksm merging pages for each processxu xin1-0/+7
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+22
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)1-2/+5
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan1-1/+4
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins1-2/+17
2022-02-14mm: Change CONFIG option for mm->pasid fieldFenghua Yu1-1/+1
2022-01-30mm: page->mapping folio->mapping should have the same offsetWei Yang1-0/+1
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-28/+0
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-89/+65
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying1-1/+1
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann1-84/+45
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann1-48/+0
2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan1-1/+8
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross1-4/+60
2022-01-06mm: Remove slab from struct pageMatthew Wilcox (Oracle)1-28/+0
2022-01-06mm: Split slab into its own typeMatthew Wilcox (Oracle)1-5/+5
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin1-1/+12
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2021-11-06mm, slub: change percpu partial accounting from objects to pagesVlastimil Babka1-2/+0
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds1-13/+0
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin1-12/+1