index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
sched.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: Warn on long periods of pending need_resched
Paul Turner
2021-04-21
1
-0
/
+10
*
sched/debug: Rename the sched_debug parameter to sched_verbose
Peter Zijlstra
2021-04-17
1
-1
/
+1
*
sched,debug: Convert sysctl sched_domains to debugfs
Peter Zijlstra
2021-04-16
1
-7
/
+3
*
sched,preempt: Move preempt_dynamic to debug.c
Peter Zijlstra
2021-04-16
1
-2
/
+9
*
sched: Move SCHED_DEBUG sysctl to debugfs
Peter Zijlstra
2021-04-16
1
-0
/
+2
*
sched: Use cpu_dying() to fix balance_push vs hotplug-rollback
Peter Zijlstra
2021-04-16
1
-1
/
+0
*
sched: Fix various typos
Ingo Molnar
2021-03-22
1
-4
/
+4
*
sched: Optimize __calc_delta()
Clement Courbet
2021-03-10
1
-0
/
+1
*
sched/fair: Fix shift-out-of-bounds in load_balance()
Valentin Schneider
2021-03-06
1
-0
/
+7
*
sched/fair: Trigger the update of blocked load on newly idle cpu
Vincent Guittot
2021-03-06
1
-0
/
+7
*
sched/features: Distinguish between NORMAL and DEADLINE hrtick
Juri Lelli
2021-02-17
1
-2
/
+24
*
sched/features: Fix hrtick reprogramming
Juri Lelli
2021-02-17
1
-0
/
+1
*
sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIO
Dietmar Eggemann
2021-02-17
1
-1
/
+1
*
Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branch
Ingo Molnar
2021-02-17
1
-0
/
+1
|
\
|
*
sched: Prepare to use balance_push in ttwu()
Peter Zijlstra
2021-01-22
1
-0
/
+1
*
|
sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use it
Viresh Kumar
2021-01-14
1
-5
/
+5
*
|
sched/core: Move schedutil_cpu_util() to core.c
Viresh Kumar
2021-01-14
1
-11
/
+1
|
/
*
sched: Optimize finish_lock_switch()
Peter Zijlstra
2020-12-15
1
-8
/
+5
*
sched: Make migrate_disable/enable() independent of RT
Thomas Gleixner
2020-11-24
1
-2
/
+2
*
sched: Remove select_task_rq()'s sd_flag parameter
Valentin Schneider
2020-11-10
1
-1
/
+1
*
sched: Add WF_TTWU, WF_EXEC wakeup flags
Valentin Schneider
2020-11-10
1
-7
/
+14
*
Merge branch 'sched/migrate-disable'
Peter Zijlstra
2020-11-10
1
-3
/
+56
|
\
|
*
sched: Fix migrate_disable() vs rt/dl balancing
Peter Zijlstra
2020-11-10
1
-0
/
+32
|
*
sched/core: Make migrate disable and CPU hotplug cooperative
Thomas Gleixner
2020-11-10
1
-0
/
+4
|
*
sched: Add migrate_disable()
Peter Zijlstra
2020-11-10
1
-2
/
+4
|
*
sched: Massage set_cpus_allowed()
Peter Zijlstra
2020-11-10
1
-2
/
+5
|
*
sched/core: Wait for tasks being pushed away on hotplug
Thomas Gleixner
2020-11-10
1
-0
/
+4
|
*
sched/hotplug: Ensure only per-cpu kthreads run during hotplug
Peter Zijlstra
2020-11-10
1
-1
/
+6
|
*
sched: Fix balance_callback()
Peter Zijlstra
2020-11-10
1
-0
/
+3
*
|
sched: Remove relyance on STRUCT_ALIGNMENT
Peter Zijlstra
2020-10-29
1
-2
/
+15
*
|
sched/deadline: Fix sched_dl_global_validate()
Peng Liu
2020-10-29
1
-24
/
+18
*
|
sched/deadline: Optimize sched_dl_global_validate()
Peng Liu
2020-10-29
1
-0
/
+9
|
/
*
sched/features: Fix !CONFIG_JUMP_LABEL case
Juri Lelli
2020-10-14
1
-3
/
+10
*
sched: Replace zero-length array with flexible-array
zhuguangqing
2020-10-14
1
-1
/
+1
*
sched: Fix use of count for nr_running tracepoint
Phil Auld
2020-08-06
1
-1
/
+1
*
sched: Document arch_scale_*_capacity()
Valentin Schneider
2020-08-01
1
-0
/
+10
*
sched: Remove duplicated tick_nohz_full_enabled() check
Miaohe Lin
2020-07-28
1
-6
/
+1
*
sched: Better document ttwu()
Peter Zijlstra
2020-07-22
1
-0
/
+10
*
sched: Add a tracepoint to track rq->nr_running
Phil Auld
2020-07-08
1
-0
/
+10
*
sched/uclamp: Protect uclamp fast path code with static key
Qais Yousef
2020-07-08
1
-2
/
+45
*
sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9
Peter Zijlstra
2020-07-08
1
-1
/
+2
*
Merge branch 'sched/urgent'
Peter Zijlstra
2020-07-08
1
-1
/
+1
|
\
|
*
sched/core: s/WF_ON_RQ/WQ_ON_CPU/
Peter Zijlstra
2020-06-28
1
-1
/
+1
*
|
sched: Remove struct sched_class::next field
Steven Rostedt (VMware)
2020-06-25
1
-1
/
+0
*
|
sched: Have sched_class_highest define by vmlinux.lds.h
Steven Rostedt (VMware)
2020-06-25
1
-8
/
+9
*
|
sched/deadline: Make DL capacity-aware
Luca Abeni
2020-06-15
1
-0
/
+15
*
|
sched/deadline: Improve admission control for asymmetric CPU capacities
Luca Abeni
2020-06-15
1
-3
/
+3
*
|
sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()
Dietmar Eggemann
2020-06-15
1
-1
/
+1
|
/
*
sched: Replace rq::wake_list
Peter Zijlstra
2020-05-28
1
-8
/
+0
*
sched: Add rq::ttwu_pending
Peter Zijlstra
2020-05-28
1
-1
/
+3
[next]