aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-1/+1
* relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe2007-07-101-91/+55
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
* splice: relay supportTom Zanussi2007-07-101-50/+191
* sched: add CFS creditsIngo Molnar2007-07-091-0/+6
* sched: clean up sleep_on() APIsIngo Molnar2007-07-091-30/+41
* sched: style cleanupsIngo Molnar2007-07-091-6/+7
* sched: do not set softirqs to nice +19Ingo Molnar2007-07-091-1/+0
* sched: scheduler debugging, coreIngo Molnar2007-07-091-0/+275
* sched: add CFS debug sysctlsIngo Molnar2007-07-091-0/+80
* sched: remove unused rq types from sched.cIngo Molnar2007-07-091-16/+0
* sched: remove interactivity typesIngo Molnar2007-07-091-89/+12
* sched: clean up include files in sched.cIngo Molnar2007-07-091-2/+2
* sched: update delay-accounting to use CFS's precise statsBalbir Singh2007-07-094-9/+9
* sched: turn on the use of unstable eventsIngo Molnar2007-07-091-7/+14
* sched: x86, track TSC-unstable eventsIngo Molnar2007-07-091-0/+7
* sched: cfs core codeIngo Molnar2007-07-091-774/+758
* sched: remove the sleep-bonus interactivity codeIngo Molnar2007-07-091-46/+1
* sched: remove expired_starving()Ingo Molnar2007-07-091-22/+1
* sched: remove sleep_typeIngo Molnar2007-07-091-89/+2
* sched: cfs, add load-calculation methodsIngo Molnar2007-07-091-18/+120
* sched: clean up __normal_prio() positionIngo Molnar2007-07-091-29/+29
* sched: cleanup: move dequeue/enqueue_task()Ingo Molnar2007-07-091-38/+38
* sched: move around resched_task()Ingo Molnar2007-07-091-52/+52
* sched: clean up the rt priority macrosIngo Molnar2007-07-092-6/+18
* sched: add cfs_rq opsIngo Molnar2007-07-091-0/+12
* sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar2007-07-092-40/+30
* sched: add rq_clock()/__rq_clock()Ingo Molnar2007-07-091-0/+46
* sched: cfs rq data typesIngo Molnar2007-07-091-6/+78
* sched: cfs core, kernel/sched_idletask.cIngo Molnar2007-07-091-0/+71
* sched: cfs core, kernel/sched_rt.cIngo Molnar2007-07-091-0/+255
* sched: cfs core, kernel/sched_fair.cIngo Molnar2007-07-091-0/+1131
* sched: move code into kernel/sched_stats.hIngo Molnar2007-07-092-233/+236
* sched: add init_idle_bootup_task()Ingo Molnar2007-07-091-0/+5
* sched: remove sched_exit()Ingo Molnar2007-07-092-32/+0
* sched: uninline set_task_cpu()Ingo Molnar2007-07-091-0/+6
* sched: zap the migration init / cache-hot balancing codeIngo Molnar2007-07-091-481/+0
* sched: rename idle_type/SCHED_IDLEIngo Molnar2007-07-091-30/+30
* NTP: remove clock_was_set() call to prevent deadlockThomas Gleixner2007-07-031-2/+0
* PM: introduce set_target method in pm_opsRafael J. Wysocki2007-07-011-1/+5
* relayfs: fix overwritesMasami Hiramatsu2007-06-281-2/+6
* relay file read: start-pos fixDavid Wilder2007-06-281-0/+3
* FUTEX: Restore the dropped ERSCH fixThomas Gleixner2007-06-241-8/+6
* audit: fix oops removing watch if audit disabledTony Jones2007-06-241-1/+1
* sched: fix next_interval determination in idle_balance()Christoph Lameter2007-06-241-9/+13
* fix refcounting of nsproxy object when unsharedCedric Le Goater2007-06-241-8/+2
* posix-timers: Prevent softirq starvation by small intervals and SIG_IGNThomas Gleixner2007-06-211-2/+33
* Fix possible runqueue lock starvation in wait_task_inactive()Linus Torvalds2007-06-181-9/+60
* sched: fix SysRq-N (normalize RT tasks)Ingo Molnar2007-06-181-3/+5
* Fix signalfd interaction with thread-private signalsBenjamin Herrenschmidt2007-06-181-1/+7