| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: add CLONE_IO to specifically request sharing of IO contexts | Jens Axboe | 2008-01-28 | 1 | -0/+1 |
* | ioprio: move io priority from task_struct to io_context | Jens Axboe | 2008-01-28 | 1 | -1/+0 |
* | sched: keep total / count stats in addition to the max for | Arjan van de Ven | 2008-01-25 | 1 | -0/+2 |
* | sched, futex: detach sched.h and futex.h | Alexey Dobriyan | 2008-01-25 | 1 | -1/+1 |
* | softlockup: fix signedness | Ingo Molnar | 2008-01-25 | 1 | -2/+2 |
* | sched: latencytop support | Arjan van de Ven | 2008-01-25 | 1 | -0/+5 |
* | sched: rt throttling vs no_hz | Peter Zijlstra | 2008-01-25 | 1 | -0/+2 |
* | sched: rt group scheduling | Peter Zijlstra | 2008-01-25 | 1 | -1/+9 |
* | sched: rt time limit | Peter Zijlstra | 2008-01-25 | 1 | -0/+2 |
* | sched: high-res preemption tick | Peter Zijlstra | 2008-01-25 | 1 | -1/+2 |
* | sched: do not do cond_resched() when CONFIG_PREEMPT | Herbert Xu | 2008-01-25 | 1 | -1/+12 |
* | sched: SCHED_FIFO/SCHED_RR watchdog timer | Peter Zijlstra | 2008-01-25 | 1 | -0/+1 |
* | sched: sched_rt_entity | Peter Zijlstra | 2008-01-25 | 1 | -2/+6 |
* | Preempt-RCU: implementation | Paul E. McKenney | 2008-01-25 | 1 | -0/+5 |
* | sched: RT-balance, add new methods to sched_class | Steven Rostedt | 2008-01-25 | 1 | -0/+7 |
* | sched: RT-balance, replace hooks with pre/post schedule and wakeup methods | Steven Rostedt | 2008-01-25 | 1 | -0/+3 |
* | sched: add sched-domain roots | Gregory Haskins | 2008-01-25 | 1 | -0/+3 |
* | sched: de-SCHED_OTHER-ize the RT path | Gregory Haskins | 2008-01-25 | 1 | -0/+1 |
* | sched: add RT-balance cpu-weight | Gregory Haskins | 2008-01-25 | 1 | -0/+2 |
* | softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks | Ingo Molnar | 2008-01-25 | 1 | -0/+10 |
* | sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups | Srivatsa Vaddagiri | 2008-01-25 | 1 | -0/+4 |
* | fix struct user_info export's sysfs interaction | Kay Sievers | 2008-01-24 | 1 | -7/+2 |
* | remove task_ppid_nr_ns | Roland McGrath | 2008-01-13 | 1 | -13/+0 |
* | sched: clean up, move __sched_text_start/end to sched.h | Ingo Molnar | 2007-11-28 | 1 | -0/+4 |
* | sched: proper prototype for kernel/sched.c:migration_init() | Adrian Bunk | 2007-11-09 | 1 | -0/+8 |
* | sched: avoid large irq-latencies in smp-balancing | Peter Zijlstra | 2007-11-09 | 1 | -0/+1 |
* | sched: remove PREEMPT_RESTRICT | Ingo Molnar | 2007-11-09 | 1 | -1/+0 |
* | sched: restore deterministic CPU accounting on powerpc | Paul Mackerras | 2007-11-09 | 1 | -0/+1 |
* | sched: reintroduce the sched_min_granularity tunable | Peter Zijlstra | 2007-11-09 | 1 | -1/+5 |
* | sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2 | Balbir Singh | 2007-10-30 | 1 | -1/+1 |
* | sched: keep utime/stime monotonic | Peter Zijlstra | 2007-10-29 | 1 | -0/+1 |
* | De-constify sched.h | Alexey Dobriyan | 2007-10-26 | 1 | -14/+14 |
* | sched: isolate SMP balancing code a bit more | Peter Williams | 2007-10-24 | 1 | -0/+2 |
* | sched: reduce balance-tasks overhead | Peter Williams | 2007-10-24 | 1 | -2/+5 |
* | sched: constify sched.h | Joe Perches | 2007-10-24 | 1 | -14/+14 |
* | Isolate the explicit usage of signal->pgrp | Pavel Emelyanov | 2007-10-19 | 1 | -2/+17 |
* | cpuset sched_load_balance flag | Paul Jackson | 2007-10-19 | 1 | -0/+2 |
* | Uninline the task_xid_nr_ns() calls | Pavel Emelyanov | 2007-10-19 | 1 | -20/+4 |
* | Isolate some explicit usage of task->tgid | Pavel Emelyanov | 2007-10-19 | 1 | -0/+6 |
* | Uninline find_task_by_xxx set of functions | Pavel Emelyanov | 2007-10-19 | 1 | -9/+6 |
* | pid namespaces: allow cloning of new namespace | Pavel Emelyanov | 2007-10-19 | 1 | -0/+1 |
* | pid namespaces: miscellaneous preparations for pid namespaces | Pavel Emelyanov | 2007-10-19 | 1 | -7/+5 |
* | pid namespaces: helpers to find the task by its numerical ids | Pavel Emelyanov | 2007-10-19 | 1 | -2/+29 |
* | pid namespaces: helpers to obtain pid numbers | Pavel Emelyanov | 2007-10-19 | 1 | -10/+98 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -2/+10 |
* | pid namespaces: round up the API | Pavel Emelianov | 2007-10-19 | 1 | -10/+5 |
* | Task Control Groups: make cpusets a client of cgroups | Paul Menage | 2007-10-19 | 1 | -3/+0 |
* | Task Control Groups: shared cgroup subsystem group arrays | Paul Menage | 2007-10-19 | 1 | -29/+4 |
* | Task Control Groups: basic task cgroup framework | Paul Menage | 2007-10-19 | 1 | -1/+33 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-10-18 | 1 | -21/+21 |
|\ |
|