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
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
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
2026-02-26
sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...
Zicheng Qu
1
-0
/
+4
2026-02-26
sched: Fix build for modules using set_tsk_need_resched()
Gabriele Monaco
1
-0
/
+1
2026-02-26
sched: Export hidden tracepoints to modules
Gabriele Monaco
1
-0
/
+3
2026-02-16
sched/mmcid: Don't assume CID is CPU owned on mode switch
Thomas Gleixner
1
-4
/
+3
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-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-09
sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()
Cong Wang
1
-2
/
+3
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
2025-11-20
sched/mmcid: Use proper data structures
Thomas Gleixner
1
-8
/
+8
2025-11-20
sched/mmcid: Revert the complex CID management
Thomas Gleixner
1
-500
/
+17
2025-11-17
sched/fair: Proportional newidle balance
Peter Zijlstra
1
-0
/
+3
2025-11-17
sched: Increase sched_tick_remote timeout
Phil Auld
1
-1
/
+1
2025-11-11
sched/core: Remove double update_rq_clock() in __set_cpus_allowed_ptr_locked()
Hao Jia
1
-2
/
+0
2025-11-06
sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remaining
Aaron Lu
1
-1
/
+1
2025-11-04
rseq: Optimize event setting
Thomas Gleixner
1
-1
/
+6
2025-11-04
rseq: Simplify the event notification
Thomas Gleixner
1
-4
/
+1
2025-11-03
sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...
Tejun Heo
1
-0
/
+6
2025-11-03
sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kern...
Tejun Heo
1
-0
/
+4
2025-11-03
cgroup: Defer task cgroup unlink until after the task is done switching out
Tejun Heo
1
-0
/
+2
2025-10-29
Merge branch 'linus/master' into sched/core, to resolve conflict
Peter Zijlstra
1
-0
/
+2
2025-10-28
sched: Fix the do_set_cpus_allowed() locking fix
Peter Zijlstra
1
-10
/
+7
2025-10-16
sched/ext: Fold balance_scx() into pick_task_scx()
Peter Zijlstra
1
-13
/
+0
2025-10-16
sched: Add support to pick functions to take rf
Joel Fernandes
1
-9
/
+26
2025-10-16
sched: Detect per-class runqueue changes
Peter Zijlstra
1
-0
/
+2
2025-10-16
sched: Mandate shared flags for sched_change
Peter Zijlstra
1
-0
/
+6
2025-10-16
sched: Cleanup the sched_change NOCLOCK usage
Peter Zijlstra
1
-22
/
+11
[next]