-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cellPad, cellVdec and sys_process fixes #5719
Commits on Mar 31, 2019
-
Fix stack memory view on the debugger
the debugger uses super ptr which was unmapped for stack.
Configuration menu - View commit details
-
Copy full SHA for c226aae - Browse repository at this point
Copy the full SHA c226aaeView commit details -
Minor optimizations in cellPad
- Dont bother with shared_ptr since all pad_t management is going under the pad mutex. - Change m_pads type into std::array since its size is known
Configuration menu - View commit details
-
Copy full SHA for 8c82ce7 - Browse repository at this point
Copy the full SHA 8c82ce7View commit details -
Fix cellPadGetInfo port status returned
ASSIGN_CHANGES flag is not returned in this func.
Configuration menu - View commit details
-
Copy full SHA for 683f6e7 - Browse repository at this point
Copy the full SHA 683f6e7View commit details -
Improve error checking of cellVdecOpen
Those are the initial argument checks done by the firmware
Configuration menu - View commit details
-
Copy full SHA for 13ac1fc - Browse repository at this point
Copy the full SHA 13ac1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 588dc21 - Browse repository at this point
Copy the full SHA 588dc21View commit details -
Fix page fault area range check
Range end check was bugged (always true), also rewrite it so vm::get would be called only once
Configuration menu - View commit details
-
Copy full SHA for e3c7bee - Browse repository at this point
Copy the full SHA e3c7beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f18e07 - Browse repository at this point
Copy the full SHA 7f18e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2356e1 - Browse repository at this point
Copy the full SHA e2356e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ba93c - Browse repository at this point
Copy the full SHA 27ba93cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8fb83c - Browse repository at this point
Copy the full SHA b8fb83cView commit details -
Fix sys_timer_usleep specifically with 0 sleep time
Remove context switch, replace it with host yield() for giving some cpu time for SPUs ans RSX
Configuration menu - View commit details
-
Copy full SHA for ce95a4c - Browse repository at this point
Copy the full SHA ce95a4cView commit details -
Fix timer state after event queue was destroyed
* Hw tests show state is unaffected by external destruction of the event queue * Minor race regarding state check fixed (can result in an undestroyable state)
Configuration menu - View commit details
-
Copy full SHA for 40e09cc - Browse repository at this point
Copy the full SHA 40e09ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba4693 - Browse repository at this point
Copy the full SHA 3ba4693View commit details