summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()Valentin Schneider2022-10-061-4/+1
| |/
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-1011-297/+265
|\ \
| * | sched: Fix TASK_state comparisonsPeter Zijlstra2022-09-281-1/+1
| * | sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot2022-09-151-2/+2
| * | sched/fair: Cleanup loop_max and loop_breakVincent Guittot2022-09-153-12/+11
| * | sched/fair: Make sure to try to detach at least one movable taskVincent Guittot2022-09-151-3/+9
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-1/+1
| * | sched/completion: Add wait_for_completion_state()Peter Zijlstra2022-09-071-0/+12
| * | sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra2022-09-071-8/+8
| * | sched: Change wait_task_inactive()s match_statePeter Zijlstra2022-09-071-2/+2
| * | sched: Rename task_running() to task_on_cpu()Peter Zijlstra2022-09-076-14/+14
| * | sched/fair: Cleanup for SIS_PROPAbel Wu2022-09-071-6/+6
| * | sched/fair: Default to false in test_idle_cores()Abel Wu2022-09-071-8/+8
| * | sched/fair: Remove useless check in select_idle_core()Abel Wu2022-09-071-3/+0
| * | sched/fair: Avoid double search on same cpuAbel Wu2022-09-071-0/+2
| * | sched/fair: Remove redundant check in select_idle_smt()Abel Wu2022-09-071-7/+4
| * | sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing2022-09-011-1/+1
| * | sched/deadline: Add replenish_dl_new_period helperShang XiaoJing2022-09-011-10/+13
| * | sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing2022-09-011-12/+12
| * | Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar2022-08-309-46/+94
| |\ \
| | * | sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar2022-08-127-25/+26
| * | | sched: Add update_current_exec_runtime helperShang XiaoJing2022-08-274-17/+16
| * | | sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou2022-08-231-14/+14
| * | | sched/fair: Move task sched_avg attach to enqueue_task_fair()Chengming Zhou2022-08-231-8/+3
| * | | sched/fair: Allow changing cgroup of new forked taskChengming Zhou2022-08-232-20/+12
| * | | sched/fair: Fix another detach on unattached task corner caseChengming Zhou2022-08-231-0/+11
| * | | sched/fair: Combine detach into dequeue when migrating taskChengming Zhou2022-08-231-12/+16
| * | | sched/fair: Update comments in enqueue/dequeue_entity()Chengming Zhou2022-08-231-2/+4
| * | | sched/fair: Reset sched_avg last_update_time before set_task_rq()Chengming Zhou2022-08-231-1/+1
| * | | sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou2022-08-233-49/+6
| * | | sched/fair: Maintain task se depth in set_task_rq()Chengming Zhou2022-08-232-8/+1
| * | | sched/core: Remove superfluous semicolonXin Gao2022-08-041-1/+1
| * | | sched/fair: Make per-cpu cpumasks staticBing Huang2022-08-032-13/+9
| * | | sched/fair: Remove unused parameter idle of _nohz_idle_balance()Hao Jia2022-08-031-4/+3
| * | | sched/debug: Print each field value left-aligned in sched_show_task()Zhen Lei2022-08-021-1/+1
| * | | sched/deadline: Use sched_dl_entity's dl_density in dl_task_fits_capacity()Dietmar Eggemann2022-08-021-15/+15
| * | | sched/deadline: Make dl_cpuset_cpumask_can_shrink() capacity-awareDietmar Eggemann2022-08-021-13/+11
| * | | sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann2022-08-025-9/+14
* | | | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-0/+2
|\ \ \ \
| * | | | sched/psi: export psi_memstall_{enter,leave}Christoph Hellwig2022-09-201-0/+2
| | |/ / | |/| |
* | | | Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2022-10-031-15/+15
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2022-10-031-15/+15
| |\ \ \ \
| | * | | | cpufreq: schedutil: Move max CPU capacity to sugov_policyLukasz Luba2022-08-231-15/+15
| | |/ / /
* | | | | Merge tag 'rcu.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-031-0/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sched/debug: Show the registers of 'current' in dump_cpu_task()Zhen Lei2022-08-311-0/+11
| * | | | sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei2022-08-311-0/+3
| |/ / /
* | | | Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman2022-09-051-1/+1
| |/ /
* | | wait_on_bit: add an acquire memory barrierMikulas Patocka2022-08-261-1/+1
* | | sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia2022-08-151-2/+2