Age | Commit message (Expand) | Author |
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-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |
2010-08-06 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2010-08-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-08-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2010-08-05 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds |
2010-08-05 | mm,kdb,kgdb: Add a debug reference for the kdb kmap usage | Jason Wessel |
2010-08-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds |
2010-08-04 | Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' i... | Pekka Enberg |
2010-08-04 | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2010-08-03 | slub: Allow removal of slab caches during boot | Christoph Lameter |
2010-08-03 | Revert "slub: Allow removal of slab caches during boot" | Pekka Enberg |
2010-08-02 | Merge commit 'v2.6.35' into perf/core | Ingo Molnar |
2010-08-01 | KVM: Fix a race condition for usage of is_hwpoison_address() | Huang Ying |
2010-08-01 | KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages | Huang Ying |
2010-07-30 | mm: fix ia64 crash when gcore reads gate area | Hugh Dickins |
2010-07-29 | slub numa: Fix rare allocation from unexpected node | Christoph Lameter |
2010-07-21 | Merge branch 'linus' into perf/core | Ingo Molnar |
2010-07-20 | x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num... | Yinghai Lu |
2010-07-20 | mm/vmscan.c: fix mapping use after free | Nick Piggin |
2010-07-20 | slab: use deferable timers for its periodic housekeeping | Arjan van de Ven |
2010-07-19 | mm: add context argument to shrinker callback | Dave Chinner |
2010-07-19 | Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar... | Linus Torvalds |
2010-07-19 | kmemleak: Add support for NO_BOOTMEM configurations | Catalin Marinas |
2010-07-19 | kmemleak: Annotate false positive in init_section_page_cgroup() | Catalin Marinas |
2010-07-16 | slub: Use kmem_cache flags to detect if slab is in debugging mode. | Christoph Lameter |