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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-06
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
1
-3
/
+9
2021-05-06
sched: Fix out-of-bound access in uclamp
Quentin Perret
1
-1
/
+1
2021-05-06
psi: Fix psi state corruption when schedule() races with cgroup move
Johannes Weiner
1
-10
/
+26
2021-04-28
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
20
-662
/
+798
2021-04-28
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+9
2021-04-26
Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-17
/
+13
2021-04-26
Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2021-04-21
kthread: Fix PF_KTHREAD vs to_kthread() race
Peter Zijlstra
2
-2
/
+2
2021-04-21
sched/debug: Fix cgroup_path[] serialization
Waiman Long
1
-13
/
+29
2021-04-21
sched,psi: Handle potential task count underflow bugs more gracefully
Charan Teja Reddy
1
-2
/
+3
2021-04-21
sched: Warn on long periods of pending need_resched
Paul Turner
4
-1
/
+94
2021-04-20
sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...
YueHaibing
1
-22
/
+18
2021-04-17
sched/debug: Rename the sched_debug parameter to sched_verbose
Peter Zijlstra
3
-9
/
+9
2021-04-16
sched,fair: Alternative sched_slice()
Peter Zijlstra
2
-1
/
+14
2021-04-16
sched: Move /proc/sched_debug to debugfs
Peter Zijlstra
1
-9
/
+16
2021-04-16
sched,debug: Convert sysctl sched_domains to debugfs
Peter Zijlstra
3
-211
/
+59
2021-04-16
sched,preempt: Move preempt_dynamic to debug.c
Peter Zijlstra
3
-77
/
+78
2021-04-16
sched: Move SCHED_DEBUG sysctl to debugfs
Peter Zijlstra
4
-12
/
+77
2021-04-16
sched: Use cpu_dying() to fix balance_push vs hotplug-rollback
Peter Zijlstra
2
-12
/
+15
2021-04-12
Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...
Rafael J. Wysocki
1
-0
/
+1
2021-04-09
sched/fair: Introduce a CPU capacity comparison helper
Valentin Schneider
1
-23
/
+10
2021-04-09
sched/fair: Clean up active balance nr_balance_failed trickery
Valentin Schneider
1
-16
/
+15
2021-04-09
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
1
-0
/
+4
2021-04-09
sched/fair: Bring back select_idle_smt(), but differently
Rik van Riel
1
-12
/
+43
2021-04-09
static_call: Relax static_call_update() function argument type
Peter Zijlstra
1
-9
/
+9
2021-04-08
psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi files
Josh Hunt
1
-6
/
+14
2021-03-25
sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()
Barry Song
1
-1
/
+1
2021-03-25
sched/core: Use -EINVAL in sched_dynamic_mode()
Rasmus Villemoes
1
-1
/
+1
2021-03-25
sched/core: Stop using magic values in sched_dynamic_mode()
Rasmus Villemoes
1
-3
/
+3
2021-03-23
sched/fair: Reduce long-tail newly idle balance cost
Aubrey Li
1
-0
/
+9
2021-03-23
sched/fair: Optimize test_idle_cores() for !SMT
Barry Song
1
-3
/
+5
2021-03-23
psi: Reduce calls to sched_clock() in psi
Shakeel Butt
1
-9
/
+10
2021-03-22
cpufreq: CPPC: Add support for frequency invariance
Viresh Kumar
1
-0
/
+1
2021-03-22
sched: Fix various typos
Ingo Molnar
19
-41
/
+41
2021-03-18
cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch...
Yue Hu
1
-17
/
+12
2021-03-17
irqtime: Make accounting correct on RT
Thomas Gleixner
1
-2
/
+2
2021-03-10
sched: Remove unnecessary variable from schedule_tail()
Edmundo Carmona Antoranz
1
-3
/
+1
2021-03-10
sched: Optimize __calc_delta()
Clement Courbet
2
-8
/
+12
2021-03-06
psi: Optimize task switch inside shared cgroups
Chengming Zhou
2
-26
/
+37
2021-03-06
psi: Pressure states are unlikely
Johannes Weiner
1
-7
/
+7
2021-03-06
psi: Use ONCPU state tracking machinery to detect reclaim
Chengming Zhou
3
-51
/
+24
2021-03-06
psi: Add PSI_CPU_FULL state
Chengming Zhou
1
-3
/
+11
2021-03-06
sched/topology: fix the issue groups don't span domain->span for NUMA diamete...
Barry Song
1
-30
/
+61
2021-03-06
sched/pelt: Fix task util_est update filtering
Vincent Donnefort
1
-3
/
+12
2021-03-06
sched/fair: Fix shift-out-of-bounds in load_balance()
Valentin Schneider
2
-2
/
+8
2021-03-06
sched/fair: use lsub_positive in cpu_util_next()
Vincent Donnefort
1
-1
/
+1
2021-03-06
sched/fair: Fix task utilization accountability in compute_energy()
Vincent Donnefort
1
-4
/
+20
2021-03-06
sched/fair: Reduce the window for duplicated update
Vincent Guittot
1
-3
/
+8
2021-03-06
sched/fair: Trigger the update of blocked load on newly idle cpu
Vincent Guittot
4
-4
/
+35
2021-03-06
sched/membarrier: fix missing local execution of ipi_sync_rq_state()
Mathieu Desnoyers
1
-3
/
+1
[next]