aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2007-10-16cpuset: remove sched domain hooks from cpusetsPaul Jackson
2007-10-16move mm_struct and vm_area_structMartin Schwidefsky
2007-10-15sched: guest CPU accounting: maintain stats in account_system_time()Laurent Vivier
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier
2007-10-15sched: debug, improve migration statisticsIngo Molnar
2007-10-15sched: reintroduce cache-hot affinityIngo Molnar
2007-10-15sched: prevent wakeup over-schedulingMike Galbraith
2007-10-15sched: group scheduling, sysfs tunablesDhaval Giani
2007-10-15sched: cleanup: rename task_grp to task_groupIngo Molnar
2007-10-15sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith
2007-10-15sched: mark scheduling classes as constIngo Molnar
2007-10-15sched: speed up and simplify vslice calculationsPeter Zijlstra
2007-10-15sched: clean up schedstats, cnt -> countIngo Molnar
2007-10-15sched: undo some of the recent changesIngo Molnar
2007-10-15sched: add vslicePeter Zijlstra
2007-10-15sched: remove unneeded tunablesIngo Molnar
2007-10-15sched debug: BKL usage statisticsIngo Molnar
2007-10-15sched: add fair-user schedulerSrivatsa Vaddagiri
2007-10-15sched: clean up code under CONFIG_FAIR_GROUP_SCHEDSrivatsa Vaddagiri
2007-10-15sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri
2007-10-15sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko
2007-10-15sched: simplify sched_class::yield_task()Dmitry Adamushko
2007-10-15sched: do not keep current in the tree and get rid of sched_entity::fair_keyDmitry Adamushko
2007-10-15sched: remove wait_runtime fields and featuresIngo Molnar
2007-10-15sched: remove wait_runtime limitIngo Molnar
2007-10-15sched: introduce se->vruntimeIngo Molnar
2007-10-15sched: remove stat_granIngo Molnar
2007-10-15sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar
2007-10-15sched: debug: track maximum 'slice'Ingo Molnar
2007-10-10[NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace.Eric W. Biederman
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman
2007-10-07Don't do load-average calculations at even 5-second intervalsLinus Torvalds
2007-09-20signalfd simplificationDavide Libenzi
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar
2007-09-19Fix user namespace exiting OOPsPavel Emelyanov
2007-09-19Convert uid hash to hlistPavel Emelyanov
2007-08-28sched: make the scheduler converge to the ideal latencyIngo Molnar
2007-08-25sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar
2007-08-25sched: adaptive scheduler granularityPeter Zijlstra
2007-08-23sched: fix broken SMT/MC optimizationsSuresh Siddha
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from print_cfs_rq()Ingo Molnar
2007-08-09sched: fix bug in balance_tasks()Peter Williams
2007-08-09sched: simplify move_tasks()Peter Williams
2007-08-02[PATCH] sched: reduce task_struct sizeIngo Molnar