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
2017-11-30
sched: Make resched_cpu() unconditional
Paul E. McKenney
1
-2
/
+1
2017-07-21
sched/topology: Fix overlapping sched_group_mask
Peter Zijlstra
1
-1
/
+17
2017-07-21
sched/topology: Optimize build_group_mask()
Lauro Ramos Venancio
1
-2
/
+2
2017-05-20
sched: panic on corrupted stack end
Jann Horn
1
-1
/
+2
2017-04-30
perf: Avoid horrible stack usage
Peter Zijlstra (Intel)
1
-1
/
+1
2016-10-05
sched/core: Fix a race between try_to_wake_up() and a woken up task
Balbir Singh
1
-0
/
+22
2016-07-12
kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...
Andrey Ryabinin
1
-2
/
+4
2016-04-12
sched: Fix crash in sched_init_numa()
Raghavendra K T
1
-1
/
+1
2015-12-02
sched: Fix cpu_active_mask/cpu_online_mask race
Jan H. Schönherr
1
-0
/
+8
2015-10-27
sched/core: Fix TASK_DEAD race in finish_task_switch()
Peter Zijlstra
1
-5
/
+5
2015-10-27
sched: access local runqueue directly in single_task_running
Dominik Dingel
1
-4
/
+11
2015-06-10
sched: Handle priority boosted tasks proper in setscheduler()
Thomas Gleixner
1
-12
/
+14
2015-04-24
sched: Fix RLIMIT_RTTIME when PI-boosting to RT
Brian Silverman
1
-0
/
+2
2015-03-23
sched/autogroup: Fix failure to set cpu.rt_runtime_us
Peter Zijlstra
1
-0
/
+6
2015-03-23
sched: Fix hrtick_start() on UP
Wanpeng Li
1
-0
/
+5
2015-01-16
sched: Add missing rcu protection to wake_up_all_idle_cpus
Andy Lutomirski
1
-2
/
+7
2014-12-03
context_tracking: Restore previous state in schedule_user
Andy Lutomirski
1
-2
/
+6
2014-11-16
sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency
Stanislaw Gruszka
1
-27
/
+11
2014-11-16
sched/cputime: Fix cpu_timer_sample_group() double accounting
Peter Zijlstra
1
-13
/
+0
2014-11-10
sched/numa: Fix out of bounds read in sched_init_numa()
Andrey Ryabinin
1
-0
/
+4
2014-11-04
sched: Remove lockdep check in sched_move_task()
Kirill Tkhai
1
-2
/
+6
2014-10-28
sched: stop the unbound recursion in preempt_schedule_context()
Oleg Nesterov
1
-0
/
+41
2014-10-28
sched: Fix race between task_group and sched_task_group
Kirill Tkhai
1
-0
/
+6
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-106
/
+189
2014-10-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-16
/
+0
2014-10-03
sched/dl: Use dl_bw_of() under rcu_read_lock_sched()
Kirill Tkhai
1
-9
/
+16
2014-09-24
sched: Use rq->rd in sched_setaffinity() under RCU read lock
Kirill Tkhai
1
-4
/
+5
2014-09-24
sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'
Kirill Tkhai
1
-4
/
+4
2014-09-24
sched: Use dl_bw_of() under RCU read lock
Kirill Tkhai
1
-0
/
+10
2014-09-24
sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSW
Peter Zijlstra
1
-6
/
+0
2014-09-24
sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...
Oleg Nesterov
1
-10
/
+6
2014-09-24
sched: Fix the task-group check in tg_has_rt_tasks()
Oleg Nesterov
1
-1
/
+1
2014-09-24
sched/deadline: Clear dl_entity params when setscheduling to different class
Juri Lelli
1
-4
/
+15
2014-09-21
sched: Clean up some typos and grammatical errors in code/comments
Zhihui Zhang
1
-2
/
+2
2014-09-19
sched: Add default-disabled option to BUG() when stack end location is overwr...
Aaron Tomlin
1
-0
/
+3
2014-09-19
sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not running
Kirill Tkhai
1
-15
/
+32
2014-09-19
sched/core: Use put_prev_task() accessor where possible
Kirill Tkhai
1
-4
/
+4
2014-09-19
sched: Add new API wake_up_if_idle() to wake up the idle cpu
Chuansheng Liu
1
-0
/
+19
2014-09-09
sched: Migrate waking tasks
Lai Jiangshan
1
-1
/
+7
2014-09-08
Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...
Ingo Molnar
1
-0
/
+7
2014-09-07
sched/deadline: Fix a precision problem in the microseconds range
xiaofeng.yan
1
-1
/
+9
2014-08-25
sched: Add function single_task_running to let a task check if it is the only...
Tim Chen
1
-0
/
+12
2014-08-20
sched: Remove double_rq_lock() from __migrate_task()
Kirill Tkhai
1
-8
/
+15
2014-08-20
sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING state
Kirill Tkhai
1
-3
/
+9
2014-08-20
sched: Add wrapper for checking task_struct::on_rq
Kirill Tkhai
1
-41
/
+41
2014-08-20
sched: s/do_each_thread/for_each_process_thread/ in core.c
Oleg Nesterov
1
-7
/
+6
2014-08-13
locking: Remove deprecated smp_mb__() barriers
Peter Zijlstra
1
-16
/
+0
2014-08-12
sched: Rename a misleading variable in build_overlap_sched_groups()
Zhihui Zhang
1
-7
/
+6
2014-08-11
Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
1
-0
/
+7
2014-08-06
cpuidle: menu: Lookup CPU runqueues less
Mel Gorman
1
-0
/
+7
[next]