summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-09sched: remove batch_task()Ingo Molnar1-5/+0
2007-07-09sched: remove interactivity types from sched.hIngo Molnar1-7/+2
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: clean up fastcall uses of sched_fork()/sched_exit()Ingo Molnar1-2/+2
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh6-15/+15
2007-07-09sched: make use of precise accounting for /proc task statsIngo Molnar1-10/+47
2007-07-09sched: turn on the use of unstable eventsIngo Molnar1-7/+14
2007-07-09sched: x86, track TSC-unstable eventsIngo Molnar3-1/+17
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 Molnar2-97/+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
2007-07-09sched: move around resched_task()Ingo Molnar1-52/+52
2007-07-09sched: remove the SleepAVG fieldIngo Molnar1-2/+0
2007-07-09sched: clean up the rt priority macrosIngo Molnar3-31/+54
2007-07-09sched: add cfs_rq opsIngo Molnar1-0/+12
2007-07-09sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar3-42/+33
2007-07-09sched: add rq_clock()/__rq_clock()Ingo Molnar1-0/+46
2007-07-09sched: cfs rq data typesIngo Molnar1-6/+78
2007-07-09sched: cfs, core data typesIngo Molnar1-0/+82
2007-07-09sched: cfs core, kernel/sched_idletask.cIngo Molnar1-0/+71
2007-07-09sched: cfs core, kernel/sched_rt.cIngo Molnar1-0/+255
2007-07-09sched: cfs core, kernel/sched_fair.cIngo Molnar2-0/+1139
2007-07-09sched: increase the resolution of smpniceIngo Molnar1-1/+8
2007-07-09sched: move code into kernel/sched_stats.hIngo Molnar2-233/+236
2007-07-09sched: add init_idle_bootup_task()Ingo Molnar3-2/+9
2007-07-09sched: add in_atomic_preempt_off()Ingo Molnar1-0/+13
2007-07-09sched: remove sched_exit()Ingo Molnar2-32/+0
2007-07-09sched: uninline set_task_cpu()Ingo Molnar2-4/+7
2007-07-09sched: zap the migration init / cache-hot balancing codeIngo Molnar8-596/+0
2007-07-09sched: add SCHED_IDLE policyIngo Molnar1-0/+2
2007-07-09sched: rename idle_type/SCHED_IDLEIngo Molnar2-44/+43
2007-07-09Linux 2.6.22v2.6.22Linus Torvalds1-1/+1
2007-07-08Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds3-2/+3
2007-07-08Fix permission checking for the new utimensat() system callLinus Torvalds1-3/+10
2007-07-08mm: double mark_page_accessed() in read_cache_page_async()Peter Zijlstra1-1/+0
2007-07-08qd65xx: fix PIO mode selectionBartlomiej Zolnierkiewicz1-2/+1
2007-07-08sis5513: adding PCI-IDUwe Koziolek2-0/+2
2007-07-08DLM must depend on SYSFSAdrian Bunk1-1/+1
2007-07-08Clean up E7520/7320/7525 quirk printk.Dave Jones1-3/+2
2007-07-08include/linux/kallsyms.h must #include <linux/errno.h>Adrian Bunk1-0/+1
2007-07-07Fix use-after-free oops in Bluetooth HID.David Woodhouse1-9/+9
2007-07-06slub: remove useless EXPORT_SYMBOLChristoph Lameter1-1/+0
2007-07-06MAINTAINERS new kernel janitors mlmaximilian attems1-1/+1
2007-07-06GEODE: reboot fixup for geode machines with CS5536 boardsAndres Salomon2-2/+15
2007-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds6-8/+20