Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
b5492af78c89b52a8e7273445b2248b397a15333
/
kernel
/
sched
/
sched.h
07c54f7
sched/core: Remove unused argument from init_[rt|dl]_rq()
by Abel Vesa
· 10 years ago
dfbca41
sched: Optimize freq invariant accounting
by Peter Zijlstra
· 10 years ago
dc7ff76
sched: Remove unused struct sched_group_capacity::capacity_orig
by Vincent Guittot
· 10 years ago
ca6d75e
sched: Add struct rq::cpu_capacity_orig
by Vincent Guittot
· 10 years ago
b5b4860
sched: Make scale_rt invariant with frequency
by Vincent Guittot
· 10 years ago
36ee28e
sched: Add sched_avg::utilization_avg_contrib
by Vincent Guittot
· 10 years ago
b6366f0
sched/rt: Use IPI to trigger RT task push migration instead of pulling
by Steven Rostedt
· 10 years ago
3960c8c
sched: Make dl_task_time() use task_rq_lock()
by Peter Zijlstra
· 10 years ago
9edfbfe
sched/core: Rework rq->clock update skips
by Peter Zijlstra
· 10 years ago
cebde6d
sched/core: Validate rq_clock*() serialization
by Peter Zijlstra
· 10 years ago
e9ac5f0
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes
by Ingo Molnar
· 10 years ago
6e99891
sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency
by Stanislaw Gruszka
· 10 years ago
44dba3d
sched: Refactor task_struct to use numa_faults instead of numa_* pointers
by Iulia Manda
· 10 years ago
acb3213
sched/deadline: Add deadline rq status print
by Wanpeng Li
· 10 years ago
67dfa1b
sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()
by Kirill Tkhai
· 10 years ago
7f51412
sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets
by Juri Lelli
· 10 years ago
e3fe70b
sched/numa: Classify the NUMA topology of a system
by Rik van Riel
· 10 years ago
9942f79
sched/numa: Export info needed for NUMA balancing on complex topologies
by Rik van Riel
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
c55f515
sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSW
by Peter Zijlstra
· 10 years ago
442bf3a
sched: Let the scheduler see CPU idle states
by Daniel Lezcano
· 10 years ago
a5e7be3
sched/deadline: Clear dl_entity params when setscheduling to different class
by Juri Lelli
· 10 years ago
9c58c79
sched: Clean up some typos and grammatical errors in code/comments
by Zhihui Zhang
· 10 years ago
4a32fea
scheduler: Replace __get_cpu_var with this_cpu_ptr
by Christoph Lameter
· 10 years ago
cca26e8
sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING state
by Kirill Tkhai
· 10 years ago
da0c1e6
sched: Add wrapper for checking task_struct::on_rq
by Kirill Tkhai
· 10 years ago
8b06c55
sched: Match declaration with definition
by Pranith Kumar
· 10 years ago
6e76ea8
sched: Remove extra static_key*() function indirection
by Jason Baron
· 11 years ago
8875125
sched: Transform resched_task() into resched_curr()
by Kirill Tkhai
· 11 years ago
4486edd
sched/fair: Implement fast idling of CPUs when the system is partially loaded
by Tim Chen
· 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
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
3f17ea6
Merge branch 'next' (accumulated 3.16 merge window patches) into master
by Linus Torvalds
· 11 years ago
e3baac4
sched/idle: Optimize try-to-wake-up IPI
by Peter Zijlstra
· 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
09dc4ab
sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock
by Roman Gushchin
· 11 years ago
7246544
sched, nohz: Change rq->nr_running to always use wrappers
by Kirill Tkhai
· 11 years ago
4638364
sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next_task()")
by Kirill Tkhai
· 11 years ago
f4ebcbc
sched/rt: Substract number of tasks of throttled queues from rq->nr_running
by Kirill Tkhai
· 11 years ago
60e69ee
sched/numa: Fix task_numa_free() lockdep splat
by Mike Galbraith
· 11 years ago
a21e408
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
300a9d8
sched: Remove needless round trip nsecs <-> tick conversion of steal time
by Frederic Weisbecker
· 11 years ago
4c6c4e3
sched/core: Fix endless loop in pick_next_task()
by Kirill Tkhai
· 11 years ago
a02ed5e
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 11 years ago
37e117c
sched: Guarantee task priority in pick_next_task()
by Peter Zijlstra
· 11 years ago
f5f9739
sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHED
by Dietmar Eggemann
· 11 years ago
d82fd25
sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'
by Li Zefan
· 11 years ago
dc87734
sched: Remove some #ifdeffery
by Peter Zijlstra
· 11 years ago
3f1d2a3
sched: Fix hotplug task migration
by Peter Zijlstra
· 11 years ago
6e83125
sched/fair: Remove idle_balance() declaration in sched.h
by Peter Zijlstra
· 11 years ago
995b9ea
sched/deadline: Remove useless dl_nr_total
by Kirill Tkhai
· 11 years ago
38033c3
sched: Push down pre_schedule() and idle_balance()
by Peter Zijlstra
· 11 years ago
606dba2
sched: Push put_prev_task() into pick_next_task()
by Peter Zijlstra
· 13 years ago
3c4017c
sched: Move rq->idle_stamp up to the core
by Daniel Lezcano
· 11 years ago
b4f2ab43
sched: Remove 'cpu' parameter from idle_balance()
by Daniel Lezcano
· 11 years ago
6b6350f
sched: Expose some macros related to priority
by Dongsheng Yang
· 11 years ago
7caff66
sched: Reduce trigger_load_balance() parameters
by Daniel Lezcano
· 11 years ago
1724813
sched/deadline: Remove the sysctl_sched_dl knobs
by Peter Zijlstra
· 11 years ago
6bfd6d7
sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap
by Juri Lelli
· 11 years ago
332ac17
sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks
by Dario Faggioli
· 11 years ago
2d3d891
sched/deadline: Add SCHED_DEADLINE inheritance logic
by Dario Faggioli
· 11 years ago
1baca4c
sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic
by Juri Lelli
· 11 years ago
aab03e0
sched/deadline: Add SCHED_DEADLINE structures & implementation
by Dario Faggioli
· 11 years ago
d50dde5
sched: Add new scheduler syscalls to support an extended scheduling parameters ABI
by Dario Faggioli
· 11 years ago
e6c390f
sched: Add sched_class->task_dead() method
by Dario Faggioli
· 11 years ago
37dc6b5
sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus
by Preeti U Murthy
· 11 years ago
1ee14e6
sched: Fix race on toggling cfs_bandwidth_used
by Ben Segall
· 11 years ago
7460231
sched: Fix race in migrate_swap_stop()
by Peter Zijlstra
· 11 years ago
0ec8aa0
sched/numa: Avoid migrating tasks that are placed on their preferred node
by Peter Zijlstra
· 11 years ago
8272701
sched/numa: Call task_numa_free() from do_execve()
by Rik van Riel
· 11 years ago
8c8a743
sched/numa: Use {cpu, pid} to create task groups for shared faults
by Peter Zijlstra
· 11 years ago
fb13c7e
sched/numa: Use a system-wide search to find swap/migration candidates
by Mel Gorman
· 11 years ago
ac66f54
sched/numa: Introduce migrate_swap()
by Peter Zijlstra
· 11 years ago
e6628d5
sched/numa: Reschedule task on preferred NUMA node once selected
by Mel Gorman
· 11 years ago
f809ca9
sched/numa: Track NUMA hinting faults on per-node basis
by Mel Gorman
· 11 years ago
9bd721c
sched/balancing: Consider max cost of idle balance per sched domain
by Jason Low
· 11 years ago
6263322
sched/fair: Rewrite group_imb trigger
by Peter Zijlstra
· 11 years ago
0d99b70
Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
8af01f5
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
by Tejun Heo
· 11 years ago
7d9ffa8
sched: Micro-optimize the smart wake-affine logic
by Peter Zijlstra
· 12 years ago
6852079
sched: Move h_load calculation to task_h_load()
by Vladimir Davydov
· 11 years ago
a9cef46
sched/tg: Remove tg.load_weight
by Alex Shi
· 12 years ago
2509940
sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t
by Alex Shi
· 12 years ago
bf5b986
sched/tg: Use 'unsigned long' for load variable in task group
by Alex Shi
· 12 years ago
72a4cf2
sched: Change cfs_rq load avg to unsigned long
by Alex Shi
· 12 years ago
a75cdaa
sched: Set an initial value of runnable avg for new forked task
by Alex Shi
· 12 years ago
fa6bdde
sched: Move a few runnable tg variables into CONFIG_SMP
by Alex Shi
· 12 years ago
141965c
Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"
by Alex Shi
· 12 years ago
e23ee74
sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list
by Kirill Tkhai
· 12 years ago
78becc2
sched: Use an accessor to read the rq clock
by Frederic Weisbecker
· 12 years ago
c5405a4
sched: Remove redundant update_runtime notifier
by Neil Zhang
· 12 years ago
8527632
sched: Move update_load_*() methods from sched.h to fair.c
by Paul Gortmaker
· 12 years ago
45ceebf
sched: Factor out load calculation code from sched/core.c --> sched/proc.c
by Paul Gortmaker
· 12 years ago
265f22a
sched: Keep at least 1 tick per second for active dynticks tasks
by Frederic Weisbecker
· 12 years ago
c032862
Merge commit '8700c95adb03' into timers/nohz
by Frederic Weisbecker
· 12 years ago
25f55d9
sched: Fix init NOHZ_IDLE flag
by Vincent Guittot
· 12 years ago
9f3660c
sched: Kick full dynticks CPU that have more than one task enqueued.
by Frederic Weisbecker
· 12 years ago
642dbc3
sched: Fix wrong rq's runnable_avg update with rt tasks
by Vincent Guittot
· 12 years ago
Next »