summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-171-1/+1
* mm: do not add nr_pmds into mm_struct if PMD is foldedKirill A. Shutemov2015-04-151-0/+2
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-121-1/+2
* mm: add fields for compound destructor and order into struct pageKirill A. Shutemov2015-02-121-0/+8
* mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov2015-02-101-5/+3Star
* rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-101-3/+1Star
* mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim2014-12-131-4/+0Star
* mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo2014-12-131-0/+8
* mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-111-0/+5
* x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-181-0/+4
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-091-0/+1
* x86/mm: Add tracepoints for TLB flushesDave Hansen2014-07-311-0/+8
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-0/+6
|\
| * x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-201-0/+6
* | memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-051-1/+1
|/
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-04-131-1/+2
|\
| * mm: slab/slub: use page->list consistently instead of page->lruDave Hansen2014-04-111-1/+2
* | mm: per-thread vma cachingDavidlohr Bueso2014-04-081-2/+2
|/
* mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-201-1/+2
* mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman2013-12-191-1/+6
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-191-0/+44
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2013-11-221-8/+16
|\
| * slab: use struct page for slab managementJoonsoo Kim2013-10-241-8/+13
| * slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim2013-10-241-0/+3
* | mm: place page->pmd_huge_pte to right unionKirill A. Shutemov2013-11-221-3/+3
* | mm: properly separate the bloated ptl from the regular casePeter Zijlstra2013-11-151-4/+5
* | mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov2013-11-151-1/+4
* | mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-151-1/+6
* | mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-1/+1
* | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov2013-11-151-4/+4
* | sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2013-10-091-3/+0Star
* | mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-091-2/+2
* | sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-091-2/+2
* | Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman2013-10-091-10/+0Star
* | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-2/+3
|\ \ | |/ |/|
| * aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-301-2/+3
* | x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-08-221-0/+1
|/
* mm: remove free_area_cacheMichel Lespinasse2013-07-111-3/+0Star
* mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra2013-02-241-1/+1
* mm: move page flags layout to separate headerPeter Zijlstra2013-02-241-0/+1
* mm: numa: fix minor typo in numa_next_scanMel Gorman2013-02-241-3/+3
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-181-5/+2Star
|\
| * slub: Commonize slab_cache field in struct pageGlauber Costa2012-10-241-5/+2Star
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-0/+31
|\ \
| * | mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman2012-12-111-0/+10
| * | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-111-0/+3
| * | mm: numa: Introduce last_nid to the page frameMel Gorman2012-12-111-0/+4
| * | mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra2012-12-111-0/+3
| * | mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-111-0/+11
| |/
* | mm: rearrange vm_area_struct for fewer cache missesRik van Riel2012-12-121-4/+8