aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers1-0/+3
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse1-0/+6
2017-09-06mm, swap: VMA based swap readaheadHuang Ying1-0/+1
2017-08-25mm, locking/barriers: Clarify tlb_flush_pending() barriersPeter Zijlstra1-33/+45
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-26/+40
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim1-0/+8
2017-08-10mm: make tlb_flush_pending globalMinchan Kim1-21/+0
2017-08-10mm: refactor TLB gathering APIMinchan Kim1-0/+6
2017-08-10mm: migrate: fix barriers around tlb_flush_pendingNadav Amit1-4/+10
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-9/+22