Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
b37bac94de9ad5eb17bd9327d3ecb6f3b719dc70
/
kernel
/
sched.c
9c63d9c
sched: sync wakeups preempt too
by Ingo Molnar
· 18 years ago
71e20f1
sched: affine sync wakeups
by Ingo Molnar
· 18 years ago
94886b8
sched: guest CPU accounting: maintain stats in account_system_time()
by Laurent Vivier
· 18 years ago
6323469f
sched: domain sysctl fixes: add terminator comment
by Milton Miller
· 18 years ago
ad1cdc1
sched: domain sysctl fixes: do not crash on allocation failure
by Milton Miller
· 18 years ago
6382bc9
sched: domain sysctl fixes: unregister the sysctl table before domains
by Milton Miller
· 18 years ago
97b6ea7
sched: domain sysctl fixes: use for_each_online_cpu()
by Milton Miller
· 18 years ago
5cf9f06
sched: domain sysctl fixes: use kcalloc()
by Milton Miller
· 18 years ago
6bc1665
sched: allow the immediate migration of cache-cold tasks
by Ingo Molnar
· 18 years ago
cc36773
sched: debug, improve migration statistics
by Ingo Molnar
· 18 years ago
ff56b2f
sched: activate task_hot() only on fair-scheduled tasks
by Peter Zijlstra
· 18 years ago
da84d96
sched: reintroduce cache-hot affinity
by Ingo Molnar
· 18 years ago
178be79
sched: do not normalize kernel threads via SysRq-N
by Ingo Molnar
· 18 years ago
1666703
sched: remove stale comment from sched_group_set_shares()
by Andi Kleen
· 18 years ago
d5036e8
sched: clean up is_migration_thread()
by Ingo Molnar
· 18 years ago
3a5e4dc
sched: cleanup: refactor normalize_rt_tasks
by Andi Kleen
· 18 years ago
8cbbe86
sched: cleanup: refactor common code of sleep_on / wait_for_completion
by Andi Kleen
· 18 years ago
3a5c359
sched: cleanup: remove unnecessary gotos
by Andi Kleen
· 18 years ago
95938a3
sched: prevent wakeup over-scheduling
by Mike Galbraith
· 18 years ago
ce6c131
sched: disable forced preemption by default
by Peter Zijlstra
· 18 years ago
ace8b3d
sched: some proc entries are missed in sched_domain sys_ctl debug code
by Zou Nan hai
· 18 years ago
638e13a
sched: fix rt ptracer monopolizing CPU
by Gautham R Shenoy
· 18 years ago
5cb350b
sched: group scheduling, sysfs tunables
by Dhaval Giani
· 18 years ago
a58f6f2
sched: export cpu_clock()
by Paul E. McKenney
· 18 years ago
00bf7bf
sched: fix: move the CPU check into ->task_new_fair()
by Ingo Molnar
· 18 years ago
4cf86d7
sched: cleanup: rename task_grp to task_group
by Ingo Molnar
· 18 years ago
06877c3
sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG
by Ingo Molnar
· 18 years ago
a65914b
sched: kfree(NULL) is valid
by Ingo Molnar
· 18 years ago
8927f49
sched: style cleanup
by Ingo Molnar
· 18 years ago
26797a3
sched: break out if printing a warning in sched_domain_debug()
by Ingo Molnar
· 18 years ago
3e9830d
sched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=y
by Ingo Molnar
· 18 years ago
a4ec24b
sched: tidy up SCHED_RR
by Dmitry Adamushko
· 18 years ago
a995744
sched: uninline scheduler
by Alexey Dobriyan
· 18 years ago
1e81995
sched: optimize schedule() a bit on SMP
by Ingo Molnar
· 18 years ago
3a25201
sched: whitespace cleanups
by Ingo Molnar
· 18 years ago
5522d5d
sched: mark scheduling classes as const
by Ingo Molnar
· 18 years ago
2830cf8
sched: group scheduler SMP migration fix
by Srivatsa Vaddagiri
· 18 years ago
2d72376
sched: clean up schedstats, cnt -> count
by Ingo Molnar
· 18 years ago
2ddbf95
sched: clean up sched_fork()
by Hiroshi Shimamoto
· 18 years ago
02e4bac
sched: fix sched_fork()
by Ingo Molnar
· 18 years ago
94359f0
sched: undo some of the recent changes
by Ingo Molnar
· 18 years ago
785c29e
sched: remove condition from set_task_cpu()
by Ingo Molnar
· 18 years ago
ddc9729
sched debug: check spread
by Peter Zijlstra
· 18 years ago
67e9fb2
sched: add vslice
by Peter Zijlstra
· 18 years ago
b8efb56
sched debug: BKL usage statistics
by Ingo Molnar
· 18 years ago
24e377a
sched: add fair-user scheduler
by Srivatsa Vaddagiri
· 18 years ago
9b5b775
sched: clean up code under CONFIG_FAIR_GROUP_SCHED
by Srivatsa Vaddagiri
· 18 years ago
83b699e
sched: revert recent removal of set_curr_task()
by Srivatsa Vaddagiri
· 18 years ago
f6b5320
sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()
by Dmitry Adamushko
· 18 years ago
4530d7a
sched: simplify sched_class::yield_task()
by Dmitry Adamushko
· 18 years ago
30cfdcf
sched: do not keep current in the tree and get rid of sched_entity::fair_key
by Dmitry Adamushko
· 18 years ago
7074bad
sched: add set_curr_task() calls
by Dmitry Adamushko
· 18 years ago
29f59db
sched: group-scheduler core
by Srivatsa Vaddagiri
· 18 years ago
119fe5e
sched: fix SMP migration latencies
by Mike Galbraith
· 18 years ago
bbdba7c
sched: remove wait_runtime fields and features
by Ingo Molnar
· 18 years ago
e22f5bb
sched: remove wait_runtime limit
by Ingo Molnar
· 18 years ago
495eca4
sched: clean up struct load_stat
by Dmitry Adamushko
· 18 years ago
94dfb5e
sched: add tree based averages
by Peter Zijlstra
· 18 years ago
28a1f6f
sched: remove SCHED_FEAT_SKIP_INITIAL
by Ingo Molnar
· 18 years ago
6cb5819
sched: optimize vruntime based scheduling
by Ingo Molnar
· 18 years ago
bf5c91b
sched: move sched_feat() definitions
by Ingo Molnar
· 18 years ago
e9acbff
sched: introduce se->vruntime
by Ingo Molnar
· 18 years ago
1091985
sched: speed up update_load_add/_sub()
by Ingo Molnar
· 18 years ago
62160e3
sched: track cfs_rq->curr on !group-scheduling too
by Ingo Molnar
· 18 years ago
53df556
sched: remove precise CPU load calculations #2
by Ingo Molnar
· 18 years ago
a25707f
sched: remove precise CPU load
by Ingo Molnar
· 18 years ago
8ebc91d
sched: remove stat_gran
by Ingo Molnar
· 18 years ago
2bd8e6d
sched: use constants if !CONFIG_SCHED_DEBUG
by Ingo Molnar
· 18 years ago
38ad464
sched: uniform tunings
by Ingo Molnar
· 18 years ago
eba1ed4
sched: debug: track maximum 'slice'
by Ingo Molnar
· 18 years ago
2e45874
sched: use list_for_each_entry_safe() in __wake_up_common()
by Matthias Kaehlcke
· 18 years ago
44142fa
sched: fix sysctl_sched_child_runs_first flag
by Ingo Molnar
· 18 years ago
f5ff842
Fix warnings with !CONFIG_BLOCK
by Jens Axboe
· 18 years ago
9c95e73
sched: fix invalid sched_class use
by Hiroshi Shimamoto
· 18 years ago
1799e35
sched: add /proc/sys/kernel/sched_compat_yield
by Ingo Molnar
· 18 years ago
cf2ab46
sched: fix xtensa build warning
by Ingo Molnar
· 18 years ago
a206c07
sched: debug: fix cfs_rq->wait_runtime accounting
by Ingo Molnar
· 18 years ago
7fd0d2d
sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.
by Suresh Siddha
· 18 years ago
f6cf891
sched: make the scheduler converge to the ideal latency
by Ingo Molnar
· 18 years ago
50c4663
sched: s/sched_latency/sched_min_granularity
by Ingo Molnar
· 18 years ago
172ac3d
sched: cleanup, sched_granularity -> sched_min_granularity
by Ingo Molnar
· 18 years ago
2180508
sched: adaptive scheduler granularity
by Peter Zijlstra
· 18 years ago
deac4ee
sched: simplify can_migrate_task()
by Sven-Thorsten Dietrich
· 18 years ago
71fd371
sched: remove HZ dependency from the granularity default
by Ingo Molnar
· 18 years ago
505c0ef
sched: tweak the sched_runtime_limit tunable
by Ingo Molnar
· 18 years ago
f549da8
sched: skip updating rq's next_balance under null SD
by Suresh Siddha
· 18 years ago
f8700df
sched: fix broken SMT/MC optimizations
by Suresh Siddha
· 18 years ago
c57baf1
sched: fix sysctl directory permissions
by Eric W. Biederman
· 18 years ago
2aa44d0
sched: sched_clock_idle_[sleep|wakeup]_event()
by Ingo Molnar
· 18 years ago
de0cf89
sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/
by Oleg Nesterov
· 18 years ago
6707de00
sched: make global code static
by Adrian Bunk
· 18 years ago
529c772
sched: improve rq-clock overflow logic
by Ingo Molnar
· 18 years ago
194081e
sched: round a bit better
by Ingo Molnar
· 18 years ago
254753d
sched: make the multiplication table more accurate
by Ingo Molnar
· 18 years ago
6e82a3b
sched: optimize update_rq_clock() calls in the load-balancer
by Ingo Molnar
· 18 years ago
2daa357
sched: optimize activate_task()
by Ingo Molnar
· 18 years ago
546fe3c
sched: move the __update_rq_clock() call to scheduler_tick()
by Ingo Molnar
· 18 years ago
bdd4dfa
sched: remove the 'u64 now' local variables
by Ingo Molnar
· 18 years ago
2e1cb74
sched: remove the 'u64 now' parameter from deactivate_task()
by Ingo Molnar
· 18 years ago
69be72c
sched: remove the 'u64 now' parameter from dequeue_task()
by Ingo Molnar
· 18 years ago
Next »