aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)Author
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
2009-03-12cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask.Rusty Russell
2009-01-08NOMMU: Make mmap allocation page trimming behaviour configurable.Paul Mundt
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells
2008-12-29aio: make the lookup_ioctx() locklessJens Axboe
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki
2008-09-10mm: define USE_SPLIT_PTLOCKS rather than repeating expressionJeremy Fitzhardinge
2008-08-16mm: VM_flags comment fixesHugh Dickins
2008-07-28mmu-notifiers: coreAndrea Arcangeli
2008-07-25coredump: kill mm->core_doneOleg Nesterov
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov
2008-05-13memcg: fix possible panic when CONFIG_MM_OWNER=yKOSAKI Motohiro
2008-04-29procfs task exe symlinkMatt Helsley
2008-04-29cgroups: add an owner to the mm_structBalbir Singh
2008-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2008-04-28mm: save some bytes in mm_struct by filling holes on 64bitAndi Kleen
2008-04-27slub: Store max number of objects in the page struct.Christoph Lameter
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh
2008-03-03Revert "unique end pointer" patchChristoph Lameter
2008-02-07SLUB: Use unique end pointer for each slab page.Christoph Lameter
2008-02-07Memory controller: accounting setupPavel Emelianov
2007-10-17increase AT_VECTOR_SIZE to terminate saved_auxv properlyOlaf Hering
2007-10-16SLUB: Move page->offset to kmem_cache_cpu->offsetChristoph Lameter
2007-10-16SLUB: Do not use page->mappingChristoph Lameter
2007-10-16move mm_struct and vm_area_structMartin Schwidefsky
2007-05-10slub: support concurrent local and remote frees and allocs on a slabChristoph Lameter