aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-20mm: add a "struct page_frag" type containing a page, offset and lengthIan Campbell1-0/+11
2011-07-18Avoid duplicate _count variables in page_structChristoph Lameter1-18/+19
2011-07-18Revert "SLUB: Fix build breakage in linux/mm_types.h"Pekka Enberg1-10/+15
2011-07-07SLUB: Fix build breakage in linux/mm_types.hChristoph Lameter1-15/+10
2011-07-02mm: Rearrange struct pageChristoph Lameter1-28/+59
2011-07-02slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter1-2/+3
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-2/+12
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-2/+0
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+3
2011-05-25mm: delete non-atomic mm counter implementationMatt Fleming1-6/+3
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-3/+6
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-1/+0
2011-03-22mm: mm_struct: remove 16 bytes of alignment padding on 64 bit buildsRichard Kennedy1-3/+5
2011-01-13thp: add pmd_huge_pte to mm_structAndrea Arcangeli1-0/+3
2010-10-26oom: add per-mm oom disable countYing Han1-0/+2
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-1/+1
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-1/+1
2010-08-19kernel: __rcu annotationsArnd Bergmann1-1/+1
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki1-1/+1
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-1/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-0/+1
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-0/+6
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-11/+22
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells1-0/+2
2010-01-16nommu: struct vm_region's vm_usage count need not be atomicDavid Howells1-1/+1
2010-01-06NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger1-0/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto1-0/+2
2009-09-24aio: ifdef fields in mm_structAlexey Dobriyan1-3/+2
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-2/+0
2009-06-16Merge branch 'akpm'Linus Torvalds1-0/+2
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-0/+2
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum1-0/+8
2009-04-02generic debug pagealloc: build fixAkinobu Mita1-3/+3
2009-04-01generic debug pageallocAkinobu Mita1-0/+4
2009-03-12cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask.Rusty Russell1-0/+3
2009-01-08NOMMU: Make mmap allocation page trimming behaviour configurable.Paul Mundt1-0/+1
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-1/+17
2008-12-29aio: make the lookup_ioctx() locklessJens Axboe1-2/+3
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki1-3/+0
2008-09-10mm: define USE_SPLIT_PTLOCKS rather than repeating expressionJeremy Fitzhardinge1-4/+6
2008-08-16mm: VM_flags comment fixesHugh Dickins1-1/+1
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+4
2008-07-25coredump: kill mm->core_doneOleg Nesterov1-3/+1
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov1-0/+6
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov1-1/+1
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov1-1/+1
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov1-1/+6
2008-05-13memcg: fix possible panic when CONFIG_MM_OWNER=yKOSAKI Motohiro1-2/+11
2008-04-29procfs task exe symlinkMatt Helsley1-0/+6