summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2012-08-011-1/+1
* mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman2012-08-011-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-301-11/+0Star
* 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-131-5/+4Star
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-031-4/+17
* mm: add comments to explain mm_struct fieldsChristoph Lameter2011-11-011-2/+9
* mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-11-011-1/+1
* oom: remove oom_disable_countDavid Rientjes2011-11-011-3/+0Star
*-. 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/+10Star
* 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-271-2/+0Star
* 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/+3Star
* 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/+0Star
* mm: mm_struct: remove 16 bytes of alignment padding on 64 bit buildsRichard Kennedy2011-03-231-3/+5
* thp: add pmd_huge_pte to mm_structAndrea Arcangeli2011-01-141-0/+3
* oom: add per-mm oom disable countYing Han2010-10-271-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-201-1/+1
* | mm: make the vma list be doubly linkedLinus Torvalds2010-08-211-1/+1
|/
* nommu: fix build breakageKAMEZAWA Hiroyuki2010-03-131-1/+1
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-1/+2
* mm: count swap usageKAMEZAWA Hiroyuki2010-03-061-0/+1
* mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-061-0/+6
* mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-061-11/+22
* nommu: don't need get_unmapped_area() for NOMMUDavid Howells2010-01-161-0/+2
* nommu: struct vm_region's vm_usage count need not be atomicDavid Howells2010-01-161-1/+1
* NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger2010-01-071-0/+2
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto2009-09-241-0/+2
* aio: ifdef fields in mm_structAlexey Dobriyan2009-09-241-3/+2Star
* mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-191-2/+0Star
* Merge branch 'akpm'Linus Torvalds2009-06-171-0/+2
|\
| * oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-171-0/+2
* | kmemcheck: add the kmemcheck coreVegard Nossum2009-06-131-0/+8
|/
* generic debug pagealloc: build fixAkinobu Mita2009-04-031-3/+3
* generic debug pageallocAkinobu Mita2009-04-011-0/+4