summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2024-07-29sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang
2024-07-29sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang
2024-07-29sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang
2024-07-29sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-16Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-07-15Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-07-11Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar
2024-07-04sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-07-01sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz
2024-06-06rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker
2024-06-05sched/core: Simplify prefetch_curr_exec_start()Ingo Molnar
2024-05-27sched: Fix spelling in commentsIngo Molnar
2024-05-27sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.cIngo Molnar
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-17sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2024-04-24sched/pelt: Remove shift of thermal clockVincent Guittot
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-12sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef
2024-02-16sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri
2024-02-15membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2023-11-15sched/timers: Explain why idle task schedules out on remote timer enqueueFrederic Weisbecker
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra
2023-11-15sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra
2023-11-15sched: Use WRITE_ONCE() for p->on_rqPaul E. McKenney
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra
2023-10-24sched: Add cpus_share_resources APIBarry Song
2023-10-24sched/core: Fix RQCF_ACT_SKIP leakHao Jia
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2023-10-07sched/debug: Print 'tgid' in sched_show_task()Yajun Deng
2023-10-07sched/core: Update stale comment in try_to_wake_up()Ingo Molnar