summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)Author
2022-07-19mm: remove the vma linked listLiam R. Howlett
2022-07-19mm: remove vmacacheLiam R. Howlett
2022-07-19mm: remove rb tree.Liam R. Howlett
2022-07-19mm: add VMA iteratorMatthew Wilcox (Oracle)
2022-07-19mm: start tracking VMAs with maple treeLiam R. Howlett
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-06-09mm: Add kernel-doc for folio->mlock_countMatthew Wilcox (Oracle)
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu
2022-05-09mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand
2022-04-28ksm: count ksm merging pages for each processxu xin
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins
2022-02-14mm: Change CONFIG option for mm->pasid fieldFenghua Yu
2022-01-30mm: page->mapping folio->mapping should have the same offsetWei Yang
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann
2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2022-01-06mm: Remove slab from struct pageMatthew Wilcox (Oracle)
2022-01-06mm: Split slab into its own typeMatthew Wilcox (Oracle)
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm, slub: change percpu partial accounting from objects to pagesVlastimil Babka
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner
2021-09-27mm: Add folio_mapped()Matthew Wilcox (Oracle)
2021-09-27mm: Handle per-folio private dataMatthew Wilcox (Oracle)
2021-09-27mm: Introduce struct folioMatthew Wilcox (Oracle)
2021-08-09page_pool: add interface to manipulate frag count in page poolYunsheng Lin
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm: fix spelling mistakesZhen Lei
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-12mm: relocate 'write_protect_seq' in struct mm_structFeng Tang
2021-06-07mm: add a signature in struct pageMatteo Croce
2021-05-14mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)
2021-03-13mm/fork: clear PASID for new mmFenghua Yu
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon