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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-10-26
20
-410
/
+1646
|
\
|
*
llist: Add back llist_add_batch() and llist_del_first() prototypes
Stephen Rothwell
2011-10-11
1
-0
/
+6
|
*
sched: Don't use tasklist_lock for debug prints
Thomas Gleixner
2011-10-06
1
-2
/
+2
|
*
sched: Warn on rt throttling
Thomas Gleixner
2011-10-06
1
-0
/
+1
|
*
sched: Unify the ->cpus_allowed mask copy
Peter Zijlstra
2011-10-06
2
-7
/
+3
|
*
sched: Wrap scheduler p->cpus_allowed access
Peter Zijlstra
2011-10-06
4
-13
/
+13
|
*
sched: Request for idle balance during nohz idle load balance
Suresh Siddha
2011-10-06
2
-5
/
+7
|
*
sched: Use resched IPI to kick off the nohz idle balance
Suresh Siddha
2011-10-06
2
-22
/
+28
|
*
Merge commit 'v3.1-rc9' into sched/core
Ingo Molnar
2011-10-06
31
-285
/
+236
|
|
\
|
*
|
sched: Fix idle_cpu()
Thomas Gleixner
2011-10-04
1
-1
/
+14
|
*
|
llist: Remove cpu_relax() usage in cmpxchg loops
Peter Zijlstra
2011-10-04
2
-3
/
+0
|
*
|
sched: Convert to struct llist
Peter Zijlstra
2011-10-04
2
-39
/
+12
|
*
|
llist: Add llist_next()
Peter Zijlstra
2011-10-04
2
-1
/
+6
|
*
|
irq_work: Use llist in the struct irq_work logic
Huang Ying
2011-10-04
2
-64
/
+42
|
*
|
llist: Return whether list is empty before adding in llist_add()
Huang Ying
2011-10-04
2
-2
/
+10
|
*
|
llist: Move cpu_relax() to after the cmpxchg()
Huang Ying
2011-10-04
2
-6
/
+15
|
*
|
llist: Remove the platform-dependent NMI checks
Ingo Molnar
2011-10-04
2
-20
/
+4
|
*
|
llist: Make some llist functions inline
Huang Ying
2011-10-04
5
-53
/
+59
|
*
|
Merge branch 'linus' into sched/core
Ingo Molnar
2011-10-04
398
-2721
/
+3548
|
|
\
\
|
*
|
|
sched, tracing: Show PREEMPT_ACTIVE state in trace_sched_switch
Peter Zijlstra
2011-09-26
1
-4
/
+5
|
*
|
|
sched: Remove redundant test in check_preempt_tick()
Wang Xingchao
2011-09-26
1
-8
/
+8
|
*
|
|
Merge branch 'linus' into sched/core
Ingo Molnar
2011-09-18
893
-4618
/
+12507
|
|
\
\
\
|
*
|
|
|
sched: Add documentation for bandwidth control
Bharata B Rao
2011-08-14
1
-0
/
+122
|
*
|
|
|
sched: Return unused runtime on group dequeue
Paul Turner
2011-08-14
2
-1
/
+122
|
*
|
|
|
sched: Add exports tracking cfs bandwidth control statistics
Nikhil Rao
2011-08-14
2
-0
/
+28
|
*
|
|
|
sched: Throttle entities exceeding their allowed bandwidth
Paul Turner
2011-08-14
1
-2
/
+50
|
*
|
|
|
sched: Migrate throttled tasks on HOTPLUG
Paul Turner
2011-08-14
1
-0
/
+27
|
*
|
|
|
sched: Prevent buddy interactions with throttled entities
Paul Turner
2011-08-14
1
-1
/
+17
|
*
|
|
|
sched: Prevent interactions with throttled entities
Paul Turner
2011-08-14
2
-7
/
+94
|
*
|
|
|
sched: Allow for positional tg_tree walks
Paul Turner
2011-08-14
1
-13
/
+37
|
*
|
|
|
sched: Add support for unthrottling group entities
Paul Turner
2011-08-14
2
-4
/
+126
|
*
|
|
|
sched: Add support for throttling group entities
Paul Turner
2011-08-14
2
-4
/
+92
|
*
|
|
|
sched: Expire invalid runtime
Paul Turner
2011-08-14
2
-10
/
+84
|
*
|
|
|
sched: Add a timer to handle CFS bandwidth refresh
Paul Turner
2011-08-14
2
-24
/
+123
|
*
|
|
|
sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth
Paul Turner
2011-08-14
4
-3
/
+94
|
*
|
|
|
sched: Validate CFS quota hierarchies
Paul Turner
2011-08-14
1
-14
/
+98
|
*
|
|
|
sched: Introduce primitives to account for CFS bandwidth tracking
Paul Turner
2011-08-14
3
-4
/
+220
|
*
|
|
|
sched: Implement hierarchical task accounting for SCHED_OTHER
Paul Turner
2011-08-14
4
-5
/
+14
|
*
|
|
|
sched/cpupri: Remove cpupri->pri_active
Yong Zhang
2011-08-14
2
-4
/
+1
|
*
|
|
|
sched/cpupri: Fix memory barriers for vec updates to always be in order
Steven Rostedt
2011-08-14
1
-3
/
+25
|
*
|
|
|
sched/cpupri: Remove the vec->lock
Steven Rostedt
2011-08-14
2
-26
/
+41
|
*
|
|
|
sched: Use pushable_tasks to determine next highest prio
Steven Rostedt
2011-08-14
1
-43
/
+18
|
*
|
|
|
sched: Balance RT tasks when forked as well
Steven Rostedt
2011-08-14
1
-3
/
+6
|
*
|
|
|
sched: Remove resetting exec_start in put_prev_task_rt()
Hillf Danton
2011-08-14
1
-1
/
+0
|
*
|
|
|
sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task()
Hillf Danton
2011-08-14
1
-7
/
+8
|
*
|
|
|
sched: Remove noop in lowest_flag_domain()
Hillf Danton
2011-08-14
1
-1
/
+1
|
*
|
|
|
sched: Remove noop in next_prio()
Hillf Danton
2011-08-14
1
-1
/
+1
|
*
|
|
|
sched: fix broken SCHED_RESET_ON_FORK handling
Mike Galbraith
2011-08-14
1
-13
/
+12
|
*
|
|
|
sched: Kill WAKEUP_PREEMPT
Yong Zhang
2011-08-14
2
-13
/
+1
|
*
|
|
|
sched: Remove rq->avg_load_per_task
Jan H. Schönherr
2011-08-14
1
-6
/
+2
[next]