summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* coredump: kill mm->core_doneOleg Nesterov2008-07-251-3/+1
* coredump: construct the list of coredumping threads at startup timeOleg Nesterov2008-07-251-0/+6
* coredump: turn core_state->nr_threads into atomic_tOleg Nesterov2008-07-251-1/+1
* coredump: move mm->core_waiters into struct core_stateOleg Nesterov2008-07-251-1/+1
* coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov2008-07-251-1/+6
* memcg: fix possible panic when CONFIG_MM_OWNER=yKOSAKI Motohiro2008-05-131-2/+11
* procfs task exe symlinkMatt Helsley2008-04-291-0/+6
* cgroups: add an owner to the mm_structBalbir Singh2008-04-291-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-04-281-1/+4
|\
| * slub: Store max number of objects in the page struct.Christoph Lameter2008-04-271-1/+4
* | mm: save some bytes in mm_struct by filling holes on 64bitAndi Kleen2008-04-281-2/+2
|/
* Memory controller: rename to Memory Resource ControllerBalbir Singh2008-03-041-2/+2
* Revert "unique end pointer" patchChristoph Lameter2008-03-031-4/+1
* SLUB: Use unique end pointer for each slab page.Christoph Lameter2008-02-071-1/+4
* Memory controller: accounting setupPavel Emelianov2008-02-071-0/+6
* increase AT_VECTOR_SIZE to terminate saved_auxv properlyOlaf Hering2007-10-171-1/+6
* SLUB: Move page->offset to kmem_cache_cpu->offsetChristoph Lameter2007-10-161-4/+1
* SLUB: Do not use page->mappingChristoph Lameter2007-10-161-7/+2
* move mm_struct and vm_area_structMartin Schwidefsky2007-10-161-0/+144
* slub: support concurrent local and remote frees and allocs on a slabChristoph Lameter2007-05-101-2/+5
* SLUB coreChristoph Lameter2007-05-071-2/+15
OpenPOWER on IntegriCloud