summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/debug: Print 'tgid' in sched_show_task()Yajun Deng2023-10-071-3/+3
* sched/core: Update stale comment in try_to_wake_up()Ingo Molnar2023-10-071-1/+1
* Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-071-1/+1
|\
| * kernel/sched: Modify initial boot task idle setupLiam R. Howlett2023-09-191-1/+1
* | sched/headers: Remove duplicate header inclusionsYu Liao2023-10-031-1/+0
* | sched/debug: Add new tracepoint to track compute energy computationQais Yousef2023-09-291-0/+1
* | sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao2023-09-241-6/+4
* | sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu2023-09-221-2/+1
* | sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar2023-09-191-7/+7
* | freezer,sched: Use saved_state to reduce some spurious wakeupsElliot Berman2023-09-181-9/+14
* | sched/core: Remove ifdeffery for saved_stateElliot Berman2023-09-181-6/+2
* | sched/core: Use do-while instead of for loop in set_nr_if_polling()Uros Bizjak2023-09-151-4/+3
* | sched: Misc cleanupsPeter Zijlstra2023-09-131-104/+63
* | sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra2023-09-131-19/+19
* | sched: Simplify sched_move_task()Peter Zijlstra2023-09-131-6/+4
* | sched: Simplify sched_rr_get_interval()Peter Zijlstra2023-09-131-22/+14
* | sched: Simplify yield_to()Peter Zijlstra2023-09-131-38/+29
* | sched: Simplify sched_{set,get}affinity()Peter Zijlstra2023-09-131-39/+14
* | sched: Simplify syscallsPeter Zijlstra2023-09-131-86/+68
* | sched: Simplify set_user_nice()Peter Zijlstra2023-09-131-7/+6
|/
* Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-281-224/+272
|\
| * sched: Simplify sched_core_cpu_{starting,deactivate}()Peter Zijlstra2023-08-141-15/+12
| * sched: Simplify try_steal_cookie()Peter Zijlstra2023-08-141-12/+9
| * sched: Simplify sched_tick_remote()Peter Zijlstra2023-08-141-23/+16
| * sched: Simplify sched_exec()Peter Zijlstra2023-08-141-12/+9
| * sched: Simplify ttwu()Peter Zijlstra2023-08-141-112/+109
| * sched: Simplify wake_up_if_idle()Peter Zijlstra2023-08-141-14/+6
| * sched: Simplify: migrate_swap_stop()Peter Zijlstra2023-08-141-16/+7
| * sched: Simplify sysctl_sched_uclamp_handler()Peter Zijlstra2023-08-141-7/+4
| * sched: Simplify get_nohz_timer_target()Peter Zijlstra2023-08-141-9/+6
| * Merge branch 'sched/eevdf' into sched/coreIngo Molnar2023-08-101-0/+2
| |\
| | * sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra2023-07-191-1/+1
| | * sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra2023-07-191-0/+1
| | * sched/fair: Add lag based placementPeter Zijlstra2023-07-191-0/+1
| * | sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld2023-08-021-0/+26
| * | sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld2023-08-021-4/+9
| |/
| * sched/core: introduce sched_core_idle_cpu()Cruz Zhao2023-07-131-0/+13
| * sched: add throttled time stat for throttled childrenJosh Don2023-07-131-0/+44
* | sched: add a few helpers to wake up tasks on the current cpuAndrei Vagin2023-07-171-1/+1
* | sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov2023-07-171-2/+1
|/
* Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-271-23/+18
|\
| * cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann2023-05-081-15/+2
| * sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann2023-05-081-2/+2
| * sched/cpuset: Bring back cpuset_mutexJuri Lelli2023-05-081-7/+15
* | Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-06-271-0/+3
|\ \
| * | workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo2023-05-171-0/+3
| |/
* | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-271-120/+158
|\ \
| * | sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()Hao Jia2023-06-161-3/+4
| * | sched/core: Fixed missing rq clock update before calling set_rq_offline()Hao Jia2023-06-161-1/+1
| * | sched: Consider task_struct::saved_state in wait_task_inactive()Peter Zijlstra2023-06-051-11/+48