summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman1-13/+0
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner1-0/+4
2021-09-27mm: Add folio_mapped()Matthew Wilcox (Oracle)1-0/+6
2021-09-27mm: Handle per-folio private dataMatthew Wilcox (Oracle)1-0/+11
2021-09-27mm: Introduce struct folioMatthew Wilcox (Oracle)1-0/+60
2021-08-10page_pool: add interface to manipulate frag count in page poolYunsheng Lin1-5/+13
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-07-01mm: fix spelling mistakesZhen Lei1-1/+1
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+7
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli1-10/+0
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+20
2021-06-12mm: relocate 'write_protect_seq' in struct mm_structFeng Tang1-7/+20
2021-06-08mm: add a signature in struct pageMatteo Croce1-0/+7
2021-05-15mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-2/+2
2021-03-13mm/fork: clear PASID for new mmFenghua Yu1-0/+1
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon1-2/+1
2021-01-29tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()Will Deacon1-0/+1
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon1-2/+1
2020-12-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-12-16mm/lru: revise the comments of lru_lockHugh Dickins1-1/+1
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-4/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+8
2020-12-03mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-4/+1
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu1-0/+10
2020-09-17mm: Add a pasid member to struct mm_structFenghua Yu1-0/+4
2020-08-15mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)1-0/+1