summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-121-0/+2
* sched: Remove finish_arch_switch()Peter Zijlstra2015-08-041-3/+0
* sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du2015-08-031-0/+2
* sched/fair: Init cfs_rq's sched_entity load averageYuyang Du2015-08-031-1/+1
* sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-031-19/+9
* sched/fair: Remove rq's runnable avgYuyang Du2015-08-031-2/+0
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-041-0/+13
|\
| * sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju2015-07-041-1/+9
| * sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-041-0/+5
* | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-241-4/+25
|\ \ | |/ |/|
| * sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-191-2/+8
| * sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-191-2/+17
| * Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-191-4/+3
| |\
* | \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-4/+3
|\ \ \ | | |/ | |/|
| * | sched,perf: Fix periodic timersPeter Zijlstra2015-05-181-3/+2
| * | sched: Cleanup bandwidth timersPeter Zijlstra2015-04-221-2/+2
* | | sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li2015-06-191-1/+0
| |/ |/|
* | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-081-1/+1
* | sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-081-2/+6
|/
* sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-021-2/+2
* sched: Optimize freq invariant accountingPeter Zijlstra2015-03-271-1/+8
* sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot2015-03-271-1/+1
* sched: Add struct rq::cpu_capacity_origVincent Guittot2015-03-271-0/+1
* sched: Make scale_rt invariant with frequencyVincent Guittot2015-03-271-1/+3
* sched: Add sched_avg::utilization_avg_contribVincent Guittot2015-03-271-1/+7
* sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt2015-03-231-0/+12
* sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-181-0/+76
* sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-141-2/+13
* sched/core: Validate rq_clock*() serializationPeter Zijlstra2015-01-141-0/+7
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-161-0/+2
|\
| * sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka2014-11-161-0/+2
* | sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda2014-11-041-0/+7
* | sched/deadline: Add deadline rq status printWanpeng Li2014-11-041-0/+1
* | sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai2014-11-041-0/+5
* | sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli2014-10-281-0/+19
* | sched/numa: Classify the NUMA topology of a systemRik van Riel2014-10-281-0/+6
* | sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel2014-10-281-0/+5
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-2/+2
|\
| * scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-08-261-2/+2
* | sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2014-09-241-30/+0
* | sched: Let the scheduler see CPU idle statesDaniel Lezcano2014-09-241-0/+30
* | sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli2014-09-241-0/+3
* | sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang2014-09-211-1/+1
* | sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai2014-08-201-0/+6
* | sched: Add wrapper for checking task_struct::on_rqKirill Tkhai2014-08-201-0/+7
* | sched: Match declaration with definitionPranith Kumar2014-08-201-1/+1
|/
* sched: Remove extra static_key*() function indirectionJason Baron2014-07-161-11/+1
* sched: Transform resched_task() into resched_curr()Kirill Tkhai2014-07-161-1/+1
* sched/fair: Implement fast idling of CPUs when the system is partially loadedTim Chen2014-07-051-2/+10
* nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker2014-06-161-2/+8
OpenPOWER on IntegriCloud