aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-09page_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-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+7
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli1-10/+0
2021-06-18Merge 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-07mm: add a signature in struct pageMatteo Croce1-0/+7
2021-05-14mm: 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-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins1-1/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+8
2020-12-02mm: 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/git/tip/tipLinus 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-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)1-0/+1
2020-08-07mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin1-1/+4
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse1-1/+1
2020-06-02mm_types.h: change set_page_private to inline functionGuoqing Jiang1-1/+5
2020-04-07mm: fix ambiguous comments for better code readabilitychenqiwu1-2/+2
2020-04-02mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard1-1/+6
2020-02-04Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+6
2020-01-16mm: Add a vmf_insert_mixed_prot() functionThomas Hellstrom1-1/+6
2020-01-14mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe1-1/+1
2019-11-06mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi1-0/+5
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+11
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers1-3/+11
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi1-0/+1
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe1-1/+10
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe1-6/+0
2019-08-13mm: document zone device struct page field usageRalph Campbell1-1/+10
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2019-07-12include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_infoAlexey Dobriyan1-0/+2
2019-07-02mm: remove the HMM config optionChristoph Hellwig1-1/+1
2019-07-02mm: simplify ZONE_DEVICE page private dataChristoph Hellwig1-1/+1
2019-05-14mm: move buddy list manipulations into helpersDan Williams1-0/+3
2019-05-14mm: remove stale comment from page structTobin C. Harding1-1/+1
2019-04-05mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Jann Horn1-1/+1
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2019-03-07mm: create the new vm_fault_t typeSouptick Joarder1-1/+72
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-1/+1
2019-02-13mm: add dma_addr_t to struct pageJesper Dangaard Brouer1-0/+7
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-1/+1