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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
sched: Remove bogus parameter in structured comment
Ramkumar Ramachandra
2013-10-12
1
-1
/
+0
|
*
|
|
|
|
|
|
|
Merge branch 'core/urgent' into sched/core
Ingo Molnar
2013-10-11
1
-3
/
+3
|
|
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
sched/numa: Reflow task_numa_group() to avoid a compiler warning
Peter Zijlstra
2013-10-09
1
-7
/
+11
|
*
|
|
|
|
|
|
|
sched/numa: Retry task_numa_migrate() periodically
Rik van Riel
2013-10-09
1
-9
/
+13
|
*
|
|
|
|
|
|
|
sched/numa: Use unsigned longs for numa group fault stats
Mel Gorman
2013-10-09
1
-29
/
+20
|
*
|
|
|
|
|
|
|
sched/numa: Skip some page migrations after a shared fault
Rik van Riel
2013-10-09
2
-0
/
+15
|
*
|
|
|
|
|
|
|
mm: numa: Revert temporarily disabling of NUMA migration
Rik van Riel
2013-10-09
2
-26
/
+1
|
*
|
|
|
|
|
|
|
sched/numa: Remove the numa_balancing_scan_period_reset sysctl
Mel Gorman
2013-10-09
3
-25
/
+1
|
*
|
|
|
|
|
|
|
sched/numa: Adjust scan rate in task_numa_placement
Rik van Riel
2013-10-09
1
-25
/
+87
|
*
|
|
|
|
|
|
|
sched/numa: Take false sharing into account when adapting scan rate
Mel Gorman
2013-10-09
1
-2
/
+6
|
*
|
|
|
|
|
|
|
sched/numa: Be more careful about joining numa groups
Rik van Riel
2013-10-09
1
-5
/
+11
|
*
|
|
|
|
|
|
|
sched/numa: Avoid migrating tasks that are placed on their preferred node
Peter Zijlstra
2013-10-09
3
-12
/
+142
|
*
|
|
|
|
|
|
|
sched/numa: Fix task or group comparison
Rik van Riel
2013-10-09
1
-7
/
+25
|
*
|
|
|
|
|
|
|
sched/numa: Decide whether to favour task or group weights based on swap cand...
Rik van Riel
2013-10-09
1
-23
/
+36
|
*
|
|
|
|
|
|
|
sched/numa: Add debugging
Ingo Molnar
2013-10-09
2
-3
/
+62
|
*
|
|
|
|
|
|
|
sched/numa: Prevent parallel updates to group stats during placement
Mel Gorman
2013-10-09
1
-12
/
+23
|
*
|
|
|
|
|
|
|
sched/numa: Call task_numa_free() from do_execve()
Rik van Riel
2013-10-09
2
-6
/
+8
|
*
|
|
|
|
|
|
|
sched/numa: Use group fault statistics in numa placement
Mel Gorman
2013-10-09
1
-17
/
+107
|
*
|
|
|
|
|
|
|
sched/numa: Stay on the same node if CLONE_VM
Rik van Riel
2013-10-09
2
-6
/
+10
|
*
|
|
|
|
|
|
|
mm: numa: Do not group on RO pages
Peter Zijlstra
2013-10-09
1
-2
/
+3
|
*
|
|
|
|
|
|
|
sched/numa: Report a NUMA task group ID
Mel Gorman
2013-10-09
1
-0
/
+7
|
*
|
|
|
|
|
|
|
sched/numa: Use {cpu, pid} to create task groups for shared faults
Peter Zijlstra
2013-10-09
3
-13
/
+160
|
*
|
|
|
|
|
|
|
mm: numa: Change page last {nid,pid} into {cpu,pid}
Peter Zijlstra
2013-10-09
2
-3
/
+7
|
*
|
|
|
|
|
|
|
sched/numa: Fix placement of workloads spread across multiple nodes
Rik van Riel
2013-10-09
1
-6
/
+5
|
*
|
|
|
|
|
|
|
sched/numa: Favor placing a task on the preferred node
Mel Gorman
2013-10-09
1
-19
/
+35
|
*
|
|
|
|
|
|
|
sched/numa: Use a system-wide search to find swap/migration candidates
Mel Gorman
2013-10-09
3
-71
/
+199
|
*
|
|
|
|
|
|
|
sched/numa: Introduce migrate_swap()
Peter Zijlstra
2013-10-09
6
-14
/
+108
|
*
|
|
|
|
|
|
|
stop_machine: Introduce stop_two_cpus()
Peter Zijlstra
2013-10-09
1
-98
/
+174
|
*
|
|
|
|
|
|
|
sched/numa: Do not trap hinting faults for shared libraries
Mel Gorman
2013-10-09
1
-0
/
+10
|
*
|
|
|
|
|
|
|
sched/numa: Increment numa_migrate_seq when task runs in correct location
Rik van Riel
2013-10-09
1
-1
/
+9
|
*
|
|
|
|
|
|
|
sched/numa: Retry migration of tasks to CPU on a preferred node
Mel Gorman
2013-10-09
1
-7
/
+23
|
*
|
|
|
|
|
|
|
sched/numa: Avoid overloading CPUs on a preferred NUMA node
Mel Gorman
2013-10-09
1
-29
/
+102
|
*
|
|
|
|
|
|
|
mm: numa: Limit NUMA scanning to migrate-on-fault VMAs
Mel Gorman
2013-10-09
1
-1
/
+1
|
*
|
|
|
|
|
|
|
sched/numa: Do not migrate memory immediately after switching node
Rik van Riel
2013-10-09
2
-3
/
+17
|
*
|
|
|
|
|
|
|
sched/numa: Set preferred NUMA node based on number of private faults
Mel Gorman
2013-10-09
1
-3
/
+9
|
*
|
|
|
|
|
|
|
sched/numa: Remove check that skips small VMAs
Mel Gorman
2013-10-09
1
-4
/
+0
|
*
|
|
|
|
|
|
|
sched/numa: Check current->mm before allocating NUMA faults
Mel Gorman
2013-10-09
1
-2
/
+4
|
*
|
|
|
|
|
|
|
sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...
Mel Gorman
2013-10-09
1
-11
/
+35
|
*
|
|
|
|
|
|
|
sched/numa: Reschedule task on preferred NUMA node once selected
Mel Gorman
2013-10-09
3
-1
/
+65
|
*
|
|
|
|
|
|
|
sched/numa: Resist moving tasks towards nodes with fewer hinting faults
Mel Gorman
2013-10-09
2
-0
/
+41
|
*
|
|
|
|
|
|
|
sched/numa: Favour moving tasks towards the preferred node
Mel Gorman
2013-10-09
4
-5
/
+75
|
*
|
|
|
|
|
|
|
sched/numa: Update NUMA hinting faults once per scan
Mel Gorman
2013-10-09
2
-3
/
+14
|
*
|
|
|
|
|
|
|
sched/numa: Select a preferred node with the most numa hinting faults
Mel Gorman
2013-10-09
2
-2
/
+16
|
*
|
|
|
|
|
|
|
sched/numa: Track NUMA hinting faults on per-node basis
Mel Gorman
2013-10-09
3
-1
/
+25
|
*
|
|
|
|
|
|
|
sched/numa: Slow scan rate if no NUMA hinting faults are being recorded
Mel Gorman
2013-10-09
1
-0
/
+12
|
*
|
|
|
|
|
|
|
sched/numa: Set the scan rate proportional to the memory usage of the task be...
Mel Gorman
2013-10-09
1
-12
/
+76
|
*
|
|
|
|
|
|
|
sched/numa: Initialise numa_next_scan properly
Mel Gorman
2013-10-09
2
-2
/
+9
|
*
|
|
|
|
|
|
|
Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...
Mel Gorman
2013-10-09
3
-24
/
+1
|
*
|
|
|
|
|
|
|
sched/numa: Continue PTE scanning even if migrate rate limited
Peter Zijlstra
2013-10-09
1
-8
/
+0
|
*
|
|
|
|
|
|
|
sched/numa: Mitigate chance that same task always updates PTEs
Peter Zijlstra
2013-10-09
1
-1
/
+7
[prev]
[next]