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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/numa: Report a NUMA task group ID
Mel Gorman
2013-10-09
3
-0
/
+14
*
sched/numa: Use {cpu, pid} to create task groups for shared faults
Peter Zijlstra
2013-10-09
6
-13
/
+182
*
mm: numa: Change page last {nid,pid} into {cpu,pid}
Peter Zijlstra
2013-10-09
13
-109
/
+125
*
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
7
-14
/
+110
*
stop_machine: Introduce stop_two_cpus()
Peter Zijlstra
2013-10-09
2
-98
/
+175
*
mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faults
Mel Gorman
2013-10-09
1
-2
/
+5
*
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
2
-7
/
+24
*
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
3
-1
/
+26
*
sched/numa: Do not migrate memory immediately after switching node
Rik van Riel
2013-10-09
3
-3
/
+29
*
sched/numa: Set preferred NUMA node based on number of private faults
Mel Gorman
2013-10-09
12
-82
/
+149
*
sched/numa: Remove check that skips small VMAs
Mel Gorman
2013-10-09
1
-4
/
+0
*
mm: numa: Scan pages with elevated page_mapcount
Mel Gorman
2013-10-09
5
-29
/
+18
*
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
4
-17
/
+47
*
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
6
-6
/
+83
*
sched/numa: Update NUMA hinting faults once per scan
Mel Gorman
2013-10-09
3
-3
/
+27
*
sched/numa: Select a preferred node with the most numa hinting faults
Mel Gorman
2013-10-09
3
-2
/
+17
*
sched/numa: Track NUMA hinting faults on per-node basis
Mel Gorman
2013-10-09
4
-1
/
+27
*
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
3
-17
/
+83
*
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
4
-34
/
+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
*
mm: numa: Do not migrate or account for hinting faults on the zero page
Mel Gorman
2013-10-09
2
-1
/
+10
*
mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning
Mel Gorman
2013-10-09
2
-7
/
+26
*
mm: Do not flush TLB during protection change if !pte_present && !migration_e...
Mel Gorman
2013-10-09
1
-1
/
+2
*
mm: Account for a THP NUMA hinting update as one PTE update
Mel Gorman
2013-10-09
1
-1
/
+1
*
mm: Close races between THP migration and PMD numa clearing
Mel Gorman
2013-10-09
2
-26
/
+26
*
mm: numa: Sanitize task_numa_fault() callsites
Mel Gorman
2013-10-09
2
-44
/
+34
*
mm: Prevent parallel splits during THP migration
Mel Gorman
2013-10-09
1
-14
/
+30
*
mm: Wait for THP migrations to complete during NUMA hinting faults
Mel Gorman
2013-10-09
1
-7
/
+16
*
mm: numa: Do not account for a hinting fault if we raced
Mel Gorman
2013-10-09
1
-1
/
+4
*
sched/numa: Fix comments
Peter Zijlstra
2013-10-09
2
-5
/
+5
*
mm: numa: Document automatic NUMA balancing sysctls
Mel Gorman
2013-10-09
1
-0
/
+66
*
Merge tag 'v3.12-rc4' into sched/core
Ingo Molnar
2013-10-09
893
-4829
/
+8754
|
\
|
*
Linux 3.12-rc4
v3.12-rc4
Linus Torvalds
2013-10-06
1
-1
/
+1
|
*
net: Update the sysctl permissions handler to test effective uid/gid
Eric W. Biederman
2013-10-06
1
-2
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2013-10-06
8
-25
/
+67
|
|
\
|
|
*
iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tags
Nicholas Bellinger
2013-10-03
1
-1
/
+1
|
|
*
iscsi-target: Perform release of acknowledged tags from RX context
Nicholas Bellinger
2013-10-03
1
-4
/
+9
|
|
*
iscsi-target: Only perform wait_for_tasks when performing shutdown
Nicholas Bellinger
2013-10-03
1
-2
/
+2
[next]