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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-15
sched: Guarantee new group-entities always have weight
Paul Turner
1
-1
/
+2
2014-01-15
sched: Fix hrtimer_cancel()/rq->lock deadlock
Ben Segall
1
-4
/
+11
2014-01-15
sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
Ben Segall
1
-3
/
+11
2014-01-15
sched: Fix race on toggling cfs_bandwidth_used
Ben Segall
3
-9
/
+19
2014-01-08
sched: Avoid throttle_cfs_rq() racing with period_timer stopping
Ben Segall
2
-0
/
+10
2014-01-08
sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities
Kirill Tkhai
1
-0
/
+14
2013-10-01
sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...
Daisuke Nishimura
1
-5
/
+9
2013-08-11
sched: Fix the broken sched_rr_get_interval()
Zhu Yanhai
1
-1
/
+1
2013-04-25
sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s
Tejun Heo
1
-2
/
+4
2013-04-16
sched_clock: Prevent 64bit inatomicity on 32bit systems
Thomas Gleixner
1
-0
/
+26
2013-02-11
sched/rt: Use root_domain of rt_rq not current processor
Shawn Bohrer
1
-1
/
+1
2013-01-27
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
Oleg Nesterov
1
-1
/
+2
2012-12-10
Revert "sched, autogroup: Stop going ahead if autogroup is disabled"
Mike Galbraith
2
-9
/
+0
2012-10-13
sched: Fix migration thread runtime bogosity
Mike Galbraith
1
-1
/
+21
2012-10-13
CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume
Srivatsa S. Bhat
1
-4
/
+36
2012-10-02
sched: Fix race in task_group()
Peter Zijlstra
2
-14
/
+18
2012-09-14
sched: fix divide by zero at {thread_group,task}_times
Stanislaw Gruszka
1
-14
/
+20
2012-09-14
sched,cgroup: Fix up task_groups list
Mike Galbraith
2
-1
/
+2
2012-07-19
sched/nohz: Rewrite and fix load-avg computation -- again
Peter Zijlstra
3
-75
/
+203
2012-06-17
sched: Fix the relax_domain_level boot parameter
Dimitri Sivanich
1
-6
/
+3
2012-05-09
sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...
Igor Mammedov
1
-0
/
+2
2012-04-26
sched: Fix OOPS when build_sched_domains() percpu allocation fails
he, bo
1
-6
/
+16
2012-04-26
sched: Fix more load-balancing fallout
Peter Zijlstra
2
-8
/
+11
2012-03-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-9
/
+7
2012-03-31
sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()
Srivatsa S. Bhat
1
-2
/
+2
2012-03-29
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-25
/
+55
2012-03-29
Merge branch 'sched/arch' into sched/urgent
Ingo Molnar
2
-0
/
+4
2012-03-29
sched: Fix __schedule_bug() output when called from an interrupt
Stephen Boyd
1
-7
/
+1
2012-03-28
Add #includes needed to permit the removal of asm/system.h
David Howells
1
-0
/
+1
2012-03-27
sched/rt: Improve pick_next_highest_task_rt()
Michael J Wang
1
-1
/
+1
2012-03-27
sched: Fix select_fallback_rq() vs cpu_active/cpu_online
Peter Zijlstra
1
-16
/
+46
2012-03-23
sched: Fix compiler warning about declared inline after use
Peter Zijlstra
1
-8
/
+8
2012-03-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-0
/
+1
2012-03-20
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-12
/
+8
2012-03-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-289
/
+307
2012-03-13
sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callback
Catalin Marinas
2
-0
/
+4
2012-03-12
sched: Fix nohz load accounting -- again!
Peter Zijlstra
1
-27
/
+26
2012-03-12
sched: Update yield() docs
Peter Zijlstra
1
-2
/
+18
2012-03-12
printk/sched: Introduce special printk_sched() for those awkward moments
Peter Zijlstra
2
-2
/
+8
2012-03-12
sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancer
Diwakar Tundlam
1
-0
/
+1
2012-03-12
sched: Cleanup cpu_active madness
Peter Zijlstra
1
-1
/
+1
2012-03-12
sched: Fix load-balance wreckage
Peter Zijlstra
1
-71
/
+39
2012-03-07
Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...
Linus Torvalds
1
-2
/
+2
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2
-1
/
+2
2012-03-02
sched: Clean up parameter passing of proc_sched_autogroup_set_nice()
Hiroshi Shimamoto
1
-6
/
+6
2012-03-01
sched: Ditch per cgroup task lists for load-balancing
Peter Zijlstra
3
-109
/
+80
2012-03-01
sched: Rename load-balancing fields
Peter Zijlstra
1
-58
/
+60
2012-03-01
sched: Move load-balancing arguments into helper struct
Peter Zijlstra
1
-84
/
+93
2012-03-01
sched/rt: Do not submit new work when PI-blocked
Thomas Gleixner
1
-1
/
+1
2012-03-01
sched/rt: Prevent idle task boosting
Thomas Gleixner
1
-2
/
+19
[next]