index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-25
sched: Add comments to find_busiest_group() function
Gautham R Shenoy
1
-8
/
+42
2009-03-25
sched: Refactor the power savings balance code
Gautham R Shenoy
1
-83
/
+153
2009-03-25
sched: Optimize the !power_savings_balance during fbg()
Gautham R Shenoy
1
-9
/
+14
2009-03-25
sched: Create a helper function to calculate imbalance
Gautham R Shenoy
1
-33
/
+45
2009-03-25
sched: Create helper to calculate small_imbalance in fbg()
Gautham R Shenoy
1
-61
/
+70
2009-03-25
sched: Create a helper function to calculate sched_domain stats for fbg()
Gautham R Shenoy
1
-44
/
+73
2009-03-25
sched: Define structure to store the sched_domain statistics for fbg()
Gautham R Shenoy
1
-86
/
+121
2009-03-25
sched: Create a helper function to calculate sched_group stats for fbg()
Gautham R Shenoy
1
-75
/
+100
2009-03-25
sched: Define structure to store the sched_group statistics for fbg()
Gautham R Shenoy
1
-33
/
+46
2009-03-25
sched: Fix indentations in find_busiest_group() using gotos
Gautham R Shenoy
1
-15
/
+17
2009-03-25
sched: Simple helper functions for find_busiest_group()
Gautham R Shenoy
1
-12
/
+43
2009-03-24
sched: remove unused fields from struct rq
Luis Henriques
1
-3
/
+0
2009-03-17
sched: small optimisation of can_migrate_task()
Luis Henriques
1
-4
/
+6
2009-03-17
sched: fix typos in documentation
Luis Henriques
1
-2
/
+2
2009-03-11
sched: add avg_overlap decay
Mike Galbraith
1
-1
/
+23
2009-03-10
sched: optimize ttwu vs group scheduling
Peter Zijlstra
1
-1
/
+15
2009-03-06
sched: TIF_NEED_RESCHED -> need_reshed() cleanup
Lai Jiangshan
1
-5
/
+5
2009-03-06
Merge branch 'sched/core' into sched/cleanups
Ingo Molnar
1
-1
/
+8
2009-03-05
sched: don't rebalance if attached on NULL domain
Frederic Weisbecker
1
-1
/
+8
2009-03-02
sched: kill unused parameter of pick_next_task()
Wang Chen
1
-3
/
+3
2009-03-02
Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core
Ingo Molnar
1
-3
/
+12
2009-02-27
sched: don't allow setuid to succeed if the user does not have rt bandwidth
Dhaval Giani
1
-2
/
+11
2009-02-26
sched_rt: don't start timer when rt bandwidth disabled
Hiroshi Shimamoto
1
-1
/
+1
2009-02-26
cpuacct: add a branch prediction
Li Zefan
1
-1
/
+1
2009-02-16
sched: use TASK_NICE for task_struct
Américo Wang
1
-1
/
+1
2009-02-15
sched: idle_at_tick is only used when CONFIG_SMP is set
Henrik Austad
1
-1
/
+1
2009-02-15
Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/core
Ingo Molnar
1
-13
/
+12
2009-02-12
sched: cpu hotplug fix
Ingo Molnar
1
-3
/
+12
2009-02-11
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+0
2009-02-11
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+11
2009-02-11
sched: revert recent sync wakeup changes
Peter Zijlstra
1
-10
/
+0
2009-02-11
Merge commit 'v2.6.29-rc4' into sched/core
Ingo Molnar
1
-2
/
+2
2009-02-08
Merge branches 'sched/rt' and 'sched/urgent' into sched/core
Ingo Molnar
1
-35
/
+128
2009-02-05
wait: prevent exclusive waiter starvation
Johannes Weiner
1
-2
/
+2
2009-02-04
sched: fix nohz load balancer on cpu offline
Suresh Siddha
1
-6
/
+11
2009-02-01
sched: symmetric sync vs avg_overlap
Peter Zijlstra
1
-3
/
+9
2009-02-01
sched: fix sync wakeups
Peter Zijlstra
1
-0
/
+4
2009-01-15
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+10
2009-01-15
sched: SCHED_IDLE weight change
Peter Zijlstra
1
-2
/
+2
2009-01-15
sched: fix bandwidth validation for UID grouping
Peter Zijlstra
1
-0
/
+7
2009-01-15
sched: introduce avg_wakeup
Peter Zijlstra
1
-6
/
+30
2009-01-14
sched: fix build error in kernel/sched_rt.c when RT_GROUP_SCHED && !SMP
Gregory Haskins
1
-0
/
+4
2009-01-14
[CVE-2009-0029] System call wrappers part 08
Heiko Carstens
1
-1
/
+1
2009-01-14
[CVE-2009-0029] System call wrappers part 07
Heiko Carstens
1
-2
/
+2
2009-01-14
[CVE-2009-0029] System call wrappers part 06
Heiko Carstens
1
-13
/
+13
2009-01-12
Revert "sched: improve preempt debugging"
Ingo Molnar
1
-1
/
+1
2009-01-11
kernel/sched.c: add missing forward declaration for 'double_rq_lock'
Steven Noonan
1
-0
/
+3
2009-01-11
Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-11
/
+78
2009-01-11
cpumask: fix CONFIG_NUMA=y sched.c
Rusty Russell
1
-5
/
+5
2009-01-07
sched: fix possible recursive rq->lock
Peter Zijlstra
1
-0
/
+5
[next]