summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra2013-02-231-1/+1
* mm: move page flags layout to separate headerPeter Zijlstra2013-02-231-0/+1
* mm: numa: fix minor typo in numa_next_scanMel Gorman2013-02-231-3/+3
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-181-5/+2
|\
| * slub: Commonize slab_cache field in struct pageGlauber Costa2012-10-241-5/+2
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-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-111-4/+8
* | mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse2012-12-111-0/+9
|/
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-9/+5
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+0
* mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov2012-10-091-1/+0
* mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2012-07-311-1/+1
* mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman2012-07-311-0/+9
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2012-07-301-2/+9
|\
| * slab: Use page struct fields instead of castingChristoph Lameter2012-06-141-0/+4
| * slob: Define page struct fields used in mm_types.hChristoph Lameter2012-06-141-2/+5
* | mm: fix slab->page _count corruption when using slubPravin B Shelar2012-06-201-0/+10
|/
* mm: remove swap token codeRik van Riel2012-05-291-11/+0
* uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju2012-03-311-0/+2
* mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens2012-01-121-5/+4
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-021-4/+17
* mm: add comments to explain mm_struct fieldsChristoph Lameter2011-10-311-2/+9
* mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-10-311-1/+1
* oom: remove oom_disable_countDavid Rientjes2011-10-311-3/+0
*-. Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg2011-10-261-1/+13
|\ \
| | * slub: per cpu cache for partial pagesChristoph Lameter2011-08-191-1/+13
| |/
* / mm: add a "struct page_frag" type containing a page, offset and lengthIan Campbell2011-10-201-0/+11
|/
* Avoid duplicate _count variables in page_structChristoph Lameter2011-07-181-18/+19
* Revert "SLUB: Fix build breakage in linux/mm_types.h"Pekka Enberg2011-07-181-10/+15
* SLUB: Fix build breakage in linux/mm_types.hChristoph Lameter2011-07-071-15/+10
* mm: Rearrange struct pageChristoph Lameter2011-07-021-28/+59
* slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter2011-07-021-2/+3
* mm: Fix boot crash in mm_alloc()Linus Torvalds2011-05-291-2/+12
* mm: extract exe_file handling from procfsJiri Slaby2011-05-261-2/+0
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-261-1/+3
* mm: delete non-atomic mm counter implementationMatt Fleming2011-05-251-6/+3
* mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro2011-05-251-3/+6
* mm: Remove i_mmap_lock lockbreakPeter Zijlstra2011-05-251-1/+0
* mm: mm_struct: remove 16 bytes of alignment padding on 64 bit buildsRichard Kennedy2011-03-221-3/+5
* thp: add pmd_huge_pte to mm_structAndrea Arcangeli2011-01-131-0/+3
* oom: add per-mm oom disable countYing Han2010-10-261-0/+2
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-08-231-1/+1
|\
| * kernel: __rcu annotationsArnd Bergmann2010-08-191-1/+1
* | mm: make the vma list be doubly linkedLinus Torvalds2010-08-211-1/+1
|/
* nommu: fix build breakageKAMEZAWA Hiroyuki2010-03-121-1/+1