index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-17
sched/uclamg: Handle delayed dequeue
Peter Zijlstra
1
-1
/
+15
2024-08-17
sched: Prepare generic code for delayed dequeue
Peter Zijlstra
1
-1
/
+13
2024-08-17
sched: Split DEQUEUE_SLEEP from deactivate_task()
Peter Zijlstra
1
-10
/
+13
2024-08-17
sched: Allow sched_class::dequeue_task() to fail
Peter Zijlstra
1
-2
/
+5
2024-08-15
rcu: Let dump_cpu_task() be used without preemption disabled
Ryo Takakura
1
-1
/
+1
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
1
-2
/
+2
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
1
-2
/
+2
2024-08-06
sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()
Tejun Heo
1
-2
/
+2
2024-08-06
sched_ext: Simplify UP support by enabling sched_class->balance() in UP
Tejun Heo
1
-3
/
+1
2024-08-06
sched_ext: Add scx_enabled() test to @start_class promotion in put_prev_task_...
Tejun Heo
1
-1
/
+1
2024-08-06
sched_ext: Simplify scx_can_stop_tick() invocation in sched_can_stop_tick()
Tejun Heo
1
-2
/
+2
2024-08-04
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
1
-39
/
+107
2024-07-30
Merge tag 'v6.11-rc1' into for-6.12
Tejun Heo
1
-12
/
+15
2024-07-29
sched/rt: Remove default bandwidth control
Peter Zijlstra
1
-3
/
+6
2024-07-29
sched/core: Fix priority checking for DL server picks
Joel Fernandes (Google)
1
-2
/
+21
2024-07-29
sched/fair: Add trivial fair server
Peter Zijlstra
1
-0
/
+1
2024-07-29
sched/core: Clear prev->dl_server in CFS pick fast path
Youssef Esmat
1
-0
/
+7
2024-07-29
sched/core: Add clearing of ->dl_server in put_prev_task_balance()
Joel Fernandes (Google)
1
-8
/
+8
2024-07-29
sched: remove HZ_BW feature hedge
Phil Auld
1
-1
/
+1
2024-07-29
sched/core: Add WARN_ON_ONCE() to check overflow for migrate_disable()
Peilin He
1
-3
/
+15
2024-07-29
sched: Initialize the vruntime of a new task when it is first enqueued
Zhang Qiao
1
-1
/
+1
2024-07-29
sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
Yang Yingliang
1
-0
/
+1
2024-07-29
sched/core: Introduce sched_set_rq_on/offline() helper
Yang Yingliang
1
-14
/
+26
2024-07-29
sched/smt: Fix unbalance sched_smt_present dec/inc
Yang Yingliang
1
-0
/
+1
2024-07-29
sched/smt: Introduce sched_smt_present_inc/dec() helper
Yang Yingliang
1
-7
/
+19
2024-07-29
treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*
Valentin Schneider
1
-2
/
+2
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-3
/
+3
2024-07-16
Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1818
/
+56
2024-07-15
Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2024-07-11
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
1
-2
/
+5
2024-07-08
sched, sched_ext: Open code for_balance_class_range()
Tejun Heo
1
-1
/
+13
2024-07-08
sched, sched_ext: Simplify dl_prio() case handling in sched_fork()
Tejun Heo
1
-10
/
+4
2024-07-08
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
1
-13
/
+10
2024-07-04
sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...
Tejun Heo
1
-13
/
+10
2024-07-01
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
1
-2
/
+5
2024-06-21
sched, sched_ext: Replace scx_next_task_picked() with sched_class->switch_cla...
Tejun Heo
1
-1
/
+4
2024-06-18
sched_ext: Implement core-sched support
Tejun Heo
1
-1
/
+9
2024-06-18
sched_ext: Implement sched_ext_ops.cpu_online/offline()
Tejun Heo
1
-0
/
+4
2024-06-18
sched_ext: Implement SCX_KICK_WAIT
David Vernet
1
-1
/
+3
2024-06-18
sched_ext: Implement tickless support
Tejun Heo
1
-4
/
+7
2024-06-18
sched_ext: Print sched_ext info when dumping stack
David Vernet
1
-0
/
+1
2024-06-18
sched_ext: Implement runnable task stall watchdog
David Vernet
1
-0
/
+1
2024-06-18
sched_ext: Implement BPF extensible scheduler class
Tejun Heo
1
-2
/
+64
2024-06-18
sched_ext: Add boilerplate for extensible scheduler class
Tejun Heo
1
-8
/
+24
2024-06-18
sched: Factor out cgroup weight conversion functions
Tejun Heo
1
-15
/
+13
2024-06-18
sched: Add sched_class->switching_to() and expose check_class_changing/changed()
Tejun Heo
1
-0
/
+12
2024-06-18
sched: Add sched_class->reweight_task()
Tejun Heo
1
-2
/
+2
2024-06-18
sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
Tejun Heo
1
-1
/
+7
2024-06-18
sched: Restructure sched_class order sanity checks in sched_init()
Tejun Heo
1
-4
/
+4
2024-06-06
rcu/tasks: Fix stale task snaphot for Tasks Trace
Frederic Weisbecker
1
-7
/
+7
[prev]
[next]