summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-08-09tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen
2010-08-09mempolicy: reduce stack size of migrate_pages()KOSAKI Motohiro
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-09switch shmem.c to ->evice_inode()Al Viro
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-09rename generic_setattrChristoph Hellwig
2010-08-09memblock: Fix memblock_is_region_reserved() to return a booleanBenjamin Herrenschmidt
2010-08-08kmemleak: Fix typo in the commentHolger Hans Peter Freyther
2010-08-07writeback: fix bad _bh spinlock nestingJens Axboe
2010-08-07writeback: cleanup bdi_registerArtem Bityutskiy
2010-08-07writeback: add new tracepointsArtem Bityutskiy
2010-08-07writeback: remove unnecessary init_timer callArtem Bityutskiy
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy
2010-08-07writeback: restructure bdi forker loop a littleArtem Bityutskiy
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy
2010-08-07writeback: do not lose wake-ups in the forker thread - 2Artem Bityutskiy
2010-08-07writeback: do not lose wake-ups in the forker thread - 1Artem Bityutskiy