| Commit message (Expand) | Author | Age |
* | Isolate the explicit usage of signal->pgrp | Pavel Emelyanov | 2007-10-19 |
* | cpuset sched_load_balance flag | Paul Jackson | 2007-10-19 |
* | Uninline the task_xid_nr_ns() calls | Pavel Emelyanov | 2007-10-19 |
* | Isolate some explicit usage of task->tgid | Pavel Emelyanov | 2007-10-19 |
* | Uninline find_task_by_xxx set of functions | Pavel Emelyanov | 2007-10-19 |
* | pid namespaces: allow cloning of new namespace | Pavel Emelyanov | 2007-10-19 |
* | pid namespaces: miscellaneous preparations for pid namespaces | Pavel Emelyanov | 2007-10-19 |
* | pid namespaces: helpers to find the task by its numerical ids | Pavel Emelyanov | 2007-10-19 |
* | pid namespaces: helpers to obtain pid numbers | Pavel Emelyanov | 2007-10-19 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 |
* | pid namespaces: round up the API | Pavel Emelianov | 2007-10-19 |
* | Task Control Groups: make cpusets a client of cgroups | Paul Menage | 2007-10-19 |
* | Task Control Groups: shared cgroup subsystem group arrays | Paul Menage | 2007-10-19 |
* | Task Control Groups: basic task cgroup framework | Paul Menage | 2007-10-19 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-10-18 |
|\ |
|
| * | sched: reduce schedstat variable overhead a bit | Ken Chen | 2007-10-18 |
* | | Add scaled time to taskstats based process accounting | Michael Neuling | 2007-10-18 |
* | | Remove struct task_struct::io_wait | Alexey Dobriyan | 2007-10-18 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-10-17 |
|\ |
|
| * | sched: fix !SYSFS build breakage | Dhaval Giani | 2007-10-17 |
* | | ifdef struct task_struct::security | Alexey Dobriyan | 2007-10-17 |
* | | task_struct: move ->fpu_counter and ->oomkilladj | Alexey Dobriyan | 2007-10-17 |
* | | user.c: #ifdef ->mq_bytes | Alexey Dobriyan | 2007-10-17 |
* | | Shrink task_struct if CONFIG_FUTEX=n | Alexey Dobriyan | 2007-10-17 |
* | | Shrink struct task_struct::oomkilladj | Alexey Dobriyan | 2007-10-17 |
* | | Add MMF_DUMP_ELF_HEADERS | Roland McGrath | 2007-10-17 |
* | | softlockup: add a /proc tuning parameter | Ravikiran G Thirumalai | 2007-10-17 |
* | | mm: dirty balancing for tasks | Peter Zijlstra | 2007-10-17 |
|/ |
|
* | cpuset: remove sched domain hooks from cpusets | Paul Jackson | 2007-10-16 |
* | move mm_struct and vm_area_struct | Martin Schwidefsky | 2007-10-16 |
* | sched: guest CPU accounting: maintain stats in account_system_time() | Laurent Vivier | 2007-10-15 |
* | sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields | Laurent Vivier | 2007-10-15 |
* | sched: debug, improve migration statistics | Ingo Molnar | 2007-10-15 |
* | sched: reintroduce cache-hot affinity | Ingo Molnar | 2007-10-15 |
* | sched: prevent wakeup over-scheduling | Mike Galbraith | 2007-10-15 |
* | sched: group scheduling, sysfs tunables | Dhaval Giani | 2007-10-15 |
* | sched: cleanup: rename task_grp to task_group | Ingo Molnar | 2007-10-15 |
* | sched: cleanup, remove the TASK_NONINTERACTIVE flag | Mike Galbraith | 2007-10-15 |
* | sched: mark scheduling classes as const | Ingo Molnar | 2007-10-15 |
* | sched: speed up and simplify vslice calculations | Peter Zijlstra | 2007-10-15 |
* | sched: clean up schedstats, cnt -> count | Ingo Molnar | 2007-10-15 |
* | sched: undo some of the recent changes | Ingo Molnar | 2007-10-15 |
* | sched: add vslice | Peter Zijlstra | 2007-10-15 |
* | sched: remove unneeded tunables | Ingo Molnar | 2007-10-15 |
* | sched debug: BKL usage statistics | Ingo Molnar | 2007-10-15 |
* | sched: add fair-user scheduler | Srivatsa Vaddagiri | 2007-10-15 |
* | sched: clean up code under CONFIG_FAIR_GROUP_SCHED | Srivatsa Vaddagiri | 2007-10-15 |
* | sched: revert recent removal of set_curr_task() | Srivatsa Vaddagiri | 2007-10-15 |
* | sched: rework enqueue/dequeue_entity() to get rid of set_curr_task() | Dmitry Adamushko | 2007-10-15 |
* | sched: simplify sched_class::yield_task() | Dmitry Adamushko | 2007-10-15 |