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
13 days
Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+8
2026-06-19
sched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup path
Rik van Riel
1
-2
/
+13
2026-06-16
block: invalidate cached plug timestamp after task switch
Usama Arif
1
-4
/
+8
2026-06-15
Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...
Linus Torvalds
1
-205
/
+234
2026-06-09
sched/core: Combine separate 'else' and 'if' statements
Liang Luo
1
-2
/
+1
2026-06-02
tick/sched: Move dyntick-idle cputime accounting to cputime code
Frederic Weisbecker
1
-1
/
+5
2026-06-02
sched/fair: Call update_curr() before unthrottling the hierarchy
K Prateek Nayak
1
-1
/
+4
2026-06-02
sched/fair: Allocate cfs_tg_state with percpu allocator
Zecheng Li
1
-22
/
+13
2026-06-02
sched/fair: Remove task_group->se pointer array
Zecheng Li
1
-5
/
+2
2026-06-02
sched: restore timer_slack_ns when resetting RT policy on fork
Guanyou.Chen
1
-0
/
+1
2026-06-02
sched: Simplify ttwu_runnable()
Peter Zijlstra
1
-7
/
+6
2026-06-02
sched/proxy: Remove superfluous clear_task_blocked_in()
Peter Zijlstra
1
-3
/
+0
2026-06-02
sched/proxy: Remove PROXY_WAKING
K Prateek Nayak
1
-1
/
+1
2026-06-02
sched/proxy: Switch proxy to use p->is_blocked
Peter Zijlstra
1
-6
/
+6
2026-06-02
sched/proxy: Only return migrate when needed
Peter Zijlstra
1
-0
/
+15
2026-06-02
sched: Be more strict about p->is_blocked
Peter Zijlstra
1
-1
/
+2
2026-06-02
sched/proxy: Optimize try_to_wake_up()
Peter Zijlstra
1
-10
/
+4
2026-06-02
sched: Add blocked_donor link to task for smarter mutex handoffs
Peter Zijlstra
1
-1
/
+13
2026-06-02
sched: Add is_blocked task flag
John Stultz
1
-1
/
+15
2026-06-02
sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING case
John Stultz
1
-99
/
+96
2026-06-02
sched: Rework block_task so it can be directly called
John Stultz
1
-22
/
+23
2026-06-02
sched: Rework prev_balance() to avoid stale prev references
John Stultz
1
-17
/
+16
2026-05-26
sched: Remove sched_class::pick_next_task()
Peter Zijlstra
1
-18
/
+9
2026-05-26
sched: Use {READ,WRITE}_ONCE() for preempt_dynamic_mode
Peter Zijlstra
1
-7
/
+8
2026-05-26
sched/fair: Fix RCU usage in NOHZ exit path on CPU offline
Andrea Righi
1
-1
/
+2
2026-05-19
Merge branch 'sched/cache'
Peter Zijlstra
1
-0
/
+13
2026-05-19
sched: Switch rq->next_class on proxy_resched_idle()
John Stultz
1
-0
/
+1
2026-05-19
sched: Simplify ifdeffery around cpu_smt_mask
Shrikanth Hegde
1
-6
/
+0
2026-05-05
sched: Use trace_call__<tp>() to save a static branch
Gabriele Monaco
1
-3
/
+11
2026-04-28
sched/fair: Clear rel_deadline when initializing forked entities
Zicheng Qu
1
-0
/
+1
2026-04-15
Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
1
-0
/
+5
2026-04-15
Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2026-04-14
Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-62
/
+272
2026-04-09
sched/cache: Track LLC-preferred tasks per runqueue
Tim Chen
1
-0
/
+5
2026-04-09
sched/cache: Make LLC id continuous
Tim Chen
1
-0
/
+2
2026-04-09
sched/cache: Introduce infrastructure for cache-aware load balancing
Peter Zijlstra (Intel)
1
-0
/
+6
2026-04-07
sched: Use u64 for bandwidth ratio calculations
Joseph Salisbury
1
-1
/
+1
2026-04-03
sched: Handle blocked-waiter migration (and return migration)
John Stultz
1
-38
/
+194
2026-04-03
sched: Add logic to zap balance callbacks if we pick again
John Stultz
1
-2
/
+34
2026-04-03
sched: Add assert_balance_callbacks_empty helper
John Stultz
1
-0
/
+1
2026-04-03
sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...
John Stultz
1
-0
/
+16
2026-04-03
sched: Fix modifying donor->blocked on without proper locking
John Stultz
1
-3
/
+13
2026-04-03
locking: Add task::blocked_lock to serialize blocked_on state
John Stultz
1
-1
/
+3
2026-04-03
sched: Fix potentially missing balancing with Proxy Exec
John Stultz
1
-1
/
+23
2026-04-03
sched: Minimise repeated sched_proxy_exec() checking
John Stultz
1
-11
/
+9
2026-04-03
sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...
John Stultz
1
-24
/
+0
2026-03-31
sched: Add deadline tracepoints
Gabriele Monaco
1
-0
/
+5
2026-03-24
sched/core: Get this cpu once in ttwu_queue_cond()
Shrikanth Hegde
1
-2
/
+4
2026-03-21
Merge tag 'v7.0-rc4' into timers/core, to resolve conflict
Ingo Molnar
1
-51
/
+29
2026-03-17
Merge tag 'v7.0-rc4' into sched/core, to pick up scheduler fixes
Ingo Molnar
1
-51
/
+28
[next]