index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
sched.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-17
sched/features: Distinguish between NORMAL and DEADLINE hrtick
Juri Lelli
1
-2
/
+24
2021-02-17
sched/features: Fix hrtick reprogramming
Juri Lelli
1
-0
/
+1
2021-02-17
sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIO
Dietmar Eggemann
1
-1
/
+1
2021-02-17
Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branch
Ingo Molnar
1
-0
/
+1
2021-01-22
sched: Prepare to use balance_push in ttwu()
Peter Zijlstra
1
-0
/
+1
2021-01-14
sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use it
Viresh Kumar
1
-5
/
+5
2021-01-14
sched/core: Move schedutil_cpu_util() to core.c
Viresh Kumar
1
-11
/
+1
2020-12-15
sched: Optimize finish_lock_switch()
Peter Zijlstra
1
-8
/
+5
2020-11-24
sched: Make migrate_disable/enable() independent of RT
Thomas Gleixner
1
-2
/
+2
2020-11-10
sched: Remove select_task_rq()'s sd_flag parameter
Valentin Schneider
1
-1
/
+1
2020-11-10
sched: Add WF_TTWU, WF_EXEC wakeup flags
Valentin Schneider
1
-7
/
+14
2020-11-10
Merge branch 'sched/migrate-disable'
Peter Zijlstra
1
-3
/
+56
2020-11-10
sched: Fix migrate_disable() vs rt/dl balancing
Peter Zijlstra
1
-0
/
+32
2020-11-10
sched/core: Make migrate disable and CPU hotplug cooperative
Thomas Gleixner
1
-0
/
+4
2020-11-10
sched: Add migrate_disable()
Peter Zijlstra
1
-2
/
+4
2020-11-10
sched: Massage set_cpus_allowed()
Peter Zijlstra
1
-2
/
+5
2020-11-10
sched/core: Wait for tasks being pushed away on hotplug
Thomas Gleixner
1
-0
/
+4
2020-11-10
sched/hotplug: Ensure only per-cpu kthreads run during hotplug
Peter Zijlstra
1
-1
/
+6
2020-11-10
sched: Fix balance_callback()
Peter Zijlstra
1
-0
/
+3
2020-10-29
sched: Remove relyance on STRUCT_ALIGNMENT
Peter Zijlstra
1
-2
/
+15
2020-10-29
sched/deadline: Fix sched_dl_global_validate()
Peng Liu
1
-24
/
+18
2020-10-29
sched/deadline: Optimize sched_dl_global_validate()
Peng Liu
1
-0
/
+9
2020-10-14
sched/features: Fix !CONFIG_JUMP_LABEL case
Juri Lelli
1
-3
/
+10
2020-10-14
sched: Replace zero-length array with flexible-array
zhuguangqing
1
-1
/
+1
2020-08-06
sched: Fix use of count for nr_running tracepoint
Phil Auld
1
-1
/
+1
2020-08-01
sched: Document arch_scale_*_capacity()
Valentin Schneider
1
-0
/
+10
2020-07-28
sched: Remove duplicated tick_nohz_full_enabled() check
Miaohe Lin
1
-6
/
+1
2020-07-22
sched: Better document ttwu()
Peter Zijlstra
1
-0
/
+10
2020-07-08
sched: Add a tracepoint to track rq->nr_running
Phil Auld
1
-0
/
+10
2020-07-08
sched/uclamp: Protect uclamp fast path code with static key
Qais Yousef
1
-2
/
+45
2020-07-08
sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9
Peter Zijlstra
1
-1
/
+2
2020-07-08
Merge branch 'sched/urgent'
Peter Zijlstra
1
-1
/
+1
2020-06-28
sched/core: s/WF_ON_RQ/WQ_ON_CPU/
Peter Zijlstra
1
-1
/
+1
2020-06-25
sched: Remove struct sched_class::next field
Steven Rostedt (VMware)
1
-1
/
+0
2020-06-25
sched: Have sched_class_highest define by vmlinux.lds.h
Steven Rostedt (VMware)
1
-8
/
+9
2020-06-15
sched/deadline: Make DL capacity-aware
Luca Abeni
1
-0
/
+15
2020-06-15
sched/deadline: Improve admission control for asymmetric CPU capacities
Luca Abeni
1
-3
/
+3
2020-06-15
sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()
Dietmar Eggemann
1
-1
/
+1
2020-05-28
sched: Replace rq::wake_list
Peter Zijlstra
1
-8
/
+0
2020-05-28
sched: Add rq::ttwu_pending
Peter Zijlstra
1
-1
/
+3
2020-05-28
smp: Optimize send_call_function_single_ipi()
Peter Zijlstra
1
-3
/
+4
2020-05-28
sched: Fix smp_call_function_single_async() usage for ILB
Peter Zijlstra
1
-0
/
+1
2020-05-25
sched/core: Offload wakee task activation if it the wakee is descheduling
Mel Gorman
1
-1
/
+2
2020-05-19
sched: Defend cfs and rt bandwidth quota against overflow
Huaixin Chang
1
-0
/
+2
2020-05-19
sched/fair: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-12
sched: Clean up scheduler_ipi()
Peter Zijlstra (Intel)
1
-2
/
+4
2020-04-30
sched: Make newidle_balance() static again
Chen Yu
1
-4
/
+0
2020-04-30
sched/fair: Remove distribute_running from CFS bandwidth
Josh Don
1
-1
/
+0
2020-04-08
sched/core: Remove unused rq::last_load_update_tick
Vincent Donnefort
1
-1
/
+0
2020-04-08
sched/fair: Align rq->avg_idle and rq->avg_scan_cost
Valentin Schneider
1
-0
/
+6
[next]