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
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. 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. More... over 15 years ago
DR commands shouldn't take long to complete, but having both an entry More... over 15 years ago
The current bounds checking only validates that the specified smt setting is 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. 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. 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. More... over 15 years ago
This patch updates the retrieval of a system attribute, such as smt-snooze-delay 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. More... over 15 years ago
When making changes to increase the smt state, the cpus that are brought 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. 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. More... over 15 years ago
This is some minor code cleanups, no functional changes. More... over 15 years ago
This is some minor code cleanups, no functional changes. More... over 15 years ago
This is some minor code cleanups, no functional changes. 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. 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. More... over 15 years ago
When setting or retrieving system wide attributes such as the 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. 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. More... over 15 years ago
The ppc64_cpu command needs to properly turn off the smt snooze delay. More... over 15 years ago
The OpenFirmware binding for Fibre Channel devices permits any leading zeros 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. 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. 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 More... over 15 years ago
The logic in get_node_by_name() currently does not return when it finds 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 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. 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. More... over 15 years ago
Currently, print_node_list will never print the children of a node. More... over 15 years ago