index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/numa: Migrate pages to local nodes quicker early in the lifetime of a task
Mel Gorman
2018-10-02
1
-1
/
+11
*
sched/numa: Avoid task migration for small NUMA improvement
Srikar Dronamraju
2018-10-02
1
-5
/
+18
*
sched/numa: Limit the conditions where scan period is reset
Mel Gorman
2018-10-02
1
-2
/
+23
*
sched/numa: Reset scan rate whenever task moves across nodes
Srikar Dronamraju
2018-10-02
1
-7
/
+19
*
sched/numa: Pass destination CPU as a parameter to migrate_task_rq
Srikar Dronamraju
2018-10-02
4
-4
/
+4
*
sched/numa: Stop multiple tasks from moving to the CPU at the same time
Srikar Dronamraju
2018-10-02
2
-0
/
+23
*
sched/fair: Fix kernel-doc notation warning
Randy Dunlap
2018-09-10
1
-0
/
+1
*
sched/fair: Fix load_balance redo for !imbalance
Vincent Guittot
2018-09-10
1
-1
/
+1
*
sched/fair: Fix scale_rt_capacity() for SMT
Vincent Guittot
2018-09-10
1
-3
/
+3
*
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
2018-09-10
1
-1
/
+2
*
sched/pelt: Fix update_blocked_averages() for RT and DL classes
Vincent Guittot
2018-09-10
1
-4
/
+10
*
sched/topology: Set correct NUMA topology type
Srikar Dronamraju
2018-09-10
1
-4
/
+1
*
sched/debug: Fix potential deadlock when writing to sched_features
Jiada Wang
2018-09-10
1
-2
/
+4
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-22
1
-0
/
+2
|
\
|
*
sched/wait: assert the wait_queue_head lock is held in __wake_up_common
Christoph Hellwig
2018-08-22
1
-0
/
+2
*
|
Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2018-08-22
1
-1
/
+1
|
\
\
|
*
|
sched: idle: Avoid retaining the tick when it has been stopped
Rafael J. Wysocki
2018-08-20
1
-1
/
+1
*
|
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-21
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
signal: Add calculate_sigpending()
Eric W. Biederman
2018-08-03
1
-0
/
+2
*
|
|
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-08-20
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
2018-07-31
1
-1
/
+1
*
|
|
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2018-08-14
2
-18
/
+13
|
\
\
\
|
*
\
\
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
2018-08-05
6
-68
/
+84
|
|
\
\
\
|
|
|
/
/
|
*
|
|
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
2018-06-21
2
-18
/
+13
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-08-13
3
-20
/
+40
|
\
\
\
|
*
|
|
sched/clock: Disable interrupts when calling generic_sched_clock_init()
Pavel Tatashin
2018-07-30
1
-0
/
+2
|
*
|
|
sched/clock: Close a hole in sched_clock_init()
Peter Zijlstra
2018-07-20
1
-10
/
+6
|
*
|
|
sched/clock: Use static key for sched_clock_running
Pavel Tatashin
2018-07-20
2
-10
/
+8
|
*
|
|
sched/clock: Enable sched clock early
Pavel Tatashin
2018-07-20
1
-1
/
+19
|
*
|
|
sched/clock: Move sched clock initialization and merge with generic clock
Pavel Tatashin
2018-07-20
2
-11
/
+17
*
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-08-13
3
-72
/
+62
|
\
\
\
\
|
*
|
|
|
sched/Documentation: Update wake_up() & co. memory-barrier guarantees
Andrea Parri
2018-07-17
3
-26
/
+20
|
*
|
|
|
locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()
Andrea Parri
2018-07-17
1
-20
/
+21
|
*
|
|
|
sched/core: Use smp_mb() in wake_woken_function()
Andrea Parri
2018-07-17
1
-26
/
+21
|
|
/
/
/
*
|
|
|
sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()
Srikar Dronamraju
2018-07-25
1
-6
/
+3
*
|
|
|
sched/numa: Use group_weights to identify if migration degrades locality
Srikar Dronamraju
2018-07-25
1
-8
/
+9
*
|
|
|
sched/numa: Update the scan period without holding the numa_group lock
Srikar Dronamraju
2018-07-25
1
-2
/
+2
*
|
|
|
sched/numa: Remove numa_has_capacity()
Srikar Dronamraju
2018-07-25
1
-33
/
+3
*
|
|
|
sched/numa: Modify migrate_swap() to accept additional parameters
Srikar Dronamraju
2018-07-25
3
-5
/
+10
*
|
|
|
sched/numa: Remove unused task_capacity from 'struct numa_stats'
Srikar Dronamraju
2018-07-25
1
-5
/
+3
*
|
|
|
sched/numa: Skip nodes that are at 'hoplimit'
Srikar Dronamraju
2018-07-25
1
-1
/
+1
*
|
|
|
sched/debug: Reverse the order of printing faults
Srikar Dronamraju
2018-07-25
1
-2
/
+2
*
|
|
|
sched/numa: Use task faults only if numa_group is not yet set up
Srikar Dronamraju
2018-07-25
1
-10
/
+10
*
|
|
|
sched/numa: Set preferred_node based on best_cpu
Srikar Dronamraju
2018-07-25
1
-6
/
+4
*
|
|
|
sched/numa: Simplify load_too_imbalanced()
Srikar Dronamraju
2018-07-25
1
-18
/
+2
*
|
|
|
sched/numa: Evaluate move once per node
Srikar Dronamraju
2018-07-25
1
-71
/
+57
*
|
|
|
sched/debug: Show the sum wait time of a task group
Yun Wang
2018-07-25
1
-0
/
+10
*
|
|
|
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
2018-07-25
4
-15
/
+23
*
|
|
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2018-07-25
3
-3
/
+20
|
\
\
\
\
|
*
|
|
|
sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE
Hailong Liu
2018-07-25
1
-0
/
+2
[next]