summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-10vmscan: tracing: add trace events for LRU page isolationMel Gorman
2010-08-10vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimMel Gorman
2010-08-10vmscan: recalculate lru_pages on each priorityKOSAKI Motohiro
2010-08-10vmscan: zone_reclaim don't call disable_swap_token()KOSAKI Motohiro
2010-08-10mm: implement writeback livelock avoidance using page taggingJan Kara
2010-08-10radix-tree: omplement function radix_tree_range_tag_if_taggedJan Kara
2010-08-10rmap: add anon_vma bug checksAndrea Arcangeli
2010-08-10rmap: resurrect page_address_in_vma anon_vma checkAndrea Arcangeli
2010-08-10rmap: always use anon_vma root pointerAndrea Arcangeli
2010-08-10ksm: fix ksm swapin time optimizationAndrea Arcangeli
2010-08-10rmap: always add new vmas at the endAndrea Arcangeli
2010-08-10mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli
2010-08-10shmem: reduce pagefault lock contentionShaohua Li
2010-08-10tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen
2010-08-10tmpfs: add accurate compare function to percpu_counter libraryTim Chen
2010-08-10gcc-4.6: mm: fix unused but set warningsAndi Kleen
2010-08-10gcc-4.6: pagemap: avoid unused-but-set variableAndi Kleen
2010-08-10avr32: invoke oom-killer from page faultNick Piggin
2010-08-10mempolicy: reduce stack size of migrate_pages()KOSAKI Motohiro
2010-08-10topology: alternate fix for ia64 tiger_defconfig build breakageLee Schermerhorn
2010-08-10mmzone.h: remove dead prototypeAlexander Nevenchannyy
2010-08-10mm: use for_each_online_cpu() in vmstatMinchan Kim
2010-08-10oom: fold __out_of_memory into out_of_memoryDavid Rientjes
2010-08-10oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes
2010-08-10mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim
2010-08-10oom: remove unnecessary code and cleanupDavid Rientjes
2010-08-10oom: move sysctl declarations to oom.hDavid Rientjes
2010-08-10oom: remove special handling for pagefault oomsDavid Rientjes
2010-08-10oom: extract panic helper functionDavid Rientjes
2010-08-10oom: avoid oom killer for lowmem allocationsDavid Rientjes
2010-08-10oom: enable oom tasklist dump by defaultDavid Rientjes
2010-08-10oom: select task from tasklist for mempolicy oomsDavid Rientjes
2010-08-10oom: sacrifice child with highest badness score for parentDavid Rientjes
2010-08-10oom: filter tasks not sharing the same cpusetDavid Rientjes
2010-08-10oom: avoid sending exiting tasks a SIGKILLDavid Rientjes
2010-08-10oom: give current access to memory reserves if it has been killedDavid Rientjes
2010-08-10oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes
2010-08-10oom: improve commentary in dump_tasks()David Rientjes
2010-08-10oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro
2010-08-10oom: introduce find_lock_task_mm() to fix !mm false positivesOleg Nesterov
2010-08-10oom: PF_EXITING check should take mm into accountOleg Nesterov
2010-08-10oom: check PF_KTHREAD instead of !mm to skip kthreadsOleg Nesterov
2010-08-10buffer_head: remove redundant test from wait_on_bufferRichard Kennedy
2010-08-10mm: extend KSM refcounts to the anon_vma rootRik van Riel
2010-08-10mm: always lock the root (oldest) anon_vmaRik van Riel
2010-08-10mm: track the root (oldest) anon_vmaRik van Riel
2010-08-10mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel
2010-08-10mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel
2010-08-10kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros
2010-08-10hugetlb: call mmu notifiers on hugepage cowDoug Doan