index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
sched: Use u64 for bandwidth ratio calculations
Joseph Salisbury
1
-1
/
+1
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-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
2026-01-09
sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()
Cong Wang
1
-2
/
+3
2026-01-08
sched: Further restrict the preemption modes
Peter Zijlstra
1
-1
/
+1
2026-01-05
sched: Enable context analysis for core.c and fair.c
Marco Elver
1
-27
/
+62
2025-12-17
sched: Fix faulty assertion in sched_change_end()
Peter Zijlstra
1
-16
/
+17
2025-12-17
sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()
Peter Zijlstra
1
-9
/
+23
2025-12-14
sched/core: Add assertions to QUEUE_CLASS
Peter Zijlstra
1
-0
/
+13
2025-12-06
Merge tag 'sched-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+2
2025-12-06
sched/rt: Remove a preempt-disable section in rt_mutex_setprio()
Sebastian Andrzej Siewior
1
-4
/
+1
2025-12-06
sched/hrtick: Fix hrtick() vs. scheduling context
Peter Zijlstra
1
-1
/
+1
2025-12-03
Merge tag 'sched_ext-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+6
2025-12-03
Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2025-12-02
Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-430
/
+400
2025-12-01
Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-238
/
+162
2025-11-25
sched/mmcid: Switch over to the new mechanism
Thomas Gleixner
1
-16
/
+99
2025-11-25
sched/mmcid: Implement deferred mode change
Thomas Gleixner
1
-7
/
+51
2025-11-25
sched/mmcid: Provide CID ownership mode fixup functions
Thomas Gleixner
1
-24
/
+254
2025-11-25
sched/mmcid: Provide new scheduler CID mechanism
Thomas Gleixner
1
-0
/
+2
2025-11-25
sched/mmcid: Introduce per task/CPU ownership infrastructure
Thomas Gleixner
1
-0
/
+10
2025-11-25
sched/mmcid: Serialize sched_mm_cid_fork()/exit() with a mutex
Thomas Gleixner
1
-0
/
+22
2025-11-25
sched/mmcid: Provide precomputed maximal value
Thomas Gleixner
1
-17
/
+42
2025-11-25
sched/mmcid: Move initialization out of line
Thomas Gleixner
1
-0
/
+14
2025-11-25
signal: Move MMCID exit out of sighand lock
Thomas Gleixner
1
-2
/
+2
2025-11-25
sched/mmcid: Convert mm CID mask to a bitmap
Thomas Gleixner
1
-1
/
+1
2025-11-20
sched/mmcid: Use cpumask_weighted_or()
Thomas Gleixner
1
-2
/
+3
2025-11-20
sched/mmcid: Prevent pointless work in mm_update_cpus_allowed()
Thomas Gleixner
1
-3
/
+8
2025-11-20
sched/mmcid: Move scheduler code out of global header
Thomas Gleixner
1
-2
/
+18
2025-11-20
sched: Fixup whitespace damage
Thomas Gleixner
1
-4
/
+4
[next]