aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Use boot based time for uptime in /procTomas Janousek1-0/+1
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek1-0/+2
2007-07-16Introduce boot based timeTomas Janousek1-0/+37
2007-07-16Use write_trylock_irqsave in ptrace_attachSripathi Kodi1-4/+3
2007-07-16Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGEJeff Dike1-0/+29
2007-07-16mm: fix improper .init-type section referencesJan Beulich1-1/+1
2007-07-16change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki1-0/+11
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu1-0/+22
2007-07-16console: console handover to preferred consoleYinghai Lu1-1/+4
2007-07-16console: more buf for index parsingYinghai Lu1-10/+10
2007-07-16HOTPLUG: Adapt cpuset hotplug callback to CPU_DYINGAvi Kivity1-0/+3
2007-07-16HOTPLUG: Add CPU_DYING notifierAvi Kivity1-2/+14
2007-07-16[PATCH] sched: prettify prio_to_wmult[]Ingo Molnar1-8/+8
2007-07-16[PATCH] sched: document prio_to_wmult[]Ingo Molnar1-0/+7
2007-07-16[PATCH] sched: improve weight-array commentsIngo Molnar1-1/+3
2007-07-13CFS: Fix missing digit off in wmult tableThomas Gleixner1-1/+1
2007-07-13Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-2/+4
2007-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-19/+13
2007-07-13[PATCH] sched: fix show_task()/show_tasks() outputIngo Molnar1-16/+10
2007-07-13[PATCH] sched: remove stale version info from kernel/sched_debug.cIngo Molnar1-1/+1
2007-07-13[PATCH] sched: allow larger granularityIngo Molnar1-1/+1
2007-07-13[PATCH] sched: fix prio_to_wmult[] for nice 1Mike Galbraith1-1/+1
2007-07-13relay: fixup kerneldoc commentTom Zanussi1-1/+1
2007-07-13relay: fix bogus cast in subbuf_splice_actor()Tom Zanussi1-1/+3
2007-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6Linus Torvalds1-0/+10
2007-07-11security: Protection for exploiting null dereference using mmapEric Paris1-0/+10
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo2-7/+3
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe1-1/+1
2007-07-10relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe1-91/+55
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe1-1/+1
2007-07-10splice: relay supportTom Zanussi1-50/+191
2007-07-09sched: add CFS creditsIngo Molnar1-0/+6
2007-07-09sched: clean up sleep_on() APIsIngo Molnar1-30/+41
2007-07-09sched: style cleanupsIngo Molnar1-6/+7
2007-07-09sched: do not set softirqs to nice +19Ingo Molnar1-1/+0
2007-07-09sched: scheduler debugging, coreIngo Molnar1-0/+275
2007-07-09sched: add CFS debug sysctlsIngo Molnar1-0/+80
2007-07-09sched: remove unused rq types from sched.cIngo Molnar1-16/+0
2007-07-09sched: remove interactivity typesIngo Molnar1-89/+12
2007-07-09sched: clean up include files in sched.cIngo Molnar1-2/+2
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh4-9/+9
2007-07-09sched: turn on the use of unstable eventsIngo Molnar1-7/+14
2007-07-09sched: x86, track TSC-unstable eventsIngo Molnar1-0/+7
2007-07-09sched: cfs core codeIngo Molnar1-774/+758
2007-07-09sched: remove the sleep-bonus interactivity codeIngo Molnar1-46/+1
2007-07-09sched: remove expired_starving()Ingo Molnar1-22/+1
2007-07-09sched: remove sleep_typeIngo Molnar1-89/+2
2007-07-09sched: cfs, add load-calculation methodsIngo Molnar1-18/+120
2007-07-09sched: clean up __normal_prio() positionIngo Molnar1-29/+29
2007-07-09sched: cleanup: move dequeue/enqueue_task()Ingo Molnar1-38/+38