Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6e050503a150b2126620c1a1e9b3a368fcd51eac
/
kernel
/
sched
« Previous
db6ea2f
sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernels
by Wanpeng Li
· 9 years ago
7b20b91
sched/fair: Optimize sum computation with a lookup table
by Yuyang Du
· 9 years ago
172895e
sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOAD_SCALE
by Yuyang Du
· 9 years ago
6ecdd74
sched/fair: Generalize the load/util averages resolution definition
by Yuyang Du
· 9 years ago
2159197
sched/core: Enable increased load resolution on 64-bit kernels
by Peter Zijlstra
· 9 years ago
e7904a2
locking/lockdep, sched/core: Implement a better lock pinning scheme
by Peter Zijlstra
· 9 years ago
eb58075
sched/core: Introduce 'struct rq_flags'
by Peter Zijlstra
· 9 years ago
3e71a46
sched/core: Move task_rq_lock() out of line
by Peter Zijlstra
· 9 years ago
64b7aad
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes
by Ingo Molnar
· 9 years ago
29c5e7b
Merge back earlier cpufreq material for v4.7.
by Rafael J. Wysocki
· 9 years ago
f98db60
sched/core: Add switch_mm_irqs_off() and use it in the scheduler
by Andy Lutomirski
· 9 years ago
594dd29
sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times
by Wanpeng Li
· 9 years ago
2548d54
nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()
by Peter Zijlstra
· 9 years ago
fec148c
sched/deadline: Fix a bug in dl_overflow()
by Xunlei Pang
· 9 years ago
9fd81dd
sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updates
by Frederic Weisbecker
· 9 years ago
1f41906
sched/fair: Correctly handle nohz ticks CPU load accounting
by Frederic Weisbecker
· 9 years ago
cee1afc
sched/fair: Gather CPU load functions under a more conventional namespace
by Frederic Weisbecker
· 9 years ago
a2c6c91
sched/fair: Call cpufreq hook in additional paths
by Steve Muckle
· 9 years ago
41e0d37
sched/fair: Do not call cpufreq hook unless util changed
by Steve Muckle
· 9 years ago
21e96f8
sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()
by Steve Muckle
· 9 years ago
1f621e0
sched/fair: Fix asym packing to select correct CPU
by Srikar Dronamraju
· 9 years ago
bd92883
sched/cpuacct: Check for NULL when using task_pt_regs()
by Anton Blanchard
· 9 years ago
2c923e9
sched/clock: Make local_clock()/cpu_clock() inline
by Daniel Lezcano
· 9 years ago
c78b17e
sched/clock: Remove pointless test in cpu_clock/local_clock
by Daniel Lezcano
· 9 years ago
fb90a6e
sched/debug: Don't dump sched debug info in SysRq-W
by Rabin Vincent
· 9 years ago
6c9d9c8
cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()
by Rafael J. Wysocki
· 9 years ago
9bdcb44
cpufreq: schedutil: New governor based on scheduler utilization data
by Rafael J. Wysocki
· 9 years ago
0bed612
cpufreq: sched: Helpers to add and remove update_util hooks
by Rafael J. Wysocki
· 9 years ago
2b8c41d
sched/fair: Initiate a new task's util avg to a bounded value
by Yuyang Du
· 9 years ago
1c3de5e
sched/fair: Update comments after a variable rename
by Yuyang Du
· 9 years ago
47252cf
sched/core: Add preempt checks in preempt_schedule() code
by Steven Rostedt
· 9 years ago
bfdb198
sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernels
by Tim Chen
· 9 years ago
d02c071
sched/fair: Reset nr_balance_failed after active balancing
by Srikar Dronamraju
· 9 years ago
d740037
sched/cpuacct: Split usage accounting into user_usage and sys_usage
by Dongsheng Yang
· 9 years ago
5ca3726
sched/cpuacct: Show all possible CPUs in cpuacct output
by Zhao Lei
· 9 years ago
5529578
locking/atomic, sched: Unexport fetch_or()
by Frederic Weisbecker
· 9 years ago
be53f58
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
5c9a875
kernel: add kcov code coverage
by Dmitry Vyukov
· 9 years ago
73e6aaf
sched/cpuacct: Simplify the cpuacct code
by Zhao Lei
· 9 years ago
1a736b7
sched/cpuacct: Rename parameter in cpuusage_write() for readability
by Dongsheng Yang
· 9 years ago
d433558
sched/fair: Add comments to explain select_idle_sibling()
by Matt Fleming
· 9 years ago
3a47d51
sched/fair: Fix fairness issue on migration
by Peter Zijlstra
· 9 years ago
2f5177f
sched/cgroup: Fix/cleanup cgroup teardown/init
by Peter Zijlstra
· 9 years ago
42e405f
Merge branch 'linus' into sched/urgent, to pick up dependencies
by Ingo Molnar
· 9 years ago
26660a4
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
6b5f04b
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 9 years ago
ef504fa
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 9 years ago
277edba
Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
710d60c
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
e23604e
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d4e7961
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
4ed3900
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 9 years ago
adaf9fc
cpufreq: Move scheduler-related code to the sched directory
by Rafael J. Wysocki
· 9 years ago
e1b77c9
sched/kasan: remove stale KASAN poison after hotplug
by Mark Rutland
· 9 years ago
34e2c55
cpufreq: Add mechanism for registering utilization update callbacks
by Rafael J. Wysocki
· 9 years ago
1f25184
Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz
by Ingo Molnar
· 9 years ago
f9c904b
sched/cputime: Fix steal_account_process_tick() to always return jiffies
by Chris Friesen
· 9 years ago
72f9f3f
sched/deadline: Remove dl_new from struct sched_dl_entity
by Luca Abeni
· 9 years ago
e9532e6
sched/cputime: Fix steal time accounting vs. CPU hotplug
by Thomas Gleixner
· 9 years ago
4f49b90
sched-clock: Migrate to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
76d92ac
sched: Migrate sched to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
01d36d0
sched: Account rr tasks
by Frederic Weisbecker
· 9 years ago
9b7f659
sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()
by Alexander Gordeev
· 9 years ago
27d50c7
rcu: Make CPU_DYING_IDLE an explicit call
by Thomas Gleixner
· 9 years ago
e69aab1
cpu/hotplug: Make wait for dead cpu completion based
by Thomas Gleixner
· 9 years ago
8df3e07
cpu/hotplug: Let upcoming cpu bring itself fully up
by Thomas Gleixner
· 9 years ago
949338e
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
by Thomas Gleixner
· 9 years ago
801ccdb
sched/deadline: Remove superfluous call to switched_to_dl()
by Peter Zijlstra
· 9 years ago
f904f58
sched/debug: Fix preempt_disable_ip recording for preempt_disable()
by Sebastian Andrzej Siewior
· 9 years ago
ff9a9b4
sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularity
by Rik van Riel
· 9 years ago
c3a990d
sched/rt: Kick RT bandwidth timer immediately on start up
by Steven Rostedt
· 9 years ago
ef47718
sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debug
by Steven Rostedt (Red Hat)
· 9 years ago
3866e84
sched/debug: Move sched_domain_sysctl to debug.c
by Steven Rostedt (Red Hat)
· 9 years ago
d6ca41d
sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.c
by Steven Rostedt (Red Hat)
· 9 years ago
ff77e46
sched/rt: Fix PI handling vs. sched_setscheduler()
by Peter Zijlstra
· 9 years ago
41d9339
sched/core: Remove duplicated sched_group_set_shares() prototype
by Dongsheng Yang
· 9 years ago
be68a68
sched/fair: Consolidate nohz CPU load update code
by Frederic Weisbecker
· 9 years ago
7400d3b
sched/fair: Avoid using decay_load_missed() with a negative value
by Byungchul Park
· 9 years ago
6aa447bc
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes
by Ingo Molnar
· 9 years ago
48be3a6
sched/deadline: Always calculate end of period on sched_yield()
by Peter Zijlstra
· 9 years ago
6fe1f34
sched/cgroup: Fix cgroup entity load tracking tear-down
by Peter Zijlstra
· 9 years ago
0493694
sched: Always inline context_switch()
by Josh Poimboeuf
· 9 years ago
8e05e96
sched: Mark __schedule() stack frame as non-standard
by Josh Poimboeuf
· 9 years ago
13b3568
wait.[ch]: Introduce the simple waitqueue (swait) implementation
by Peter Zijlstra (Intel)
· 9 years ago
b38e42e
cgroup: convert cgroup_subsys flag fields to bool bitfields
by Tejun Heo
· 9 years ago
c219b7d
sched/deadline: Fix trivial typo in printk() message
by Steven Rostedt
· 9 years ago
3223d05
sched/core: Remove dead statement in __schedule()
by Byungchul Park
· 9 years ago
5fd7a09
atomic: Export fetch_or()
by Frederic Weisbecker
· 9 years ago
4142c3e
sched/numa: Spread memory according to CPU and memory use
by Rik van Riel
· 9 years ago
cb25176
sched/debug: Make schedstats a runtime tunable that is disabled by default
by Mel Gorman
· 9 years ago
a6e4491
sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalid
by Prarit Bhargava
· 9 years ago
7ab85d4
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
ad1ac94
Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'
by Rafael J. Wysocki
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
1dff76b
sched/numa: Fix use-after-free bug in the task_numa_compare
by Gavin Guo
· 9 years ago
6f16886
cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freeze
by Sudeep Holla
· 9 years ago
30f0530
Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
f11aef6
Merge branch 'pm-cpuidle'
by Rafael J. Wysocki
· 9 years ago
5116425
sched / idle: Drop default_idle_call() fallback from call_cpuidle()
by Rafael J. Wysocki
· 9 years ago
9c03ee1
sched: Fix crash in sched_init_numa()
by Raghavendra K T
· 9 years ago
Next »