aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith1-2/+1
2007-10-15sched: mark scheduling classes as constIngo Molnar1-2/+2
2007-10-15sched: speed up and simplify vslice calculationsPeter Zijlstra1-1/+1
2007-10-15sched: clean up schedstats, cnt -> countIngo Molnar1-6/+6
2007-10-15sched: undo some of the recent changesIngo Molnar1-1/+0
2007-10-15sched: add vslicePeter Zijlstra1-0/+1
2007-10-15sched: remove unneeded tunablesIngo Molnar1-2/+0
2007-10-15sched debug: BKL usage statisticsIngo Molnar1-0/+4
2007-10-15sched: add fair-user schedulerSrivatsa Vaddagiri1-0/+4
2007-10-15sched: clean up code under CONFIG_FAIR_GROUP_SCHEDSrivatsa Vaddagiri1-0/+12
2007-10-15sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri1-0/+1
2007-10-15sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko1-1/+0
2007-10-15sched: simplify sched_class::yield_task()Dmitry Adamushko1-1/+1
2007-10-15sched: do not keep current in the tree and get rid of sched_entity::fair_keyDmitry Adamushko1-1/+0
2007-10-15sched: remove wait_runtime fields and featuresIngo Molnar1-9/+0
2007-10-15sched: remove wait_runtime limitIngo Molnar1-1/+0
2007-10-15sched: introduce se->vruntimeIngo Molnar1-0/+1
2007-10-15sched: remove stat_granIngo Molnar1-3/+0
2007-10-15sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar1-1/+4
2007-10-15sched: debug: track maximum 'slice'Ingo Molnar1-0/+1
2007-10-10[NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman1-0/+1
2007-10-07Don't do load-average calculations at even 5-second intervalsLinus Torvalds1-1/+1
2007-09-20signalfd simplificationDavide Libenzi1-1/+1
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar1-0/+1
2007-09-19Fix user namespace exiting OOPsPavel Emelyanov1-0/+1
2007-09-19Convert uid hash to hlistPavel Emelyanov1-1/+1
2007-08-28sched: make the scheduler converge to the ideal latencyIngo Molnar1-0/+1
2007-08-25sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar1-1/+1
2007-08-25sched: adaptive scheduler granularityPeter Zijlstra1-0/+1
2007-08-23sched: fix broken SMT/MC optimizationsSuresh Siddha1-1/+1
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar1-1/+2
2007-08-09sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar1-2/+1
2007-08-09sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar1-2/+1
2007-08-09sched: remove the 'u64 now' parameter from print_cfs_rq()Ingo Molnar1-2/+2
2007-08-09sched: fix bug in balance_tasks()Peter Williams1-1/+1
2007-08-09sched: simplify move_tasks()Peter Williams1-2/+2
2007-08-02[PATCH] sched: reduce task_struct sizeIngo Molnar1-8/+13
2007-08-02[PATCH] sched: ->task_new cleanupIngo Molnar1-1/+1
2007-08-02[PATCH] sched: remove cache_hot_timeIngo Molnar1-1/+0
2007-07-26[PATCH] sched: add above_background_load() functionCon Kolivas1-0/+16
2007-07-26[PATCH] sched: arch preempt notifier mechanismAvi Kivity1-0/+5
2007-07-26[PATCH] sched: increase SCHED_LOAD_SCALE_FUZZIngo Molnar1-1/+1
2007-07-19[PATCH] sched: implement cpu_clock(cpu) high-speed time sourceIngo Molnar1-0/+7
2007-07-19coredump masking: add an interface for core dump filterKawai, Hidehiro1-0/+14
2007-07-19coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro1-1/+8
2007-07-16user namespace: add unshareSerge E. Hallyn1-0/+1