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
Cpu add failures need to return 1 instead of -1. A return code of -1 causes More... over 15 years ago
Cpu add failures need to return 1 instead of -1. A return code of -1 causes the IVM to think there has been a really bad error and the IVM will wait 15 minutes prior to re-trying the operation. More... over 15 years ago
Cpu add failures need to return 1 instead of -1. A return code of -1 causes the IVM to think there has been a really bad error and the IVM will wait 15 minutes prior to re-trying the operation. More... over 15 years ago
The sysfs_dev_path member of the dr_node struct is a char[] and needs to be More... over 15 years ago
The sysfs_dev_path member of the dr_node struct is a char[] and needs to be treated as such. this fixes a bug where the sysfs_dev_path is treated as a char * and returning invalid info when the buffer is actually empty. More... over 15 years ago
The sysfs_dev_path member of the dr_node struct is a char[] and needs to be treated as such. this fixes a bug where the sysfs_dev_path is treated as a char * and returning invalid info when the buffer is actually empty. More... over 15 years ago
Update Meta data More... over 15 years ago
Update Meta data More... over 15 years ago
Update Meta data More... over 15 years ago
Remove unneeded spaces to correct previous patch for find_dir() More... over 15 years ago
Remove unneeded spaces to correct previous patch for find_dir() More... over 15 years ago
Remove unneeded spaces to correct previous patch for find_dir() More... over 15 years ago
When disabling SMT for a processor, make sure that we leave the first thread More... over 15 years ago
When disabling SMT for a processor, make sure that we leave the first thread of the processor enabled and disable all the others. More... over 15 years ago
When disabling SMT for a processor, make sure that we leave the first thread of the processor enabled and disable all the others. More... over 15 years ago
Change the name format for vio devices and correct indentation. More... over 15 years ago
Change the name format for vio devices and correct indentation. More... over 15 years ago
Change the name format for vio devices and correct indentation. More... over 15 years ago
Update the find command in get_vfc_wwpn() to handle being passed a symbolic More... over 15 years ago
Update the find command in get_vfc_wwpn() to handle being passed a symbolic link. Previously this lead to an infinite loop due to the possible circular nature of sysfs. More... over 15 years ago
Update the find command in get_vfc_wwpn() to handle being passed a symbolic link. Previously this lead to an infinite loop due to the possible circular nature of sysfs. More... over 15 years ago
There are instances where goto_dir() will incorrectly return success. An More... over 15 years ago
There are instances where goto_dir() will incorrectly return success. An updated find_dir allows us to check the result before trying to cd to the directory we want. More... over 15 years ago
There are instances where goto_dir() will incorrectly return success. An updated find_dir allows us to check the result before trying to cd to the directory we want. More... over 15 years ago
Return RC_ALREADY_OWN when trying to add a PHB that is already owned by the partition. More... over 15 years ago
Return RC_ALREADY_OWN when trying to add a PHB that is already owned by the More... over 15 years ago
Return RC_ALREADY_OWN when trying to add a PHB that is already owned by the partition. More... over 15 years ago
Ignore hotplug power-off failures when the devie tree property "/proc/device-tree/ibm,ignore-hp-po-fails-for-dlpar" exists. More... over 15 years ago
Ignore hotplug power-off failures when the devie tree property More... over 15 years ago
Ignore hotplug power-off failures when the devie tree property "/proc/device-tree/ibm,ignore-hp-po-fails-for-dlpar" exists. More... over 15 years ago