Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
25379bf8bc4d4e83bd74d823048b85a95ae5a521
/
kernel
/
sched
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 12 years ago
971ee28
sched: Fix HRTICK
by Peter Zijlstra
· 12 years ago
21884a8
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
fa18f7b
posix-cpu-timers: don't account cpu timer after stopped thread runtime accounting
by KOSAKI Motohiro
· 12 years ago
2fd1b48
Merge tag 'v3.10' into sched/core
by Ingo Molnar
· 12 years ago
333bb86
sched/debug: Remove CONFIG_FAIR_GROUP_SCHED mask
by Alex Shi
· 12 years ago
add332a
sched/debug: Fix formatting of /proc/<PID>/sched
by Kamalesh Babulal
· 12 years ago
0fc576d
sched/fair: Fix typo describing flags in enqueue_entity
by Kamalesh Babulal
· 12 years ago
939fd73
sched/debug: Add load-tracking statistics to task
by Kamalesh Babulal
· 12 years ago
a9dc5d0
sched: Change get_rq_runnable_load() to static and inline
by Alex Shi
· 12 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
a003a25
sched: Consider runnable load average in move_tasks()
by Alex Shi
· 12 years ago
b92486c
sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_task
by Alex Shi
· 12 years ago
83dfd52
sched: Update cpu load after task_tick
by Alex Shi
· 12 years ago
282cf49
sched: Fix sleep time double accounting in enqueue entity
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
a3d5c34
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
be7002e
sched: Don't mix use of typedef ctl_table and struct ctl_table
by Joe Perches
· 12 years ago
94c95ba
sched: Remove WARN_ON(!sd) from init_sched_groups_power()
by Viresh Kumar
· 12 years ago
cd08e92
sched: Fix memory leakage in build_sched_groups()
by Viresh Kumar
· 12 years ago
0936629
sched: Use cached value of span instead of calling sched_domain_span()
by Viresh Kumar
· 12 years ago
27723a6
sched: Create for_each_sd_topology()
by Viresh Kumar
· 12 years ago
c75e012
sched: Don't set sd->child to NULL when it is already NULL
by Viresh Kumar
· 12 years ago
1c63216
sched: Don't initialize alloc_state in build_sched_domains()
by Viresh Kumar
· 12 years ago
22da956
sched: Optimize build_sched_domains() for saving first SD node for a cpu
by Viresh Kumar
· 12 years ago
4a850cb
sched: Remove unused params of build_sched_domain()
by Viresh Kumar
· 12 years ago
8404c90
sched: Femove the useless declaration in kernel/sched/fair.c
by Michael Wang
· 12 years ago
22b958d
sched: Refine the code in unthrottle_cfs_rq()
by Michael Wang
· 12 years ago
e23ee74
sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list
by Kirill Tkhai
· 12 years ago
d81344c
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 12 years ago
873b4c6
sched: Fix clear NOHZ_BALANCE_KICK
by Vincent Guittot
· 12 years ago
0de358f
sched/fair: Remove unused variable from expire_cfs_rq_runtime()
by Kamalesh Babulal
· 12 years ago
45eacc6
vtime: Use consistent clocks among nohz accounting
by Frederic Weisbecker
· 12 years ago
84f9f3a
sched: Use swap() macro in scale_stime()
by Stanislaw Gruszka
· 12 years ago
78becc2
sched: Use an accessor to read the rq clock
by Frederic Weisbecker
· 12 years ago
1a55af2
sched: Update rq clock earlier in unthrottle_cfs_rq
by Frederic Weisbecker
· 12 years ago
1ad4ec0
sched: Update rq clock before calling check_preempt_curr()
by Frederic Weisbecker
· 12 years ago
71b1da4
sched: Update rq clock before setting fair group shares
by Frederic Weisbecker
· 12 years ago
77bd397
sched: Update rq clock before migrating tasks out of dying CPU
by Frederic Weisbecker
· 12 years ago
c5405a4
sched: Remove redundant update_runtime notifier
by Neil Zhang
· 12 years ago
41261b6
sched/autogroup: Fix race with task_groups list
by Gerald Schaefer
· 12 years ago
d07e75a
Merge branch 'sched/cleanups' into sched/core
by Ingo Molnar
· 12 years ago
424c93f
sched: Use this_rq() helper
by Nathan Zimmer
· 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
534c97b
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
265f22a
sched: Keep at least 1 tick per second for active dynticks tasks
by Frederic Weisbecker
· 12 years ago
0279b3c
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
c032862
Merge commit '8700c95adb03' into timers/nohz
by Frederic Weisbecker
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
3d1cb20
workqueue: include workqueue info when printing debug dump of a worker task
by Tejun Heo
· 12 years ago
68aa8ef
sched: Avoid prev->stime underflow
by Stanislaw Gruszka
· 12 years ago
772c808
sched: Do not account bogus utime
by Stanislaw Gruszka
· 12 years ago
55eaa7c
sched: Avoid cputime scaling overflow
by Stanislaw Gruszka
· 12 years ago
8700c95
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
16fa94b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
46d9be3
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
8e0bcc7
fix a leak in /proc/schedstats
by Al Viro
· 12 years ago
916bb6d7
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
25f55d9
sched: Fix init NOHZ_IDLE flag
by Vincent Guittot
· 12 years ago
e02e60c
sched: Prevent to re-select dst-cpu in load_balance()
by Joonsoo Kim
· 12 years ago
e6252c3
sched: Rename load_balance_tmpmask to load_balance_mask
by Joonsoo Kim
· 12 years ago
d319808
sched: Move up affinity check to mitigate useless redoing overhead
by Joonsoo Kim
· 12 years ago
cfc0311
sched: Don't consider other cpus in our group in case of NEWLY_IDLE
by Joonsoo Kim
· 12 years ago
de5eb2d
sched: Explicitly cpu_idle_type checking in rebalance_domains()
by Joonsoo Kim
· 12 years ago
f1cd085
sched: Change position of resched_cpu() in load_balance()
by Joonsoo Kim
· 12 years ago
99e5ada
nohz: Re-evaluate the tick for the new task after a context switch
by Frederic Weisbecker
· 12 years ago
ff442c5
nohz: Re-evaluate the tick from the scheduler IPI
by Frederic Weisbecker
· 12 years ago
ce831b3
sched: New helper to prevent from stopping the tick in full dynticks
by Frederic Weisbecker
· 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
41fcb9f
mutex: Move mutex spinning code from sched/core.c back to mutex.c
by Waiman Long
· 12 years ago
c5bfece
nohz: Switch from "extended nohz" to "full nohz" based naming
by Frederic Weisbecker
· 12 years ago
af788e3
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
b329fd5
sched/cpuacct/UML: Fix header file dependency bug on the UML build
by Ingo Molnar
· 12 years ago
a2b0ae2
sched/cpuacct: No need to check subsys active state
by Li Zefan
· 12 years ago
621e2de
sched/cpuacct: Initialize cpuacct subsystem earlier
by Li Zefan
· 12 years ago
14c6d3c
sched/cpuacct: Initialize root cpuacct earlier
by Li Zefan
· 12 years ago
7943e15
sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct statically
by Li Zefan
· 12 years ago
d171279
sched/cpuacct: Clean up cpuacct.h
by Li Zefan
· 12 years ago
5f40d80
sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()
by Li Zefan
· 12 years ago
543bc0e
sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()
by Li Zefan
· 12 years ago
1966aaf
sched/cpuacct: Add cpuacct_acount_field()
by Li Zefan
· 12 years ago
dbe4b41
sched/cpuacct: Add cpuacct_init()
by Li Zefan
· 12 years ago
60fed78
sched: Split cpuacct code out of sched.h
by Li Zefan
· 12 years ago
2e76c24
sched: Split cpuacct code out of core.c
by Li Zefan
· 12 years ago
b9b0853
sched: Fix comment in rebalance_domains()
by Libin
· 12 years ago
4e2dcb7
sched: Simplify can_migrate_task()
by Zhang Hang
· 12 years ago
e614b33
sched/cputime: Fix accounting on multi-threaded processes
by Stanislaw Gruszka
· 12 years ago
ee761f6
arch: Consolidate tsk_is_polling()
by Thomas Gleixner
· 12 years ago
28b4a52
sched: Fix typo inside comment
by Viresh Kumar
· 12 years ago
fd9b86d
sched/debug: Fix sd->*_idx limit range avoiding overflow
by libin
· 12 years ago
a1cbcaa
sched_clock: Prevent 64bit inatomicity on 32bit systems
by Thomas Gleixner
· 12 years ago
3451d02
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
by Frederic Weisbecker
· 13 years ago
1c20091
nohz: Wake up full dynticks CPUs when a timer gets enqueued
by Frederic Weisbecker
· 13 years ago
Next »