summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAge
* mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov2015-11-06
* mm: make compound_head() robustKirill A. Shutemov2015-11-06
* mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-06
* mm: drop page->slab_pageKirill A. Shutemov2015-11-06
* mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-05
* mm: drop __nocast from vm_flags_t definitionKirill A. Shutemov2015-09-08
* x86, mm: trace when an IPI is about to be sentMel Gorman2015-09-04
* userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2015-09-04
* mm: make page pfmemalloc check more robustMichal Hocko2015-08-21
* mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-12
* mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-17
* mm: do not add nr_pmds into mm_struct if PMD is foldedKirill A. Shutemov2015-04-14
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-11
* mm: add fields for compound destructor and order into struct pageKirill A. Shutemov2015-02-11
* mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov2015-02-10
* rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-10
* mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim2014-12-13
* mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo2014-12-13
* mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-10
* x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-18
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-08
* x86/mm: Add tracepoints for TLB flushesDave Hansen2014-07-31
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-05
|\
| * x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-20
* | memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-04
|/
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-04-13
|\
| * mm: slab/slub: use page->list consistently instead of page->lruDave Hansen2014-04-11
* | mm: per-thread vma cachingDavidlohr Bueso2014-04-07
|/
* mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-20
* mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman2013-12-18
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-18
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2013-11-22
|\
| * slab: use struct page for slab managementJoonsoo Kim2013-10-24
| * slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim2013-10-24
* | mm: place page->pmd_huge_pte to right unionKirill A. Shutemov2013-11-21
* | mm: properly separate the bloated ptl from the regular casePeter Zijlstra2013-11-15
* | mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov2013-11-15
* | mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-15
* | mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-15
* | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov2013-11-15
* | sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2013-10-09
* | mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-09
* | sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-09
* | Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman2013-10-09
* | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-13
|\ \ | |/ |/|
| * aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-30
* | x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-08-22
|/
* mm: remove free_area_cacheMichel Lespinasse2013-07-10
* mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra2013-02-23
* mm: move page flags layout to separate headerPeter Zijlstra2013-02-23