summaryrefslogtreecommitdiffstats
path: root/kernel/sched/stop_task.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Unify runtime accounting across classesPeter Zijlstra2023-11-151-12/+1
* sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar2023-09-191-2/+2
* sched: Add update_current_exec_runtime helperShang XiaoJing2022-08-271-7/+4
* sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar2022-02-231-1/+0
* sched: Make struct sched_statistics independent of fair sched classYafang Shao2021-10-051-2/+2
* sched: Introduce sched_class::pick_task()Peter Zijlstra2021-05-121-2/+12
* sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider2020-11-101-1/+1
* sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra2020-10-291-2/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)2020-06-251-1/+0
* sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-251-1/+2
* sched/idle,stop: Remove .get_rr_interval from sched_classDietmar Eggemann2020-06-151-8/+0
* sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra2019-11-111-2/+2
* sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra2019-11-111-4/+1
* sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra2019-11-081-7/+11
* sched: Rework pick_next_task() slow-pathPeter Zijlstra2019-08-081-1/+2
* sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra2019-08-081-1/+1
* sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra2019-08-081-10/+7
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-2/+1
* sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-211-0/+8
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-151-1/+1
|\
| * cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-251-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming2017-01-141-1/+1
* locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-051-1/+1
* sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-121-0/+1
* sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2014-11-231-0/+5
* sched: Add wrapper for checking task_struct::on_rqKirill Tkhai2014-08-201-1/+1
* sched, nohz: Change rq->nr_running to always use wrappersKirill Tkhai2014-05-221-2/+2
* sched: Fix hotplug task migrationPeter Zijlstra2014-02-211-2/+1
* sched: Push put_prev_task() into pick_next_task()Peter Zijlstra2014-02-101-6/+10
* sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-131-1/+1
* sched/numa: Introduce migrate_swap()Peter Zijlstra2013-10-091-1/+1
* sched: Use an accessor to read the rq clockFrederic Weisbecker2013-05-281-4/+4
* sched: Fix migration thread runtime bogosityMike Galbraith2012-08-131-1/+21
* sched: Move all scheduler bits into kernel/sched/Peter Zijlstra2011-11-171-0/+108