summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-17Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1818/+56
2024-07-16Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2024-07-11Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar1-2/+5
2024-07-04sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo1-13/+10
2024-07-01sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz1-2/+5
2024-06-06rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker1-7/+7
2024-06-05sched/core: Simplify prefetch_curr_exec_start()Ingo Molnar1-2/+2
2024-05-27sched: Fix spelling in commentsIngo Molnar1-31/+31
2024-05-27sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.cIngo Molnar1-1772/+13
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-05-18Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2024-05-17sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu1-1/+1
2024-04-24sched/pelt: Remove shift of thermal clockVincent Guittot1-1/+1
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot1-4/+4
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar1-3/+13
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+13
2024-03-12sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar1-1/+1
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar1-2/+2
2024-03-12Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef1-0/+11
2024-02-16sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde1-3/+1
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri1-0/+4
2024-02-15membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri1-1/+6
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri1-2/+3
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe1-2/+4
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet1-0/+1
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot1-52/+38
2023-11-15sched/timers: Explain why idle task schedules out on remote timer enqueueFrederic Weisbecker1-0/+22
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra1-0/+17
2023-11-15sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra1-4/+1
2023-11-15sched: Use WRITE_ONCE() for p->on_rqPaul E. McKenney1-2/+4
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-26/+3
2023-10-31Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-371/+274
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra1-5/+0
2023-10-24sched: Add cpus_share_resources APIBarry Song1-0/+12
2023-10-24sched/core: Fix RQCF_ACT_SKIP leakHao Jia1-4/+1
2023-10-19treewide: mark stuff as __ro_after_initAlexey Dobriyan1-1/+1
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra1-2/+8
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar1-1/+1
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot1-1/+1
2023-10-07sched/debug: Print 'tgid' in sched_show_task()Yajun Deng1-3/+3
2023-10-07sched/core: Update stale comment in try_to_wake_up()Ingo Molnar1-1/+1
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar1-1/+1
2023-10-03sched/headers: Remove duplicate header inclusionsYu Liao1-1/+0
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef1-0/+1
2023-09-24sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao1-6/+4
2023-09-22sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu1-2/+1