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
2021-11-26
sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()
Vincent Donnefort
1
-0
/
+3
2020-07-09
sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...
Shile Zhang
1
-2
/
+3
2020-06-29
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
1
-1
/
+2
2019-10-05
sched/core: Fix CPU controller for !RT_GROUP_SCHED
Juri Lelli
1
-4
/
+0
2019-06-11
sched/core: Handle overflow in cpu_shares_write_u64
Konstantin Khlebnikov
1
-0
/
+2
2019-06-11
sched/core: Check quota and period overflow at usec to nsec conversion
Konstantin Khlebnikov
1
-1
/
+6
2019-05-16
sched: Add sched_smt_active()
Ben Hutchings
1
-0
/
+24
2018-12-01
sched/core: Allow __sched_setscheduler() in interrupts when PI is not used
Steven Rostedt (VMware)
1
-2
/
+2
2018-11-10
sched/cgroup: Fix cgroup entity load tracking tear-down
Peter Zijlstra
1
-3
/
+1
2018-03-22
sched: Stop resched_cpu() from sending IPIs to offline CPUs
Paul E. McKenney
1
-1
/
+2
2018-02-16
sched/rt: Up the root domain ref count when passing it around via IPIs
Steven Rostedt (VMware)
1
-0
/
+13
2018-01-31
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
Daniel Bristot de Oliveira
1
-0
/
+2
2017-12-25
sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
Andy Lutomirski
1
-1
/
+1
2017-12-25
sched/core: Add switch_mm_irqs_off() and use it in the scheduler
Andy Lutomirski
1
-3
/
+3
2017-11-30
sched/rt: Simplify the IPI based RT balancing logic
Steven Rostedt (Red Hat)
1
-0
/
+6
2017-11-30
sched: Make resched_cpu() unconditional
Paul E. McKenney
1
-2
/
+1
2017-10-12
sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
Peter Zijlstra
1
-4
/
+3
2017-08-06
sched/cputime: Fix prev steal time accouting during CPU hotplug
Wanpeng Li
1
-1
/
+0
2017-08-06
sched/cgroup: Move sched_online_group() back into css_online() to fix crash
Konstantin Khlebnikov
1
-2
/
+12
2017-07-21
sched/topology: Optimize build_group_mask()
Lauro Ramos Venancio
1
-2
/
+2
2017-07-21
sched/topology: Fix overlapping sched_group_mask
Peter Zijlstra
1
-1
/
+17
2016-09-24
sched/core: Fix a race between try_to_wake_up() and a woken up task
Balbir Singh
1
-0
/
+22
2016-09-07
sched/nohz: Fix affine unpinned timers mess
Wanpeng Li
1
-1
/
+4
2016-08-10
kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...
Andrey Ryabinin
1
-2
/
+4
2016-06-24
sched: panic on corrupted stack end
Jann Horn
1
-1
/
+2
2016-05-04
sched/cgroup: Fix/cleanup cgroup teardown/init
Peter Zijlstra
1
-21
/
+14
2016-04-12
sched/cputime: Fix steal time accounting vs. CPU hotplug
Thomas Gleixner
1
-0
/
+1
2016-02-17
sched: Fix crash in sched_init_numa()
Raghavendra K T
1
-1
/
+1
2015-12-07
Merge branch 'master' into for-4.4-fixes
Tejun Heo
1
-6
/
+30
2015-12-04
sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()
Peter Zijlstra
1
-0
/
+19
2015-12-04
sched/core: Better document the try_to_wake_up() barriers
Peter Zijlstra
1
-1
/
+7
2015-12-04
sched/core: Clear the root_domain cpumasks in init_rootdomain()
Xunlei Pang
1
-4
/
+4
2015-12-04
sched/core: Remove false-positive warning from wake_up_process()
Sasha Levin
1
-1
/
+0
2015-12-03
cgroup: fix handling of multi-destination migration from subtree_control enab...
Tejun Heo
1
-6
/
+6
2015-11-05
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-8
/
+0
2015-11-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-88
/
+115
2015-10-28
Merge branch 'linus' into core/rcu, to fix up a semantic conflict
Ingo Molnar
1
-4
/
+8
2015-10-23
sched/core: Add missing lockdep_unpin() annotations
Peter Zijlstra
1
-1
/
+8
2015-10-20
sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS
Oleg Nesterov
1
-5
/
+7
2015-10-20
sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()
Peter Zijlstra
1
-0
/
+4
2015-10-20
sched: Start stopper early
Peter Zijlstra
1
-3
/
+9
2015-10-20
Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...
Ingo Molnar
1
-3
/
+0
2015-10-20
nohz: Revert "nohz: Set isolcpus when nohz_full is set"
Frederic Weisbecker
1
-3
/
+0
2015-10-19
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+1
2015-10-15
cgroup: keep zombies associated with their original cgroups
Tejun Heo
1
-16
/
+0
2015-10-06
sched: Export sched_setscheduler_nocheck
Davidlohr Bueso
1
-0
/
+1
2015-10-06
sched/core: Remove a parameter in the migrate_task_rq() function
xiaofeng.yan
1
-1
/
+1
2015-10-06
sched/core: Drop unlikely behind BUG_ON()
Geliang Tang
1
-1
/
+1
2015-10-06
sched/core: Fix task and run queue sched_info::run_delay inconsistencies
Peter Zijlstra
1
-19
/
+25
2015-10-06
sched/core: Add preempt_count invariant check
Peter Zijlstra
1
-0
/
+4
[next]