summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* mm: document zone device struct page field usageRalph Campbell2019-08-141-1/+10
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-151-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-151-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-061-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-101-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-081-1/+72
* | mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-061-1/+1
* | mm: add dma_addr_t to struct pageJesper Dangaard Brouer2019-02-141-0/+7
|/
* mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2018-12-151-0/+5
* mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-141-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-071-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-081-6/+6
* mm: add pt_mm to struct pageMatthew Wilcox2018-06-081-1/+1
* mm: improve struct page documentationMatthew Wilcox2018-06-081-21/+19Star
* mm: combine LRU and main union in struct pageMatthew Wilcox2018-06-081-51/+46Star
* mm: move lru union within struct pageMatthew Wilcox2018-06-081-51/+51
* mm: combine first three unions in struct pageMatthew Wilcox2018-06-081-33/+33
* mm: move _refcount out of struct page unionMatthew Wilcox2018-06-081-15/+10Star
* mm: move 'private' union within struct pageMatthew Wilcox2018-06-081-31/+25Star
* mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2018-06-081-2/+2
* mm: split page_type out from _mapcountMatthew Wilcox2018-06-081-5/+8
* mm: change return type to vm_fault_tSouptick Joarder2018-06-081-3/+3
* mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-081-0/+2
* mm: change return type to vm_fault_tSouptick Joarder2018-04-061-0/+2
* mm: remove reference to PG_buddyMatthew Wilcox2018-02-011-7/+7
* mm: document how to use struct pageMatthew Wilcox2018-02-011-1/+23
* mm: store compound_dtor / compound_order as bytesMatthew Wilcox2018-02-011-13/+3Star
* mm: introduce _slub_counter_tMatthew Wilcox2018-02-011-13/+8Star
* mm: improve comment on page->mappingMatthew Wilcox2018-02-011-9/+3Star
* mm: remove misleading alignment claimsMatthew Wilcox2018-02-011-8/+5Star
* mm: de-indent struct pageMatthew Wilcox2018-02-011-21/+19Star
* mm: align struct page more aestheticallyMatthew Wilcox2018-02-011-9/+7Star
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-8/+0Star
* mm: consolidate page table accountingKirill A. Shutemov2017-11-161-7/+1Star
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-161-0/+2
* mm: account pud page tablesKirill A. Shutemov2017-11-161-0/+3
* mm: update comments for struct page.mappingChangbin Du2017-11-161-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-201-0/+3
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-091-0/+6
* mm, swap: VMA based swap readaheadHuang Ying2017-09-071-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
|\