aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim3-4/+4
2010-08-09oom: remove unnecessary code and cleanupDavid Rientjes1-46/+10
2010-08-09oom: move sysctl declarations to oom.hDavid Rientjes2-3/+6
2010-08-09oom: remove special handling for pagefault oomsDavid Rientjes1-29/+57
2010-08-09oom: extract panic helper functionDavid Rientjes2-24/+30
2010-08-09oom: avoid oom killer for lowmem allocationsDavid Rientjes1-9/+20
2010-08-09oom: enable oom tasklist dump by defaultDavid Rientjes2-2/+2
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes3-37/+124
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-09buffer_head: remove redundant test from wait_on_bufferRichard Kennedy1-6/+1
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel4-19/+69
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel4-14/+28
2010-08-09mm: track the root (oldest) anon_vmaRik van Riel2-2/+17
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel5-21/+31
2010-08-09mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel2-9/+9
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros14-20/+28
2010-08-09hugetlb: call mmu notifiers on hugepage cowDoug Doan1-0/+6
2010-08-09mm: provide init_mm mm_context initializerHeiko Carstens3-4/+11
2010-08-09mm: use ERR_CASTJulia Lawall1-1/+1
2010-08-09mm: use memdup_userJulia Lawall1-8/+3
2010-08-09asm-generic: use raw_local_irq_save/restore instead local_irq_save/restoreMichal Simek1-6/+6
2010-08-09drivers/video/w100fb.c: ignore void return value / fix build failurePeter Huewe1-2/+2
2010-08-09ipmi: fix ACPI detection with regspacingYinghai Lu1-0/+8
2010-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-14/+6
2010-08-09drm: fix fallouts from slow-work -> wq conversionTejun Heo1-12/+4
2010-08-09workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_notifierTejun Heo1-1/+1
2010-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds210-21/+39334
2010-08-08Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds54-742/+857
2010-08-08Merge branch 'for-linus' of git://android.kernel.org/kernel/tegraLinus Torvalds42-5/+6061
2010-08-08Merge branch 'for-linus' of git://github.com/schandinat/linux-2.6Linus Torvalds12-902/+449
2010-08-08Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds18-586/+1265
2010-08-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds154-6534/+6420
2010-08-08Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinciLinus Torvalds25-147/+1933
2010-08-08workqueue: add missing __percpu markup in kernel/workqueue.cNamhyung Kim1-1/+1
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds31-571/+4303
2010-08-07Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds53-895/+470
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds47-495/+576
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds194-1418/+10998
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds3-20/+0
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+1
2010-08-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-289/+473