summaryrefslogtreecommitdiffstats
path: root/scripts/bootgraph.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-10gcc-4.6: mm: fix unused but set warningsAndi Kleen6-9/+9
2010-08-10gcc-4.6: pagemap: avoid unused-but-set variableAndi Kleen1-1/+3
2010-08-10avr32: invoke oom-killer from page faultNick Piggin1-10/+4
2010-08-10mempolicy: reduce stack size of migrate_pages()KOSAKI Motohiro1-13/+25
2010-08-10topology: alternate fix for ia64 tiger_defconfig build breakageLee Schermerhorn4-11/+20
2010-08-10mmzone.h: remove dead prototypeAlexander Nevenchannyy1-2/+0
2010-08-10mm: use for_each_online_cpu() in vmstatMinchan Kim1-3/+3
2010-08-10oom: fold __out_of_memory into out_of_memoryDavid Rientjes1-36/+29
2010-08-10oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes1-10/+8
2010-08-10mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim3-4/+4
2010-08-10oom: remove unnecessary code and cleanupDavid Rientjes1-46/+10
2010-08-10oom: move sysctl declarations to oom.hDavid Rientjes2-3/+6
2010-08-10oom: remove special handling for pagefault oomsDavid Rientjes1-29/+57
2010-08-10oom: extract panic helper functionDavid Rientjes2-24/+30
2010-08-10oom: avoid oom killer for lowmem allocationsDavid Rientjes1-9/+20
2010-08-10oom: enable oom tasklist dump by defaultDavid Rientjes2-2/+2
2010-08-10oom: select task from tasklist for mempolicy oomsDavid Rientjes3-37/+124
2010-08-10oom: sacrifice child with highest badness score for parentDavid Rientjes1-11/+29
2010-08-10oom: filter tasks not sharing the same cpusetDavid Rientjes1-8/+2
2010-08-10oom: avoid sending exiting tasks a SIGKILLDavid Rientjes1-1/+1
2010-08-10oom: give current access to memory reserves if it has been killedDavid Rientjes1-0/+10
2010-08-10oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes1-2/+2
2010-08-10oom: improve commentary in dump_tasks()David Rientjes1-8/+3
2010-08-10oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro1-18/+21
2010-08-10oom: introduce find_lock_task_mm() to fix !mm false positivesOleg Nesterov1-31/+43
2010-08-10oom: PF_EXITING check should take mm into accountOleg Nesterov1-1/+1
2010-08-10oom: check PF_KTHREAD instead of !mm to skip kthreadsOleg Nesterov1-6/+3
2010-08-10buffer_head: remove redundant test from wait_on_bufferRichard Kennedy1-6/+1
2010-08-10mm: extend KSM refcounts to the anon_vma rootRik van Riel4-19/+69
2010-08-10mm: always lock the root (oldest) anon_vmaRik van Riel4-14/+28
2010-08-10mm: track the root (oldest) anon_vmaRik van Riel2-2/+17
2010-08-10mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel5-21/+31
2010-08-10mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel2-9/+9
2010-08-10kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros14-20/+28
2010-08-10hugetlb: call mmu notifiers on hugepage cowDoug Doan1-0/+6
2010-08-10mm: provide init_mm mm_context initializerHeiko Carstens3-4/+11
2010-08-10mm: use ERR_CASTJulia Lawall1-1/+1
2010-08-10mm: use memdup_userJulia Lawall1-8/+3
2010-08-10asm-generic: use raw_local_irq_save/restore instead local_irq_save/restoreMichal Simek1-6/+6
2010-08-10drivers/video/w100fb.c: ignore void return value / fix build failurePeter Huewe1-2/+2
2010-08-10ipmi: fix ACPI detection with regspacingYinghai Lu1-0/+8
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_...Tejun Heo1-1/+1
2010-08-08workqueue: add missing __percpu markup in kernel/workqueue.cNamhyung Kim1-1/+1
2010-08-07AFS: Fix the module init error handlingDavid Howells1-3/+6
2010-08-07nfsd4: fix file open accounting for RDWR opensJ. Bruce Fields1-3/+21
2010-08-07SELINUX: Fix build error.Ralf Baechle1-1/+1
2010-08-07nfsd: don't allow setting maxblksize after svc createdJ. Bruce Fields1-1/+1
2010-08-06nfsd: initialize nfsd versions before creating svcJ. Bruce Fields1-1/+1
2010-08-06net: sunrpc: removed duplicated #includeAndrea Gelmini1-1/+0