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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-07
sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
Andy Lutomirski
1
-1
/
+1
2018-01-07
sched/core: Add switch_mm_irqs_off() and use it in the scheduler
Andy Lutomirski
1
-3
/
+3
2017-10-12
sched/topology: Fix building of overlapping sched-groups
Peter Zijlstra
1
-1
/
+1
2017-07-18
sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
Matt Fleming
1
-2
/
+2
2016-11-20
sched/core: Fix a race between try_to_wake_up() and a woken up task
Balbir Singh
1
-0
/
+22
2016-11-20
sched/cputime: Fix prev steal time accouting during CPU hotplug
Wanpeng Li
1
-14
/
+0
2016-08-22
kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...
Andrey Ryabinin
1
-2
/
+4
2016-08-22
sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems
Vik Heyndrickx
1
-4
/
+7
2016-05-01
sched/cputime: Fix steal time accounting vs. CPU hotplug
Thomas Gleixner
1
-0
/
+14
2015-12-30
sched/core: Clear the root_domain cpumasks in init_rootdomain()
Xunlei Pang
1
-3
/
+3
2015-12-30
sched/core: Remove false-positive warning from wake_up_process()
Sasha Levin
1
-1
/
+0
2015-11-17
sched/core: Fix TASK_DEAD race in finish_task_switch()
Peter Zijlstra
1
-6
/
+8
2015-05-09
sched: Fix RLIMIT_RTTIME when PI-boosting to RT
Brian Silverman
1
-1
/
+4
2015-05-09
sched/autogroup: Fix failure to set cpu.rt_runtime_us
Peter Zijlstra
1
-0
/
+6
2014-02-15
sched: Unthrottle rt runqueues in __disable_runtime()
Peter Boonstoppel
1
-5
/
+8
2013-05-30
sched/debug: Fix sd->*_idx limit range avoiding overflow
libin
1
-1
/
+1
2013-05-30
sched/debug: Limit sd->*_idx range on sysctl
Namhyung Kim
1
-13
/
+22
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-02-20
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
Oleg Nesterov
1
-1
/
+2
2012-10-10
CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume
Srivatsa S. Bhat
1
-4
/
+36
2012-09-12
sched: fix divide by zero at {thread_group,task}_times
Stanislaw Gruszka
1
-14
/
+20
2012-08-10
sched: Fix race in task_group()
Peter Zijlstra
1
-14
/
+18
2012-08-02
sched/nohz: Fix rq->cpu_load calculations some more
Peter Zijlstra
1
-10
/
+43
2012-08-02
sched/nohz: Fix rq->cpu_load[] calculations
Peter Zijlstra
1
-13
/
+40
2012-07-25
sched/nohz: Rewrite and fix load-avg computation -- again
Peter Zijlstra
1
-73
/
+203
2012-06-19
sched: Fix the relax_domain_level boot parameter
Dimitri Sivanich
1
-6
/
+3
2012-05-11
sched: Fix nohz load accounting -- again!
Peter Zijlstra
1
-27
/
+26
2012-05-11
sched: Fix OOPS when build_sched_domains() percpu allocation fails
he, bo
1
-6
/
+16
2011-11-14
sched: Set the command name of the idle tasks in SMP kernels
Carsten Emde
1
-0
/
+4
2011-11-14
sched: Document wait_for_completion_*() return values
J. Bruce Fields
1
-0
/
+13
2011-11-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+0
2011-10-26
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-117
/
+549
2011-10-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+2
2011-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-10-06
sched: Don't use tasklist_lock for debug prints
Thomas Gleixner
1
-2
/
+2
2011-10-06
sched: Unify the ->cpus_allowed mask copy
Peter Zijlstra
1
-4
/
+3
2011-10-06
sched: Wrap scheduler p->cpus_allowed access
Peter Zijlstra
1
-4
/
+4
2011-10-06
sched: Request for idle balance during nohz idle load balance
Suresh Siddha
1
-3
/
+5
2011-10-06
sched: Use resched IPI to kick off the nohz idle balance
Suresh Siddha
1
-2
/
+19
2011-10-04
sched: Fix idle_cpu()
Thomas Gleixner
1
-1
/
+14
2011-10-04
sched: Convert to struct llist
Peter Zijlstra
1
-38
/
+10
2011-10-04
Merge branch 'linus' into sched/core
Ingo Molnar
1
-25
/
+1
2011-09-30
posix-cpu-timers: Cure SMP wobbles
Peter Zijlstra
1
-24
/
+0
2011-09-28
nohz: Remove nohz_cpu_mask
Shi, Alex
1
-11
/
+0
2011-09-28
rcu: Restore checks for blocking in RCU read-side critical sections
Paul E. McKenney
1
-0
/
+2
2011-09-27
treewide: Correct spelling of successfully in comments
Joe Perches
1
-1
/
+1
2011-09-26
sched: Fix up wchan borkage
Simon Kirby
1
-1
/
+1
2011-09-20
sched: Allow SD_NODES_PER_DOMAIN to be overridden
Anton Blanchard
1
-2
/
+0
2011-09-18
Merge branch 'linus' into sched/core
Ingo Molnar
1
-16
/
+27
2011-09-07
Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-15
/
+26
[next]