开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
2024-09-03
sched: Rework dl_server
Peter Zijlstra
2024-09-03
sched: Combine the last put_prev_task() and the first set_next_task()
Peter Zijlstra
2024-09-03
sched: Rework pick_next_task()
Peter Zijlstra
2024-09-03
sched: Split up put_prev_task_balance()
Peter Zijlstra
2024-09-03
sched: Use set_next_task(.first) where required
Peter Zijlstra
2024-08-17
sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestion
Peter Zijlstra
2024-08-17
sched: Teach dequeue_task() about special task states
Peter Zijlstra
2024-08-17
sched/uclamg: Handle delayed dequeue
Peter Zijlstra
2024-08-17
sched: Prepare generic code for delayed dequeue
Peter Zijlstra
2024-08-17
sched: Split DEQUEUE_SLEEP from deactivate_task()
Peter Zijlstra
2024-08-17
sched: Allow sched_class::dequeue_task() to fail
Peter Zijlstra
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
2024-07-29
sched/rt: Remove default bandwidth control
Peter Zijlstra
2024-07-29
sched/core: Fix priority checking for DL server picks
Joel Fernandes (Google)
2024-07-29
sched/fair: Add trivial fair server
Peter Zijlstra
2024-07-29
sched/core: Clear prev->dl_server in CFS pick fast path
Youssef Esmat
2024-07-29
sched/core: Add clearing of ->dl_server in put_prev_task_balance()
Joel Fernandes (Google)
2024-07-29
sched: remove HZ_BW feature hedge
Phil Auld
2024-07-29
sched/core: Add WARN_ON_ONCE() to check overflow for migrate_disable()
Peilin He
2024-07-29
sched: Initialize the vruntime of a new task when it is first enqueued
Zhang Qiao
2024-07-29
sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
Yang Yingliang
2024-07-29
sched/core: Introduce sched_set_rq_on/offline() helper
Yang Yingliang
2024-07-29
sched/smt: Fix unbalance sched_smt_present dec/inc
Yang Yingliang
2024-07-29
sched/smt: Introduce sched_smt_present_inc/dec() helper
Yang Yingliang
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-16
Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-07-15
Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-07-11
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
2024-07-04
sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...
Tejun Heo
2024-07-01
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
2024-06-06
rcu/tasks: Fix stale task snaphot for Tasks Trace
Frederic Weisbecker
2024-06-05
sched/core: Simplify prefetch_curr_exec_start()
Ingo Molnar
2024-05-27
sched: Fix spelling in comments
Ingo Molnar
2024-05-27
sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.c
Ingo Molnar
2024-05-19
Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-17
sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...
Cheng Yu
2024-04-24
sched/pelt: Remove shift of thermal clock
Vincent Guittot
2024-04-24
sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...
Vincent Guittot
2024-04-24
scheduler: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-03-25
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-12
sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()
Ingo Molnar
2024-03-12
sched/balancing: Rename scheduler_tick() => sched_tick()
Ingo Molnar
2024-03-11
Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-02-24
sched: Add a new function to compare if two cpus have the same capacity
Qais Yousef
2024-02-16
sched/core: Simplify code by removing duplicate #ifdefs
Shrikanth Hegde
2024-02-15
membarrier: riscv: Provide core serializing command
Andrea Parri
2024-02-15
membarrier: Create Documentation/scheduler/membarrier.rst
Andrea Parri
[next]