summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2007-07-09sched: turn on the use of unstable eventsIngo Molnar-7/+14
2007-07-09sched: x86, track TSC-unstable eventsIngo Molnar-0/+7
2007-07-09sched: cfs core codeIngo Molnar-774/+758
2007-07-09sched: remove the sleep-bonus interactivity codeIngo Molnar-46/+1
2007-07-09sched: remove expired_starving()Ingo Molnar-22/+1
2007-07-09sched: remove sleep_typeIngo Molnar-89/+2
2007-07-09sched: cfs, add load-calculation methodsIngo Molnar-18/+120
2007-07-09sched: clean up __normal_prio() positionIngo Molnar-29/+29
2007-07-09sched: cleanup: move dequeue/enqueue_task()Ingo Molnar-38/+38
2007-07-09sched: move around resched_task()Ingo Molnar-52/+52
2007-07-09sched: clean up the rt priority macrosIngo Molnar-6/+18
2007-07-09sched: add cfs_rq opsIngo Molnar-0/+12
2007-07-09sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar-40/+30
2007-07-09sched: add rq_clock()/__rq_clock()Ingo Molnar-0/+46
2007-07-09sched: cfs rq data typesIngo Molnar-6/+78
2007-07-09sched: cfs core, kernel/sched_idletask.cIngo Molnar-0/+71
2007-07-09sched: cfs core, kernel/sched_rt.cIngo Molnar-0/+255
2007-07-09sched: cfs core, kernel/sched_fair.cIngo Molnar-0/+1131
2007-07-09sched: move code into kernel/sched_stats.hIngo Molnar-233/+236
2007-07-09sched: add init_idle_bootup_task()Ingo Molnar-0/+5
2007-07-09sched: remove sched_exit()Ingo Molnar-32/+0
2007-07-09sched: uninline set_task_cpu()Ingo Molnar-0/+6
2007-07-09sched: zap the migration init / cache-hot balancing codeIngo Molnar-481/+0
2007-07-09sched: rename idle_type/SCHED_IDLEIngo Molnar-30/+30
2007-07-03NTP: remove clock_was_set() call to prevent deadlockThomas Gleixner-2/+0
2007-07-01PM: introduce set_target method in pm_opsRafael J. Wysocki-1/+5
2007-06-28relayfs: fix overwritesMasami Hiramatsu-2/+6
2007-06-28relay file read: start-pos fixDavid Wilder-0/+3
2007-06-24FUTEX: Restore the dropped ERSCH fixThomas Gleixner-8/+6
2007-06-24audit: fix oops removing watch if audit disabledTony Jones-1/+1
2007-06-24sched: fix next_interval determination in idle_balance()Christoph Lameter-9/+13
2007-06-24fix refcounting of nsproxy object when unsharedCedric Le Goater-8/+2
2007-06-21posix-timers: Prevent softirq starvation by small intervals and SIG_IGNThomas Gleixner-2/+33
2007-06-18Fix possible runqueue lock starvation in wait_task_inactive()Linus Torvalds-9/+60
2007-06-18sched: fix SysRq-N (normalize RT tasks)Ingo Molnar-3/+5
2007-06-18Fix signalfd interaction with thread-private signalsBenjamin Herrenschmidt-1/+7
2007-06-18Revert "futex_requeue_pi optimization"Thomas Gleixner-451/+42
2007-06-16swsusp: Fix userland interfaceRafael J. Wysocki-1/+3
2007-06-16cpuset: zero malloc - fix for old cpusetsPaul Jackson-1/+1
2007-06-08pi-futex: fix exit races and locking problemsAlexey Kuznetsov-111/+182
2007-06-08rt-mutex: fix chain walk early wakeup bugThomas Gleixner-0/+13
2007-06-08rt-mutex: fix stale return valueThomas Gleixner-2/+9
2007-06-07Restrict clearing TIF_SIGPENDINGRoland McGrath-4/+12
2007-06-01timer stats: speedupsIngo Molnar-1/+6
2007-06-01timer statistics: fix raceBjorn Steinbrink-16/+21
2007-06-01fix compat futex code for private futexesUlrich Drepper-4/+5
2007-05-30fix possible null ptr deref in kallsyms_lookupKyle McMartin-1/+2
2007-05-29NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner-2/+24
2007-05-24Fix crash with irqpoll due to the IRQF_IRQPOLL flag testingLinus Torvalds-9/+37
2007-05-23Prevent going idle with softirq pendingThomas Gleixner-3/+1