aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-1/+2
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen1-1/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-2/+2
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov1-1/+2
2013-12-18mm: numa: guarantee that tlb_flush_pending updates are visible before page table updatesMel Gorman1-1/+6
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+44
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-8/+16
2013-11-21mm: place page->pmd_huge_pte to right unionKirill A. Shutemov1-3/+3
2013-11-15mm: properly separate the bloated ptl from the regular casePeter Zijlstra1-4/+5
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov1-1/+4
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov1-1/+6
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-1/+1
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov1-4/+4
2013-10-24slab: use struct page for slab managementJoonsoo Kim1-8/+13
2013-10-24slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim1-0/+3
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman1-3/+0
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra1-2/+2
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-2/+2
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"Mel Gorman1-10/+0
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-2/+3
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea1-0/+1
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise1-2/+3
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-3/+0
2013-02-23mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra1-1/+1
2013-02-23mm: move page flags layout to separate headerPeter Zijlstra1-0/+1
2013-02-23mm: numa: fix minor typo in numa_next_scanMel Gorman1-3/+3
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-5/+2
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+31
2012-12-11mm: rearrange vm_area_struct for fewer cache missesRik van Riel1-4/+8
2012-12-11mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse1-0/+9
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman1-0/+10
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman1-0/+3
2012-12-11mm: numa: Introduce last_nid to the page frameMel Gorman1-0/+4
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra1-0/+3
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-0/+11
2012-10-24slub: Commonize slab_cache field in struct pageGlauber Costa1-5/+2
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-9/+5
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+0
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov1-1/+0
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman1-1/+1
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman1-0/+9
2012-07-30Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-2/+9
2012-06-20mm: fix slab->page _count corruption when using slubPravin B Shelar1-0/+10
2012-06-14slab: Use page struct fields instead of castingChristoph Lameter1-0/+4
2012-06-14slob: Define page struct fields used in mm_types.hChristoph Lameter1-2/+5
2012-05-29mm: remove swap token codeRik van Riel1-11/+0
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju1-0/+2
2012-01-12mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens1-5/+4
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-4/+17
2011-10-31mm: add comments to explain mm_struct fieldsChristoph Lameter1-2/+9