Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ced549fa5fc1fdaf7fac93894dc673092eb3dc20
/
kernel
/
sched
/
sched.h
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
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
37dc6b50
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
60fed78
sched: Split cpuacct code out of sched.h
by Li Zefan
· 12 years ago
3451d02
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
by Frederic Weisbecker
· 13 years ago
b719203
sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMP
by Li Zefan
· 12 years ago
27b4b93
sched: Remove double declaration of root_task_group
by Li Zefan
· 12 years ago
25cc7da
sched: Move group scheduling functions out of include/linux/sched.h
by Li Zefan
· 12 years ago
c82ba9f
sched: Move struct sched_class to kernel/sched/sched.h
by Li Zefan
· 12 years ago
b13095f
sched: Move wake flags to kernel/sched/sched.h
by Li Zefan
· 12 years ago
5e6521e
sched: Move struct sched_group to kernel/sched/sched.h
by Li Zefan
· 12 years ago
cc1f4b1
sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h
by Li Zefan
· 12 years ago
8bd75c7
sched/rt: Move rt specific bits into new header file
by Clark Williams
· 12 years ago
cf4aebc2
sched: Move sched.h sysctl bits into separate header
by Clark Williams
· 12 years ago
3d59eeb
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma
by Linus Torvalds
· 12 years ago
3105b86
mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUG
by Mel Gorman
· 12 years ago
cbee9f8
mm: numa: Add fault driven placement and migration
by Peter Zijlstra
· 12 years ago
f4e26b1
sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking
by Paul Turner
· 12 years ago
8295836
sched: Replace update_shares weight distribution with per-entity computation
by Paul Turner
· 12 years ago
f1b1728
sched: Maintain runnable averages across throttled periods
by Paul Turner
· 12 years ago
bb17f65
sched: Normalize tg load contributions against runnable time
by Paul Turner
· 12 years ago
c566e8e
sched: Aggregate total task_group load
by Paul Turner
· 12 years ago
aff3e49
sched: Account for blocked load waking back up
by Paul Turner
· 12 years ago
9ee474f
sched: Maintain the load contribution of blocked entities
by Paul Turner
· 12 years ago
2dac754
sched: Aggregate load contributed by task entities on parenting cfs_rq
by Paul Turner
· 12 years ago
18bf280
sched: Maintain per-rq runnable averages
by Ben Segall
· 12 years ago
f3e9478
sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW
by Peter Zijlstra
· 12 years ago
59f9794
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 12 years ago
a4c96ae
sched: Unthrottle rt runqueues in __disable_runtime()
by Peter Boonstoppel
· 12 years ago
73fbec6
sched: Move cputime code to its own file
by Frederic Weisbecker
· 13 years ago
35cf4e5
sched,cgroup: Fix up task_groups list
by Mike Galbraith
· 12 years ago
a35b646
sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchies
by Peter Zijlstra
· 12 years ago
8323f26
sched: Fix race in task_group()
by Peter Zijlstra
· 13 years ago
5167e8d
sched/nohz: Rewrite and fix load-avg computation -- again
by Peter Zijlstra
· 13 years ago
c117487
sched: Fix domain iteration
by Peter Zijlstra
· 13 years ago
556061b
sched/nohz: Fix rq->cpu_load[] calculations
by Peter Zijlstra
· 13 years ago
c82513e
sched: Change rq->nr_running to unsigned int
by Peter Zijlstra
· 13 years ago
f22e08a
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
1f56ee7
Merge branch 'sched/arch' into sched/urgent
by Ingo Molnar
· 13 years ago
Next »