openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Powerpc-utils
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
8 months
ago. based on code collected
about 1 year
ago.
Jan 04, 2023 — Jan 04, 2024
Showing page 61 of 64
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
DR commands shouldn't take long to complete, but having both an entry and exit timestamp eliminates the guessing and can point people in the correct direction while they debug issues.
Robert Jennings
More...
over 15 years ago
DR commands shouldn't take long to complete, but having both an entry and exit timestamp eliminates the guessing and can point people in the correct direction while they debug issues.
Robert Jennings
More...
over 15 years ago
DR commands shouldn't take long to complete, but having both an entry
robert.jennings
More...
over 15 years ago
The current bounds checking only validates that the specified smt setting is
nathan.fontenot
More...
over 15 years ago
The current bounds checking only validates that the specified smt setting is not zero and less than or equal to the threads per cpu on the system. This causes smt settings such as 4000000000 to be converted to some negative number and thus odd smt settings ensue. This patch ensures checks to make the smt setting specified is not less than or equal to zero.
Nathan Fontenot
More...
over 15 years ago
The current bounds checking only validates that the specified smt setting is not zero and less than or equal to the threads per cpu on the system. This causes smt settings such as 4000000000 to be converted to some negative number and thus odd smt settings ensue. This patch ensures checks to make the smt setting specified is not less than or equal to zero.
Nathan Fontenot
More...
over 15 years ago
This patch updates the retrieval of a system attribute, such as smt-snooze-delay or dscr, to handle a valid return value of -1.
Nathan Fontenot
More...
over 15 years ago
This patch updates the retrieval of a system attribute, such as smt-snooze-delay
nathan.fontenot
More...
over 15 years ago
This patch updates the retrieval of a system attribute, such as smt-snooze-delay or dscr, to handle a valid return value of -1.
Nathan Fontenot
More...
over 15 years ago
When making changes to increase the smt state, the cpus that are brought
nathan.fontenot
More...
over 15 years ago
When making changes to increase the smt state, the cpus that are brought online come online with the same smt-snooze-delay they had when they were taken offline. This leads to a mix of smt-snooze-delay states for a system.
Nathan Fontenot
More...
over 15 years ago
When making changes to increase the smt state, the cpus that are brought online come online with the same smt-snooze-delay they had when they were taken offline. This leads to a mix of smt-snooze-delay states for a system.
Nathan Fontenot
More...
over 15 years ago
This is some minor code cleanups, no functional changes.
nathan.fontenot
More...
over 15 years ago
This is some minor code cleanups, no functional changes.
Nathan Fontenot
More...
over 15 years ago
This is some minor code cleanups, no functional changes.
Nathan Fontenot
More...
over 15 years ago
When setting or retrieving system wide attributes such as the smt-snooze-delay or dscr we should only be concerned with online cpus/threads. Offline cpus/threads will not have these attributes in their sysfs directory.
Nathan Fontenot
More...
over 15 years ago
When setting or retrieving system wide attributes such as the smt-snooze-delay or dscr we should only be concerned with online cpus/threads. Offline cpus/threads will not have these attributes in their sysfs directory.
Nathan Fontenot
More...
over 15 years ago
When setting or retrieving system wide attributes such as the
nathan.fontenot
More...
over 15 years ago
The ppc64_cpu command needs to properly turn off the smt snooze delay. The current code does not handle the option 'off', it should as this is regarded as a delay of -1.
Nathan Fontenot
More...
over 15 years ago
The ppc64_cpu command needs to properly turn off the smt snooze delay. The current code does not handle the option 'off', it should as this is regarded as a delay of -1.
Nathan Fontenot
More...
over 15 years ago
The ppc64_cpu command needs to properly turn off the smt snooze delay.
nathan.fontenot
More...
over 15 years ago
The OpenFirmware binding for Fibre Channel devices permits any leading zeros
brian.king
More...
over 15 years ago
The OpenFirmware binding for Fibre Channel devices permits any leading zeros in the LUN field to be stripped, but does not require it. Fix ofpathname to handle this case when translating OF pathname to logical device name.
Brian King
More...
over 15 years ago
The OpenFirmware binding for Fibre Channel devices permits any leading zeros in the LUN field to be stripped, but does not require it. Fix ofpathname to handle this case when translating OF pathname to logical device name.
Brian King
More...
over 15 years ago
The logic in get_node_by_name() currently does not return when it finds a child with the name being search for. This would mean that a command such as `drmgr -Q -c port -s "Port 1" -w 0 -d 3` would always return: drmgr: Port 1 not owned by partition
Robert Jennings
More...
over 15 years ago
The logic in get_node_by_name() currently does not return when it finds
robert.jennings
More...
over 15 years ago
The logic in get_node_by_name() currently does not return when it finds a child with the name being search for. This would mean that a command such as `drmgr -Q -c port -s "Port 1" -w 0 -d 3` would always return: drmgr: Port 1 not owned by partition
Robert Jennings
More...
over 15 years ago
Currently, print_node_list will never print the children of a node. Just correcting a small bit of the logic.
Robert Jennings
More...
over 15 years ago
Currently, print_node_list will never print the children of a node. Just correcting a small bit of the logic.
Robert Jennings
More...
over 15 years ago
Currently, print_node_list will never print the children of a node.
robert.jennings
More...
over 15 years ago
←
1
2
…
56
57
58
59
60
61
62
63
64
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree