Age | Commit message (Expand) | Author |
2010-08-09 | mm: use for_each_online_cpu() in vmstat | Minchan Kim |
2010-08-09 | oom: fold __out_of_memory into out_of_memory | David Rientjes |
2010-08-09 | oom: remove constraint argument from select_bad_process and __out_of_memory | David Rientjes |
2010-08-09 | mm: rename try_set_zone_oom() to try_set_zonelist_oom() | Minchan Kim |
2010-08-09 | oom: remove unnecessary code and cleanup | David Rientjes |
2010-08-09 | oom: remove special handling for pagefault ooms | David Rientjes |
2010-08-09 | oom: extract panic helper function | David Rientjes |
2010-08-09 | oom: avoid oom killer for lowmem allocations | David Rientjes |
2010-08-09 | oom: enable oom tasklist dump by default | David Rientjes |
2010-08-09 | oom: select task from tasklist for mempolicy ooms | David Rientjes |
2010-08-09 | oom: sacrifice child with highest badness score for parent | David Rientjes |
2010-08-09 | oom: filter tasks not sharing the same cpuset | David Rientjes |
2010-08-09 | oom: avoid sending exiting tasks a SIGKILL | David Rientjes |
2010-08-09 | oom: give current access to memory reserves if it has been killed | David Rientjes |
2010-08-09 | oom: dump_tasks use find_lock_task_mm too fix | David Rientjes |
2010-08-09 | oom: improve commentary in dump_tasks() | David Rientjes |
2010-08-09 | oom: dump_tasks use find_lock_task_mm too | KOSAKI Motohiro |
2010-08-09 | oom: introduce find_lock_task_mm() to fix !mm false positives | Oleg Nesterov |
2010-08-09 | oom: PF_EXITING check should take mm into account | Oleg Nesterov |
2010-08-09 | oom: check PF_KTHREAD instead of !mm to skip kthreads | Oleg Nesterov |
2010-08-09 | mm: extend KSM refcounts to the anon_vma root | Rik van Riel |
2010-08-09 | mm: always lock the root (oldest) anon_vma | Rik van Riel |
2010-08-09 | mm: track the root (oldest) anon_vma | Rik van Riel |
2010-08-09 | mm: change direct call of spin_lock(anon_vma->lock) to inline function | Rik van Riel |
2010-08-09 | mm: rename anon_vma_lock to vma_lock_anon_vma | Rik van Riel |
2010-08-09 | hugetlb: call mmu notifiers on hugepage cow | Doug Doan |
2010-08-09 | mm: provide init_mm mm_context initializer | Heiko Carstens |
2010-08-09 | mm: use ERR_CAST | Julia Lawall |
2010-08-09 | mm: use memdup_user | Julia Lawall |
2010-08-09 | switch shmem.c to ->evice_inode() | Al Viro |
2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig |
2010-08-09 | always call inode_change_ok early in ->setattr | Christoph Hellwig |
2010-08-09 | rename generic_setattr | Christoph Hellwig |
2010-08-09 | memblock: Fix memblock_is_region_reserved() to return a boolean | Benjamin Herrenschmidt |
2010-08-08 | kmemleak: Fix typo in the comment | Holger Hans Peter Freyther |
2010-08-07 | writeback: fix bad _bh spinlock nesting | Jens Axboe |
2010-08-07 | writeback: cleanup bdi_register | Artem Bityutskiy |
2010-08-07 | writeback: add new tracepoints | Artem Bityutskiy |
2010-08-07 | writeback: remove unnecessary init_timer call | Artem Bityutskiy |
2010-08-07 | writeback: optimize periodic bdi thread wakeups | Artem Bityutskiy |
2010-08-07 | writeback: prevent unnecessary bdi threads wakeups | Artem Bityutskiy |
2010-08-07 | writeback: move bdi threads exiting logic to the forker thread | Artem Bityutskiy |
2010-08-07 | writeback: restructure bdi forker loop a little | Artem Bityutskiy |
2010-08-07 | writeback: do not remove bdi from bdi_list | Artem Bityutskiy |
2010-08-07 | writeback: simplify bdi code a little | Artem Bityutskiy |
2010-08-07 | writeback: do not lose wake-ups in the forker thread - 2 | Artem Bityutskiy |
2010-08-07 | writeback: do not lose wake-ups in the forker thread - 1 | Artem Bityutskiy |
2010-08-07 | writeback: fix possible race when creating bdi threads | Artem Bityutskiy |
2010-08-07 | writeback: harmonize writeback threads naming | Artem Bityutskiy |
2010-08-07 | writeback: Add tracing to write_cache_pages | Dave Chinner |