aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)Author
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman
2012-07-31mm: 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-12mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli
2011-10-31mm: add comments to explain mm_struct fieldsChristoph Lameter
2011-10-31mm: distinguish between mlocked and pinned pagesChristoph Lameter
2011-10-31oom: 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
2011-07-02slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds
2011-05-26mm: extract exe_file handling from procfsJiri Slaby
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-25mm: delete non-atomic mm counter implementationMatt Fleming
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra
2011-03-22mm: mm_struct: remove 16 bytes of alignment padding on 64 bit buildsRichard Kennedy
2011-01-13thp: add pmd_huge_pte to mm_structAndrea Arcangeli
2010-10-26oom: add per-mm oom disable countYing Han
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-19kernel: __rcu annotationsArnd Bergmann
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells
2010-01-16nommu: struct vm_region's vm_usage count need not be atomicDavid Howells
2010-01-06NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto
2009-09-24aio: ifdef fields in mm_structAlexey Dobriyan
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-06-16Merge branch 'akpm'Linus Torvalds
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum
2009-04-02generic debug pagealloc: build fixAkinobu Mita
2009-04-01generic debug pageallocAkinobu Mita