| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
ConvertPermissions()
Functions don't need to be terminated by semicolons.
|
|
|
|
PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Kernel: Reworked the new kernel synchronization primitives.
|
|
Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.
|
|
Verified with a hwtest and implemented based on reverse engineering.
Thread A's priority will get bumped to the highest priority among all the threads that are waiting for a mutex that A holds.
Once A releases the mutex and ownership is transferred to B, A's priority will return to normal and B's priority will be bumped.
|
|
already been allocated.
Also added a consistency check and a comment for the case when the object id is different than its handle. The real nvservices doesn't make a distinction between ids and handles, each object gets an unique handle which doubles as its id.
|
|
It takes a previously-reserved (AllocateSpace) GPU memory address and maps it to the address of the nvmap object passed to Remap.
|
|
|
|
Playreport->PlayReport.
|
|
|
|
SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
|
|
|
|
thread.
|
|
|
|
|
|
They work in tandem with guest code to provide synchronization primitives along with svcArbitrateLock/Unlock
|
|
Switch mutexes are no longer kernel objects, they are managed in userland and only use the kernel to handle the contention case.
Mutex addresses store a special flag value (0x40000000) to notify the guest code that there are still some threads waiting for the mutex to be released. This flag is updated when a thread calls ArbitrateUnlock.
TODO:
* Fix svcWaitProcessWideKey
* Fix svcSignalProcessWideKey
* Remove the Mutex class.
|
|
resource_limit: Make ResourceTypes an enum class
|
|
Converts the service manager from a global into an instance-based
variable.
|