Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | oom: remove unnecessary code and cleanup | David Rientjes | 2010-08-09 | 1 | -46/+10 | |
* | | | | | oom: remove special handling for pagefault ooms | David Rientjes | 2010-08-09 | 1 | -29/+57 | |
* | | | | | oom: extract panic helper function | David Rientjes | 2010-08-09 | 1 | -24/+29 | |
* | | | | | oom: avoid oom killer for lowmem allocations | David Rientjes | 2010-08-09 | 1 | -9/+20 | |
* | | | | | oom: enable oom tasklist dump by default | David Rientjes | 2010-08-09 | 1 | -1/+1 | |
* | | | | | oom: select task from tasklist for mempolicy ooms | David Rientjes | 2010-08-09 | 2 | -36/+112 | |
* | | | | | oom: sacrifice child with highest badness score for parent | David Rientjes | 2010-08-09 | 1 | -11/+29 | |
* | | | | | oom: filter tasks not sharing the same cpuset | David Rientjes | 2010-08-09 | 1 | -8/+2 | |
* | | | | | oom: avoid sending exiting tasks a SIGKILL | David Rientjes | 2010-08-09 | 1 | -1/+1 | |
* | | | | | oom: give current access to memory reserves if it has been killed | David Rientjes | 2010-08-09 | 1 | -0/+10 | |
* | | | | | oom: dump_tasks use find_lock_task_mm too fix | David Rientjes | 2010-08-09 | 1 | -2/+2 | |
* | | | | | oom: improve commentary in dump_tasks() | David Rientjes | 2010-08-09 | 1 | -8/+3 | |
* | | | | | oom: dump_tasks use find_lock_task_mm too | KOSAKI Motohiro | 2010-08-09 | 1 | -18/+21 | |
* | | | | | oom: introduce find_lock_task_mm() to fix !mm false positives | Oleg Nesterov | 2010-08-09 | 1 | -31/+43 | |
* | | | | | oom: PF_EXITING check should take mm into account | Oleg Nesterov | 2010-08-09 | 1 | -1/+1 | |
* | | | | | oom: check PF_KTHREAD instead of !mm to skip kthreads | Oleg Nesterov | 2010-08-09 | 1 | -6/+3 | |
* | | | | | mm: extend KSM refcounts to the anon_vma root | Rik van Riel | 2010-08-09 | 3 | -19/+54 | |
* | | | | | mm: always lock the root (oldest) anon_vma | Rik van Riel | 2010-08-09 | 3 | -10/+24 | |
* | | | | | mm: track the root (oldest) anon_vma | Rik van Riel | 2010-08-09 | 1 | -2/+16 | |
* | | | | | mm: change direct call of spin_lock(anon_vma->lock) to inline function | Rik van Riel | 2010-08-09 | 4 | -21/+21 | |
* | | | | | mm: rename anon_vma_lock to vma_lock_anon_vma | Rik van Riel | 2010-08-09 | 1 | -7/+7 | |
* | | | | | hugetlb: call mmu notifiers on hugepage cow | Doug Doan | 2010-08-09 | 1 | -0/+6 | |
* | | | | | mm: provide init_mm mm_context initializer | Heiko Carstens | 2010-08-09 | 1 | -0/+6 | |
* | | | | | mm: use ERR_CAST | Julia Lawall | 2010-08-09 | 1 | -1/+1 | |
* | | | | | mm: use memdup_user | Julia Lawall | 2010-08-09 | 1 | -8/+3 | |
|/ / / / | ||||||
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2010-08-06 | 3 | -45/+52 | |
|\ \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| *-----. \ \ \ | Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' i... | Pekka Enberg | 2010-08-04 | 3 | -45/+52 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | | | | * | | | slub numa: Fix rare allocation from unexpected node | Christoph Lameter | 2010-07-29 | 1 | -1/+1 | |
| | | | * | | | | slub: Allow removal of slab caches during boot | Christoph Lameter | 2010-08-03 | 1 | -9/+15 | |
| | | | * | | | | Revert "slub: Allow removal of slab caches during boot" | Pekka Enberg | 2010-08-03 | 1 | -7/+0 | |
| | | | * | | | | slub: Use kmem_cache flags to detect if slab is in debugging mode. | Christoph Lameter | 2010-07-16 | 1 | -21/+12 | |
| | | | * | | | | slub: Allow removal of slab caches during boot | Christoph Lameter | 2010-07-16 | 1 | -0/+7 | |
| | | | * | | | | slub: Check kasprintf results in kmem_cache_init() | Christoph Lameter | 2010-07-16 | 1 | -3/+6 | |
| | | | * | | | | SLUB: Constants need UL | Christoph Lameter | 2010-07-16 | 1 | -2/+2 | |
| | | | * | | | | slub: Use a constant for a unspecified node. | Christoph Lameter | 2010-07-16 | 1 | -7/+7 | |
| | | * | | | | | SLOB: Free objects to their own list | Bob Liu | 2010-07-16 | 1 | -1/+8 | |
| | | |/ / / / | ||||||
| | * | | | | | slab: use deferable timers for its periodic housekeeping | Arjan van de Ven | 2010-07-20 | 1 | -1/+1 | |
| | |/ / / / | ||||||
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | x86, ioremap: Fix incorrect physical address handling in PAE mode | Kenji Kaneshige | 2010-07-09 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 4 | -4/+8 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 2010-08-02 | 1 | -3/+13 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-07-21 | 9 | -23/+592 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge commit 'v2.6.35-rc4' into perf/core | Ingo Molnar | 2010-07-05 | 3 | -8/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'linus' into perf/core | Thomas Gleixner | 2010-06-28 | 1 | -6/+30 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar | 2010-06-18 | 3 | -27/+41 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-06-09 | 3 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tracing: Remove kmemtrace ftrace plugin | Li Zefan | 2010-06-09 | 3 | -3/+3 | |
| * | | | | | | | | | | perf: Add non-exec mmap() tracking | Eric B Munson | 2010-06-09 | 1 | -1/+5 | |
* | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-06 | 2 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into core/rcu | Ingo Molnar | 2010-07-01 | 4 | -14/+40 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | | |