summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sched.c: Call debug_show_all_locks() when dumping all tasksShmulik Ladkani2009-11-251-1/+1
| * | | | | sched: Optimize branch hint in context_switch()Tim Blechmann2009-11-241-2/+2
| * | | | | sched_feat_write(): Update ppos instead of file->f_posJan Blunck2009-11-231-1/+1
| * | | | | sched: Fix granularity of task_u/stime()Hidetoshi Seto2009-11-121-9/+13
| * | | | | sched: Make sure task has correct sched_class after policy changePeter Zijlstra2009-11-101-12/+4Star
| * | | | | sched: Fix and clean up rate-limit newidle codeMike Galbraith2009-11-101-13/+15
| * | | | | sched, no_hz: Remove unused rq->last_tick_seen fieldLai Jiangshan2009-11-081-1/+0Star
| * | | | | sched: Rate-limit newidleMike Galbraith2009-11-041-1/+21
| * | | | | cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell2009-11-041-22/+46
| * | | | | sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto2009-11-041-11/+0Star
| * | | | | sched, cpuacct: Fix niced guest time accountingRyota Ozaki2009-10-251-2/+7
| * | | | | Merge branch 'linus' into sched/coreIngo Molnar2009-10-251-34/+76
| |\ \ \ \ \
| * | | | | | sched: Remove obsolete comment in sched_init()Jayson R. King2009-10-051-4/+0Star
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-051-0/+1
|\ \ \ \ \ \ \
| * | | | | | | rcu: Enable synchronize_sched_expedited() fastpathPaul E. McKenney2009-11-101-0/+1
* | | | | | | | mutex: Fix missing conditions to build mutex_spin_on_owner()Frederic Weisbecker2009-12-031-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov2009-11-081-1/+2
* | | | | | | sched: Fix kernel-doc function parameter nameRandy Dunlap2009-11-081-1/+1
* | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-11-051-4/+36
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2009-11-031-0/+32
| * | | | | | sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell2009-11-021-3/+3
| * | | | | | sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith2009-10-231-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-10-291-11/+11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | sched: move rq_weight data array out of .percpuJiri Kosina2009-10-281-11/+11
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-10-151-2/+8
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | sched: Fix missing kernel-doc notationRandy Dunlap2009-10-121-0/+2
| * | | | | sched: Update the clock of runqueue select_task_rq() selectedMike Galbraith2009-10-091-2/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-131-3/+0Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | writeback: account IO throttling wait as iowaitWu Fengguang2009-10-091-3/+0Star
| | |_|/ | |/| |
* / | | sched: Set correct normal_prio and prio values in sched_fork()Peter Williams2009-10-051-11/+9Star
|/ / /
* / / const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
|/ /
* | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* | cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-241-3/+32
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-5/+4Star
|\ \
| * | cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-5/+4Star
* | | cpuidle: fix the menu governor to boost IO performanceArjan van de Ven2009-09-221-0/+13
* | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-7/+7
|\ \ \ | |_|/ |/| |
| * | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-7/+7
* | | sched: Simplify sys_sched_rr_get_interval() system callPeter Williams2009-09-211-16/+1Star
* | | sched: Fix potential NULL derference of doms_curYong Zhang2009-09-201-1/+1
* | | sched: Fix raciness in runqueue_is_locked()Andrew Morton2009-09-201-8/+2Star
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-181-301/+143Star
|\ \
| * | sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-171-7/+10
| * | sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar2009-09-171-0/+4
| * | sched: Optimize cgroup vs wakeup a bitPeter Zijlstra2009-09-161-7/+0Star
| * | sched: Fix sync wakeups againPeter Zijlstra2009-09-151-4/+4
| * | sched: Add WF_FORKPeter Zijlstra2009-09-151-1/+1
| * | sched: Rename sync argumentsPeter Zijlstra2009-09-151-14/+16
| * | sched: Feature to disable APERF/MPERF cpu_powerPeter Zijlstra2009-09-151-2/+10
| * | sched: Provide arch_scale_freq_powerPeter Zijlstra2009-09-151-2/+19