summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-08-10vmscan: kill prev_priority completelyKOSAKI Motohiro4-92/+0
2010-08-10vmscan: tracing: add trace event when a page is writtenMel Gorman1-0/+2
2010-08-10vmscan: tracing: add trace events for LRU page isolationMel Gorman1-0/+16
2010-08-10vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimMel Gorman1-4/+20
2010-08-10vmscan: recalculate lru_pages on each priorityKOSAKI Motohiro1-13/+8
2010-08-10vmscan: zone_reclaim don't call disable_swap_token()KOSAKI Motohiro1-1/+0
2010-08-10mm: implement writeback livelock avoidance using page taggingJan Kara1-17/+53
2010-08-10rmap: add anon_vma bug checksAndrea Arcangeli1-0/+3
2010-08-10rmap: resurrect page_address_in_vma anon_vma checkAndrea Arcangeli1-3/+4
2010-08-10rmap: always use anon_vma root pointerAndrea Arcangeli1-6/+12
2010-08-10rmap: always add new vmas at the endAndrea Arcangeli1-1/+1
2010-08-10mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli1-2/+0
2010-08-10shmem: reduce pagefault lock contentionShaohua Li1-21/+49
2010-08-10tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen1-23/+17
2010-08-10gcc-4.6: mm: fix unused but set warningsAndi Kleen3-5/+1
2010-08-10mempolicy: reduce stack size of migrate_pages()KOSAKI Motohiro1-13/+25
2010-08-10mm: use for_each_online_cpu() in vmstatMinchan Kim1-3/+3
2010-08-10oom: fold __out_of_memory into out_of_memoryDavid Rientjes1-36/+29
2010-08-10oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes1-10/+8
2010-08-10mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim2-3/+3
2010-08-10oom: remove unnecessary code and cleanupDavid Rientjes1-46/+10
2010-08-10oom: remove special handling for pagefault oomsDavid Rientjes1-29/+57
2010-08-10oom: extract panic helper functionDavid Rientjes1-24/+29
2010-08-10oom: avoid oom killer for lowmem allocationsDavid Rientjes1-9/+20
2010-08-10oom: enable oom tasklist dump by defaultDavid Rientjes1-1/+1
2010-08-10oom: select task from tasklist for mempolicy oomsDavid Rientjes2-36/+112
2010-08-10oom: sacrifice child with highest badness score for parentDavid Rientjes1-11/+29
2010-08-10oom: filter tasks not sharing the same cpusetDavid Rientjes1-8/+2
2010-08-10oom: avoid sending exiting tasks a SIGKILLDavid Rientjes1-1/+1
2010-08-10oom: give current access to memory reserves if it has been killedDavid Rientjes1-0/+10
2010-08-10oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes1-2/+2
2010-08-10oom: improve commentary in dump_tasks()David Rientjes1-8/+3
2010-08-10oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro1-18/+21
2010-08-10oom: introduce find_lock_task_mm() to fix !mm false positivesOleg Nesterov1-31/+43
2010-08-10oom: PF_EXITING check should take mm into accountOleg Nesterov1-1/+1
2010-08-10oom: check PF_KTHREAD instead of !mm to skip kthreadsOleg Nesterov1-6/+3
2010-08-10mm: extend KSM refcounts to the anon_vma rootRik van Riel3-19/+54
2010-08-10mm: always lock the root (oldest) anon_vmaRik van Riel3-10/+24
2010-08-10mm: track the root (oldest) anon_vmaRik van Riel1-2/+16
2010-08-10mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel4-21/+21
2010-08-10mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel1-7/+7
2010-08-10hugetlb: call mmu notifiers on hugepage cowDoug Doan1-0/+6
2010-08-10mm: provide init_mm mm_context initializerHeiko Carstens1-0/+6
2010-08-10mm: use ERR_CASTJulia Lawall1-1/+1
2010-08-10mm: use memdup_userJulia Lawall1-8/+3
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds3-45/+52
2010-08-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-4/+8
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+0
2010-08-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-0/+7