index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: rt-group: refure unrunnable tasks
Peter Zijlstra
2008-02-13
1
-0
/
+15
*
sched: rt-group: clean up the ifdeffery
Peter Zijlstra
2008-02-13
1
-71
/
+139
*
sched: rt-group: make rt groups scheduling configurable
Peter Zijlstra
2008-02-13
1
-43
/
+105
*
sched: rt-group: interface
Peter Zijlstra
2008-02-13
1
-30
/
+111
*
sched: rt-group: deal with PI
Peter Zijlstra
2008-02-13
1
-0
/
+3
*
sched: fix incorrect irq lock usage in normalize_rt_tasks()
Peter Zijlstra
2008-02-13
1
-4
/
+4
*
sched: fair-group: separate tg->shares from task_group_lock
Peter Zijlstra
2008-02-13
1
-20
/
+17
*
kernel: remove fastcall in kernel/*
Harvey Harrison
2008-02-08
1
-8
/
+8
*
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2008-02-01
1
-10
/
+18
|
\
|
*
Add wait_for_completion_killable
Matthew Wilcox
2007-12-06
1
-2
/
+13
|
*
sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMAL
Matthew Wilcox
2007-12-06
1
-8
/
+5
*
|
sched: remove unused params
Gerald Stralko
2008-01-31
1
-5
/
+5
*
|
spinlock: lockbreak cleanup
Nick Piggin
2008-01-30
1
-10
/
+6
*
|
sched: print backtrace of running tasks too
Nick Piggin
2008-01-25
1
-2
/
+1
*
|
sched: monitor clock underflows in /proc/sched_debug
Guillaume Chazarain
2008-01-25
1
-2
/
+4
*
|
sched: fix rq->clock warps on frequency changes
Guillaume Chazarain
2008-01-25
1
-1
/
+1
*
|
sched: remove the !PREEMPT_BKL code
Ingo Molnar
2008-01-25
1
-16
/
+3
*
|
sched: rt throttling vs no_hz
Peter Zijlstra
2008-01-25
1
-1
/
+22
*
|
sched: rt group scheduling
Peter Zijlstra
2008-01-25
1
-83
/
+200
*
|
sched: rt time limit
Peter Zijlstra
2008-01-25
1
-20
/
+50
*
|
sched: high-res preemption tick
Peter Zijlstra
2008-01-25
1
-11
/
+199
*
|
sched: do not do cond_resched() when CONFIG_PREEMPT
Herbert Xu
2008-01-25
1
-2
/
+4
*
|
sched: documentation, whitespace fixes
Ingo Molnar
2008-01-25
1
-4
/
+4
*
|
sched: sched_rt_entity
Peter Zijlstra
2008-01-25
1
-1
/
+1
*
|
sched: dynamically update the root-domain span/online maps
Gregory Haskins
2008-01-25
1
-12
/
+19
*
|
sched: RT-balance, add new methods to sched_class
Steven Rostedt
2008-01-25
1
-22
/
+20
*
|
sched: RT-balance, replace hooks with pre/post schedule and wakeup methods
Steven Rostedt
2008-01-25
1
-4
/
+16
*
|
sched: get rid of 'new_cpu' in try_to_wake_up()
Dmitry Adamushko
2008-01-25
1
-8
/
+3
*
|
sched: add credits for RT balancing improvements
Ingo Molnar
2008-01-25
1
-0
/
+2
*
|
sched: style cleanup, #2
Ingo Molnar
2008-01-25
1
-15
/
+17
*
|
sched: remove unused JIFFIES_TO_NS() macro
Ingo Molnar
2008-01-25
1
-2
/
+1
*
|
sched: only balance our RT tasks within our domain
Gregory Haskins
2008-01-25
1
-0
/
+7
*
|
sched: add sched-domain roots
Gregory Haskins
2008-01-25
1
-3
/
+118
*
|
sched: RT-balance on new task
Steven Rostedt
2008-01-25
1
-0
/
+1
*
|
sched: wake-balance fixes
Gregory Haskins
2008-01-25
1
-0
/
+2
*
|
sched: de-SCHED_OTHER-ize the RT path
Gregory Haskins
2008-01-25
1
-140
/
+27
*
|
sched: add RT-balance cpu-weight
Gregory Haskins
2008-01-25
1
-1
/
+8
*
|
sched: push RT tasks from overloaded CPUs
Steven Rostedt
2008-01-25
1
-0
/
+1
*
|
sched: pull RT tasks from overloaded runqueues
Steven Rostedt
2008-01-25
1
-0
/
+2
*
|
sched: add RT task pushing
Steven Rostedt
2008-01-25
1
-1
/
+7
*
|
sched: track highest prio task queued
Steven Rostedt
2008-01-25
1
-0
/
+3
*
|
sched: count # of queued RT tasks
Steven Rostedt
2008-01-25
1
-0
/
+1
*
|
softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks
Ingo Molnar
2008-01-25
1
-2
/
+2
*
|
cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()
Gautham R Shenoy
2008-01-25
1
-16
/
+9
*
|
cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()
Gautham R Shenoy
2008-01-25
1
-2
/
+2
*
|
sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups
Srivatsa Vaddagiri
2008-01-25
1
-14
/
+256
*
|
sched: introduce a mutex and corresponding API to serialize access to doms_cu...
Srivatsa Vaddagiri
2008-01-25
1
-0
/
+19
*
|
sched: group scheduling, change how cpu load is calculated
Srivatsa Vaddagiri
2008-01-25
1
-16
/
+11
*
|
sched: group scheduling, minor fixes
Srivatsa Vaddagiri
2008-01-25
1
-8
/
+25
*
|
sched: group scheduling code cleanup
Srivatsa Vaddagiri
2008-01-25
1
-18
/
+3
[next]