summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2018-06-071-2/+2
* mm: split page_type out from _mapcountMatthew Wilcox2018-06-071-5/+8
* mm: change return type to vm_fault_tSouptick Joarder2018-06-071-3/+3
* mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-071-0/+2
* mm: change return type to vm_fault_tSouptick Joarder2018-04-051-0/+2
* mm: remove reference to PG_buddyMatthew Wilcox2018-01-311-7/+7
* mm: document how to use struct pageMatthew Wilcox2018-01-311-1/+23
* mm: store compound_dtor / compound_order as bytesMatthew Wilcox2018-01-311-13/+3
* mm: introduce _slub_counter_tMatthew Wilcox2018-01-311-13/+8
* mm: improve comment on page->mappingMatthew Wilcox2018-01-311-9/+3
* mm: remove misleading alignment claimsMatthew Wilcox2018-01-311-8/+5
* mm: de-indent struct pageMatthew Wilcox2018-01-311-21/+19
* mm: align struct page more aestheticallyMatthew Wilcox2018-01-311-9/+7
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-8/+0
* mm: consolidate page table accountingKirill A. Shutemov2017-11-151-7/+1
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-0/+2
* mm: account pud page tablesKirill A. Shutemov2017-11-151-0/+3
* mm: update comments for struct page.mappingChangbin Du2017-11-151-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-191-0/+3
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-081-0/+6
* mm, swap: VMA based swap readaheadHuang Ying2017-09-061-0/+1
* mm, locking/barriers: Clarify tlb_flush_pending() barriersPeter Zijlstra2017-08-251-33/+45
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-111-26/+40
|\
| * mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2017-08-101-0/+8
| * mm: make tlb_flush_pending globalMinchan Kim2017-08-101-21/+0
| * mm: refactor TLB gathering APIMinchan Kim2017-08-101-0/+6
| * mm: migrate: fix barriers around tlb_flush_pendingNadav Amit2017-08-101-4/+10
| * mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-101-9/+22