aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-09-101-0/+1
* 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
* 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-061-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/+2
* mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-181-2/+0
* Merge branch 'akpm'Linus Torvalds2009-06-161-0/+2
|\
| * oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-161-0/+2
* | kmemcheck: add the kmemcheck coreVegard Nossum2009-06-131-0/+8
|/
* generic debug pagealloc: build fixAkinobu Mita2009-04-021-3/+3
* generic debug pageallocAkinobu Mita2009-04-011-0/+4
* cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask.Rusty Russell2009-03-121-0/+3
* NOMMU: Make mmap allocation page trimming behaviour configurable.Paul Mundt2009-01-081-0/+1
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-1/+17
* aio: make the lookup_ioctx() locklessJens Axboe2008-12-291-2/+3
* memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki2008-10-201-3/+0
* mm: define USE_SPLIT_PTLOCKS rather than repeating expressionJeremy Fitzhardinge2008-09-101-4/+6
* mm: VM_flags comment fixesHugh Dickins2008-08-161-1/+1
* mmu-notifiers: coreAndrea Arcangeli2008-07-281-0/+4