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 41 of 64
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Initialize the 'state' variable to get rid of a compiler warning.
nathan.fontenot
More...
about 11 years ago
Initialize the 'state' variable to get rid of a compiler warning.
Nathan Fontenot
More...
about 11 years ago
Initialize the 'state' variable to get rid of a compiler warning.
Nathan Fontenot
More...
about 11 years ago
Remove useless instances of setting rc variable.
Nathan Fontenot
More...
about 11 years ago
Remove useless instances of setting rc variable.
Nathan Fontenot
More...
about 11 years ago
Remove useless instances of setting rc variable.
nathan.fontenot
More...
about 11 years ago
We can have device tree nodes that do not have any drc information in them.
nathan.fontenot
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.
Nathan Fontenot
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.
Nathan Fontenot
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.
Nathan Fontenot
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.
Nathan Fontenot
More...
about 11 years ago
This provides updates to drmgr's zalloc() routine to provide
nathan.fontenot
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.
Nathan Fontenot
More...
about 11 years ago
This patch cleans up the naming of the routines/variables used
nathan.fontenot
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.
Nathan Fontenot
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.
Nathan Fontenot
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.
Nathan Fontenot
More...
about 11 years ago
When trying to remove a slot by writing to the sysfs interface
nathan.fontenot
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.
Tyrel Datwyler
More...
about 11 years ago
The ibm,update-nodes rtas call returns an operation list whose first 4 bytes
tyrel.datwyler
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.
Tyrel Datwyler
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.
Tyrel Datwyler
More...
about 11 years ago
By testing the hibernate and migrate sysfs attributes drmgr can determine if a
tyrel.datwyler
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.
Tyrel Datwyler
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.
Vasant Hegde
More...
about 11 years ago
Presently update_flash_nv is not executable. So if we try to
vasant.hegde
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.
Vasant Hegde
More...
about 11 years ago
Fix oops_log_info header in the oops record to ensure the header size is same across all processors.
Aruna Balakrishnaiah
More...
about 11 years ago
Fix oops_log_info header in the oops record to ensure the header
aruna.balakrishnaiah
More...
about 11 years ago
Fix oops_log_info header in the oops record to ensure the header size is same across all processors.
Aruna Balakrishnaiah
More...
about 11 years ago
←
1
2
…
37
38
39
40
41
42
43
44
45
…
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