aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe1-0/+5
2018-09-13mm: get rid of vmacache_flush_all() entirelyLinus Torvalds1-1/+1
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+4
2018-08-08powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin1-1/+4
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel1-117/+124
2018-06-07mm: add hmm_data to struct pageMatthew Wilcox1-6/+6
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox1-1/+1
2018-06-07mm: improve struct page documentationMatthew Wilcox1-21/+19
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox1-51/+46
2018-06-07mm: move lru union within struct pageMatthew Wilcox1-51/+51
2018-06-07mm: combine first three unions in struct pageMatthew Wilcox1-33/+33
2018-06-07mm: move _refcount out of struct page unionMatthew Wilcox1-15/+10
2018-06-07mm: move 'private' union within struct pageMatthew Wilcox1-31/+25
2018-06-07mm: switch s_mem and slab_cache in struct pageMatthew Wilcox1-2/+2
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox1-5/+8
2018-06-07mm: change return type to vm_fault_tSouptick Joarder1-3/+3
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi1-0/+2
2018-04-05mm: change return type to vm_fault_tSouptick Joarder1-0/+2
2018-01-31mm: remove reference to PG_buddyMatthew Wilcox1-7/+7
2018-01-31mm: document how to use struct pageMatthew Wilcox1-1/+23
2018-01-31mm: store compound_dtor / compound_order as bytesMatthew Wilcox1-13/+3
2018-01-31mm: introduce _slub_counter_tMatthew Wilcox1-13/+8
2018-01-31mm: improve comment on page->mappingMatthew Wilcox1-9/+3
2018-01-31mm: remove misleading alignment claimsMatthew Wilcox1-8/+5
2018-01-31mm: de-indent struct pageMatthew Wilcox1-21/+19
2018-01-31mm: align struct page more aestheticallyMatthew Wilcox1-9/+7
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-8/+0
2017-11-15mm: consolidate page table accountingKirill A. Shutemov1-7/+1
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-0/+2
2017-11-15mm: account pud page tablesKirill A. Shutemov1-0/+3
2017-11-15mm: update comments for struct page.mappingChangbin Du1-2/+4