aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-31mm: distinguish between mlocked and pinned pagesChristoph Lameter1-1/+1
2011-10-31oom: remove oom_disable_countDavid Rientjes1-3/+0
2011-10-26Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg1-1/+13
2011-10-20mm: add a "struct page_frag" type containing a page, offset and lengthIan Campbell1-0/+11
2011-08-19slub: per cpu cache for partial pagesChristoph Lameter1-1/+13
2011-07-18Avoid duplicate _count variables in page_structChristoph Lameter1-18/+19
2011-07-18Revert "SLUB: Fix build breakage in linux/mm_types.h"Pekka Enberg1-10/+15
2011-07-07SLUB: Fix build breakage in linux/mm_types.hChristoph Lameter1-15/+10
2011-07-02mm: Rearrange struct pageChristoph Lameter1-28/+59
2011-07-02slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter1-2/+3
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-2/+12
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-2/+0
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+3
2011-05-25mm: delete non-atomic mm counter implementationMatt Fleming1-6/+3
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-3/+6
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-1/+0
2011-03-22mm: mm_struct: remove 16 bytes of alignment padding on 64 bit buildsRichard Kennedy1-3/+5
2011-01-13thp: add pmd_huge_pte to mm_structAndrea Arcangeli1-0/+3
2010-10-26oom: add per-mm oom disable countYing Han1-0/+2
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-1/+1
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-1/+1
2010-08-19kernel: __rcu annotationsArnd Bergmann1-1/+1
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki1-1/+1