index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-09
sched/numa: Continue PTE scanning even if migrate rate limited
Peter Zijlstra
1
-8
/
+0
2013-10-09
sched/numa: Mitigate chance that same task always updates PTEs
Peter Zijlstra
1
-1
/
+7
2013-10-09
sched/numa: Fix comments
Peter Zijlstra
1
-4
/
+4
2013-10-06
sched/rt: Remove redundant nr_cpus_allowed test
Shawn Bohrer
1
-2
/
+1
2013-09-25
sched: Prepare for per-cpu preempt_count
Peter Zijlstra
1
-2
/
+0
2013-09-25
sched: Extract the basic add/sub preempt_count modifiers
Peter Zijlstra
1
-17
/
+12
2013-09-25
sched: Create more preempt_count accessors
Peter Zijlstra
1
-4
/
+3
2013-09-25
sched: Add NEED_RESCHED to the preempt_count
Peter Zijlstra
1
-5
/
+15
2013-09-25
sched: Introduce preempt_count accessor functions
Peter Zijlstra
1
-2
/
+2
2013-09-25
sched, rcu: Make RCU use resched_cpu()
Peter Zijlstra
1
-8
/
+2
2013-09-25
sched: Micro-optimize by dropping unnecessary task_rq() calls
Michael S. Tsirkin
2
-25
/
+27
2013-09-20
sched/balancing: Periodically decay max cost of idle balance
Jason Low
1
-7
/
+31
2013-09-20
sched/balancing: Consider max cost of idle balance per sched domain
Jason Low
3
-1
/
+21
2013-09-20
sched: Reduce overestimating rq->avg_idle
Jason Low
1
-3
/
+4
2013-09-20
sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks are pinned
Vladimir Davydov
1
-3
/
+3
2013-09-20
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
4
-29
/
+19
2013-09-20
sched/balancing: Fix cfs_rq->task_h_load calculation
Vladimir Davydov
1
-1
/
+1
2013-09-20
sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance()
Vladimir Davydov
1
-2
/
+2
2013-09-20
sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance()
Vladimir Davydov
1
-1
/
+2
2013-09-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-10
/
+15
2013-09-16
sched: Fix comment for sched_info_depart
Michael S. Tsirkin
1
-2
/
+3
2013-09-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2013-09-12
sched/fair: Fix the group_capacity computation
Peter Zijlstra
1
-7
/
+13
2013-09-12
sched/fair: Rework and comment the group_capacity code
Peter Zijlstra
1
-8
/
+24
2013-09-12
sched/fair: Fix group power_orig computation
Peter Zijlstra
1
-5
/
+11
2013-09-12
sched/fair: Reduce local_group logic
Peter Zijlstra
1
-12
/
+17
2013-09-12
sched/fair: Rewrite group_imb trigger
Peter Zijlstra
2
-60
/
+31
2013-09-12
sched/debug: Take PID namespace into account
Peter Zijlstra
1
-3
/
+3
2013-09-12
sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones
Daisuke Nishimura
1
-5
/
+9
2013-09-10
sched: Fix load balancing performance regression in should_we_balance()
Joonsoo Kim
1
-1
/
+1
2013-09-05
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-8
/
+11
2013-09-04
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-15
/
+0
2013-09-04
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-40
/
+17
2013-09-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-228
/
+302
2013-09-04
Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-36
/
+84
2013-09-04
sched/cputime: Do not scale when utime == 0
Stanislaw Gruszka
1
-8
/
+11
2013-09-03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
3
-89
/
+81
2013-09-02
sched/fair: Fix the sd_parent_degenerate() code
Peter Zijlstra
1
-1
/
+9
2013-09-02
sched/fair: Rework and comment the group_imb code
Peter Zijlstra
1
-34
/
+89
2013-09-02
sched/fair: Optimize find_busiest_queue()
Peter Zijlstra
1
-4
/
+1
2013-09-02
sched/fair: Make group power more consistent
Peter Zijlstra
1
-19
/
+22
2013-09-02
sched/fair: Remove duplicate load_per_task computations
Peter Zijlstra
1
-11
/
+2
2013-09-02
sched/fair: Shrink sg_lb_stats and play memset games
Peter Zijlstra
1
-7
/
+26
2013-09-02
sched: Clean-up struct sd_lb_stat
Joonsoo Kim
1
-115
/
+114
2013-09-02
sched: Factor out code to should_we_balance()
Joonsoo Kim
1
-54
/
+53
2013-09-02
sched: Remove one division operation in find_busiest_queue()
Joonsoo Kim
1
-5
/
+9
2013-08-29
Merge branch 'linus' into perf/core
Ingo Molnar
3
-26
/
+84
2013-08-16
sched/cputime: Use this_cpu_add() in task_group_account_field()
Christoph Lameter
1
-1
/
+1
2013-08-16
cpumask: Fix cpumask leak in partition_sched_domains()
Xiaotian Feng
1
-2
/
+3
2013-08-16
Merge tag 'v3.11-rc5' into sched/core
Ingo Molnar
1
-2
/
+2
[prev]
[next]