summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)Author
2015-02-13sched-mmdrop-delayed.patchThomas Gleixner
2015-02-13mm: shrink the page frame to !-rt sizePeter Zijlstra
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14sched-mmdrop-delayed.patchThomas Gleixner
2014-05-14mm: shrink the page frame to !-rt sizePeter Zijlstra
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10sched-mmdrop-delayed.patchThomas Gleixner
2014-04-10mm: shrink the page frame to !-rt sizePeter Zijlstra
2014-01-09mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise
2013-07-11mm: remove free_area_cacheMichel Lespinasse
2013-02-24mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra
2013-02-24mm: move page flags layout to separate headerPeter Zijlstra
2013-02-24mm: numa: fix minor typo in numa_next_scanMel Gorman
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12mm: rearrange vm_area_struct for fewer cache missesRik van Riel
2012-12-12mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11mm: numa: Introduce last_nid to the page frameMel Gorman
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-10-24slub: Commonize slab_cache field in struct pageGlauber Costa
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov
2012-08-01mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman
2012-08-01mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman
2012-07-30Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2012-06-20mm: fix slab->page _count corruption when using slubPravin B Shelar
2012-06-14slab: Use page struct fields instead of castingChristoph Lameter
2012-06-14slob: Define page struct fields used in mm_types.hChristoph Lameter
2012-05-29mm: remove swap token codeRik van Riel
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju
2012-01-13mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli
2011-11-01mm: add comments to explain mm_struct fieldsChristoph Lameter
2011-11-01mm: distinguish between mlocked and pinned pagesChristoph Lameter
2011-11-01oom: remove oom_disable_countDavid Rientjes
2011-10-26Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg
2011-10-20mm: add a "struct page_frag" type containing a page, offset and lengthIan Campbell
2011-08-19slub: per cpu cache for partial pagesChristoph Lameter
2011-07-18Avoid duplicate _count variables in page_structChristoph Lameter
2011-07-18Revert "SLUB: Fix build breakage in linux/mm_types.h"Pekka Enberg
2011-07-07SLUB: Fix build breakage in linux/mm_types.hChristoph Lameter
2011-07-02mm: Rearrange struct pageChristoph Lameter