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
Initialize the 'state' variable to get rid of a compiler warning. More... about 11 years ago
Initialize the 'state' variable to get rid of a compiler warning. More... about 11 years ago
Initialize the 'state' variable to get rid of a compiler warning. More... about 11 years ago
Remove useless instances of setting rc variable. More... about 11 years ago
Remove useless instances of setting rc variable. More... about 11 years ago
Remove useless instances of setting rc variable. More... about 11 years ago
We can have device tree nodes that do not have any drc information in them. More... about 11 years ago
We can have device tree nodes that do not have any drc information in them. This patch checks for this condition and handles it appropriately. More... about 11 years ago
We can have device tree nodes that do not have any drc information in them. This patch checks for this condition and handles it appropriately. More... about 11 years ago
This provides updates to drmgr's zalloc() routine to provide additional debug information in the case of allocation failures. The patch also gets rid of the report_alloc_error() routine that does not really provide any information. More... about 11 years ago
This provides updates to drmgr's zalloc() routine to provide additional debug information in the case of allocation failures. The patch also gets rid of the report_alloc_error() routine that does not really provide any information. More... about 11 years ago
This provides updates to drmgr's zalloc() routine to provide More... about 11 years ago
This patch cleans up the naming of the routines/variables used when writing to the kernel files (via sysfs) that are used in adding or removing a slot. This is just to (hopefully) make reading the code easier, there are no functional changes. More... about 11 years ago
This patch cleans up the naming of the routines/variables used More... about 11 years ago
This patch cleans up the naming of the routines/variables used when writing to the kernel files (via sysfs) that are used in adding or removing a slot. This is just to (hopefully) make reading the code easier, there are no functional changes. More... about 11 years ago
When trying to remove a slot by writing to the sysfs interface we need to make sure we wait until the add/remove completes. The write to this file will return EBUSY while the kernel is waiting for the kernel to complete the work on the slot. More... about 11 years ago
When trying to remove a slot by writing to the sysfs interface we need to make sure we wait until the add/remove completes. The write to this file will return EBUSY while the kernel is waiting for the kernel to complete the work on the slot. More... about 11 years ago
When trying to remove a slot by writing to the sysfs interface More... about 11 years ago
The ibm,update-nodes rtas call returns an operation list whose first 4 bytes are composed of a 1-byte opcode and 3-bytes denoting the number of operands in the list. For the add nodes case each operand is actually composed of a phandle/drc-index pair. The current code increments the count while processing the list for each value instead of each value pair resulting in only half the returned nodes being added. More... about 11 years ago
The ibm,update-nodes rtas call returns an operation list whose first 4 bytes More... about 11 years ago
The ibm,update-nodes rtas call returns an operation list whose first 4 bytes are composed of a 1-byte opcode and 3-bytes denoting the number of operands in the list. For the add nodes case each operand is actually composed of a phandle/drc-index pair. The current code increments the count while processing the list for each value instead of each value pair resulting in only half the returned nodes being added. More... about 11 years ago
By testing the hibernate and migrate sysfs attributes drmgr can determine if a device tree update is required. If the update is done by the kernel reading the attribute file will return 1. Otherwise, it should either return 0 or be unreadable to indicate drmgr needs to update the device tree from userspace. More... about 11 years ago
By testing the hibernate and migrate sysfs attributes drmgr can determine if a More... about 11 years ago
By testing the hibernate and migrate sysfs attributes drmgr can determine if a device tree update is required. If the update is done by the kernel reading the attribute file will return 1. Otherwise, it should either return 0 or be unreadable to indicate drmgr needs to update the device tree from userspace. More... about 11 years ago
Presently update_flash_nv is not executable. So if we try to execute this script we hit "Permission denied" error. This patch makes update_flash_nv as executable. More... about 11 years ago
Presently update_flash_nv is not executable. So if we try to More... about 11 years ago
Presently update_flash_nv is not executable. So if we try to execute this script we hit "Permission denied" error. This patch makes update_flash_nv as executable. More... about 11 years ago
Fix oops_log_info header in the oops record to ensure the header size is same across all processors. More... about 11 years ago
Fix oops_log_info header in the oops record to ensure the header More... about 11 years ago
Fix oops_log_info header in the oops record to ensure the header size is same across all processors. More... about 11 years ago