aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/stop_task.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao1-2/+2
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra1-2/+12
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider1-1/+1
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra1-2/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)1-1/+0
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)1-1/+2
2020-06-15sched/idle,stop: Remove .get_rr_interval from sched_classDietmar Eggemann1-8/+0
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra1-2/+2
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra1-4/+1
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-7/+11
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra1-1/+2
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra1-1/+1
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra1-10/+7
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-2/+1
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker1-0/+8
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo1-1/+1
2017-01-14sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming1-1/+1
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra1-1/+1
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra1-0/+1
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner1-0/+5
2014-08-20sched: Add wrapper for checking task_struct::on_rqKirill Tkhai1-1/+1
2014-05-22sched, nohz: Change rq->nr_running to always use wrappersKirill Tkhai1-2/+2
2014-02-21sched: Fix hotplug task migrationPeter Zijlstra1-2/+1
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra1-6/+10
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli1-1/+1
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra1-1/+1
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker1-4/+4
2012-08-13sched: Fix migration thread runtime bogosityMike Galbraith1-1/+21
2011-11-17sched: Move all scheduler bits into kernel/sched/Peter Zijlstra1-0/+108