summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2018-12-141-0/+5
* mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-131-1/+1
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-1/+4
|\
| * powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin2018-08-081-1/+4
* | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-117/+124
|/
* mm: add hmm_data to struct pageMatthew Wilcox2018-06-071-6/+6
* mm: add pt_mm to struct pageMatthew Wilcox2018-06-071-1/+1
* mm: improve struct page documentationMatthew Wilcox2018-06-071-21/+19
* mm: combine LRU and main union in struct pageMatthew Wilcox2018-06-071-51/+46
* mm: move lru union within struct pageMatthew Wilcox2018-06-071-51/+51
* mm: combine first three unions in struct pageMatthew Wilcox2018-06-071-33/+33
* mm: move _refcount out of struct page unionMatthew Wilcox2018-06-071-15/+10
* mm: move 'private' union within struct pageMatthew Wilcox2018-06-071-31/+25