summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-1/+1
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-021-26/+3
|\ \
| * | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-26/+3
* | | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-311-371/+274
|\ \ \
| * | | sched/fair: Remove SIS_PROPPeter Zijlstra2023-10-241-5/+0
| * | | sched: Add cpus_share_resources APIBarry Song2023-10-241-0/+12
| * | | sched/core: Fix RQCF_ACT_SKIP leakHao Jia2023-10-241-4/+1
| * | | sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra2023-10-131-2/+8
| * | | sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot2023-10-091-1/+1
| * | | 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
| |\ \ \ | | | |/ | | |/|
| * | | 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 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-091-1/+1
|\ \ \ | | |/ | |/|
| * | kernel/sched: Modify initial boot task idle setupLiam R. Howlett2023-09-191-1/+1
| |/
* | sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra2023-09-201-4/+32
* | sched: Extract __schedule_loop()Thomas Gleixner2023-09-201-10/+11
* | sched: Constrain locks in sched_submit_work()Peter Zijlstra2023-09-201-0/+9
|/
* Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-291-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
| |/