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
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-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
2026-03-11
sched/mmcid: Avoid full tasklist walks
Thomas Gleixner
1
-42
/
+12
2026-03-11
sched/mmcid: Remove pointless preempt guard
Thomas Gleixner
1
-5
/
+7
2026-03-11
sched/mmcid: Handle vfork()/CLONE_VM correctly
Thomas Gleixner
1
-4
/
+1
2026-03-11
sched/mmcid: Prevent CID stalls due to concurrent forks
Thomas Gleixner
1
-7
/
+15
2026-03-09
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
1
-7
/
+2
2026-03-06
sched_ext: Add @kargs to scx_fork()
Tejun Heo
1
-1
/
+1
2026-03-06
sched/headers: Inline raw_spin_rq_unlock()
Xie Yuanbin
1
-5
/
+0
2026-03-06
sched/hrtick: Mark hrtick_clear() as always used
Ingo Molnar
1
-1
/
+1
2026-02-27
sched/core: Prepare for deferred hrtimer rearming
Peter Zijlstra
1
-0
/
+6
2026-02-27
sched/hrtick: Mark hrtick timer LAZY_REARM
Peter Zijlstra
1
-1
/
+2
2026-02-27
sched/hrtick: Avoid tiny hrtick rearms
Thomas Gleixner
1
-5
/
+19
2026-02-27
sched: Optimize hrtimer handling
Thomas Gleixner
1
-9
/
+48
2026-02-27
sched: Avoid ktime_get() indirection
Thomas Gleixner
1
-2
/
+1
2026-02-23
sched: Replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-2
/
+2
2026-02-23
sched/core: Fix wakeup_preempt's next_class tracking
Peter Zijlstra
1
-0
/
+1
2026-02-11
sched/mmcid: Don't assume CID is CPU owned on mode switch
Thomas Gleixner
1
-4
/
+3
2026-02-10
Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+5
2026-02-10
Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-22
/
+64
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-27
/
+62
2026-02-04
sched/mmcid: Drop per CPU CID immediately when switching to per task mode
Thomas Gleixner
1
-2
/
+8
2026-02-04
sched/mmcid: Protect transition on weakly ordered systems
Thomas Gleixner
1
-22
/
+44
2026-02-04
sched/mmcid: Prevent live lock on task to CPU mode transition
Thomas Gleixner
1
-44
/
+84
2026-02-03
sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...
Zicheng Qu
1
-0
/
+4
2026-02-03
sched_ext: Add a DL server for sched_ext tasks
Andrea Righi
1
-0
/
+6
2026-02-03
Merge branch 'v6.19-rc8'
Peter Zijlstra
1
-9
/
+14
2026-01-22
sched: Update rq->avg_idle when a task is moved to an idle CPU
Shubhang Kaushik
1
-12
/
+12
2026-01-15
sched: Fix build for modules using set_tsk_need_resched()
Gabriele Monaco
1
-0
/
+1
2026-01-15
sched: Deadline has dynamic priority
Peter Zijlstra
1
-1
/
+1
2026-01-15
sched: Audit MOVE vs balance_callbacks
Peter Zijlstra
1
-1
/
+3
2026-01-15
sched: Fold rq-pin swizzle into __balance_callbacks()
Peter Zijlstra
1
-6
/
+8
2026-01-13
sched: Export hidden tracepoints to modules
Gabriele Monaco
1
-0
/
+3
2026-01-12
sched: Move clock related paravirt code to kernel/sched
Juergen Gross
1
-0
/
+5
[next]