summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes2-36/+112
2010-08-09oom: sacrifice child with highest badness score for parentDavid Rientjes1-11/+29
2010-08-09oom: filter tasks not sharing the same cpusetDavid Rientjes1-8/+2
2010-08-09oom: avoid sending exiting tasks a SIGKILLDavid Rientjes1-1/+1
2010-08-09oom: give current access to memory reserves if it has been killedDavid Rientjes1-0/+10
2010-08-09oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes1-2/+2
2010-08-09oom: improve commentary in dump_tasks()David Rientjes1-8/+3
2010-08-09oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro1-18/+21
2010-08-09oom: introduce find_lock_task_mm() to fix !mm false positivesOleg Nesterov1-31/+43
2010-08-09oom: PF_EXITING check should take mm into accountOleg Nesterov1-1/+1
2010-08-09oom: check PF_KTHREAD instead of !mm to skip kthreadsOleg Nesterov1-6/+3
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel3-19/+54
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel3-10/+24
2010-08-09mm: track the root (oldest) anon_vmaRik van Riel1-2/+16
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel4-21/+21
2010-08-09mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel1-7/+7
2010-08-09hugetlb: call mmu notifiers on hugepage cowDoug Doan1-0/+6
2010-08-09mm: provide init_mm mm_context initializerHeiko Carstens1-0/+6
2010-08-09mm: use ERR_CASTJulia Lawall1-1/+1
2010-08-09mm: use memdup_userJulia Lawall1-8/+3
2010-08-09switch shmem.c to ->evice_inode()Al Viro1-4/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2-12/+31
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-4/+6
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-08-09slab: fix object alignmentCarsten Otte1-2/+2
2010-08-09memblock: Fix memblock_is_region_reserved() to return a booleanBenjamin Herrenschmidt1-1/+1
2010-08-08kmemleak: Fix typo in the commentHolger Hans Peter Freyther1-1/+1
2010-08-07writeback: fix bad _bh spinlock nestingJens Axboe1-2/+3
2010-08-07writeback: cleanup bdi_registerArtem Bityutskiy1-19/+11
2010-08-07writeback: add new tracepointsArtem Bityutskiy1-0/+2
2010-08-07writeback: remove unnecessary init_timer callArtem Bityutskiy1-1/+0
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy1-16/+57
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy1-3/+10
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy1-11/+58
2010-08-07writeback: restructure bdi forker loop a littleArtem Bityutskiy1-30/+39
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy1-21/+10
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy1-64/+18
2010-08-07writeback: do not lose wake-ups in the forker thread - 2Artem Bityutskiy1-0/+4
2010-08-07writeback: do not lose wake-ups in the forker thread - 1Artem Bityutskiy1-2/+1
2010-08-07writeback: fix possible race when creating bdi threadsArtem Bityutskiy1-17/+11
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy1-13/+13
2010-08-07writeback: Add tracing to write_cache_pagesDave Chinner1-0/+1
2010-08-07writeback: Add tracing to balance_dirty_pagesDave Chinner1-0/+4
2010-08-07writeback: Initial tracing supportDave Chinner1-0/+3
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig1-43/+1
2010-08-07writeback: remove wb_listChristoph Hellwig1-54/+29
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
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