index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-03
sched/core: Drop debugging leftover trace_printk call
Borislav Petkov
1
-3
/
+1
2015-04-02
sched/deadline: Support DL task migration during CPU hotplug
Wanpeng Li
1
-0
/
+57
2015-04-02
sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()
Juri Lelli
1
-28
/
+28
2015-04-02
sched/deadline: Always enqueue on previous rq when dl_task_timer() fires
Juri Lelli
1
-2
/
+2
2015-04-02
sched/core: Remove unused argument from init_[rt|dl]_rq()
Abel Vesa
4
-7
/
+7
2015-03-27
sched/deadline: Fix rt runtime corruption when dl fails its global constraints
Wanpeng Li
1
-3
/
+3
2015-03-27
sched/deadline: Avoid a superfluous check
Wanpeng Li
1
-8
/
+0
2015-03-27
sched: Improve load balancing in the presence of idle CPUs
Preeti U Murthy
1
-3
/
+5
2015-03-27
sched: Optimize freq invariant accounting
Peter Zijlstra
2
-13
/
+8
2015-03-27
sched: Move CFS tasks to CPUs with higher capacity
Vincent Guittot
1
-22
/
+47
2015-03-27
sched: Add SD_PREFER_SIBLING for SMT level
Vincent Guittot
1
-0
/
+1
2015-03-27
sched: Remove unused struct sched_group_capacity::capacity_orig
Vincent Guittot
3
-23
/
+4
2015-03-27
sched: Replace capacity_factor by usage
Vincent Guittot
1
-67
/
+72
2015-03-27
sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...
Vincent Guittot
1
-0
/
+29
2015-03-27
sched: Add struct rq::cpu_capacity_orig
Vincent Guittot
3
-2
/
+9
2015-03-27
sched: Make scale_rt invariant with frequency
Vincent Guittot
2
-13
/
+8
2015-03-27
sched: Make sched entity usage tracking scale-invariant
Morten Rasmussen
1
-7
/
+14
2015-03-27
sched: Remove frequency scaling from cpu_capacity
Vincent Guittot
1
-7
/
+0
2015-03-27
sched: Track group sched_entity usage contributions
Morten Rasmussen
2
-0
/
+5
2015-03-27
sched: Add sched_avg::utilization_avg_contrib
Vincent Guittot
3
-20
/
+72
2015-03-23
sched/rt: Use IPI to trigger RT task push migration instead of pulling
Steven Rostedt
3
-0
/
+202
2015-03-23
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
5
-31
/
+65
2015-03-23
sched: Fix RLIMIT_RTTIME when PI-boosting to RT
Brian Silverman
1
-0
/
+2
2015-03-10
sched/deadline: Add rq->clock update skip for dl task yield
Wanpeng Li
1
-0
/
+6
2015-03-05
cpuidle / sleep: Use broadcast timer for states that stop local timer
Rafael J. Wysocki
1
-9
/
+21
2015-03-02
cpuidle: Clean up fallback handling in cpuidle_idle_call()
Rafael J. Wysocki
1
-14
/
+15
2015-02-28
idle / sleep: Avoid excessive disabling and enabling interrupts
Rafael J. Wysocki
1
-1
/
+0
2015-02-21
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-99
/
+148
2015-02-18
sched/rt/nohz: Stop scheduler tick if running realtime task
Rik van Riel
1
-0
/
+17
2015-02-18
sched/numa: Avoid some pointless iterations
Jan Beulich
1
-0
/
+2
2015-02-18
sched/numa: Do not move past the balance point if unbalanced
Rik van Riel
1
-15
/
+26
2015-02-18
sched/rt: Avoid obvious configuration fail
Peter Zijlstra
1
-3
/
+11
2015-02-18
sched/autogroup: Fix failure to set cpu.rt_runtime_us
Peter Zijlstra
2
-5
/
+7
2015-02-18
sched/dl: Do update_rq_clock() in yield_task_dl()
Kirill Tkhai
1
-0
/
+1
2015-02-18
sched: Prevent recursion in io_schedule()
NeilBrown
1
-19
/
+12
2015-02-18
sched/completion: Serialize completion_done() with complete()
Oleg Nesterov
1
-2
/
+17
2015-02-18
sched: Fix preempt_schedule_common() triggering tracing recursion
Frederic Weisbecker
1
-1
/
+1
2015-02-18
sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()
Kirill Tkhai
1
-0
/
+20
2015-02-18
sched: Make dl_task_time() use task_rq_lock()
Peter Zijlstra
3
-85
/
+79
2015-02-18
sched: Clarify ordering between task_rq_lock() and move_queued_task()
Peter Zijlstra
1
-0
/
+16
2015-02-17
Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+16
2015-02-13
sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2
-15
/
+6
2015-02-13
PM / sleep: Re-implement suspend-to-idle handling
Rafael J. Wysocki
1
-0
/
+16
2015-02-12
kernel/sched/clock.c: add another clock for use with the soft lockup watchdog
Cyril Bur
1
-0
/
+13
2015-02-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-1
/
+1
2015-02-09
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-76
/
+170
2015-02-09
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2015-02-09
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-8
/
+10
2015-02-06
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-7
/
+34
2015-02-04
Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changes
Ingo Molnar
1
-3
/
+2
[next]