summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-08-09mm: use for_each_online_cpu() in vmstatMinchan Kim
2010-08-09oom: fold __out_of_memory into out_of_memoryDavid Rientjes
2010-08-09oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim
2010-08-09oom: remove unnecessary code and cleanupDavid Rientjes
2010-08-09oom: remove special handling for pagefault oomsDavid Rientjes
2010-08-09oom: extract panic helper functionDavid Rientjes
2010-08-09oom: avoid oom killer for lowmem allocationsDavid Rientjes
2010-08-09oom: enable oom tasklist dump by defaultDavid Rientjes
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes
2010-08-09oom: sacrifice child with highest badness score for parentDavid Rientjes
2010-08-09oom: filter tasks not sharing the same cpusetDavid Rientjes
2010-08-09oom: avoid sending exiting tasks a SIGKILLDavid Rientjes
2010-08-09oom: give current access to memory reserves if it has been killedDavid Rientjes
2010-08-09oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes
2010-08-09oom: improve commentary in dump_tasks()David Rientjes
2010-08-09oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro
2010-08-09oom: introduce find_lock_task_mm() to fix !mm false positivesOleg Nesterov
2010-08-09oom: PF_EXITING check should take mm into accountOleg Nesterov
2010-08-09oom: check PF_KTHREAD instead of !mm to skip kthreadsOleg Nesterov
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel
2010-08-09mm: track the root (oldest) anon_vmaRik van Riel
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel
2010-08-09mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel
2010-08-09hugetlb: call mmu notifiers on hugepage cowDoug Doan
2010-08-09mm: provide init_mm mm_context initializerHeiko Carstens
2010-08-09mm: use ERR_CASTJulia Lawall
2010-08-09mm: use memdup_userJulia Lawall
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2010-08-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-08-05mm,kdb,kgdb: Add a debug reference for the kdb kmap usageJason Wessel
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-08-04Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' i...Pekka Enberg
2010-08-04Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-08-03slub: Allow removal of slab caches during bootChristoph Lameter
2010-08-03Revert "slub: Allow removal of slab caches during boot"Pekka Enberg
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar
2010-08-01KVM: Fix a race condition for usage of is_hwpoison_address()Huang Ying
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins
2010-07-29slub numa: Fix rare allocation from unexpected nodeChristoph Lameter
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu
2010-07-20mm/vmscan.c: fix mapping use after freeNick Piggin
2010-07-20slab: use deferable timers for its periodic housekeepingArjan van de Ven
2010-07-19mm: add context argument to shrinker callbackDave Chinner