Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
513d3c0f40c8e22fac019d5b0694374d17fbe682
/
kernel
/
sched
e67ee10
Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'
by Rafael J. Wysocki
· 10 years ago
7725131
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
372ba8c
cpuidle: menu: Lookup CPU runqueues less
by Mel Gorman
· 10 years ago
eada238
Merge branch 'pm-cpuidle'
by Rafael J. Wysocki
· 10 years ago
9895994
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
47dfe40
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
cd3bd4e
sched/fair: Fix 'make xmldocs' warning caused by missing description
by Masanari Iida
· 10 years ago
c13db6b
sched: Use macro for magic number of -1 for setparam
by Steven Rostedt
· 10 years ago
6ae72df
sched: Robustify topology setup
by Peter Zijlstra
· 10 years ago
ca5bc6c
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes
by Ingo Molnar
· 10 years ago
d8d28c8
sched: Fix sched_setparam() policy == -1 logic
by Daniel Bristot de Oliveira
· 10 years ago
d1743b8
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
c122132
sched: Allow wait_on_bit_action() functions to support a timeout
by NeilBrown
· 11 years ago
7431620
sched: Remove proliferation of wait_on_bit() action functions
by NeilBrown
· 11 years ago
e720fff
sched/numa: Revert "Use effective_load() to balance NUMA loads"
by Peter Zijlstra
· 11 years ago
5cd08fb
sched: Fix static_key race with sched_feat()
by Jason Baron
· 11 years ago
6e76ea8
sched: Remove extra static_key*() function indirection
by Jason Baron
· 11 years ago
1b09d29
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
by xiaofeng.yan
· 11 years ago
8875125
sched: Transform resched_task() into resched_curr()
by Kirill Tkhai
· 11 years ago
466af29
sched/deadline: Kill task_struct->pi_top_task
by Oleg Nesterov
· 11 years ago
b0ab99e
sched: Fix possible divide by zero in avg_atom() calculation
by Mateusz Guzik
· 11 years ago
5577964
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
by Tejun Heo
· 11 years ago
30fe688
cpuidle: move idle traces to cpuidle_enter_state()
by Sandeep Tripathy
· 11 years ago
99b6256
sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runtime()
by Kirill Tkhai
· 11 years ago
0e59bda
sched/fair: Disable runtime_enabled on dying rq
by Kirill Tkhai
· 11 years ago
a22b4b0
sched/numa: Change scan period code to match intent
by Rik van Riel
· 11 years ago
db015da
sched/numa: Rework best node setting in task_numa_migrate()
by Rik van Riel
· 11 years ago
0132c3e
sched/numa: Examine a task move when examining a task swap
by Rik van Riel
· 11 years ago
1c5d3eb
sched/numa: Simplify task_numa_compare()
by Rik van Riel
· 11 years ago
6dc1a67
sched/numa: Use effective_load() to balance NUMA loads
by Rik van Riel
· 11 years ago
28a2174
sched/numa: Move power adjustment into load_too_imbalanced()
by Rik van Riel
· 11 years ago
f0b8a4a
sched/numa: Use group's max nid as task's preferred nid
by Rik van Riel
· 11 years ago
4486edd
sched/fair: Implement fast idling of CPUs when the system is partially loaded
by Tim Chen
· 11 years ago
89abb5a
sched/idle: Drop !! while calculating 'broadcast'
by Viresh Kumar
· 11 years ago
4036ac1
sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicity
by Mike Galbraith
· 11 years ago
c06f04c
sched: Fix potential near-infinite distribute_cfs_runtime() loop
by Ben Segall
· 11 years ago
541b826
sched/core: Fix formatting issues in sched_can_stop_tick()
by Viresh Kumar
· 11 years ago
51da983
Merge branch 'timers/nohz' into sched/core
by Ingo Molnar
· 11 years ago
4a81e83
rcu: Reduce overhead of cond_resched() checks for RCU
by Paul E. McKenney
· 11 years ago
5d5e2b1
sched: Fix CACHE_HOT_BUDY condition
by Hillf Danton
· 11 years ago
bb97fc3
sched/numa: Always try to migrate to preferred node at task_numa_placement() time
by Rik van Riel
· 11 years ago
a43455a
sched/numa: Ensure task_numa_migrate() checks the preferred node
by Rik van Riel
· 11 years ago
3882ec6
nohz: Use IPI implicit full barrier against rq->nr_running r/w
by Frederic Weisbecker
· 11 years ago
fd2ac4f
nohz: Use nohz own full kick on 2nd task enqueue
by Frederic Weisbecker
· 11 years ago
53c5fa1
nohz: Switch to nohz full remote kick on timer enqueue
by Frederic Weisbecker
· 11 years ago
b2e09f6
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
3737a12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
535560d
Merge commit '3cf2f34' into sched/core, to fix build error
by Ingo Molnar
· 11 years ago
14208b0
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
1662867
numa,sched: fix load_to_imbalanced logic inversion
by Rik van Riel
· 11 years ago
3f17ea6
Merge branch 'next' (accumulated 3.16 merge window patches) into master
by Linus Torvalds
· 11 years ago
d54d14b
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
ec00010
Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches
by Ingo Molnar
· 11 years ago
f602d06
sched/deadline: Delete extraneous extern for to_ratio()
by Paul Gortmaker
· 11 years ago
e3baac4
sched/idle: Optimize try-to-wake-up IPI
by Peter Zijlstra
· 11 years ago
67b9ca7
sched/idle: Simplify wake_up_idle_cpu()
by Andy Lutomirski
· 11 years ago
82c65d6
sched/idle: Clear polling before descheduling the idle thread
by Andy Lutomirski
· 11 years ago
dfc68f2
sched, trace: Add a tracepoint for IPI-less remote wakeups
by Andy Lutomirski
· 11 years ago
0b07939
sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)
by Giedrius Rekasius
· 11 years ago
5d4dfdd
sched: Rename capacity related flags
by Nicolas Pitre
· 11 years ago
ca8ce3d
sched: Final power vs. capacity cleanups
by Nicolas Pitre
· 11 years ago
ced549f
sched: Remove remaining dubious usage of "power"
by Nicolas Pitre
· 11 years ago
63b2ca3
sched: Let 'struct sched_group_power' care about CPU capacity
by Nicolas Pitre
· 11 years ago
0fedc6c
sched/fair: Disambiguate existing/remaining "capacity" usage
by Nicolas Pitre
· 11 years ago
1b6a749
sched/fair: Change "has_capacity" to "has_free_capacity"
by Nicolas Pitre
· 11 years ago
5ef20ca
sched/fair: Remove "power" from 'struct numa_stats'
by Nicolas Pitre
· 11 years ago
fa93384
sched: Fix signedness bug in yield_to()
by Dan Carpenter
· 11 years ago
2538d96
sched/fair: Use time_after() in record_wakee()
by Manuel Schölling
· 11 years ago
ed61bbc
sched/balancing: Reduce the rate of needless idle load balancing
by Tim Chen
· 11 years ago
51f2176
sched/fair: Fix unlocked reads of some cfs_b->quota/period
by Ben Segall
· 11 years ago
09dc4ab
sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock
by Roman Gushchin
· 11 years ago
0f397f2
sched/dl: Fix race in dl_task_timer()
by Kirill Tkhai
· 11 years ago
b14ed2c
sched: Fix sched_policy < 0 comparison
by Richard Weinberger
· 11 years ago
e9dd685
sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabled
by Steven Rostedt
· 11 years ago
c224815
printk: Add printk_deferred_once
by John Stultz
· 11 years ago
aac74dc
printk: rename printk_sched to printk_deferred
by John Stultz
· 11 years ago
c84a1e3
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 11 years ago
776edb5
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 11 years ago
59a3d4c
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 11 years ago
3243970
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
f02f79d
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
e14505a
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 11 years ago
096aa33
sched/numa: Decay ->wakee_flips instead of zeroing
by Rik van Riel
· 11 years ago
b1ad065
sched/numa: Update migrate_improves/degrades_locality()
by Rik van Riel
· 11 years ago
e63da03
sched/numa: Allow task switch if load imbalance improves
by Rik van Riel
· 11 years ago
4027d08
sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match the current upstream code
by xiaofeng.yan
· 11 years ago
7aa2c01
sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice()
by Dongsheng Yang
· 11 years ago
a803f02
sched: Initialize rq->age_stamp on processor start
by Corey Minyard
· 11 years ago
7246544
sched, nohz: Change rq->nr_running to always use wrappers
by Kirill Tkhai
· 11 years ago
52a08ef
sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()
by Jason Low
· 11 years ago
a9467fa
sched: Use clamp() and clamp_val() to make sys_nice() more readable
by Dongsheng Yang
· 11 years ago
caffcdd
sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()
by Dietmar Eggemann
· 11 years ago
c515db8
sched/numa: Fix initialization of sched_domain_topology for NUMA
by Vincent Guittot
· 11 years ago
8bf2143
sched: Call select_idle_sibling() when not affine_sd
by Rik van Riel
· 11 years ago
2240067
sched: Simplify return logic in sched_read_attr()
by Michael Kerrisk
· 11 years ago
e78c7bc
sched: Simplify return logic in sched_copy_attr()
by Michael Kerrisk
· 11 years ago
3944a92
sched: Fix exec_start/task_hot on migrated tasks
by Ben Segall
· 11 years ago
6669dc8
Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming changes
by Ingo Molnar
· 11 years ago
ec6e7f4
Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into sched/core
by Ingo Molnar
· 11 years ago
65c2ce7
Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes
by Ingo Molnar
· 11 years ago
Next »