summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* page_pool: add interface to manipulate frag count in page poolYunsheng Lin2021-08-091-5/+13
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-1/+1
|\
| * mm: fix spelling mistakesZhen Lei2021-07-011-1/+1
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-0/+7
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-7/+20
| |\
| * | mm: add a signature in struct pageMatteo Croce2021-06-071-0/+7
* | | mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-10/+0
| |/ |/|
* | mm: relocate 'write_protect_seq' in struct mm_structFeng Tang2021-06-121-7/+20
|/
* mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)2021-05-141-2/+2
* mm/fork: clear PASID for new mmFenghua Yu2021-03-131-0/+1
* tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-2/+1
* tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()Will Deacon2021-01-291-0/+1
* tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-2/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+1
|\
| * mm/lru: revise the comments of lru_lockHugh Dickins2020-12-151-1/+1
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-4/+1
|\ \ | |/ |/|
| * mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-4/+1
* | mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-151-0/+8
|/
* Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-121-0/+4
|\
| * mm: Add a pasid member to struct mm_structFenghua Yu2020-09-171-0/+4
* | mm: Introduce mm_struct.has_pinnedPeter Xu2020-09-271-0/+10
|/
* mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)2020-08-141-0/+1
* mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin2020-08-071-1/+4
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-1/+1
* mm_types.h: change set_page_private to inline functionGuoqing Jiang2020-06-021-1/+5
* mm: fix ambiguous comments for better code readabilitychenqiwu2020-04-071-2/+2
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-021-1/+6
* Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-02-041-1/+6
|\
| * mm: Add a vmf_insert_mixed_prot() functionThomas Hellstrom2020-01-161-1/+6
* | mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe2020-01-141-1/+1
|/
* mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi2019-11-061-0/+5
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-281-3/+11
|\
| * sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-251-3/+11
* | mm: thp: make deferred split shrinker memcg awareYang Shi2019-09-241-0/+1
* | Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-211-1/+10
|\ \ | |/
| * mm: document zone device struct page field usageRalph Campbell2019-08-131-1/+10
* | hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-201-6/+0
|/
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-2/+2
|\
| * mm: remove the HMM config optionChristoph Hellwig2019-07-021-1/+1
| * mm: simplify ZONE_DEVICE page private dataChristoph Hellwig2019-07-021-1/+1
* | include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_infoAlexey Dobriyan2019-07-121-0/+2
|/
* mm: move buddy list manipulations into helpersDan Williams2019-05-141-0/+3
* mm: remove stale comment from page structTobin C. Harding2019-05-141-1/+1
* mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Jann Horn2019-04-051-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-1/+1
|\
| * mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-1/+1
* | mm: create the new vm_fault_t typeSouptick Joarder2019-03-071-1/+72
* | mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-051-1/+1
* | mm: add dma_addr_t to struct pageJesper Dangaard Brouer2019-02-131-0/+7
|/