0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected about 1 year ago.
Jan 04, 2023 — Jan 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing output display issue. More... almost 12 years ago
Fixing output display issue. More... almost 12 years ago
Fixing output display issue. More... almost 12 years ago
Timing out memory remove operations before fulfilling the request can result in attempts to unsuccesfully remove the same LMBs on repeated requests. This patch implements a simple shuffle algorithm to randomize the LMB list. More... almost 12 years ago
Timing out memory remove operations before fulfilling the request can result in attempts to unsuccesfully remove the same LMBs on repeated requests. This patch implements a simple shuffle algorithm to randomize the LMB list. More... almost 12 years ago
Timing out memory remove operations before fulfilling the request can More... almost 12 years ago
This patch changes logic around quanity requested and # sections removable More... almost 12 years ago
This patch changes logic around quanity requested and # sections removable for memory remove. Previously, if you had requested X but some non-zero quantify less than X were available it would bail. Now it will attempt to remove as many as are available. For this case it is still considered a partial success and a non-zero (error) return code is given so that output is displayed on the management console. More... almost 12 years ago
This patch changes logic around quanity requested and # sections removable for memory remove. Previously, if you had requested X but some non-zero quantify less than X were available it would bail. Now it will attempt to remove as many as are available. For this case it is still considered a partial success and a non-zero (error) return code is given so that output is displayed on the management console. More... almost 12 years ago
The output level should check for a level less than or equal to the desired output level. The current check is wrong and we always get all of the output. More... almost 12 years ago
The output level should check for a level less than or equal to the desired More... almost 12 years ago
The output level should check for a level less than or equal to the desired output level. The current check is wrong and we always get all of the output. More... almost 12 years ago
The code to see if AMS ballooning is active has the side affect of outputting a message every time it is checked, which is often. This patch updates drmgr so that the check for AMS ballooning and its message are only done once the first time it is checked. Any subsequent checks just return the previous results. More... almost 12 years ago
The code to see if AMS ballooning is active has the side affect of outputting a message every time it is checked, which is often. This patch updates drmgr so that the check for AMS ballooning and its message are only done once the first time it is checked. Any subsequent checks just return the previous results. More... almost 12 years ago
The code to see if AMS ballooning is active has the side affect of outputting More... almost 12 years ago
The ppc64_cpu command incorrectly reports the smt snooze delay value of More... almost 12 years ago
The ppc64_cpu command incorrectly reports the smt snooze delay value of -1 as an error in that the value is inconsistent across the cpus on the system. This patch updates the command to properly this value by separating the tracking of inconsistent values from the return codes from retrieving the value. More... almost 12 years ago
The ppc64_cpu command incorrectly reports the smt snooze delay value of -1 as an error in that the value is inconsistent across the cpus on the system. This patch updates the command to properly this value by separating the tracking of inconsistent values from the return codes from retrieving the value. More... almost 12 years ago
Merge branch 'master' of ssh://[email protected]/gitroot/powerpc-utils/powerpc-utils More... almost 12 years ago
Merge branch 'master' of ssh://[email protected]/gitroot/powerpc-utils/powerpc-utils More... almost 12 years ago
Merge branch 'master' of ssh://[email protected]/gitroot/powerpc-utils/powerpc-utils More... almost 12 years ago
kernel commit 404e32e4a8f68d2, supports lower minimum entitlement More... almost 12 years ago
kernel commit 404e32e4a8f68d2, supports lower minimum entitlement More... almost 12 years ago
kernel commit 404e32e4a8f68d2, supports lower minimum entitlement for virtual processors such as 0.05 processing units. This patch modifies get_percent_entry() to support these lower values. More... almost 12 years ago
kernel commit 404e32e4a8f68d2, supports lower minimum entitlement for virtual processors such as 0.05 processing units. This patch modifies get_percent_entry() to support these lower values. More... almost 12 years ago
kernel commit 404e32e4a8f68d2, supports lower minimum entitlement for virtual processors such as 0.05 processing units. This patch modifies get_percent_entry() to support these lower values. More... almost 12 years ago
kernel commit 404e32e4a8f68d2, supports lower minimum entitlement for virtual processors such as 0.05 processing units. This patch modifies get_percent_entry() to support these lower values. More... almost 12 years ago
The drmgr command has always taken the -w option to specify how long to try an operation before timing out. Historically this option was always ignored, and then at some point used to time out when trying to acquire the drmgr lock. More... almost 12 years ago
The drmgr command has always taken the -w option to specify More... almost 12 years ago
The drmgr command has always taken the -w option to specify how long to try an operation before timing out. Historically this option was always ignored, and then at some point used to time out when trying to acquire the drmgr lock. More... almost 12 years ago